#chat-rand {
	top: 3vh;
	position: relative;
	left: 0;
    
}   
#chat-box {
	max-height: 90vh;
	overflow-y: auto;
	padding: 15px;
	margin-bottom: 10px;
	background-color: transparent;
	width: 100%;
	box-sizing: border-box;
	overflow-x: hidden;
}
        .message {
            margin: 8px 0;
            padding: 10px;
            border-radius: 5px;
            max-width: 80%;
            line-height: 1.5;
            font-size: 16px;
        }
.user-message {
	backdrop-filter: blur(10px);
	background-color: #fff;
	width: 80%;
	max-width: 94%;
	margin: 6px auto;
	padding: 5px;
	color: #827768;
	margin-left: auto;
	text-align: right;
}
.bot-message {
	backdrop-filter: blur(10px);
	background-color: #fff;
	width: 80%;
	max-width: 94%;
	margin: 6px auto;
	padding: 5px;
	color: #514d47;
	margin-right: auto;
}
        .bot-message ol {
            padding-left: 20px;
            margin: 5px 0;
        }
        .bot-message li {
            margin-bottom: 5px;
        }
        .bot-message strong {
            font-weight: bold;
        }
        .message img {
            max-width: 200px;
            border-radius: 5px;
            margin-top: 5px;
        }
        #user-input {
            width: 60%;
            padding: 8px;
    background-color: #fff4ebba;
            border-radius: 4px;
            font-size: 16px;
        }
        button {
            padding: 8px 15px;
            color: #4f4f4f;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            margin-left: 5px;
            font-size: 16px;
        }
        button:hover {
            background-color: #0056b3;
        }
        #clear-chat {
            
        }
        #clear-chat:hover {
            background-color: #b02a37;
        }
        #attach-image {
            padding: 8px;
            font-size: 20px;
        }
.input-container {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.runic-input-container {
	position: relative;
	width: 90vw;
	height: 33vh;
	margin-top: 10px;
}
        .runic-input {
            width: 100%;
            height: 100%;
            font-size: 24px;
            padding: 10px;
            resize: none;
            text-align: left;
            background-color: transparent;
        }
.runic-keys {
	position: relative;
	top: 0vh;
	left: 8vw;
	width: 70vw;
	height: 20vh;
	pointer-events: auto;
	z-index: 10;
}
.r-button {
	position: absolute;
	font-size: 30px;
	width: 36px;
	height: 48px;
	border: 2px solid #3333334d;
	border-radius: 50%;
	background-color: #edded1d4;
	cursor: pointer;
	pointer-events: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(-50%, -50%);
	transition: background-color 0.2s;
}
        .r-button:hover {
            background-color: #ddd;
        }
.r-button.clear {
	width: 80px;
	height: 40px;
	border-radius: 10px;
	font-size: 16px;
	position: relative;
	transform: none;
	margin: 5px;
	z-index: 20;
	bottom: 27px;
}
}
 .keyboard-line {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 10px;
            flex-wrap: wrap;
        }
.rune-label {
            opacity: 0;
            transition: opacity 0.6s ease-in;
        }
.rune-label.visible {
            opacity: 1;
        }
.flipped {
            transform: rotate(180deg);
            color: red;
        }
.flipped-rune {
            color: red;
        }
@media (max-width: 768px) {
#chat-box {
	max-height: 70vh;
	padding: 10px;
	font-size: 18px;
	height: auto;
}
.message {
                font-size: 18px;
                padding: 12px;
                max-width: 90%;
            }
.message img {
                max-width: 150px;
            }
 #user-input, .runic-input {
                width: 100%;
                padding: 10px;
                font-size: 18px;
            }
button {
                padding: 10px 20px;
                font-size: 18px;
                width: auto;
                min-width: 30px;
            }
.runic-keys {
	position: relative;
	top: 4vh;
	left: 0;
	width: 88vw;
	height: 36vh;
	pointer-events: auto;
	z-index: 10;
}
#attach-image {
                padding: 10px;
                font-size: 22px;
            }
.input-container, .runic-input-container {

            }
 .r-button {
	width: 53px;
	height: 53px;
	font-size: 35px;
        }
}
		
