/*
Theme Name: Farzanegan
Author: Websima
Author URI: https://websima.com/
Description: قالب فروشگاهی فارسی، سازگار با Redux Framework 4 و WooCommerce جدید.
Version: 2.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: websima
*/

:root {
    --first-color: #ed141c;
    --second-color: #0b1461;
}

@font-face {
    font-family: 'websima';
    src: url('./assets/fonts/WebsimaRohanBRound-Regular.eot');
    src: url('./assets/fonts/WebsimaRohanBRound-Regular.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/WebsimaRohanBRound-Regular.woff2') format('woff2'),
    url('./assets/fonts/WebsimaRohanBRound-Regular.woff2') format('woff'),
    url('./assets/fonts/WebsimaRohanBRound-Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'websima';
    src: url('./assets/fonts/WebsimaRohanRound-Regular.eot');
    src: url('./assets/fonts/WebsimaRohanRound-Regular.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/WebsimaRohanRound-Regular.woff2') format('woff2'),
    url('./assets/fonts/WebsimaRohanRound-Regular.woff2') format('woff'),
    url('./assets/fonts/WebsimaRohanRound-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
input, button, textarea {
    outline: none !important;
}

input:-webkit-autofill {
    background-color: none !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.clearfix:after, .prettyListItems:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    font-size: 0px;
}

nav ul, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a, a:visited {
    color: #222;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

a:hover {
    color: var(--first-color);
    text-decoration: none;
}

input, button, textarea {
    outline: none !important;
}

h1,h2,h3,h4,h5,h6{
    font-weight: bold;
}

body {
    background: #fff;
    font-family: 'websima',Tahoma;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    overflow-x: hidden;
    color: #222;
    text-align: right;
    direction: rtl;
}

@font-face {
    font-family: 'icomoon';
    src:  url('assets/fonts/icomoon.eot?zigxtz');
    src:  url('assets/fonts/icomoon.eot?zigxtz#iefix') format('embedded-opentype'),
    url('assets/fonts/icomoon.ttf?zigxtz') format('truetype'),
    url('assets/fonts/icomoon.woff?zigxtz') format('woff'),
    url('assets/fonts/icomoon.svg?zigxtz#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-tick1:before {
    content: "\e90e";
}
.icon-Group-8:before {
    content: "\e90d";
    color: #4a4a4a;
}
.icon-share-3:before {
    content: "\e90f";
    color: #4a4a4a;
}
.icon-quote-left-1:before {
    content: "\e910";
}
.icon-cross:before {
    content: "\e90c";
}
.icon-eye:before {
    content: "\e90b";
}
.icon-reply:before {
    content: "\e911";
}
.icon-mailbox:before {
    content: "\e900";
}
.icon-menu1:before {
    content: "\e912";
}
.icon-comparation:before {
    content: "\e901";
}
.icon-man-user:before {
    content: "\e902";
}
.icon-spiral:before {
    content: "\e903";
    color: #40a2e7;
}
.icon-magnifying-glass-1:before {
    content: "\e904";
}
.icon-placeholder-2:before {
    content: "\e905";
}
.icon-call-answer:before {
    content: "\e906";
}
.icon-facebook-logo:before {
    content: "\e907";
}
.icon-instagram:before {
    content: "\e908";
}
.icon-telegram:before {
    content: "\e909";
}
.icon-twitter:before {
    content: "\e90a";
}






.mb-c {
    margin-bottom: 30px;
}

.mb-b {
    margin-bottom: 20px;
}

.mb-p {
    margin-bottom: 15px;
}

.shadow{
    box-shadow: 0 2px 6px rgba(0,0,0,.1) !important;
}

.home .headtop{
    position: relative;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.head-layer{
    background: linear-gradient(to right,#fa592f,#f61118);
    height: 95px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.woocommerce-breadcrumb{
    font-size: 12px;
    padding: 15px 0;
}

.woocommerce-breadcrumb:before{
    content: '';
    border: 3px solid var(--second-color);
    display: inline-block;
    margin-left: 12px;
    transform: scale(1.2);
    position: relative;
    right: 1px;
}

.mdelimiter{
    border: solid #222;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin: 0 10px;
    display: inline-block;
}

.header-site{
    padding:20px 50px;
    background: #fff;
    border-radius: 20px 20px 0 20px;
    padding-left: 40px;
    position: relative;
    z-index: 91;
}

.logo-part img{
    max-width: 130px;
    height: auto;
    display: block;
}

.menu-site .current-menu-item > a{
	color:var(--first-color);
}

.menu-site .current-menu-item:after{
	border: solid var(--first-color) !important;
border-width: 0 2px 2px 0 !important;
}

.menu-site li{
    float: right;
    margin-left: 30px;

}

.menu-site li a{
    display: inline-block;
    padding: 7px 0;
    font-size: 15px;
}

.menu-site ul li{
    position: relative;
}

.menu-site ul li:hover > a{
    color: var(--first-color);
}

.menu-site ul li ul{
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
    width: 250px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    border-radius: 15px 15px 0 15px;
    padding:0 10px;
    z-index: 9;
}

.menu-site ul li ul li a{
    font-size: 13px;
    color: #777777;
    display: block;
    padding: 8px 10px;
    position: relative;
}

.menu-site ul li ul > li{
    margin-left: 0;
    float: none;
}

.menu-site ul li:hover > ul{
    opacity: 1;
    visibility: visible;
}


.menu-site ul li ul li ul{
    right: 100%;
    top: 0;
}

.menu-site ul > .menu-item-has-children:after{
content: '';
border: solid #444;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 3px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
margin-right: 5px;
position: relative;
top: -2px;
transition: all 0.5s;
}

.menu-site ul li ul .menu-item-has-children:after{
    content: '';
    border: solid #777;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: absolute;
    left: 15px;
    top: 19px;
    transition: all 0.5s;
}

.menu-site .menu-item-has-children:hover:after{
    border: solid var(--first-color);
    border-width: 0 2px 2px 0;
}

.searching-bar{
    background: #f5f5f5;
    min-height: 60px;
    position: absolute;
    bottom: 0px;
    right: 15px;
    left: 55px;
    margin: auto;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    border-radius: 0 0 15px 15px;
    padding: 12px 20px;
    box-sizing: border-box;
    z-index: 9;
}

.searching-bar input{
    display: block;
    width: 100%;
    border: none;
    background: transparent;
}

.searching-bar button{
    border: none;
    background: transparent;
    position: absolute;
    left: 15px;
    top:0;
    bottom: 0;
    margin: auto;
}

.searching-bar button i{
    transform: rotate(360deg) scaleX(-1.05);
    display: inline-block;
}

.searching-show{
    opacity: 1;
    visibility: visible;
    bottom: -5px;
}

.home .searching-show{
    bottom: -60px;
}

.search-top span{
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.search-top .icon-cross{
    display: none;
    font-size: 13px;
}

.search-comop{
	overflow:hidden;
}

.header_compare_btn,.search-top{
	transition: all 0.5s;
}

.search-top:hover,.header_compare_btn:hover{
	background:#d4141b;
}

.search-comop a{
    color: #fff;
}
.search-comop a,.search-top span{
    box-sizing: border-box;
    padding:2px 15px;
    display: inline-block;
    cursor: pointer;
}

.search-top{
    width: 45px;
}

.search-top span{
    width: 45px;
}

#comparenumber{
    font-size: 13px;
}

.search-top i{
    display: inline-block;
    transform: rotate(360deg) scaleX(-1.05);
}

.search-comop a{
    padding: 2px 20px;
}

.search-comop{
    background: var(--first-color);
    border-radius: 7px 7px 0 7px;
    color: #fff;
    display: inline-block;
    position: relative;
    top: 8px;
    height: 32px;
    width: 118px;
}

.ctitle{
    position: relative;
}

.ctitle h3,.ctitle h1{
    font-size: 22px;
}

.ctitle h2{
    font-size: 26px;
}


.ctitle h2:before,.ctitle h3:before,.ctitle h1:before{
    content: '';
    display: inline-block;
    width: 17px;
    height: 25px;
    background: var(--second-color);
    border-radius: 3px 3px 0 3px;
    margin-left: 15px;
    position: relative;
    background-repeat: no-repeat;
    top: 5px;
    background: url("assets/img/title.svg");
    background-size: contain;
}

.cdesc{
    line-height: 35px;
    color: #666;
}

.cdesc img,.cdesc video,.cdesc audio{
    max-width: 100%;
    height: auto;
}


.cdesc ul,.cdesc ol{
    list-style-position: inside;
    margin-bottom: 20px;
	padding:0;
}

.cdesc ul li{
    list-style: none;
    list-style-position: inside !important;
}

.cdesc ul li:before{
    content: '';
    background: var(--second-color);
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.cdesc blockquote{
    background: #eee;
    padding: 30px;
    border-radius: 15px 15px 0 15px;
    display: inline-block;
    margin: 10px auto;
    margin-bottom: 20px;
}

.cdesc blockquote p{
    margin-bottom: 0;
}

.cdesc p a{
    color: var(--first-color);
	display:inline-block;
}


.cdesc h1,.cdesc h2,.cdesc h3,.cdesc h4,.cdesc h5,.cdesc h6{
    margin-bottom: 10px;
    color: #444;
}

.cdesc h1{
    font-size: 22px;
}

.cdesc h2{
    font-size: 20px;
}

.cdesc h3{
    font-size: 18px;
}

.cdesc h4{
    font-size: 16px;
}

.cdesc h5{
    font-size: 14px;
}

.cdesc h6{
    font-size: 12px;
}

.scrolldown{
    margin-top: 80px;
    cursor: pointer;
    transition: all 0.5s;
    display: inline-block;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 10px 35px;
    padding-bottom: 0;
    border-radius: 10px 10px 0 0;
    top: 3px;
}

.scrolldown span{
    vertical-align: middle;
    display: inline-block;
    border: 2px solid var(--first-color);
    border-radius: 3px;
    width: 24px;
    height: 14px;
    position: relative;
    top: -1px;
    margin-left: 15px;
    background: #fff;
}


.scrolldown b{
	font-weight:normal;
	color: #444;

}

.scrolldown:hover b{

}

.effect-shine:hover {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  -webkit-animation: shine 2s infinite;
          animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}


.scrolldown span:before{
    content: '';
    background: var(--first-color);
    position: absolute;
    right: 4px;
    left: 4px;
    bottom: 0;
    height: 5px;
    border-radius: 2px 2px 0 0;
}

.scrolldown span:after{
    content: '';
    background: var(--first-color);
    background: var(--first-color);
    position: absolute;
    right: 4px;
    left: 4px;
    bottom: -6px;
    height: 22px;
    border-radius: 3px;
    z-index: -1;
    transition: all 0.3s;
}

.scrolldown:hover span:after{
    bottom: -8px;
    /*animation: printer 0.5s linear 0.5s infinite alternate;*/
}

@keyframes printer {
    from {bottom: -5px;}
    to {bottom: -10px;}
}

.habout{
    position: relative;
    overflow: hidden;
}

.habout .container{
    position: relative;
    padding-top: 70px;
    padding-bottom: 40px;
}

.img-about img{
    border-radius: 20px 20px 0 20px;
}

.layer-about{
    background: linear-gradient(to right bottom,#e0191e,#f71219);
    border-radius: 20px 20px 0 20px;
    position: absolute;
    top: 0;
    bottom: 0;
}

.owl-carousel.owl-rtl {
    direction: rtl;
    padding-bottom: 5px;
}

.owl-products .owl-stage-outer {
    overflow: visible;
}

.owl-products .owl-prev,.owl-products .owl-next{
    background: #b9b9d1 !important;
    height: 25px;
    width: 25px;
    border-radius: 5px 5px 0 5px;
    position: relative;
    transition: all 0.5s;
}

.owl-products .owl-nav .disabled{
    opacity: 0.5;
    pointer-events: none;
}


.owl-products .owl-prev:hover,.owl-products .owl-next:hover{
    background: var(--second-color) !important;
}

.owl-products .owl-prev{
    border-radius: 5px 5px 5px 0px;
    margin-left: 3px;
}

.owl-products .owl-nav button i{
    position: absolute;
    right: 7px;
    top: 9px;
    transition: all 0.5s;
}


.angle-prev{
    border: solid var(--second-color);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 9px !important;
}

.angle-next{
    border: solid var(--second-color);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.owl-products .owl-nav button:hover i{
    border: solid #fff;
    border-width: 0 2px 2px 0;

}



.hproduct .container{
    overflow: hidden;
}

.item-product{
    background: #fff;
    border-radius: 20px 20px 0 20px;
    transition: all 0.5s;
}

.item-product:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,.1) !important;
}

.item-product:hover .media-body h2 a{
	color:var(--first-color) !important;
}

.item-product .media{
    border-bottom: 1px solid #eee;
	min-height: 180px;
}

.mb-p{
	margin-bottom:15px;
}

.item-product .media img{
    max-width: 120px;
    height: auto;
    cursor: pointer;
}

.item-product .cdesc{
    line-height: 25px;
	min-height: 175px;
}

.item-product .cdesc li{
    font-size: 12px;
    list-style-position: inside;
}

.item-product .cdesc li:before{
    content: '';
    border: 3px solid var(--second-color);
    display: inline-block;
    margin-left: 10px;
    border-radius: 1px;
}

.item-product .cdesc{
    padding: 0.8rem 1.5rem 1rem 1.5rem;
}


.item-product .media-body .fn-pr {
    text-transform: uppercase;
    font-weight: normal;
    color: #c1c1c1;
    font-size: 12px;
    margin-top: 1px;
    display: block;
}

.item-product .media-body h2 {
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 0;
	min-height:50px;
}

.item-product-links a{
    font-size: 10px;
    padding: 2px 5px;
    padding-bottom: 3px;
    color: #fff;
    display: block;
    box-sizing: border-box;
    text-align: center;
	font-family: 'websima',Tahoma !important;
}

.item-product-links {
    margin-top: 8px;
}

.mseep,.mcompare {
    width: 49%;
}

.mseep a {
    background: var(--second-color);
    color: #fff;
    border-radius: 5px 5px 0 5px;
    border: 1px solid var(--second-color);
}
.mseep a i{
    vertical-align: middle;
    margin-left: 5px;
    font-size: 14px;
}

.mcompare a i{
    vertical-align: middle;
    margin-left: 5px;
    font-size: 13px;
}

.mseep a:hover {
    background: var(--first-color);
    border-color: var(--first-color);
    box-shadow: 0 2px 6px #ed141c4d !important;
}


.mcompare a {
    border: 1px solid var(--second-color);
    color: var(--second-color);
    border-radius: 5px 5px 5px 0;
    transition: all 0.3s;
}

.mcompare a:hover {
    color: var(--first-color);
    border-color: var(--first-color);
    box-shadow: 0 2px 6px #ed141c4d !important;
}

.print-color {
    margin-top: -7px;
}

.print-color:before{
    content: '';
    background: #000000;
    border: 1px solid #000000;
    width: 14px;
    height: 8px;
    display: inline-block;
    margin-left: -1px;
}

.print-color:after{
    content: '';
    background: #fff;
    border: 1px solid #000000;
    width: 14px;
    height: 8px;
    display: inline-block;
}


.print-color2 span:after{
    content: '';
    background: #ecdd06;
    border: 1px solid #ecdd06;
    width: 14px;
    height: 8px;
    display: inline-block;
}

.print-color2 span:before{
    content: '';
    background: #ec06ae;
    border: 1px solid #ec06ae;
    width: 14px;
    height: 8px;
    display: inline-block;
    margin-left: 3px;
}

.print-color2:after{
    background: #04deea;
    border: 1px solid #04deea;
    position: relative;
    right: -1px;
}

.owl-products .owl-nav {
    font-size: 40px;
    position: absolute;
    left: 0;
    top: -120px;

}


.banner-main{
    min-height: 250px;
    background: #eee;
    border-radius: 15px 15px 0 15px;
    position: relative;
    overflow: hidden;
}

.banner-number{
    background: var(--second-color);
    border-radius: 15px 15px 0 0;
}

.banner-middle .row{
    margin-right: -3px;
    margin-left: -3px;
}

.banner-middle [class*="col-md-"]{
    padding-right: 3px;
    padding-left: 3px;
}


.banner-main .banner-img{
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

.banner-main:before{
    content: '';
    position: absolute;
    background: linear-gradient(to bottom,#17268b,#0b1461,transparent);
    right: 0;
    left: 0;
    top: 0;
    height: 5px;
    z-index: 1;
    pointer-events: none;
    transition: all 0.7s;
    opacity: 0;
    visibility: hidden;

}

.banner-main:hover:before{
    height: 170%;
    opacity: 0.8;
    visibility: visible;
}

.banner-number span{
    display: block;
    padding: 0px 20px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 33px;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    color: #fff;
    height: 45px;
    line-height: 43px;
}

.banner-layer{
    background: linear-gradient(to bottom,transparent,transparent,#222);
    position: absolute;
    right: 0;
    left: 0;
    bottom:0;
    top: 0;
    pointer-events: none;
    z-index: 2;
    transition: all 1.7s;
}

.banner-main:hover .banner-layer{
    bottom: -50px;
    opacity: 0;
}

.banner-caption{
    position: absolute;
    right: 0;
    left: 0;
    bottom:0 ;
    padding:10px 60px;
    color: #fff;
    z-index: 3;
}

.banner-caption:before{
    content: '';
    background: rgba(225, 225, 225, 0.5);
    width: 35px;
    position: absolute;
    right: 0;
    height: 45px;
    top: 15px;
    border-radius: 7px 0 0 7px;
}

.banner-caption h2{
    font-size: 14px;
    text-shadow: 0 3px 3px rgba(34, 34, 34, 0.6);
    margin-bottom: 5px;
}

.banner-caption .cdesc{
    color: #fff;
    font-size: 12px;
    text-shadow: 0 3px 3px rgba(34, 34, 34, 0.6);
}

.image-post{
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 15px 15px 0 15px;
}

.image-post .icon-spiral{
    font-size: 30px;
    position: absolute;
    left: -20px;
    bottom: -20px;
    pointer-events: none;
    filter: brightness(0)invert(1);
    transform: rotate(0);
    transition: all 0.7s;
    opacity: 0;
    background-size: contain;
    visibility: hidden;
}

.item-post:hover .icon-spiral{
    transform: rotate(600deg);
    opacity: 1;
    visibility: visible;
    left: 0;
    bottom: 0;
}


.image-post:before{
    content: '';
    background: linear-gradient(to bottom,transparent,transparent,#222);
    position: absolute;
    right: 0;
    left: 0;
    bottom:0 ;
    top: 0;
    pointer-events: none;
}

.noimage-post:before{
    display: none;
}



.image-post img {
    display: block;
    border-radius: 15px 15px 0 15px;
}

.info-post h2 a{
    font-size: 14px;
    font-weight: normal;
    color: #444;
    display: block;
	min-height:30px;
}

.info-post h2 a:hover{
    color: var(--first-color);
}

.author-post{
    font-size: 12px;
    color: #999;
    transition: all 0.5s;
}

.author-post i{
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    font-size: 10px;
}

.item-post:hover .author-post{
    color: #444;
}

.item-post:hover h2 a{
    color: var(--first-color);
}

.cap-imgpost{
    font-size: 12px;
    color: #fff;
    padding: 15px 0px;
    position: absolute;
    right: 20px;
    bottom: 0;
	pointer-events: none;
}

.cap-imgpost span{
    transition: all 0.5s;
    position: relative;
    top: 20px;
}

.item-post:hover .cap-imgpost span{
    top: 0;
}

.cap-imgpost span i{
    display: inline-block;
    width: 7px;
    border-radius: 1px 1px 0 1px;
    margin-left: 10px;
    background: #fff;
    transition: all 0.5s;
    opacity: 0;
    height: 1px;

}

.item-post:hover .cap-imgpost span i{
    opacity: 1;
    height: 10px;
}

.cap-imgpost a{
    color: #ddd;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    position: relative;
    bottom: -10px;
}


.item-post:hover .cap-imgpost a{
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.image-post .layerblue{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--second-color);
    opacity: 0;
    transition: all 0.5s;
    visibility: hidden;
}

.image-post img{
    transition: all 0.5s;
}


.item-post:hover .layerblue{
    visibility: visible;
    opacity: 0.75;
}

.footer-site{
    background: #04061d;
    font-size: 13px;
    margin-top: 50px;
}

.footer-site p,.footer-site a,.footer-site li{
    color: #9a9ba0;
    margin-bottom: 7px;
}

.footer-site a:hover{
    color: var(--first-color);
}

.logo-ft img{
    max-width: 130px;
    height: auto;
    display: block;
    filter: brightness(0)invert(1);
}

.ftitle{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}

.ftitle:before{
    content: '';
    display: inline-block;
    background: var(--first-color);
    width: 7px;
    height: 7px;
    margin-left: 10px;
}


.ftaddress{
    margin-bottom: 20px;
}

.ftaddress li i{
    display: inline-block;
    color: #fff;
    margin-left: 7px;
    font-weight: normal;
    font-size: 11px;
    position: relative;
    right: -1px;
}

.ftaddress .icon-call-answer{
    transform: rotate(360deg) scaleX(-1.05);
    font-size: 10px;
}

.mainft-address .ftaddress:nth-child(2){
    margin-bottom: 2rem;
}

.menu-ft li a:hover{
    padding-right: 10px;
}

.nwsl{
    background: #fff;
    padding: 30px 150px;
    border-radius: 0 0 0 20px;
    margin-bottom: 70px;
}

.nwsl .mc4wp-response {
    position: absolute;
    font-size: 12px;
}

.nwsl h5{
    font-size: 16px;
}

.nwsl h5 i{
    font-size: 22px;
    margin-left: 10px;
    vertical-align: middle;
    margin-top: -6px;
    display: inline-block;
    transform: rotate(360deg) scaleX(-1.05);
}




.nwsl-form{
    border-radius: 15px 15px 0 15px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.nwsl-form button{
    cursor: pointer;
    border: none;
    background: var(--first-color);
    color: #fff;
    border-radius: 15px 15px 0 15px;
    display: inline-block;
    padding: 7px 20px;
    padding-top: 4px;
    position: absolute;
    right: 0;
    overflow: hidden;
    z-index: 5;
    top: 0;
}

.nwsl-form input{
    border: none;
    background: #f2f2f2;
    color: rgba(237, 20, 28, 0.49);
    font-size: 12px;
    text-align: left;
    display: block;
    box-sizing: border-box;
    padding:0 15px;
    width: 100%;
    height: 38px;
    padding-left: 30px;
    transition: all 0.5s;
}

.nwsl-form input:focus{
    background: #fee2e1;
}

.cpright{
    margin-top: 50px;
    background: #15172c;
    border-radius: 20px 20px 0 0;
    padding:10px 15px;
    text-align: center;
    font-size: 11px;
    color: #ddd;
}

.socials a{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
    margin-left: -3px;
}

.hero-site{
    border-bottom: 3px solid #dcd7db;
}

.hero-site h2,.hero-site p{
    color: #fff;
    text-shadow: 0px 3px 3px #222;
}


.socials:hover a {
    -webkit-filter: blur(1.5px);
    filter: blur(1.5px);
}

.socials a:hover {
    -webkit-filter: blur(0px);
    filter: blur(0px);
}


.cbutton a,.wpcf7-submit,.form-submit button{
    background: var(--second-color);
    cursor: pointer;
    border: none;
    color: #fff;
    border-radius: 10px 10px 0 10px;
    padding: 7px 25px;
    padding-top: 2px;
    font-size: 12px;
    transition: all 0.8s;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 5;
    line-height: normal;
}

.cbutton a:before,.nwsl-form button:before,.form-submit button:before{
    content: '';
    position: absolute;
    right: -20px;
    top: 0px;
    height: 110%;
    bottom: 0;
    width: 0%;
    background: var(--first-color);
    transition: all 0.8s;
    z-index: -1;
    transform: skew(50deg);
}

.cbutton a:hover,.form-submit button:hover{
    box-shadow: 0 10px 20px rgba(237, 20, 28, 0.2) !important;
}


.cbutton a:hover:before,.nwsl-form button:hover:before,.form-submit button:hover:before{
    width: 140%;
}

.cbutton2 a,.wpcf7-submit,.form-submit button{
    background: var(--first-color);
}

.cbutton2 a:hover,.form-submit button:hover{
    box-shadow: 0 10px 20px rgba(11, 20, 97, 0.2) !important;
}

.cbutton2 a:before,.nwsl-form button:before,.form-submit button:before{
    background: var(--second-color);
}

.form-submit{
    margin-top: 15px;
    text-align: left;
}

.cbutton3 a:before{
    background: #fff;
}

.cbutton3 a:hover{
    color: var(--first-color);
}

.img-post {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.img-post img{
    max-width: 100%;
    height: auto;
    border-radius: 20px 20px 0 20px;
}

.img-post .logo-about{
    position: absolute;
    bottom: 20px;
    width: 100px;
    height: 50px;
    left: 30px;
    filter: brightness(0)invert(1);
    opacity: 0.6;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.page-template-about .img-post .logo-about{
    bottom: 60px;
    left: 80px;
}

.main-post-part{
    margin: 0 auto;
    position: relative;
}

.page-template-about .main-post-part:before{
    content: '';
    width: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    left: 0;
    top: -40px;
    height: 40px;
    margin: auto;
    border-radius: 20px 0px 0px 0px;
}



.page-numbers{
    display: inline-block;
}

.page-numbers li{
    display: inline-block;
    float: left;
    padding: 10px;
    font-size: 16px;
}

.page-numbers .preving{
    display: inline-block;
    background: #b9b9d1;
    height: 25px;
    width: 25px;
    position: relative;
    transition: all 0.5s;
    border-radius: 5px 5px 0 5px;
    margin-left: 3px;
    position: relative;
    top: 4px;
}

.page-numbers .nexting i{
    border: solid var(--second-color);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 9px !important;
    position: absolute;
    right: 7px;
    top: 9px;
    transition: all 0.5s;
}


.page-numbers .nexting{
    display: inline-block;
    background: #b9b9d1;
    height: 25px;
    width: 25px;
    border-radius: 5px 5px 5px 0;
    position: relative;
    transition: all 0.5s;
    position: relative;
    top: 4px;
}

.page-numbers .preving i{
    border: solid var(--second-color);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: absolute;
    right: 7px;
    top: 9px;
    transition: all 0.5s;
}

.page-numbers .nexting:hover,.page-numbers .preving:hover{
    background: var(--second-color) !important;
}

.page-numbers .nexting:hover i,.page-numbers .preving:hover i{
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

.page-numbers.current{
    opacity: 0.3;
}

.contact-ways{
    line-height: 35px;
}

.contact-ways strong{
    display: block;
    color: var(--second-color);
    font-size: 16px;
    margin-bottom: 15px;
}

.contact-ways .ftaddress i{
    color: #444;
    font-size: 14px;
}

.wpcf7-text,.wpcf7-textarea{
    display: block;
    width: 100%;
    margin-bottom: 20px;
    background: #f7f7f7;
    border-radius: 15px 15px 0 15px;
    padding: 10px 15px;
    border: none;
    border: 1px solid #f7f7f7;
    transition: all 0.3s;
    color: #777777;
}

.wpcf7-text::placeholder,.wpcf7-textarea::placeholder{
    opacity: 1;
}

.wpcf7-text:focus,.wpcf7-textarea:focus{
    background: #fff;
    color: var(--second-color) !important;
    border-color: var(--second-color);
}

.wpcf7-form-control.wpcf7-submit{
    display: inline-block;
    width: auto;
    float: left;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-not-valid{
    border-color: var(--first-color);
    color: var(--first-color) !important;
    background: #fff;
}

.wpcf7-response-output {
    padding: 15px !important;
    border-width: 1px !important;
    border-radius: 20px 20px 0 20px;
    margin: 0;
}

.form-contact .mr-md-0 {
    margin-right: 0px !important;
    margin-left: -15px !important;
}

.form-contact .pr-md-0 {
    padding-right: 0px !important;
    padding-left: 15px !important;
}

.map-site iframe{
    border: none;
    width: 100%;
    height: 400px;
    border-radius: 20px 20px 0 20px;
}

.meta-post{
    background: #f7f7f7;
    padding: 15px 20px;
    color: #666;
    border-radius: 0 0 0 20px;
}

.cat-meta a{
    color: #666;
}

.cat-meta a:hover {
    color: var(--first-color);
}

.cat-meta:before{
    content: '';
    width: 6px;
    height: 6px;
    background: #6d6d6d;
    display: inline-block;
    margin-left: 15px;
    border-radius: 1px;
}
.meta-post .icon-man-user{
    vertical-align: middle;
    margin-left: 5px;
}


.filter-shop {
    background: #f7f7f7;
    border-radius: 0 20px 0 0;
    min-height: 50px;
    padding: 20px;
}


.filter-shop select{
    border: none;
    width: 100%;
    display: block;
    box-shadow: 0 2px 6px rgba(0,0,0,.1) !important;
    padding: 5px 10px;
    padding-bottom: 7px;
    border-radius: 15px 15px 0 15px;
	outline:0;
}

.filter-shop select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
}
.select-navi{
    position: absolute;
    left: 32px;
    top: 15px;
    border: solid #222;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.title-sort span {
    font-weight: 500;
    position: relative;
    top: -2px;
    margin-right: 8px;
    display: inline-block;
    font-size: 16px;
    color: #444;
}

.sort-products{
    position: relative;
    padding: 5px 0;
}

.model-product{
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;

}

.model-product strong {
    color: #a6a6a6;
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
}

.product-top,.single-post .main-post-part{
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.tags-product{
    padding: 20px 0;
}

.tags-product a{
    background: #f2f2f2;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 7px 20px;
    font-size: 12px;
    border: 1px solid #f2f2f2;
    border-radius: 12px 12px 0 12px;
    padding-top: 2px;
    color: #777;
}

.tags-product a:hover{
    border: 1px solid #777;
    background: #fff;
}


.tab-info-product {
    background: #f7f7f7;
    overflow: hidden;
    border-radius: 0 20px 0 0;
}

.tab-info-product a {
    color: var(--first-color);
    display: inline-block;
    padding: 15px 40px;
    font-size: 16px;
    padding-bottom: 18px;
    border-radius: 20px 20px 0 0;
}

.meta-share > a{
    font-size: 24px;
    cursor: pointer;
	
}

.meta-share > a i:before{
	transition:all 0.5s;
}


.meta-share > a:hover i:before{
	color:var(--first-color) !important;
}

.share-socials {
    margin-left: 10px;
    position: relative;
    top: 7px;
    display: none;
}

.share-socials a {
    font-size: 16px;
    padding-left: 20px;
    margin-left: -3px;
    display: inline-block;
    color: var(--second-color);
}

.share-socials a:hover {
    color: var(--first-color);
}

.single-product .meta-share {
    position: relative;
    margin-top: -10px;
}

.compare-btn-single {
    font-size: 22px;
    margin-top: -7px;
}

.iactive{
    color: #fff !important;
    background: var(--first-color);
}

.main-info-product{
    display: none;
}

.shop_attributes tbody,.shop_attributes,.shop_attributes tr{
    width: 100%;
    display: block;
}

.shop_attributes .attribute_name{
    position: relative;
    padding-right: 20px;
    min-width: 400px;
    max-width: 400px;
    font-weight: normal;
}

.shop_attributes .attribute_group_name {
    color: var(--first-color);
    font-size: 15px;
    display: block;
    width: 100%;
    background: #fff;
    padding: 10px 0px;
}
.shop_attributes .attribute_name:before{
    content: '';
    position: absolute;
    right: 0;
    top: 21px;
    width: 7px;
    height: 7px;
    background: var(--second-color);
    vertical-align: middle;
}

.shop_attributes .attribute_value {
    vertical-align: middle;
    position: relative;
    top: 8px;
    min-width: 400px;
    max-width: 400px;
    color: #999;
    font-weight: normal;
}

.related-post{
    background: #f9f9f9;
    padding: 50px 0;
}

#sync1 img,#sync2 img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: inline-block;
}

#sync1 .item-img {
    background: #fff;
    color: #FFF;
    border-radius: 20px 20px 0px 20px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,.1) !important;
    padding: 50px;
    position: relative;
}
#sync2 .item-img {
    background: #fff;
    color: #FFF;
    border-radius: 15px 15px 0px 15px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,.1) !important;
    position: relative;
    padding: 10px;
    transition: all 0.5s;
}

#sync1 .owl-stage-outer {
    overflow: visible;
}

#sync2 .owl-stage-outer{
    width: 103%;
    padding-right: 4px;
    position: relative;
    right: -4px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.image-thumb-pro {
    overflow: hidden;
    padding: 4px;
}

.images-thumb-pro{
    padding: 0 50px;
}

.images-thumb-pro .owl-nav {
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
}

.images-thumb-pro .owl-nav i{
    border: solid var(--second-color);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
}

.images-thumb-pro .owl-prev {
    position: absolute;
    right: -30px;
    top: 14px;
}

.images-thumb-pro .owl-prev i{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.images-thumb-pro .owl-next {
    position: absolute;
    left: -28px;
    top: 14px;
}

.images-thumb-pro .owl-next i{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.images-thumb-pro img{
    transform: scale(0.8);
}

.woocommerce-breadcrumb {
    color: var(--first-color);
}

.images-thumb-pro .item-img {
    opacity: 0.5;
}

.images-thumb-pro .current .item-img {
    opacity: 1;
}

.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
    transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}
#sync1.owl-theme {
    position: relative;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}
#sync1.owl-theme .owl-prev {
    left: 10px;
}
#sync1.owl-theme .owl-next {
    right: 10px;
}

#sync2 .owl-nav svg{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 20px;
    height: 20px;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
    background-color: transparent;
}

.comment-form-cookies-consent {
    display: none;
}


.comment-part input[type=text],
.comment-part input[type=email],
.comment-part textarea{
    width: 100%;
    background: #f7f7f7;
    border-radius: 15px 15px 0 15px;
    border: 1px solid #f7f7f7;
    box-sizing: border-box;
    display: block;
    padding: 10px 15px;
    color: #aaa;
    transition: all 0.5s;
    box-shadow: none !important;
}

.comment-part input[type=text]::placeholder,
.comment-part input[type=email]::placeholder,
.comment-part textarea::placeholder{
    opacity: 1;
}


#commentform .error {
    border-color: var(--first-color);
    color: var(--first-color);
    background: #fff;
}

#commentform .error::placeholder,
#commentform .error::-moz-placeholder,
#commentform .error:-ms-input-placeholder,
#commentform .error::-webkit-input-placeholder{
    color: var(--first-color) !important;
}


.comment-part input[type=text]:focus,
.comment-part input[type=email]:focus,
.comment-part textarea:focus{
    background: #fff;
    border-color: var(--second-color);
    color: var(--second-color);
}


.comment-form-mobile{
    margin-bottom: 0;
}

.comment-part textarea{

}

.acomment-list li{
    background: #f7f7f7;
    padding: 20px 60px;
    border-radius: 20px 20px 0 20px;
    margin-bottom: 50px;
    position: relative;
}

.reply-comment a {
    font-size: 13px;
    color: var(--second-color);
}

.reply-comment a:hover{
	color:var(--first-color);
}

.reply-comment{
    text-align: left;
}

.acomment-list .children {
    position: relative;
}

.single-post .comment-part{
    padding: 50px 0;
}

.single-product .model-product .print-color {
    margin-top: 0px;
    transform: scale(1.6);
    position: relative;
    right: 9px;
}

.single-product .model-product .print-color.print-color2 {
    right: 18px;
}

.logged-in #commentform .col-md{
    padding: 0;
}


.logged-in .comment-part textarea {
    min-height: 150px;
}

#commentform{
    margin-bottom: 80px;
}

.author-avatar {
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    margin: auto;
}

.author-avatar img {
    border-radius: 100%;
}


.title-comment strong{
    color: var(--second-color);
    display: inline-block;
}

.title-comment time {
    display: inline-block;
    margin-right: 15px;
    color: #6d6d6d;
}

.title-comment time:before{
    display: inline-block;
    content: '';
    width: 7px;
    height: 7px;
    background: #6d6d6d;
    margin-left: 15px;
}

.acomment-list li .icon-quote-left-1 {
    position: absolute;
    font-size: 50px;
    left: 50px;
    top: -15px;
    color: var(--second-color);
}

.acomment-list .children li .icon-quote-left-1 {
    color: var(--first-color);
}

.acomment-list li .cdesc {
    color: #444 ;
}

.children .title-comment strong{
    color: var(--first-color);
}

.isreply {
    position: absolute;
    transform: rotate(90deg);
    color: var(--second-color);
    font-size: 25px;
    right: -50px;
    z-index: 9;
    top: -35px;
}

#reply-title {
    position: relative;
}


#cancel-comment-reply-link {
    font-size: 12px;
color: #999;
border: 1px solid #ddd;
border-radius: 10px 10px 0 10px;
padding: 10px 10px;
    padding-top: 10px;
position: absolute;
left: 0;
padding-top: 7px;
display: inline-block;
top: -4px;
}

#cancel-comment-reply-link:hover{
	color:#fff;
	background:var(--second-color);
	border-color:var(--second-color);
}

.terms-product{
    padding: 5px 0;
}


.terms-product .col-12 a:after{
    content: ' , ';
}

.terms-product .col-12 a:last-child:after{
    display: none;
}

.terms-product span{
    color: #444;
}

.terms-product a:hover{
	  color: var(--second-color) !important;
}

.terms-product a{
    display: inline-block;
    color: var(--first-color);
}

.gallery .gallery-item img{
	transition:all 0.5s;
}

.gallery .gallery-item img:hover{
	opacity: 0.5;
}

#mymenu {
    font-size: 16px;
    color: #fff;
    background: var(--second-color);
    display: inline-block;
    padding: 0 10px;
    position: relative;
    top: 8px;
    height: 32px;
    border-radius: 7px 7px 7px 0;
    cursor: pointer;
}

.bodylock {
    overflow: hidden;
}

/*
start compare
 */

.compare-btn.compared {
    pointer-events: none;
    opacity: 0.3;
}

.tab-terms-compare{
    border-bottom: 3px solid var(--first-color);
}

.tab-terms-compare a{
    display: block;
    border-radius: 10px 10px 0 0;
    padding: 7px 25px;
    font-size: 12px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 5;
    color: var(--first-color);
    float: right;
}

.tab-terms-compare a.pactive{
    background: var(--first-color);
    color: #fff;
}


.term-compare{
    display: none;
}


.box-list-compare{
    background: #fff;
    padding: 20px;
}

.item-image-compare{

}

.item-image-compare img{
    display: block;
    max-width: 100%;
    height: auto;
    width: auto !important;
    margin: 0 auto;
}

.logo-compare{
    min-height: 300px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo-compare a{
    display: inline-block;
}

.logo-compare img{
    filter: grayscale(100%);
    opacity: 0.3;
    max-width: 130px;
    display: inline-block;
    margin-bottom: 10px;
}

.logo-compare p{
    font-size: 13px;
    max-width: 60%;
    text-align: center;
    margin-bottom: 0;
}


.item-info-compare-top {

    padding: 0 15px;
    position: relative;
    height: 208px;
}

.remove-item-compare {
    color: var(--first-color);
    font-size: 9px;
    border: 1px solid var(--first-color);
    width: 23px;
    height: 23px;
    display: inline-block;
    border-radius: 100%;
    line-height: 22px;
    position: absolute;
    right: 15px;
    top: 0;
}

/*
end compare
 */


/*
menu mobile
 */
#mask{
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

#menumobile{
    position: fixed;
    top: 0;
    bottom: 0;
    right: -250px;
    width: 250px;
    background: #04061d;
    z-index: 99991;
    transition: all 0.5s;
    box-sizing: border-box;
    overflow: hidden;
}

#menumobile img{
    filter: brightness(0)invert(1);
    max-width: 75%;
}

