.product-main {
    padding-top: 25px !important;
}

/* css image thumbnail */
.single-product .product-images img {
    border-radius: 8px;
}

.wcpa_form_outer .wcpa_form_item  .wcpa_image img {
    border-radius: 5px;
    padding: 2px;
    border: 1px solid #e0e0e0;
    width: 100% !important;
}

.wcpa_form_outer .wcpa_form_item .wcpa_image {
    padding: 0 6px 12px;
    margin: 0;
    max-width: 16.4%;
}

.wcpa_form_outer .wcpa_form_item  .wcpa_image label {
    font-size: 11px;
    text-align: center;
    line-height: 1.2;
    font-weight: 500;
    padding-top: 5px;
}

.wcpa_form_outer .wcpa_form_item .wcpa_disp_type_square .wcpa_image input:checked+img {
    box-shadow: 0 0 5px #00000054;
    border: 2px solid #222;
}

span.wcpa_helptext {
    text-transform: uppercase;
    font-weight: 700;
    color: #d63030;
}

.wcpa_form_outer .wcpa_form_item .color-group .wcpa_color input:checked+label span {
    font-weight: 600;
}

.wcpa_form_outer .wcpa_form_item .color-group .wcpa_color label {
    font-weight: 400;
}

.wcpa_form_outer .wcpa_form_item .color-group .wcpa_color input:checked+label span {
    border: 2px solid #222;
}

.single-product .wcpa_radio input[type="radio"]:checked + label {
    background: #f1f1f1;
    border-radius: 10px;
    padding: 5px 10px;
    line-height: 21px;
}

.wcpa_type_radio-group {
    display: flex;
}

span.wcpa_priceouter {
    display: none;
}

.single-product .wcpa_radio label {
    color: #000;
}

.wcpa_price_summary li .wcpa_price_outer {
    color: #d63031;
    font-size: 30px;
    font-weight: 700;
}

.wcpa_price_summary {
    background: bottom;
}

.wcpa_price_summary li {
    border-top: 0;
}

.wcpa_form_outer {
    margin-bottom: 0;
}

.wcpa_form_outer .wcpa_form_item .wp_fit_type .wcpa_color input:checked+label span.wcpa_clb_border.label_inside {
    padding: 0px 10px 0px 34px;
}

.wcpa_form_outer .wcpa_form_item .wp_fit_type .wcpa_color input:checked+label span.wcpa_clb_border.label_inside:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 15px;
    width: 21px;
    height: 21px;
    border: none;
    border-radius: 100%;
    background-image: url(/wp-content/uploads/2023/06/icon-check-pod.svg);
    background-repeat: no-repeat;
    transform: unset;
}

.single-product .single_add_to_cart_button {
	width: calc(100% - 98px);
	padding: 20px 0;
	background-color: #ff4a3c!important;
}

/* css price */
.single-product .wcpa_price_summary li.wcpa_total {
    margin-left: 0;
    font-weight: 700;
}

/* css form add to cart */
.single-product .product-summary .quantity {
    margin-bottom: 0;
    position: relative;
    border-color: #e6e6e6;
    margin-right: 2%;
    min-height: 50px;
    width: 88px;
    float: left;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.single-product .product-summary .input-text.qty.text {
    box-shadow: none!important;
    -webkit-appearance: none!important;
    -webkit-box-shadow: none!important;
    max-width: 100%!important;
    -moz-appearance: textfield;
    padding-right: 38px!important;
    padding-left: 12px!important;
    width: 90px!important;
    background-color: #fff!important;
    border: 1px solid #e6e6e6!important;
    height: 66px;
    line-height: normal;
    text-align: center;
    font-size: 1em;
    appearance: none;
    border-radius: 6px !important;
}

.single-product #wrapper .quantity .plus {
    border-top-right-radius: 6px;
}

.single-product #wrapper .quantity .fix-button-ngu {
    line-height: normal!important;
    min-height: auto!important;
}

.single-product #wrapper .quantity .plus {
    top: 0;
    position: absolute;
    right: 0;
    width: 28px;
    text-align: center;
    height: 50%;
    color: #666;
    outline: 0;
    background-color: #f8f8f8;
    border: 1px solid #e6e6e6!important;
}

.single-product .quantity .minus {
    border-bottom-right-radius: 6px !important;
}

.single-product .quantity .plus, .single-product .quantity .minus {
    line-height: normal!important;
    min-height: auto!important;
}

.single-product .quantity .minus {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 28px;
    color: #666;
    text-align: center;
    height: 50%;
    outline: 0;
    border: none;
    border-left: 1px solid #e6e6e6!important;
    background-color: transparent;
}


button.single_add_to_cart_button.button.alt.wp-element-button.wcpa_even_binded {
    width: calc(98% - 88px);
    margin: 0;
    float: left;
	text-transform: uppercase;
    font-size: 20px;
}

/* css returns changes - doi tra hang */
.returns-exchanges {
    margin: 15px 0 0 0;
    border: 1px solid #ececec;
    padding: 10px 10px 13px;
    border-radius: 5px;
    display: inline-block;
}

.icon-retturn {
    width: 40px;
    float: left;
}