@media (max-width: 576px) {
#chat-box {
	max-height: 41vh;
	padding: 10px;
	font-size: 18px;
	height: auto;
}
            .message {
                font-size: 16px;
                padding: 8px;
                max-width: 96%;
            }
            .message img {
                max-width: 120px;
            }
            #user-input, .runic-input {
                font-size: 16px;
                padding: 8px;
            }
            button {
                font-size: 16px;
                padding: 8px 15px;
                min-width: 30px;
            }
            #attach-image {
                padding: 8px;
                font-size: 18px;
            }
.runic-keys {
	position: relative;
	top: 2vh;
	left: 0;
	width: 96vw;
	height: 36vh;
	pointer-events: auto;
	z-index: 10;
}		
.r-button {
width: 33px;
    height: 44px;
    font-size: 28px;
}
        }
		.r-button.clear:not(.refresh) {
    display: none;
}












body{overflow-x: hidden;}
div.col-sm-1:nth-child(2){visibility: hidden;}

#cke_tooltip { display: none }

    .preloader {
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      z-index: 1001;
    }

    .preloader__row {
      position: relative;
      top: 50%;
      left: 50%;
      width: 70px;
      height: 70px;
      margin-top: -35px;
      margin-left: -35px;
      text-align: center;
      animation: preloader-rotate 2s infinite linear;
    }

    .preloader__item {
      position: absolute;
      display: inline-block;
      top: 0;
      background-color: #337ab7;
      border-radius: 100%;
      width: 35px;
      height: 35px;
      animation: preloader-bounce 2s infinite ease-in-out;
    }

    .preloader__item:last-child {
      top: auto;
      bottom: 0;
      animation-delay: -1s;
    }

    @keyframes preloader-rotate {
      100% {
        transform: rotate(360deg);
      }
    }

    @keyframes preloader-bounce {

      0%,
      100% {
        transform: scale(0);
      }

      50% {
        transform: scale(1);
      }
    }

    .loaded_hiding .preloader {
      transition: 0.3s opacity;
      opacity: 0;
    }

    .loaded .preloader {
      display: none;
    }


/* #description-products > ul{visibility: hidden;}  
    #tab-description > div.col-sm-6 > ul { display: none }
      height: 100vh; height: 100dvh;
    background: transparent;
     
.btgrid {
    width: 100vw;
}
.cke_contents .img-bg img { z-index: 0;}

 .img-bg {height: 100vh;} 
 
  !important;
 
 
 */    
 
 
 
 p {
    font-size: 14px;
} 

.bl {position: relative;z-index:0}
.bl-absolut {position: absolute;z-index:1}
.btgrid {position: relative;} 
 
#container .bl-absolut {
    z-index: 0;
}

.img-bg img {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
} 



    /*  editor   */ 

.grid-2 {display: grid;grid-template-columns: repeat(2, 400px);}
.grid-3 {display: grid;grid-template-columns: repeat(3, 308px);}
.grid-4 {display: grid;grid-template-columns: repeat(4, 220px);}
.grid-af-row {display: grid;grid-auto-flow: row;}
.grid-af-col {display: grid;grid-auto-flow: column;}
.grid-template {display: grid;grid-template-columns: 22% auto 22%;grid-template-rows: 22% auto 22%;}
.grid-gap {display: grid;grid-row-gap: 6px;grid-column-gap: 9px;}
.flex {display: flex}
.flex-center {display: flex;justify-content: center;}



.bl-2a img {
    left: 0;
    position: relative;
    top: 15vh;
    width: 54vw;
    z-index: -1;
}
.z-index-1 {z-index: -1;}

.shadow-bl {
    padding: 26px 23px;
    margin: 26px;
    background-color: #fff;
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, .15);
    text-align: center;
}

.shadow-bl-25 {
    padding: 26px 23px;
    margin: 26px;
    background-color: #fff;
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, .15);
    text-align: center;
    max-width: 25%;
}
.shadow-bl-50 {
    padding: 26px 23px;
    margin: 26px;
    background-color: #fff;
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, .15);
    text-align: center;
    max-width: 50%;
}
.shadow-bl-75 {
    padding: 26px 23px;
    margin: 26px;
    background-color: #fff;
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, .15);
    text-align: center;
    max-width: 75%;
}


@media (max-width: 576px) {
.flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
}


