/*ctda-slide*/
.animated  {
	-webkit-animation-duration : 1000 ms  ;
	animation-duration : 1000 ms  ;
	-webkit-animation-fill-mode : both  ;
	animation-fill-mode : both  ;
}  
.owl-animated-out {
	z-index : 1 
}
.owl-animated-in {
	z-index : 0 
}
.fadeOut  {
	-webkit-animation-name : fadeOut  ;
	animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
	0% {
	opacity : 1   ;
	}  
	100% {
	opacity : 0   ;
	}  
}
@keyframes  fadeOut  {
	0% {
	opacity : 1   ;
	}  
	100% {
	opacity : 0   ;
	}  
}
.sync1 .item img{
	height: 555px;
	object-fit: cover;
}

.sync1.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    padding: 0;
    margin: 0;
    font-size: 42px;
}
.sync1 .owl-nav .owl-prev {
    left: 10px;
}
.sync1 .owl-nav .owl-next {
    right: 10px;
}
.sync1.owl-theme .owl-nav [class*='owl-']:hover{
	color: #7c572d;
}
.fancybox-thumbs {
	top: auto;
	width: auto;
	bottom: 0;
	left: 0;
	right : 0;
	height: 100px;
	padding: 10px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.3);
}
.fancybox-show-thumbs .fancybox-inner {
	right: 0;
	bottom: 95px;
}
.fancybox-thumbs__list a:before{
	border-color: #7c572d;
}
.fancybox-thumbs__list{
	margin: auto;
	text-align: center;
	
}
.fancybox-thumbs__list a{
	float: initial;
    display: inline-block;
}
.sync2.owl-carousel .owl-item img{
	height: 80px;
	object-fit: cover;
}
.sync2 .owl-item .item a{
	position: relative;
	display: block;
}
.sync2 .owl-item .item a:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #7c572d;
	opacity: 0.8;
	content: "";
	display: none;
	z-index: 2;
}
.sync2 .owl-item.current .item a:before{
	display: block;
}
.sync2{
	margin-bottom: 20px;
}
@media(max-width: 767px){
	.sync1 .item img{
		height: 300px;
	}
	.sync2.owl-carousel .owl-item img{
		height: 50px;
	}
}
/*End ctda-slide*/

.ctda-tr-inner{
	background: #f3f3f3;
    padding: 20px 20px 36px;
}
.title-product {
    color: #252525;
    font-size: 30px;
    line-height: 36px;
    margin: 0px 0 10px;
    font-weight: 600;
}
.btn-callmeback-pro {
    font-size: 20px;
    padding: 0px;
    margin-bottom: 10px;
}
.ctda-price{
	margin: 22px 0;
	font-size: 20px;
	color: #ea2e22;
	font-weight: 600;
}

.ctda-summary,
.ctda-swatch{
    padding: 0 0 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}
.ctda-sli{
    margin: 0px 5px 5px 0;
    position: relative;
}
.ctda-swatch-list input[type="radio"] {
    display: inline;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    position: absolute;
    background: transparent;
    outline: none;
    opacity: 0;
}
.ctda-swatch-list input {
    left: 0px;
    height: 30px;
}
.ctda-swatch-list label {
    min-width: 30px;
    height: 30px;
    margin: 0;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    white-space: nowrap;
    text-transform: none;
    color: #252525;
    border-radius: 0px;
    padding: 0 5px;
    font-weight: normal;
}
.ctda-swatch-list input:checked+label {
    color: #fff;
    box-shadow: 0px 1px 9px 0px rgba(4,4,4,0.14);
    background-color: #7c572d;
}


.add-action {
    border: 1px solid #ddd;
    color: #6f6f6f;
    cursor: pointer;
    display: block;
    height: 40px;
    width: 35px;
    line-height: 38px;
    position: relative;
    text-align: center;
    background: #fff;
    float: left;
    margin-right: -1px;
    font-size: 20px;
    transition: all 0.3s;
}
.add-action:hover {
    color: #000;
    background: #bdbaba;
}
.add-action.add-up{
	margin-left: -2px;
}
.sl-dp .quantity {
    width: 50px;
    padding: 0;
    text-align: center;
    border: 1px solid #ddd;
    line-height: 36px;
    border-radius: 3px 0 0 3px;
    float: left;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin: 0 5px;
}
.ctda-sl{
	margin: 10px 0 20px;
	align-items: center;
}
.ctda-sl strong{
	margin-right: 25px;
}

.dp-btn button,
.dp-btn a{
	width: calc(50% - 8px);
	color: #fff;
	background: #7c572d;
	border-radius: 4px;
	border: none;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0px 10px;
	font-size: 18px;
	margin-bottom: 20px;
}
.dp-btn button:hover{
	background: #d17915;
}
.dp-btn a{
	background: #ea2e22;
}
.dp-btn a:hover{
	background: #ff0f00;
}


.tab-style{
    padding-top: 20px;
    padding-bottom: 20px;
}
.tab-style .nav-tabs {
    border-bottom: 2px solid #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-style .nav-tabs li a {
    background: none;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    padding: 0px 25px;
    text-transform: uppercase;
    margin-right: 5px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}
.tab-style .nav-tabs>li.active>a, 
.tab-style .nav-tabs>li.active>a:focus,
.tab-style .nav-tabs>li.active>a:hover {
    background: #7c572d;
    color: #fff;
    border: 1px solid #7c572d;
}
.tab-style .tab-content {
    /*border: 1px solid #7c572d;*/
    background-color: #fff;
}
.tab-style .tab-content .tab-pane{
    padding: 20px 0;
    overflow: hidden;
}
.tab-style .tab-content .tab-pane.tab-duan{
    padding: 40px 0 10px;
}
.des-content table{
    margin-bottom: 20px;
}
@media(max-width: 767px){
    .tab-style .tab-content .tab-pane{
        padding: 10px;
    }
    .tab-style .nav-tabs li a{
    	font-size: 14px;
    	padding: 0px 6px;
    }
    .ctsp-tb{
    	flex-wrap: wrap;
    	justify-content: center;
    }
    .ctsp-tb img{
    	margin-bottom: 20px;
    }
}

.ctsp-tb{
	padding: 20px;
	display: inline-flex;
	border-radius: 4px;
    box-shadow: 0 1px 6px 0px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}
.ctsp-tb img{
	width: 134px;
	margin-right: 16px;
}

.related-sp .st3-title{
	text-align: left;
	margin-bottom: 15px;
}
.st4.related-sp{
	padding-top: 10px;
}


@media(max-width: 767px){
	.title-product{
		font-size: 20px;
		line-height: 1.5;
	}
	.ctda-tr-inner{
		padding: 20px 10px;
	}
	.ctda-tr.col-xs-12{
		padding: 0;
	}
	.dp-btn{
		font-size: 14px;
	}
}