/* ===================================
    v1.0.1
====================================== */

	
.font-montserrat{font-family: Montserrat,Helvetica,Arial,sans-serif;}
.font-opensans{font-family:'Open Sans', sans-serif;}
.font-fantasy{font-family:fantasy, sans-serif; }
.font-archivo-narrow{font-family:'Archivo Narrow', sans-serif; }
.font-oswald{font-family: 'Oswald', sans-serif;}


ul{padding:0}
a:hover{text-decoration:none}


.alert-info {color: #b9ad21;background-color: transparent;border-color: #bee5eb;padding: .75rem 1rem;}

.swiper-prev {position: absolute; top: 50%; left:5%; -webkit-transform: translateY(-50%); transform: translateY(-50%); font-size: 35px; color: #fff; z-index:1;cursor:pointer;}
.swiper-next {position: absolute; top: 50%; right:5%; -webkit-transform: translateY(-50%); transform: translateY(-50%); font-size: 35px; color: #fff; z-index:1;cursor:pointer;}
.swiper-next.swiper-button-disabled, .swiper-prev.swiper-button-disabled{display:none}

.btn{padding: .75rem 1.5rem; font-size: 14px; line-height: 1; border-radius: 0;}
.form-control {
    height: 40px;
    font-size: 14px;
    border-radius: 0;
}

textarea:focus, input:focus, btn:focus {
    outline: none;
}

.btn-box{padding:8px 14px;}

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    text-align: start;
    background-color: #000000;
    background-repeat: repeat;
}


.form-control:focus {
    background-size: 100% 100%,100% 100%;
    box-shadow: none;
    transition-duration: .3s;
}

div.required > .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.table td, .table th {padding: 1rem;}

.btn-link.focus, .btn-link:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.quote-style:before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ";
    display: block;
    position: absolute;
    font-size: 200px;
    left: -5px;
    top: 64px;
    color: #000;
}

#product-topic .description p{margin-bottom:0}

.dropdown-toggle::after {vertical-align:0}


.btn-none {
    background-color: #000000 !important;
}

.btn-none.focus,.btn-none:focus{outline:0;box-shadow:none}


.swiper-pagination-bullet {
    width: 12px;
    height: 4px;
    border-radius: 0;
}

.swiper-pagination.related-pagination {
    top: -53px;
    left: 130px;
    bottom: unset;
    right: unset;
}

.swiper-pagination.page-top {
    bottom: unset;
	left: unset;
    width: unset;
    top: 20px;
	right: 0;
    text-align: right;
    padding: 0 5px;
}

.swiper-pagination.page-top-center {
    bottom: unset;
    left: 50%;
    width: unset;
    top: 20px;
    padding: 0 5px;
    transform: translateX(-50%);
}
.swiper-pagination.page-top-right {
    bottom: unset;
    text-align: right;
    top: 20px;
    padding: 0 5px;
}


/* compatible with old bootstrap */
#content{min-height:600px;margin-bottom:2rem;}
.pull-right{float:right!important}
.pull-left{float:left!important}
.buttons{margin:1em 0;}
.form-horizontal .form-group {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	-ms-flex-align: center!important;
    align-items: center!important;
}
.form-horizontal .control-label {
    margin-bottom: 0;
    text-align: end;
}
legend {
    font-size: 16px;
    padding: 7px 0px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1.5rem;
}

/* ===================================
    hamburger-icon
====================================== */

#hamburger-icon .hamburger-icon-inner {width: 20px;height: 12px;position: relative;display: block;cursor: pointer;margin: 0 15px;}
#hamburger-icon .line {display: block; width: 20px; height: 3px; position: absolute; left: 0; background-color: #E776A0; -webkit-border-radius: 1px; -khtml-border-radius: 1px; -moz-border-radius: 1px; -ms-border-radius: 1px; -o-border-radius: 1px; border-radius: 1px;}
#hamburger-icon .line {-webkit-transition: all 0.4s; -khtml-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s;}
#hamburger-icon .line.line-1 {top: 0;}
#hamburger-icon .line.line-2 {top: 50%;}
#hamburger-icon .line.line-3 {top: 100%;}
#hamburger-icon.active .line-1 {-webkit-transform: translateY(6px) translateX(0) rotate(45deg); -khtml-transform: translateY(6px) translateX(0) rotate(45deg); -moz-transform: translateY(6px) translateX(0) rotate(45deg); -ms-transform: translateY(6px) translateX(0) rotate(45deg); -o-transform: translateY(6px) translateX(0) rotate(45deg); transform: translateY(6px) translateX(0) rotate(45deg);}
#hamburger-icon.active .line-2 {display: none;}
#hamburger-icon.active .line-3 {-webkit-transform: translateY(-6px) translateX(0) rotate(-45deg); -khtml-transform: translateY(-6px) translateX(0) rotate(-45deg); -moz-transform: translateY(-6px) translateX(0) rotate(-45deg); -ms-transform: translateY(-6px) translateX(0) rotate(-45deg); -o-transform: translateY(-6px) translateX(0) rotate(-45deg); transform: translateY(-6px) translateX(0) rotate(-45deg);}


.medium-input, .medium-textarea, .medium-select select { padding: 12px 20px; border:1px solid rgba(0,0,0,.1) !important; font-size: 14px !important; line-height: normal}
.medium-input:focus, .medium-select:focus {border:1px solid rgba(0,0,0,.5) !important;}


/* ===================================
    Pagination
====================================== */

.pagination a, .pagination span {border: 1px solid #577394;border-radius: 0;transition: all .3s;width: 30px;margin: 0 5px;min-width: 30px;height: 30px;line-height: 30px;color: #577394 !important;font-weight: 400;font-size: 12px;text-transform: uppercase;background: transparent;text-align: center;display: block;}
.pagination .active a, .pagination .active span {background-color: #3366bb;border-color: #3366bb;color: #fff !important;}
.pagination {justify-content: center;}

/* ===================================
    Navbar
====================================== */

#header .header-nav{line-height:initial;/* background:#1a1a1a; */margin:0;font-weight:400;font-size:11px;text-decoration:none;color:#ffffff;border:none;letter-spacing:1px;}
#header .header-nav>.container .row{/* display:block */}
#header .header-nav .head-link{float:right}
#header .header-nav .head-link .navbar-nav .nav-link{padding:15px 25px;line-height:20px}
#header .header-nav .dropdown-item{padding:.25rem 1rem;font-size:14px;line-height:18px;text-align:start}
#header .header-nav .dropdown-item img{vertical-align:baseline}
#header .header-nav .dropdown-item:hover {background-color: #bc7537; border-radius: 0 !important;}

#header .user-info a.logout, #header .user-info a.login{padding-right:5px}
#header .user-info a.account{padding-left:3px;padding-right:3px;font-style:italic;text-transform:lowercase}


/* ===================================
    Head-style3
====================================== */

.menu-style2 .nav_item li .nav_pop dd a .bm-text{position:relative}
.menu-style2 .nav_item li .nav_pop dd a .bm-text:after{position:absolute;content:'';left:0;bottom:-2px;width:0;height:1px;background-color:#000000;visibility:hidden;opacity:0;-webkit-transition:width 0.3s ease-in;-moz-transition:width 0.3s ease-in;-ms-transition:width 0.3s ease-in;-o-transition:width 0.3s ease-in;transition:width 0.3s ease-in}
.menu-style2 .nav_item li .nav_pop dd a:hover .bm-text:after{width:100%;visibility:visible;opacity:1}
.menu-style2 .nav_item li a.label{font-size:12px;font-weight:700}
.menu-style2 .nav_item li.nav_li{padding:0 20px;line-height:50px}
.menu-style2.main-nav-mobile{top:50px}

.head-style3 .blockcart{/* text-align:left; */position:relative;/* float:right; */padding: 0 15px;line-height:45px;/* margin-left: 1.5rem; *//* padding-right: 15px; */}
.head-style3 .blockcart .img-shopping-cart-light{display:flex;font-size:12px;line-height: 60px;text-transform: capitalize;}
.head-style3 .blockcart .img-shopping-cart-light svg{width: 40px;height: 40px;padding:5px;margin: 10px;}
.head-style3 .blockcart a.shopping-cart .d-none{display:block!important}
.head-style3 .blockcart .cart-products-count{position:absolute;top: 13px;left: 38px;width:20px;height:20px;line-height:20px;text-align:center;font-size: 16px;}

.head-style3 .compare-style2:after{content:"";border-right:1px solid #484848;height:30px;position:absolute;right:0;top:5px}
.head-style3 #hamburger-icon{top:-45px}

.head-style3 .header-nav .container .row{/* display:block */justify-content: space-between;}
.head-style3 .header-top{width:100%;text-align:center;padding:0;}
.head-style3 .header-top>.container{display:inline-table;}
.head-style3 .header-top>.container .row{display:block;}
.head-style3 .header_logo{width:20%;padding: 0 15px;/* margin: 0 15px; */}

.head-style3 .search-style{/* float:left; */width:45%;padding: 0 15px;margin-top: 11px;margin-bottom: 11px;}
.head-style3 .search-style input[type="text"]{border:0;height: 38px;font-size:14px!important;padding:10px 15px;width:calc(100% - 90px);border-radius:.25rem;background-color: #00000040;background-image: none;color: #c7c7c7;}
.head-style3 .search-style .input-group{margin:0 auto;}
.head-style3 .search-style .input-group svg{width:30px;height:30px;padding:6px;fill:#FFF}

.home-style3 .top_column .container .row{position:relative;height:100%}
.home-style3 .top_column{margin-top:30px;overflow:hidden}
.home-style3 .bottom_column{margin-bottom:30px;overflow:hidden}

.foot-style3{padding-top:0!important;margin-top:0!important}
.foot-style3.footer-container li.item a{padding-left:15px}
.foot-style3.footer-container li.item a:before{top:8px;width:3px}
.foot-style3 .copyright-style1{line-height:50px;text-align:center;float:left}
.foot-style3 .paymentaccept-style2{float:right}

.head-style3 .header-top #search-icon{position:absolute;/* top: 20px; */right: calc(3% + 50px);width: 40px;height: 40px;line-height: 40px;text-align:center;display:block;cursor:pointer;}
.head-style3 .header-top #search-icon svg{width: 25px;height: 25px;fill: #fff!important;}
.head-style3 .dropdown-menu{left:0;border-radius: 0;border: 0;margin-top:0;background-color: #19110e!important;}
.head-style3 .header-nav .currency-selector{margin-top:0;margin-left:0;font-size:12px;padding:0 15px;height:50px;line-height:50px}
.slider1-style3 .owl-dots{bottom:5%}

@media (min-width:768px){.ml-md-240p{margin-left:240px}}
@media (min-width:992px){.ml-lg-270p{margin-left:270px}}

@media (max-width:767px) {
.head-style3 .header-top.content .row{height: 40px;}
.head-style3 .blockcart a.shopping-cart .d-none{display:none!important}
}

.head-style3 .searchup .search-style .input-group .ui-autocomplete-input{padding-left:5px}
.head-style3 .searchup .search-style .input-group{width:100%}
.head-style3 #search_block_top #clear-icon{display:none}


.foot-style3{padding-top:0!important;margin-top:0!important}
.foot-style3.footer-container li.item a{padding-left:15px;position: relative}
.foot-style3.footer-container li.item a:before{border-bottom:3px solid;content:"";left:0;position:absolute;top:8px;width:3px}
.foot-style3 .copyright-style1{line-height:50px;text-align:center;float:left}
.foot-style3 .paymentaccept-style2{float:right}



/* ===================================
    Images
====================================== */

.image-anchor::after{content:'';display:block;position:absolute;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,0)}

.image-style1.image1 { float: left; width: 100%;}
.image-style1.image1 .ad0{margin-bottom:30px;width:calc(50% - 10px);float:left;margin-right:10px}
.image-style1.image1 .ad1{width:calc(50% - 10px);float:left;margin-left:10px}
.image-style1.image1 .text-container { position: absolute; left: 0; bottom: 0;}
.image-style1.image1 .image-anchor { display: block; overflow: hidden;}

.image-style1.image1 .item-title { padding: 10px 15px; font-size: 12px; font-weight: 600; line-height: 20px; display: inline-block; cursor: pointer;}

.image-style1.image1 .text-container{background-color:rgba(255,255,255,0.9);border-radius:6px;margin:10%;width:80%;padding:10px}
.image-style1.image1 .text-container:hover{background-color:rgb(213, 107, 31);color:#FFF}
.image-style1.image1 .text-container:hover .item-title{color:#000!important}
.image-style1.image1 .item-title{text-align:center;width:100%;font-size:16px;padding-top:0;text-transform:uppercase;font-family:'Poppins',sans-serif}
.image-style1.image1 .item-html{text-transform:uppercase;font-size:12px;font-family:'Poppins',sans-serif}


.image-style2.image2 { float: left; width: 100%; margin-top: 30px; margin-bottom: 30px;}
.image-style2.image2 .image-anchor{outline:200px solid rgba(0, 0, 0, 0.25);outline-offset:-200px}
.image-style2.image2 .text-container{top:22%;left:65%;width:30%!important;text-align:center}
.image-style2.image2 .item-title{font-size:36px;line-height:40px;padding-bottom:0.25em;font-family:'Poppins',sans-serif;font-weight:400}
.image-style2.image2 .item-html{font-weight:100;font-family:'Poppins',sans-serif;margin-bottom:15px}

.image-style3.image3 { float: left; width: 20%;}
.image-style3.image3 .text-container { text-align: center; left: 0; top: 0; height: 50%}
.image-style3.image3 .item-title{font-size:13px;font-weight:300;text-transform:uppercase;letter-spacing:1.5px;padding-bottom:10px;line-height:18px;padding-top:20%;font-family: 'Poppins',sans-serif}
.image-style3.image3 .item-html { font-size: 30px; font-weight:400;line-height: 1.25;font-family: 'Poppins',sans-serif}
.image-style3.image3 .item-button{position:absolute;left:0;bottom:10px;width:100%;text-align:center}

.image-style3.image4 { float: left; width: 20%;}
.image-style3.image4 .text-container { left: 30px; top: 40px;}
.image-style3.image4 .item-title { font-size: 13px; font-weight: 300; text-transform: uppercase;font-family: 'Poppins',sans-serif}
.image-style3.image4 .item-html{font-size:30px;line-height:1.5;font-weight:400;font-family: 'Poppins',sans-serif}
.image-style3.image4 .text-container{left:0;right:0;top:20%;padding:0 30px;height:25%}
.image-style3.image4 .item-button{position:absolute;left:30px;bottom:10px;width:100%}

.image-style3 .text-container:hover{background-color:brown!important;color:#FFF}
.image-style3 .text-container{cursor:pointer}

.image-style4.image5{width:68%;float:right;padding-left:30px}
.image-style4.image5 .ad0{width:50%;float:right;padding-left:15px}
.image-style4.image5 .ad1{width:50%;float:left;padding-right:15px;padding-bottom:15px}
.image-style4.image5 .ad2{width:50%;float:left;padding-right:15px;padding-top:15px}
.image-style4.image5 .ad0 .text-container{position:absolute;top:0;left:15px;width:calc(100% - 15px);height:100%;text-align:center;padding:25% 0}
.image-style4.image5 .ad0 .item-title{color:#fff;font-size:4rem;margin:3% 0;font-family:'Poppins',sans-serif}
.image-style4.image5 .ad0 .item-html{color:#FFF;font-size:20px;text-transform:uppercase}

.image-style4.image5 .ad1 .text-container{top:30%;left:7%;right:30px;position:absolute;height:33%}
.image-style4.image5 .ad1 .text-container .item-title{color:#FFF;text-transform:uppercase;font-family:'Poppins',sans-serif;font-size:30px;position:absolute;top:0}
.image-style4.image5 .ad1 .text-container .item-html{color:#FFF;font-family:"Alex Brush";position:absolute;bottom:0;font-size:20px;text-transform:lowercase}

.image-style4.image5 .ad2 .text-container{top:35%;left:60%;width:35%;position:absolute;height:30%}
.image-style4.image5 .ad2 .text-container .item-title{color:#FFF;text-transform:uppercase;font-family:'Poppins',sans-serif;font-size:30px;position:absolute;top:0}
.image-style4.image5 .ad2 .text-container .item-html{color:#FFF;position:absolute;bottom:0;font-family:"Alex Brush";font-size:20px;text-transform:lowercase}


.image-effet1 .image-container{width:100%;height:100%;overflow:hidden;padding:0;position:relative}
.image-effet1 .image-container a:hover:before{right:50%;left:50%;background:rgba(255,255,255,0.2)}
.image-effet1 .image-container a:before{content:'';position:absolute;top:0;bottom:0;right:0;left:0;-webkit-transition:all 0.6s ease-in-out;transition:all 0.6s ease-in-out;-moz-transition:all 0.6s ease-in-out;-ms-transition:all 0.6s ease-in-out;-o-transition:all 0.6s ease-in-out}
.image-effet1 .image-container a:hover:after{top:50%;bottom:50%;background:rgba(255,255,255,0.2)}
.image-effet1 .image-container a:after{content:'';position:absolute;top:0;bottom:0;right:0;left:0;-webkit-transition:all 0.6s ease-in-out;transition:all 0.6s ease-in-out;-moz-transition:all 0.6s ease-in-out;-ms-transition:all 0.6s ease-in-out;-o-transition:all 0.6s ease-in-out}



/* ===================================
    Product
====================================== */

/* product-style */
.products .product-miniature .product-thumbnail .image-cover{-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.products .product-miniature .product-thumbnail .image-hover{ top: 0;   position: absolute;   overflow: hidden;   left: 0;   opacity: 1;   filter: alpha(opacity=100);   -webkit-transform: translate(-100%, 0px);   -ms-transform: translate(-100%, 0px);   -o-transform: translate(-100%, 0px);   transform: translate(-100%, 0px);   -webkit-transition: all 0.3s;   -o-transition: all 0.3s;   transition: all 0.3s; }
.products .product-miniature:hover .product-thumbnail .image-cover{-webkit-transform: translate(100%, 0px);   -ms-transform: translate(100%, 0px);   -o-transform: translate(100%, 0px);   transform: translate(100%, 0px); }
.products .product-miniature:hover .product-thumbnail .image-hover{-webkit-transform: translate(0px, 0px);   -ms-transform: translate(0px, 0px);   -o-transform: translate(0px, 0px);   transform: translate(0px, 0px); }
.products .product-description .product-flags .badge.discount{display: none}
.products .product-description .product-flags .badge.discount{display: none}
.products .thumbnail-container{position:relative;padding:0;overflow:hidden}

.products .discount-percentage{position:absolute;right:10px;font-size:14px!important;font-weight:400!important;width:40px;height:30px;line-height:30px;text-align:center;border-radius:0;border-color:transparent;padding:0!important;box-shadow:none!important}
.products .discount-percentage:after{/* content:''; */width:0;height:0;border-color:inherit;border-left:20px solid transparent;border-top-width:10px;border-top-style:solid;border-right:20px solid transparent;position:absolute;bottom:-10px;left:-20px;margin-left:50%;}

/*a.thumbnail.product-thumbnail {background-image: url(../img/waiting.gif);background-repeat:no-repeat;background-position:center}*/

.star_content{display: inline-block;}
.star{float:left;width:auto;padding:0;margin:0}

.comments_note span{display:none}
.product-accessories .comments_note span{display:none!important}


/* product-style1 */
.product-style1{margin-bottom:20px}
.product-style1 .products{/* margin:0 -10px */}
.product-style1 .products .product-miniature .item{padding: 5px}
.product-style1 .products .product-title{text-transform:capitalize;margin: 6px 0;text-overflow:ellipsis;overflow:hidden;width:100%;white-space:nowrap;font-size: 14px;font-weight:400}
.product-style1 .products .product-title a{padding-top:10px;width:100%;display:block;color:inherit}
.product-style1 .products .product-miniature .thumbnail-container .highlighted-informations{position: absolute}
.product-style1 .products .product-miniature .product-description{padding:0}
.product-style1 .products .regular-price{text-decoration:line-through;font-size:14px;display:inline-block;font-weight:400}
.product-style1 .products .product-price-and-shipping{line-height:26px;letter-spacing:0;font-weight:600;font-size:15px}
.product-style1 .products .product-description .product-flags{text-align:left;position:absolute;top:10px;left:10px;display:none}
.product-style1 .products .product-miniature .highlighted-informations .variant-links{display: none}
.product-style1 .products .product-miniature .highlighted-informations span{display: none}
.product-style1 .products .product-miniature .highlighted-informations{}
.product-style1 .products .product-miniature .quick-view{position:absolute;left:-50px;height:40px;line-height:40px;text-align:center;opacity:0;width:40px;background:#FFF;border-radius:50%;top: 15px;padding:12px;}
.product-style1 .products .product-miniature .quick-view svg{fill:#FFF!important}

.product-style1 .products .product-miniature .add-to-cart{position: absolute;left:-50px;width:40px;height:40px;line-height:40px;padding: 12px;border:none;background:#FFF;opacity:0;text-align:center;cursor:pointer;border-radius:50%;top: 150px;}
.product-style1 .products .product-miniature .add-to-cart svg{fill:#FFF!important}

.product-style1 .products .product-miniature i{float: left;background:coral;color:white;border-radius:20px;font-size:17px;width:40px;height:40px;line-height:43px}
.product-style1 .products .product-miniature .product_content:hover .discount-percentage{}
.product-style1 .products .product-miniature .product_content{padding: 5px;margin: 5px 0;position:relative;overflow: hidden;border:0 solid #eeeeee;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;background-color: #000000;}
.product-style1 .products .product-miniature .product_content:hover{border-color:transparent;-moz-box-shadow:0 0 15px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 15px rgba(0,0,0,0.1);box-shadow:0 0 15px rgba(0,0,0,0.1)}

.product-style1 .products .product-miniature .add_to_compare{position:absolute;left:-50px;height:40px;line-height:40px;text-align:center;opacity:0;width:40px;background:#FFF;border-radius:50%;top:105px;padding:12px;}
.product-style1 .products .product-miniature .add_to_compare svg{fill:#FFF!important}

.product-style1 .products .product-miniature .add_to_wishlist{position:absolute;left:-50px;height:40px;line-height:40px;text-align:center;opacity:0;width:40px;background:#FFF;border-radius:50%;top:60px;padding: 12px;}
.product-style1 .products .product-miniature .add_to_wishlist svg{fill:#FFF!important}

.product-style1 .products .product-miniature .product_content:hover .quick-view{left:10px;opacity: 1}
.product-style1 .products .product-miniature .product_content:hover .add-to-cart{left:10px;opacity: 1}
.product-style1 .products .product-miniature .product_content:hover .add_to_compare{left:10px;opacity: 1}
.product-style1 .products .product-miniature .product_content:hover .add_to_wishlist{left:10px;opacity: 1}


/* product-style2 */
.product-style2{width:100%;margin-bottom:20px}
.product-style2 .product-miniature{padding:0 15px!important}
.product-style2 .product-miniature.swiper-slide{padding:0!important}

.product-style2 .products .product-miniature .item{padding: 5px}
.product-style2 .products .product-title{text-transform:capitalize;margin: 6px 0;text-overflow:ellipsis;overflow:hidden;width:100%;white-space:nowrap;font-size: 14px;font-weight:400}
.product-style2 .products .product-title a{padding-top:10px;width:100%;display:block;color:inherit}
.product-style2 .products .product-miniature .thumbnail-container .highlighted-informations{position: absolute}
.product-style2 .products .product-miniature .product-description{padding:0}
.product-style2 .products .regular-price{text-decoration:line-through;font-size:14px;display:inline-block;font-weight:400}
.product-style2 .products .product-price-and-shipping{line-height:26px;letter-spacing:0;font-weight:600;font-size:15px}
.product-style2 .products .product-description .product-flags{text-align:left;position:absolute;top:10px;left:10px;display:none}
.product-style2 .products .product-miniature .highlighted-informations .variant-links{display: none}
.product-style2 .products .product-miniature .highlighted-informations span{display: none}
.product-style2 .products .product-miniature .highlighted-informations{display: block !important;}
.product-style2 .products .product-miniature .quick-view{position:absolute;left:-50px;height:40px;line-height: 36px;text-align:center;opacity:0;width:40px;background:#FFF;border-radius:50%;top: 15px;padding: 12px;}
.product-style2 .products .product-miniature .quick-view svg{fill:#FFF!important}
.product-style2 .products .product-miniature .add-to-cart{position: absolute;left:-50px;width:40px;height:40px;line-height:40px;padding: 12px;border:none;background:#FFF;opacity: 1;text-align:center;cursor:pointer;border-radius:50%;top: 150px;}
.product-style2 .products .product-miniature .add-to-cart svg{fill:#FFF!important;/* background: red; */}
.product-style2 .products .product-miniature i{float: left;background:coral;color:white;border-radius:20px;font-size:17px;width:40px;height:40px;line-height:43px}
.product-style2 .products .product-miniature .product_content:hover .discount-percentage{}
.product-style2 .products .product-miniature .product_content{padding: 0;margin: 0;position:relative;overflow: hidden;border: 0;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}
.product-style2 .products .product-miniature .product_content:hover{border-color: #904848;}

.product-style2 .products .product-miniature .add_to_compare{position:absolute;left:-50px;height:40px;line-height:40px;text-align:center;opacity:0;width:40px;background:#FFF;border-radius:50%;top: 105px;padding: 12px;}
.product-style2 .products .product-miniature .add_to_compare svg{fill:#FFF!important}

.product-style2 .products .product-miniature .add_to_wishlist{position:absolute;left:-50px;height:40px;line-height:40px;text-align:center;opacity:0;width:40px;background:#FFF;border-radius:50%;top: 60px;padding: 12px;}
.product-style2 .products .product-miniature .add_to_wishlist svg{fill:#FFF!important}

.product-style2 .products .product-miniature .product_content:hover .quick-view{left:10px;opacity: 1}
.product-style2 .products .product-miniature .product_content:hover .add-to-cart{left:10px;opacity: 1}
.product-style2 .products .product-miniature .product_content:hover .add_to_compare{left:10px;opacity: 1}
.product-style2 .products .product-miniature .product_content:hover .add_to_wishlist{left:10px;opacity: 1}


.product-style2.special3 .products .product-miniature .thumbnail-container{float: left;width: 100px;margin-bottom: 30px;}
.product-style2.special3 .products .product-miniature .product-description{float: right;width: calc(100% - 140px);position: relative;height: 160px;margin-left: 40px;}
.product-style2.special3 .products .product-miniature .product-description .product-flags{display: none}
.product-style2.special3 .products .product-miniature .highlighted-informations{float: right;width: calc(100% - 250px);height: 70px;}
.product-style2.special3 .products .product-miniature .highlighted-informations .variant-links{display: none}

.product-style2.special3 .products .product-miniature .product-description svg {
    position: absolute;
    width: 20px;
    top: 5px;
    left: -28px;
}
/* ===================================
    Breadcrumb
====================================== */

.breadcrumb[data-depth="1"]{display:none}
.breadcrumb[data-depth="1"]{display:block}
.breadcrumb h1{display:none}
.breadcrumb ol{padding-left:0;margin-bottom:0;line-height:30px;height:30px;}
.breadcrumb li {display:inline}
.breadcrumb li:after {content:"|";margin:.3125rem}
.breadcrumb li:last-child {content:"|";margin:0}
.breadcrumb li:last-child:after {content:""}
.breadcrumb{background:transparent;margin: 0;padding: 0;}



/* ===================================
    Product list
====================================== */

@media (max-width: 767px) {
  .col-p1 .products .product-miniature { max-width: 50%;min-width: 50%; }
  .col-p2 .products .product-miniature { max-width: 50%;min-width: 50%; }
  .col-p3 .products .product-miniature { max-width: 50%;min-width: 50%; }
  .col-p4 .products .product-miniature { max-width: 50%;min-width: 50%; }
  .col-p5 .products .product-miniature { max-width: 50%;min-width: 50%; }
  .col-p6 .products .product-miniature { max-width: 50%;min-width: 50%; }
}
@media (min-width: 768px) {
  .col-p1 .products .product-miniature { max-width: 33.3333%;min-width: 33.3333%; }
  .col-p2 .products .product-miniature { max-width: 33.3333%;min-width: 33.3333%; }
  .col-p3 .products .product-miniature { max-width: 33.3333%;min-width: 33.3333%; }
  .col-p4 .products .product-miniature { max-width: 33.3333%;min-width: 33.3333%; }
  .col-p5 .products .product-miniature { max-width: 33.3333%;min-width: 33.3333%; }
  .col-p6 .products .product-miniature { max-width: 33.3333%;min-width: 33.3333%; }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
  .col-p1 .products .product-miniature { max-width: 100%;min-width: 100%; }
  .col-p2 .products .product-miniature { max-width: 50%;min-width: 50%; }
  .col-p3 .products .product-miniature { max-width: 33.3333%;min-width: 33.3333%; }
  .col-p4 .products .product-miniature { max-width: 25%;min-width: 25%; }
  .col-p5 .products .product-miniature { max-width: 20%;min-width: 20%; }
  .col-p6 .products .product-miniature { max-width: 16.6667%;min-width: 16.6667%; }
}

  .col-p7 .products .product-miniature { max-width: 14.2857%;min-width: 14.2857%; }
  .col-p8 .products .product-miniature { max-width: 12.5%;min-width: 12.5%; }


.product-style2 .list .product-miniature { width: 100%; }
.product-style2 .list .product-title { margin-bottom: 1rem !important; }
.product-style2 .list .products .product-miniature .product_content .add-to-cart svg { display: none; }
.product-style2 .list .products .product-miniature .highlighted-informations span { display: inline-block; }
.product-style2 .list .products .product-miniature .product_content .add-to-cart { position: unset; opacity: 1; float: left; width: auto; border-radius: 5px; padding: 0px 1.5rem; box-shadow: none; border: 1px solid; text-transform: uppercase; font-size: 14px; display: block; }
.product-style2 .list .products .product-miniature .highlighted-informations { width: 100% !important; }
.product-style2 .list .products .product-miniature .add_to_compare { margin-left: 6px; position: unset; opacity: 1; float: left; border: 1px solid; border-radius: 4px; }
.product-style2 .list .products .product-miniature .add_to_compare span { display: none; }
.product-style2 .list .products .product-miniature .add_to_compare svg { margin-bottom: 2px; }
.product-style2 .list .products .product-miniature .highlighted-informations .quick-view span { display: none; }
.product-style2 .list .products .product-miniature .quick-view svg { margin-bottom: 2px; }
.product-style2 .list .products .product-miniature .quick-view { position: unset; opacity: 1; float: left; border: 1px solid; border-radius: 4px; margin-right: 6px; }


.btn.btn-view{margin:0px;margin-right:2px;float:left;width:32px;height:32px;line-height:32px;background:#666;text-align:center;padding:0;border-radius:0px!important;border:none;color:#fff;}
.btn.btn-view:hover,.btn.btn-view.active{background:#ff3c20;box-shadow:none;color:#fff;}
.btn.btn-view:focus{border-radius:0;outline:none;}
.btn.btn-view:hover i,.btn.btn-view.active i{color:#fff;}
.btn.btn-view:disabled{opacity:1;width:auto;margin-right:5px;background-color:transparent;color:#333;}


/* ===================================
    Product Page
====================================== */

.product-cover{width: 250px;}
.product-data{width: calc(100% - 250px);}
.product-star{margin-bottom:10px;padding-left: 15px;padding-right: 15px;width: 210px;}


.product_promotion p{margin-bottom:0}
.product_about p{margin-bottom:.5rem;font-weight:bold}

#product .col-md-6.details{/* padding-left:30px; *//* padding-right:30px; */padding-top: 10px;}
#product .product_name{font-weight:500;margin-bottom:1rem;font-size: 18px;}
#product .rating{margin-bottom:1rem;position:initial;font-size: 12px;}

#product .product-details{margin-bottom:1rem}
#product .product-details .label{min-width:120px;text-align:initial;font-size:13px;margin-bottom:0}
#product .product-details span{font-size:12px}

#product .product-prices{margin-top:0;margin-bottom:1rem}
#product .product-prices .regular-price{text-decoration:line-through;font-size:14px;display:inline-block;font-weight:400}
#product .product-prices .price{line-height:30px;height:30px;display:inline-block;font-weight:400;font-family:sans-serif;font-size:20px}
#product .product-quantity span{width: 38px;height: 38px;line-height: 38px;text-align: center;cursor: pointer;}
#product .product-quantity input{border-color: #f4f4f4;}


#product .star_content{float:left}
#product .product-discount{float:left}
#product .has-discount .discount{position:relative;height:22px;line-height:22px;text-align:center;margin-left:10px;background-color:#e95144;-moz-border-radius:3px;-webkit-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;color:#fff;padding:0 8px;align-items:center;font-weight:600;font-size:14px}
#product .has-discount .discount:before{content:'';position:absolute;left:-11px;top:50%;margin-top:0;-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);border:6px solid transparent;border-right-color:#e95144}

#product .images--container .product-thumbnails-wrap{padding-left:25px;padding-right:25px}
#product .images--container .product-thumbnails-wrap .thumbs-container{border:1px solid #F1F1F1;padding:5px;cursor:pointer}

#swiper-thumbnails .swiper-pager .swiper-prev{position:absolute;top:50%;left:5px;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:20px;color:#fff;background-color:#0000002b;width:30px;height:30px;text-align:center;border-radius:50%;z-index:1;}
#swiper-thumbnails .swiper-pager .swiper-next{position:absolute;top:50%;right:5px;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:20px;color:#fff;background-color:#0000002b;width:30px;height:30px;text-align:center;border-radius:50%;z-index:1;}

.swiper-content .related-pager .swiper-prev{position:absolute;top:50%;left:5px;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:14px;color:#808080;z-index:1;border:1px solid;height:40px;line-height:40px;width:30px;text-align:center;border-radius:5px;box-shadow:0 2px 5px 0 rgba(213,217,217,.5);}
.swiper-content .related-pager .swiper-next{position:absolute;top:50%;right:5px;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:14px;color:#808080;z-index:1;border:1px solid;height:40px;line-height:40px;width:30px;text-align:center;border-radius:5px;box-shadow:0 2px 5px 0 rgba(213,217,217,.5);}

#product .current-price{margin-bottom:0}

#product .product-flags{position:absolute;top:5px;left:5px}
#product .product-actions{margin-bottom:1rem}
#product .secure-shopping-guarantee{margin-bottom:1rem}


.product-price {display:inline-block}
#product-description-short{font-size:13px;margin-bottom:1rem}
.product-information {font-size:12px;color:#232323}
.product-information .manufacturer-logo {height:35px}
.product-information .product-description img {max-width:100%;height:auto}
.product-information .product-actions .product-variants ul{margin-bottom:0;margin-top: 0;}
.product-information .product-actions .product-variants ul label{margin-bottom:0}


.image-radio{cursor:pointer;border: 1px solid #dcdcdc;position:relative}
.image-radio input[type="radio"]{display:none;}
.image-radio-checked{border-color: #ff2832;color: #ff2832;}
.image-radio-disabled::after{content:'';display:block;position:absolute;left:0;right:0;top:0;bottom:0;background-color: rgb(0 0 0 / 25%);}


/* ===================================
    Cart Page
====================================== */

#checkout-cart .product-quantity span{width: 38px;height: 38px;line-height: 38px;text-align: center;cursor: pointer;}

.modal.fade .modal-dialog{width: 100%;margin: 0;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%)}
.modal.show .modal-dialog{width: 100%;margin: 0;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%)}