.flexw {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
@media (min-width: 768px) {
.flexw {
    display: flex;
    flex-wrap: nowrap;
}

}







#common-home > div:nth-child(1) .img-bg {
    margin: 0px 0px 50px 0px;
} 

#common-home .content p {
text-align: center;
color:#2c3e50;
font-family:Lucida Sans Unicode,Lucida Grande,sans-serif;
font-size:18px;
} 

@media (max-width: 767px) { 

#common-home > div:nth-child(1) .img-bg {
    margin: 0px 0px 0px 0px;
    
    height: 30vh;
}
.img-bg img {
    position: absolute;
    top: 0px;
    left: 5vw;
    width: 60vw;
    z-index: -1;
}
#common-home .content p {
text-align: center;
color:#2c3e50;
font-family:Lucida Sans Unicode,Lucida Grande,sans-serif;
font-size:14px;
} 
}    

@media (max-width: 576px) {
.flex-center{flex-direction: column}    
#common-home > div:nth-child(1) .img-bg {
    margin: 0px ;
    
    height: 30vh;
}
.img-bg img {
    position: relative;
    top: 0px;
    left: 5vw;
    width: 60vw;

}
#common-home .content p {
text-align: center;
color:#2c3e50;
font-family:Lucida Sans Unicode,Lucida Grande,sans-serif;
font-size:15px;
} 

}



     
.mm-home-link { display: none }     
.oc_mm ul>li.mm-angle-down>a::after {display: none !important;}
#featured0 .button-group { display: none }
.z-slide-indicator, .z-slide-dot { display: none }
#content .button-group { display: none }

.btn-quantity { display: none }
#menu .see-all { display: none  !important}

.product-thumb .button-group{ display: none }
.slider__control{background: transparent!important;}

.sort{visibility: hidden;} 

.note-video-clip{
  width: 560px;
  height: 315px;    
} 
@media (max-width: 767px) {
.note-video-clip{
  width: 100%;
  height: 200px;    
}    
} 


    
.typed-bl span {
    font-size: 16px;    opacity: 0;
    transition: 1.6s ease;
    animation: showDiv 1s forwards;
}
    
.typed-bl {
    opacity: 0;
    transition: 1.6s ease;
    animation: typed-bl .7s forwards;
}
@keyframes typed-bl {
    0%,
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.total-top {
    color: #3b3b3b;
    background-color: #facd499c;
    position: absolute;
    left: -15px;
    top: -16px;
    border-radius: 20px;
    z-index: 1;
    padding: 1px 3px;
}

@font-face {
  font-family: "arina";
  font-style: normal;
  font-weight: 400;
  src: url("font/arina.ttf") format("ttf");
}
@font-face {
  font-family: "PoiretOne-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("font/PoiretOne-Regular.ttf") format("ttf");
}





.sale-bl {
	width: 100%;
	height: 409px;
	content: "";
}

.sale-bl img {
    width: 100%;
    position: absolute;
    margin: -41px 0px 0px 0px;
    left: 0;
    right: 0;
    height: 600px;
}


@media (max-width: 767px) {
.sale-bl img{
    width: 100%;
    height: 425px;
    position: absolute;
    margin: 0px 0px 0px 0px;
    left: 0;
    right: 0;
}
.sale-bl {
	width: 100%;
	height: 127px;
	content: "";
}
}

@media (max-width: 576px) {
.sale-bl img{
    width: 100%;
    height: 250px;
    position: absolute;
    margin: 0px 0px 0px 0px;
    left: 0;
    right: 0;
}
.sale-bl {
	width: 100%;
	height: 127px;
	content: "";
}
}
#logo > h1 {
    font-size: 2.5vw;
    margin: 0px 0px;
}
@media (max-width: 990px) {
#logo > h1 {
    font-size: 4vw;
    margin: 0px 0px;
}
}

#alerts > div > div:nth-child(4) > a > img{
width: 130px;
    margin: 0px 30px;
}