#nomenumobile {
    color: #fff;
    cursor: pointer;
    position: relative;
    top: 10px;
    transition: all 0.5s;
    width: 25px;
    height: 25px;
    background: #04061d;
    text-align: center;
    border-radius: 5px 5px 0 5px;
    display: inline-block;
    font-size: 10px;
    line-height: 25px;
    color: var(--warning);
}


.come-menumobile{
    right: 0px !important;
}


.title-mm{
    background: #15172c;
    padding: 20px;
}

.main-mm{
    padding: 20px;
}

.main-mm ul li a{
    color: #fff;
    display: block;
    padding: 8px 0;
    position: relative;
    width: 80%;
}

.main-mm ul li a:hover{
    color: var(--first-color);
}

.main-mm ul li > .sub-menu{
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    background: #04061d;
    right: -250px;
    transition: all 0.3s;
    z-index: 9;
    padding: 20px;
}

.childer i{
    position: absolute;
    left: 0;
    cursor: pointer;
    top: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 10px;
}

.childer{
    position: absolute;
    left: -25%;
    cursor: pointer;
    top: 10px;
    width: 25px;
    height: 25px;
    background: #15172c;
    border-radius: 5px 5px 0 5px;
}

.come-submenu{
    right: 0px !important;

}

.sub-closer{
    cursor: pointer;
    top: 10px;
    width: 25px;
    height: 25px;
    background: var(--first-color);
    border-radius: 5px 5px 0 5px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

.sub-closer i{
    cursor: pointer;
    top: -3px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    left: -1px;
}

.title-subcome{
    color: #999;
    font-weight: normal;
    position: relative;
    top: -2px;
}

/*
end menu mobile
 */

.lg-outer {
    text-align: right;
}

#lg-counter{
    padding-top: 8px;
}