.content-return {
    display: table-cell;
    vertical-align: middle;
    padding-left: 16px;
    font-size: 12.5px;
}

.content-return p {
    margin-bottom: 0;
}

.content-return a {
    text-decoration: underline;
}

/* css messenger thoi gian giao hang du kien */
.hvm_info_shipping_date {
    line-height: 22px;
    background: #ddebe3;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 10px 0 20px;
    display: inline-block;
}

.hvm_shipping_message {
    font-size: 14px;
}

.hvm_info_shipping_date p {
    margin-bottom: 0;
    font-size: 14px;
}

.hvm_date_info.shipping_date {
    font-weight: 600;
}

/* css fulfilment - thoi gian giao hang du kien */
.fulfillment_timeline_date {
	display: grid;
	grid-template-columns: repeat(3,1fr)
}

.fulfillment_timeline_date .time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.fulfillment_timeline_date .time .icon-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%
}

.fulfillment_timeline_date .time .icon-holder .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 30px;
	height: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #eaeaea;
	border-radius: 50%
}

.fulfillment_timeline_date .time .icon-holder .icon svg {
	width: 60%;
	height: auto
}

.fulfillment_timeline_date .time:first-child .icon-holder,.fulfillment_timeline_date .time:last-child .icon-holder,.fulfillment_timeline_date .time:nth-child(2) .icon-holder {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.fulfillment_timeline_date .time:first-child .icon-holder:after,.fulfillment_timeline_date .time:last-child .icon-holder:before {
	content: "";
	display: block;
	width: calc(100% - 35px);
	height: 2px;
	background-color: #f1f1f1
}

.fulfillment_timeline_date .time:nth-child(2) {
	text-align: center
}

.fulfillment_timeline_date .time:nth-child(2) .icon-holder:after,.fulfillment_timeline_date .time:nth-child(2) .icon-holder:before {
	content: "";
	display: block;
	width: calc(50% - 20px);
	height: 2px;
	background-color: #f1f1f1
}

.fulfillment_timeline_date .time:nth-child(2) .edd-description {
	margin: 0 auto
}

.fulfillment_timeline_date .time:last-child {
	text-align: right
}

.fulfillment_timeline_date .time:last-child .edd-description {
	margin-left: auto
}

.fulfillment_timeline_date .time p {
	width: 100%;
	font-size: 13px;
	font-weight: 700;
	margin-top: .5em;
	margin-bottom: 0
}

.est-desc,.fulfillment_timeline_date .time .edd-description,.simply-protection {
	margin: 0;
	padding: 0;
	border: 0;
	background: 0 0;
	text-decoration: underline;
	-webkit-text-decoration-style: dashed;
	text-decoration-style: dashed;
	text-underline-position: under;
	-webkit-text-decoration-color: inherit;
	text-decoration-color: inherit;
	font-size: 13px;
	color: #444;
	text-transform: capitalize;
	font-weight: 400;
	cursor: help
}

/* css sidebar */
ul.product_list_widget {
    background: #f1f1f1;
    border-radius: 8px;
    padding: 10px 10px 10px 12px;
}

span.product-title {
    font-size: 14px;
}

ul.product_list_widget img {
    border-radius: 4px;
}

/* css footer product */
.product-footer .woocommerce-tabs {
    border-top: 0 !important;
	padding-top: 0 !important;
}

.single-product ul.tabs.wc-tabs.product-tabs {
    border: 1px solid #aaa;
    border-bottom: 0;
    background: #cfc2c22b;
    padding: 4px 4px 0 4px;
    border-radius: 6px 6px 0 0;
}

.single-product .tabbed-content .nav-tabs>li a  {
    border: 1px solid #d3d3d3;
    border-radius: 5px 5px 0 0;
    background: #ffffff59;
    overflow: hidden;
}

.single-product .nav-tabs > li.active > a {
    border-bottom: 0 !important;
    background: #fff;
}

.single-product .nav-tabs > li > a {
    font-size: 12px;
    font-weight: 400;
    padding: 8px 6px 6px 6px;
    line-height: 16px;
    overflow: hidden;
    border: 0;
    color: #000;
}

.single-product .nav-tabs+.tab-panels {
    border-top: 0 !important;
}

.single-product .tabbed-content .nav-tabs>li.active {
    border-bottom: 0;
    margin-bottom: 0;
}

.single-product .nav-tabs+.tab-panels p {
    font-size: 15px;
    line-height: 28px;
}

.review-form-inner.has-border {
    border: 0;
    padding: 0;
}

div#comments {
    padding-bottom: 10px;
}

input#submit {
    border-radius: 2px;
}

@media (min-width: 992px) {
	.row-divided.row-reverse>.col+.col:not(.large-12) {
		border-right: 0 !important;
	}

	div#product-sidebar {
		margin-top: 25px;
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.product-main .large-6.col {
		padding-bottom: 4px;
	}
}

@media (max-width: 548px) {
	.product-main {
		padding-top: 12px !important;
	}
	.product-main, .product-info {
		padding-bottom: 0 !important;
	}
	/* 	css product footer */
	.single-product .tabbed-content .nav-tabs>li {
		width: 50%;
		float: left;
	}
	.single-product .nav-tabs+.tab-panels {
		padding: 10px;
	}
}