.bg {
  
  height: 100vh;
  width: 100%;
  display: inline;
  object-fit: cover;
  position: absolute ;
  left: 0px;
  top: 0px;
  z-index: 0;
  background-color: transparent;
  overflow-x: hidden;
}
@media (max-width: 576px) {
 .bg {
  position: absolute ;
  left: 0px;
  background-color: transparent;
  top: 0px;
  z-index: 0;
}   
}
.fix-bg-vh {
  height: 80vh;
}
 .bg-cover {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh; height: 100dvh;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    background-clip:  none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.slider {
    max-width: 100% !important;
}

    .slider__items {
      counter-reset: slide;
    }

    .slider__item {
      
      overflow: hidden;
      position: relative;
      counter-increment: slide;
    }

 @media (max-width: 576px) {
 .bg-cover {
  height: 100vh;
  background-size: cover;
  background-position: center;
  width: 300vw;
  margin: 0 -100vw;

    }


   }

    .slider__item {
     
      overflow: hidden;
      position: relative;
    }


.slider__item_inner {
    position: absolute;
    left: 10vw;
    right: 5vw;
    top: 33vh;
    overflow: hidden;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
 @media (max-width: 576px) {

.slider__item_inner {
    left: 0vw;
    right: 0vw;
    top: 18vh;
    padding: 14vh 7.5vw;
}

div.slider__item:nth-child(2) > span:nth-child(2) > span:nth-child(1) {
  text-align: center;
  padding: 0.8vh 0.5vw;
  background: linear-gradient(8deg, rgb(61, 60, 63) 0%, rgb(95, 97, 101) 100%);
  border-radius: 22px;
  box-shadow:-24px 24px 22px #181819, 14px -14px 34px #69686a87
}
}

    

  .slider__item_img {
      flex: 0 0 100px;
      max-width: 100px;

    }

.slider__item_testimonial {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
}

.slider__item_name {
    font-size: 27px;
    line-height: 2;
    color: #fff;
    font-weight: 300;
}

    .slider__item_post {
      font-size: 14px;
      margin-bottom: 8px;
      color: rgba(255, 255, 255, 0.8);

    }

    .slider__item_text {
      font-size: 16px;
      color: rgba(255, 255, 255, 0.5);
      margin-bottom: 12px;

    }

    @media (min-width: 576px) {
      .slider__item {
       
      }

      .slider__item_inner {
        flex-direction: row;
    width: 60vw;
      }

      .slider__item_testimonial {
       margin: 20px 50px 20px 20px;
      }

      .slider__item_img {
        flex: 0 0 150px;
        max-width: 150px;
        height: 200px;
}

.slider__item_testimonial:nth-child(1) {
  text-align: left;
  padding: 2vh 2vw;
  
}

div.slider__item:nth-child(2) > span:nth-child(2) > span:nth-child(1) {
  text-align: left;
  padding: 2vh 2vw;
  background: linear-gradient(8deg, rgb(61, 60, 63) 0%, rgb(95, 97, 101) 100%);
  border-radius: 22px;
  box-shadow:-24px 24px 22px #181819, 14px -14px 34px #69686a87
}

.slider__item_testimonial:nth-child(3) {
  text-align: left;
  padding: 2vh 2vw;
  
}

      .slider__item_post,
      .slider__item_text {
        display: block;
      }
}



.top-featured {
	height: 69vh;height: 69dvh;
	margin: 22vh 0;margin: 22dvh 0;
}


.blog-latest-bl {
	height: 77vh;height: 77dvh;
	margin: 5vh 0;margin: 5dvh 0;
}
.blog-latest-bl .row{
    display: flex;
    justify-content: space-between;
}



.bl-2 {
    height: 100vh;
}
.bl-2a {
    left: 0;
    position: relative ;
    top: 0vh;
}
.bl-2a img {
    left: 0;
    position: relative;
    top: 15vh;
    width: 45vw;
    z-index: -1;
}


.bl-2b {
    padding: 26px 23px;
    background-color: #fff;
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, .15);
    text-align: center;
    top: -37vh;
    right: -25vw;
    position: relative;
    width: 58vw;
}


@media (max-width: 576px) {
.bl-2 {

	height: 52vh;
}
.bl-2a {
    left: 0;
    position: relative ;
    top: 10vh;
}
.bl-2a img {
    left: 0;
    position: relative;
    top: 4vh;
    width: 53vw;
    z-index: -1;
}


.bl-2b {
padding: 3px 13px;
    background-color: #fff;
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, .15);
    text-align: center;
    top: -9vh;
    right: -34vw;
    position: relative;
    width: 58vw;
}
}