.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery-columns-5 .gallery-item { width: 20%; }
.gallery-columns-6 .gallery-item { width: 16.66%; }
.gallery-columns-7 .gallery-item { width: 14.28%; }
.gallery-columns-8 .gallery-item { width: 12.5%; }
.gallery-columns-9 .gallery-item { width: 11.11%; }
.gallery img {
    padding: 8px;
}
.gallery img:hover {
    background: white;
}
.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}
.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }

.filter-shop .form-submit{
    margin-top: 0;
}

.filter-shop .form-submit button{
    background: var(--second-color) !important;
    padding: 8px 30px;
    padding-bottom: 10px;
    border-radius: 17px 17px 0 17px;
}

.filter-shop .form-submit button:before{
    background: var(--first-color) !important;
}


.remove_compare{
    background: red;
    height: 20px;
    width: 20px;
}




/*compare*/

.box_compare{
	position:relative;
	padding: 10px;
}

.box_compare:before{
	content:'';
	right:0;
	left:0;
	top:-10px;
	background: #fff;
	position: absolute;
	height: 345px;
	z-index:9;
	box-shadow: 0 2px 6px rgba(0,0,0,.1) !important;
	z-index: 9;
}


.page-template-compare .owl-carousel.owl-rtl {
    direction: rtl;
    padding-bottom: 5px;
    position: relative;
    z-index: 9;
	top:-6px;
	right:-10px;
}