@media (max-width: 576px) {

.blog-latest-bl .row {
    display: flex;
    flex-wrap: wrap;
    margin: 35px 30px;
    justify-content: center;
}

.top-featured {
	margin: 150px 0 80px 0;
	height: 60vh;
}
.blog-latest-bl {
	
	top: 90vw;
	height: auto;
	margin: 49px 0;
}
}


@media (min-width: 576px) and (max-width: 767px) {

.bl-2 {
    height: 66vh;
}
.blog-latest-bl {
	height: 77vh;height: 77dvh;
	margin: 33vh 0;margin: 33dvh 0;
}
.blog-latest-bl .row {
    display: flex;
    flex-wrap: wrap;
    margin: 35px 30px;
    justify-content: center;
}
.top-featured {
    height: 110vh;
}   
    
} 

@media (min-width: 767px) and (max-width: 990px) {
.bl-2 {
	height: 66vh;
}
.top-featured {
	height: 77vh;height: 77dvh;
	margin: 23vh 0;margin: 23dvh 0;
}
}


.btn-neu {
    position: absolute;
    top: 65vh;
    left: 33vw;
    border-radius: 13px;
    background: #3d3c3f;
    box-shadow: 12px 12px 24px #1f1e20,-12px -12px 24px #5c5a5f;
    padding: 2vh 8vw;
    opacity: 0;
    transition: 1.6s ease;
    font-size: 14px;
    animation: showDiv 1s forwards;
}


@media (max-width: 990px){.btn-neu {left: 22vw;top: 84vh;}}
@media (max-width: 767px){.btn-neu {left: 22vw;top: 60vh;}}
@media (max-width: 576px){.btn-neu {left: 4vw;top: 70vh;}}    

@keyframes showDiv {
    0%,
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.btn-neu-2 {
  border-radius: 13px;
  background: #3d3c3f;
  box-shadow: 12px 12px 24px #1f1e20,-12px -12px 24px #5c5a5f;
  margin: 111px 0px 0px 0px;
  padding: 2vh 8vw;
  font-size: 14;
}


@media (min-width: 767px){
   .lens-bl { margin-top: 60px;}
    
}







#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}


.slider__txt {
	margin-top: 33vh;
	/* border-radius: 6px; */
	/* box-shadow: 22px 22px 44px #bfbfbf, -22px -22px 44px #ffffff; */
	text-shadow: 1px 3px 0 #969696, 1px 13px 5px #aba8a8, 2px -5px 7px rgba(206,89,55,0.01);
	color: #FACE49;
	width: 66%;
	margin: 30vh 22% 0px 22%;
	padding: 30px 0;
}
@media (max-width: 767px) {
.slider__txt {
	margin-top: 33vh;
	/* border-radius: 6px; */
	/* box-shadow: 22px 22px 44px #bfbfbf, -22px -22px 44px #ffffff; */
	text-shadow: 1px 3px 0 #969696, 1px 13px 5px #aba8a8, 2px -5px 7px rgba(206,89,55,0.01);
	color: #FACE49;
	width: 86%;
	margin: 30vh 7% 0px 7%;
	padding: 15px 10px;
}
}
.pause {
	text-align: center;
	color: #fff;
	font-size: 28px;
	line-height: 2;
	letter-spacing: 1.4px;
	font-weight: 600;
	font-family: "arina";
}
.slider__txt h1 { font-size: 33px;color: #fff;letter-spacing: -1px;}

.slider__txt h2 { font-size: 23px;color: #FACE49;}

#cart-total {
    display: block;
    display: inline-block;
    position: relative;
    /* top: -17px; */
    /* right: -11px; */
}


.oc_mm ul.mm > li > a:hover, .oc_mm ul.mm > li.active > a, .oc_mm ul.mm > li:hover > a {

  color: #face49 ;
  transition: .3s ease;
}
.swiper-viewport{
  z-index: 0;
}

.icon-search{margin-top:5px;}
.oc_mm .navbar-header>.oc2nh-title {
    color: #ccc;
}
.oc_mm .navbar-header .navbar-toggle .icon-bar {
    background: #face49!important;
}
.tl-fix {
    display: flex;
    top: 0;
    background-color:  transparent;
    justify-content: flex-end;
  transition: .6s ease;
}

.tl {
    display: flex;
    background-color: transparent;
    position: relative;
    transition: .6s ease;
    justify-content: flex-end;
    padding-left: 8px;
    align-items: center;
    margin-left: -40px;
}

.btn.tl-fix {
    display: flex;
    position:fixed;
  background-color:#fff;
}


.ac {
    margin: 0 20px;
    list-style: none;
}



.topblock {
    width: 100%;
    position: relative;
    top: 12px;
}

@media (max-width: 768px) {
.topblock {
    display: flex;
    justify-content: space-between;
}
}
.data_open {
	color: #ccc;
}

.live-search {
    width: 280px!important;}
.live-search ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 280px;
}
.live-search .result-text {
    font-weight: bold;
    color: #555555;
    background-color: #fff1c7!important;
    width: 100%;
}

.top-group,#product > h3,#product > div:nth-child(3) > label,#lens > div.text-products.clearfix > ul.list-unstyled.info-product  {
    display: none!important;
}