.title_attr_compare {
    padding: 20px 15px;
    font-size: 17px;
    text-align: center;
    height: 50px;
}

.box_compare .owl-prev,
.box_compare .owl-next {
    z-index: 20;
}

.title_compare_scroll {
    display: none !important;
    transition: 0.5s;
}

.title_compare_scroll_class {
    display: block !important;
    transition: 0.5s;
}

.box_compare .owl-carousel .owl-stage-outer {
    padding: 0;
    margin-top: 0;
}

.box_page_compare {
    position: relative;
}

.icon_compare {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #ffffff;
    background: #2095f4;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 35px;
    border-radius: 3px;
    vertical-align: middle;
    font-size: 22px;
    text-align: center;
    margin-top: 0px;
    z-index: 9;
}

.share_compare {
    position: absolute;
    top: 15px;
    left: 0px;
    z-index: 9;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.share_compare ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.share_compare ul li {
    display: inline-block;
}

.share_compare ul li a {
    color: #c3c3c3;
    margin: 0 8px;
    font-size: 14px;
    vertical-align: sub;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.share_compare ul li a:hover {
    color: #dd4540;
}

.box_page_compare .social-icons {
    display: inline-block;
}

.social_wrap {
    margin-top: 3px;
    text-align: right;
}

.box_compare {
    margin-top: 50px;
    background-color: #fff;
}

.box_compare .owl-controls {
    position: absolute;
    top: 0;
    background-color: #eee;
    width: 100%;
    height: 50px;
}

.box_compare .owl-nav {
    display: flex;
    height: 50px;
    justify-content: center;
}

.box_compare .owl-nav>div {
    font-size: 0;
    font-family: FontAwesome;
    content: "\f054";
    display: inline-block;
    margin: 8px 25px;
}

.box_compare .owl-nav>.owl-next {
    transform: rotate(180deg) translateY(-3px);
}

.box_compare .owl-dots {
        display: inline-block;
    position: absolute;
    top: -40px;
    text-align: center;
    right: 0;
    left: 0;
    background: #f6f4f4;
}

.box_compare .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #d4d4d4;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.box_compare .owl-dots .owl-dot.active,
.box_compare .owl-dots .owl-dot:hover {
    transition: .5s;
    background-color: #0088e3;
}

.compare {
    background-color: #ffffff;
 
    margin-left: -1px;
}

.owl-item:last-child .compare {
    border-left: 0px solid transparent;
}

.compare h2 {
    font-size: 15px;
    display: block;
    width: 100%;
    float: right;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.compare h2 a {
    color: #555;
    padding: 0px 0 14px;
    display: block;
    margin: 0 30px;
    line-height: 22px;
    min-height: 60px;
}

.box_btn_com {
  
    justify-content: space-between;
    width: 100%;
    padding: 0 55px;
    margin-bottom: 25px;
    padding-top: 10px;
}

.btn_similar {
    width: 32px;
    height: 18px;
    background: #efefef;
    margin: 4px 0 0;
    position: relative;
    border: 1px solid #cdcecd;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
	position: relative;
	top: 5px;
	display:inline-block;
	margin-left:10px;
}

.btn_similar input[type=checkbox] {
    visibility: hidden;
    /* display: inline-block !important; */
}
.btn_similar .checkbox_similar {
    float: right;
    margin-left: 8px;
}
.btn_similar label {
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 3px;
    z-index: 1;
    background: #a7a6a4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.btn_similar input[type=checkbox]:checked + label {
    left: 15px !important;
    background: #0088e3 !important;
}

.tit_similar {
    display: inline-block;
    font-size: 14px;
    color: var(--second-color);
    margin-top: 3px;
}

.btn_remove_compare {
    display: inline-block;
    margin-top: 2px;
}

.btn_remove_compare .remove_compare {
   
    cursor: pointer;
    width: 25px;
    height: 25px;
    /* color: #d0d0d0; */
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	
	color: var(--first-color);
    border: 1px solid var(--first-color);
    background: #fff;
    font-size: 10px;
    line-height: 27px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.btn_remove_compare .remove_compare:hover {
    color: #d0d0d0;
     border: 1px solid #d0d0d0;
}

.remove_compare:hover {
    color: #585858;
}

.btn_back {
    display: inline-block;
    text-align: center;
    padding-top: 3px;
    width: 100%;
}

.btn_back a {
    background-color: #2095f4;
    padding: 10px 30px;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    border: 1px solid transparent;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn_back a:hover {
    color: #2095f4;
    border: 1px solid #2095f4;
    background-color: transparent;
}

.box_title_attr_compare {
    position: absolute;
    z-index: 50;
    width: 100%;
    background-color: #fef3f3;
    text-align: center;
    color: #40474f;
    padding: 15px 0px;
    font-size: 14px;
    height: 50px;
}

.backto_top {
    background-color: #efefef;
    width: 100%;
    float: right;
    height: 50px;
    text-align: center;
}

.backto_top span {
    content: "";
    margin-top: 13px;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    background-color: #2095f4;
    color: #ffffff;
    font-size: 20px;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

.backto_top span:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.compare .comp img {
    width: auto;
    height: auto;
	margin:0 auto;
}

.box_img_compare_def {
    width: 265px;
    height: 248px;
    margin: 0 auto;
}

.box_img_compare_def img {
    height: auto;
}

.box_title_var,
.box_title_var_empty {
    /* padding: 20px 15px; */
    padding: 15px 15px;
    background-color: #ffffff;
    transition: 0.5s;
	text-align: center;
}
.box_title_attr_compare span {
    color: #dd4440;
    display: inline-block;
    margin-left: 0;
    font-weight: bold;
    float: right;
    margin-right: 20px;
    position: absolute;
    right: 10px;
	top: 15px;
}


.box_title_attr_compare{
	line-height: 16px;
}

.title_var_compare {
    font-size: 13px;
    margin: 0 4px;
    text-align: right;
    display: inline-block;
    line-height: 30px;
    color: #777;
	padding-right:10px;
}

.hovered,
.checkred {
    background-color: rgba(218, 237, 247, 0.6);
    transition: 0.5s;
}

.share-list li a i {
    line-height: 26px;
}


.icb-btn-compare.btn_pagecompare_header span {
    color: #7b7979;
    font-size: 18px;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 9px;
    display: inline-block;
}

.empty_compare {
    padding: 100px 20px;
    text-align: center;
    font-size: 16px;
    color: #aeaeae;
}

.empty_compare i {
    display: block;
    font-size: 24px;
    border: 1px solid #ccc;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 40px;
    line-height: 48px;
}

.title_attr_compare {
    padding: 20px 15px;
    font-size: 17px;
    text-align: center;
    height: 45px;
}
/*compare*/


.compare-btn{
	padding: 6px 5px !important;
	color: var(--second-color);
	cursor:pointer;
}

.compare-btn:hover{
	color:var(--first-color) !important;
}

.icb-btn-compare{
	transition:all 0.5s;
}

.icb-btn-compare.addedc a {
	color: var(--first-color) !important;
	border-color: var(--first-color);
    box-shadow: 0 2px 6px #ed141c4d !important;
}

.logo-gray{
	 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	 filter: grayscale(100%);
	 opacity:0.5;
	 padding: 0 !important;
}

.logo-gray img{
	max-width:160px !important;
	width:auto;
}

.comparelogo{
	border-left: 0px solid transparent;

overflow: hidden;

display: flex;

flex-direction: column;

justify-content: center;

align-items: center;

position: relative;
min-height: 310px;
}

@media only screen and (max-width: 1199px) {
    .tit_similar {
        margin-left: 0px;
    }
    .box_img_compare_def img {
        min-height: 255px;
    }
}

.box_title_attr_compare_group{
    display:none;
}
span.compare_msg {
    position: absolute;
    font-size: 12px;
    text-align: center;
    display: block;
    top: 0;
    right: 0;
    left: 0;
	color: var(--second-color);
}


.canvas-wrapper {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
}
.canvas-wrapper canvas {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.headtop  {
  position: relative;
  /* display: flex; */
  /* height: 100vh; */
  /* width: 100%; */
}

.tablepress tfoot th, .tablepress thead th {
    background-color: #fef3f3 !important;
    vertical-align: middle;
    color: var(--first-color)  !important;
}

.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc {
    background-color: #ffebeb !important;
}


.tablepress td, .tablepress th {
    padding: 12px 20px !important;
}

.tablepress .sorting::before, .tablepress .sorting_asc::before, .tablepress .sorting_desc::before {
    left: 20px !important;
 
}

.tablepress{
	border-radius: 0 20px 0 0;
	overflow: hidden;
}

.tablepress tbody td, .tablepress tfoot th {
    border-top: 0 !important;
}

.tablepress .odd td {

    border-left: 3px solid #fff !important;
}

.tablepress tr td {
    border-left: 3px solid #fff !important;
}

.tablepress tr td:first-child{
	border-radius: 0 20px 0 0;
	font-weight:bold;
	color:#444;
}

.tablepress thead th {
    border-bottom: none !important;
}


.dataTables_paginate{
	text-align:center;
	float: none !important;
}

.column-filter-widgets {
    background: #f7f7f7;
    padding: 20px;
	margin-bottom:40px;
    border-radius: 0 20px 0 0;
	min-height:95px;
}

.dataTables_wrapper{
	position:relative;
}


.dataTables_filter {
    position: absolute;
    top: 20px;
    right: 20px;
}


.tablepress tfoot th, .tablepress thead th {
    background-color: transparent !important;
    font-weight: 700;
    vertical-align: middle;
    background: #fef3f3 !important;
    border-left: 3px solid #fff;
}

.column-filter-widget{
	display:none;
	min-height: 85px;
}

.column-filter-widget select {
    border: none;
    width: 200px;
    padding: 5px 10px;
    border-radius: 8px 20px 8px 8px;
    border: none;
    width: 200px;
    display: block;
    box-shadow: 0 2px 6px rgba(0,0,0,.1) !important;
    padding: 5px 10px;
    padding-bottom: 5px;
    padding-bottom: 7px;
    border-radius: 15px 15px 0 15px;
    outline: 0;
	-webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
}

.dataTables_filter label{
	font-size:0;
}

.dataTables_filter input{
	font-size:14px;
	border: none;
    width: 400px !important;
    padding: 5px 10px;
    border-radius: 8px 20px 8px 8px;
    border: none;
    display: block;
    box-shadow: 0 2px 6px rgba(0,0,0,.1) !important;
    padding: 5px 10px;
    padding-bottom: 5px;
    padding-bottom: 7px;
    border-radius: 15px 15px 0 15px;
    outline: 0;
	display:block;
}


.dataTables_filter label:after{
	content: "\e904";
font-family: 'icomoon' !important;
display: inline-block;
position: absolute;
top: 6px;
font-size: 14px;
left: 15px;
pointer-events:none;
}

.paginate_button.previous {
	display: inline-block;
background: #e6e7ef;
height: 25px;
width: 25px;
border-radius: 5px 5px 5px 0;
position: relative;
transition: all 0.5s;
position: relative;
top: 4px;
font-size:0;
}

.paginate_button.next {
	display: inline-block;
background: #e6e7ef;
height: 25px;
width: 25px;
border-radius: 5px 5px 0px 5px;
position: relative;
transition: all 0.5s;
position: relative;
top: 4px;
font-size:0;
}

.paginate_button.previous:hover,.paginate_button.next:hover{
	background:var(--second-color);
}

.paging_simple .paginate_button.next::after, .paging_simple .paginate_button.previous::before {
	text-shadow:none !important;
	font-weight:normal !important;
	  right: 7px !important;
	  color:var(--second-color);
	  content:'' !important;
	  	

}


.paging_simple .paginate_button.next::after {
    text-align: left !important;
    content: "\f053" !important;
    right: auto !important;
    left: 10px !important;
    font-weight: normal !important;
	content:'' !important;
	border: solid var(--second-color);
border-width: 0 2px 2px 0;
display: inline-block;
padding: 3px;
	transform: rotate(135deg);
-webkit-transform: rotate(135deg);
height: 7px !important;

width: 7px !important;
}

.paging_simple .paginate_button.previous::after {
    text-align: left !important;
    content: "\f053" !important;
    right: 2px !important;
	content:'' !important;
	position: relative;
		border: solid var(--second-color);
border-width: 0 2px 2px 0;
display: inline-block;
padding: 3px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
    font-weight: normal !important;
	position:relative;
	top:-1px;
}

.dataTables_info {
    position: absolute;
    top: 23px;
    left: 25px;
}

.paging_simple .paginate_button.previous:hover:after{
	border: solid #fff;
border-width: 0 2px 2px 0;
}


.paging_simple .paginate_button.next:hover:after{
	border: solid #fff;
border-width: 0 2px 2px 0;
}


.paging_simple .paginate_button.disabled{
	opacity:0.5;
	pointer-events:none;
}

nav.menu-site ul {
    display: table;
    margin: 0 auto;
}