#lens > div.text-products.clearfix {
    width: 33%;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0; 
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.checkbox label, .radio label {
    display: flex;
    min-height: 25px;
    padding-left: 3px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.search {
    margin: -26px 0px 1px -1px;
    position: absolute;
}

#search-bl {
   
    display: flex;
}

#search, #search > input {
  background-color: transparent;
  border: none;
  width: 55px;
  color: #face49;
}
.icon-search {
  background-image: url("/catalog/view/theme/xclear/stylesheet/icon/search-icon.png");
}
.icon-user {
  background-image: url("/catalog/view/theme/xclear/stylesheet/icon/icon_join-team.png");
}


.icon-header {
  width: 24px;
  height: 24px;
}
.icon {
  background-repeat: no-repeat;
  background-position: center;
}
.icon-search, .icon-search_sb, .icon-shop {
  background-size: cover;
}
.btn.more, .icon {
  display: inline-block;
}
.icon-shop {
  background-image: url("/catalog/view/theme/xclear/stylesheet/icon/shop-icon.png");
}
.icon-header {
  width: 24px;
  height: 24px;
}
.icon {
  background-repeat: no-repeat;
  background-position: center;
}
.icon-search, .icon-search_sb, .icon-shop {
  background-size: cover;
}
.btn.more, .icon {
  display: inline-block;
}
*, ::after, ::before, html, input[type="checkbox"], input[type="radio"], legend {
  box-sizing: border-box;
}


.search-bl {
    margin: 0px 0px 0px 0px;
    
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 22px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #242d2e;
    background-image: none;
    border: 0px solid #f3eded;
    border-radius: 4px;
    
}




 
div.product-layout  {  
    margin: 30px 10px;
}

div.product-grid {
	width: 23%;
	margin: 20px 10px;
}
.panel-primary {
	border-color: #e6e8ea;
}
.panel-primary > .panel-heading {
	color: #a4aeb0;
	background-color: #fff0c4;
	border: none;
}

a.thumbnail {
	border-color: #fff;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	border-color: #f7f7f7;
}
.product-layout{

box-shadow: 0 20px 35px 0 rgba(0, 0, 0, .15);
}


a {
    color: #face49;
    background-color: transparent;
}

@media (min-width: 992px) {
.col-lg-4 {
    width: 30%;
}

}

@media (max-width: 992px) {
div.product-grid {
	width: 30%;
	margin: 20px 10px;
}

}

@media (max-width: 767px) {
div.product-grid {
	width: 48%;
	margin: 20px 10px;
}
}

@media (max-width: 500px) {
.row {
     /*    flex-direction: column;*/
  }
  .product-layout{
width: 94%;
box-shadow: 0 20px 35px 0 rgba(0, 0, 0, .15);
}
div.product-layout{
width: 94%;
}

}

/*                                 */
 



.block-guarantee {
	display: grid;
	grid-template-columns: 25%25%25%25%;  width: 100%;
}
.guarantee {
	text-align: center;
	margin: 30px 0px;
}

.wa {
	display: block;
	position: fixed;
	bottom: -1px;
	right: 13px;
}
.wa img {
	width: 25%;
}


