/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body {
    margin: 0;
    font-family: 'RobotoCon', sans-serif;
    background: #fff;
}
body * {
    font-family: 'RobotoCon', sans-serif;
}
.svg_rotate{
    transform: rotate(180deg)
}
body a {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0;
}

/*ul, label {
    margin: 0;
    padding: 0;
}*/

ul {
    margin: 0;
    padding: 0;
}

body a:hover {
    text-decoration: none;
}

/*-- header --*/
.w3ls-header {
    background: #464646;
}
.w3ls-header .block_top_h {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
}
.block_top_h a{
    color: #fff;
    font-size: 14px;
}
.block_top_h>ul.language_ul{
    display: flex;
    align-items: center;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.block_top_h>ul.language_ul li{
    padding: 0 10px;
    position: relative;
    line-height: 0;
}
.block_top_h a{
    font-size: 14px;
    color: #a4a4a4;
    transition: all .3s;
    line-height: 12px;
    letter-spacing: .3px;
    text-decoration: none;
}
.block_top_h>a{
    color: #fff;
}
.block_top_h a.call_phone{
    margin-left: auto;
    margin-right: 30px;
}
.adress_senorita{
    position: relative;
    z-index: 15;
}
.adress_senorita svg{
    fill: #fff;
    margin-right: 10px;
}

.adress_senorita>a{
    line-height: 50px;
    color: #ffffff;
    font-family: 'Roboto';
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    padding-right: 20px;

}
/*.adress_senorita>a:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 0px;*/
/*    top: 15px;*/
/*    height: 15px;*/
/*    width: 12px;*/
/*    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center right;*/
/*    opacity: .5;*/
/*    transition: .3s all;*/
/*    filter: brightness(0) invert(1);*/
/*    z-index: -1;*/
/*}*/
.adress_senorita>a:after{
    content: "";
    position: absolute;
    right: 0px;
    top: 18px;
    height: 8px;
    width: 8px;
    display: block;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.adress_senorita>a:after{
    transform: rotate(225deg);
}

.adress_senorita ul{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    transform: translateY(5px);
    opacity: 0;
    pointer-events: none;
    width: 260px;
    /*min-height: 130px;*/
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 0 20px;
    list-style: none;
    margin-left: 0;
    padding-bottom: 0;
    border-radius: 5px;
    transition: all .3s;
}
.adress_senorita:hover ul{
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.adress_senorita ul li{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
}
.adress_senorita ul li:last-child{
    border-bottom: 0;
}
.adress_senorita ul li:hover p{
    color: #009f9d;

}
.adress_senorita ul li:hover span{
    color: #27c4bd;

}

.adress_senorita p{
    line-height: 17px;
    color: #333333;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    transition: all .3s;
    padding-bottom: 3px;
}
.adress_senorita span{
    line-height: 14px;
    display: inline-block;
    color: #9e9e9e;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 400;
    transition: all .3s;
}

.block_top_h li:after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 12px;
    bottom: 0;
    display: block;
    border-right: 1px solid #fff;
}
.block_top_h li:last-child:after{
    opacity: 0;
}
.block_top_h li.active a{
    color: #fff;
}
.block_top_h .language_ul a:hover{
    color: #fff;
}


.w3ls-header-left {
    float: left;
}

.w3ls-header-right {
    float: right;
}

.w3ls-header-left p {
    font-size: 1em;
}

.w3ls-header-left p,
.w3ls-header-left p a {
    color: #fff;
}

.w3ls-header-right ul li.dropdown {
    display: inline-block;
    padding: 0 1em;
}

ul.dropdown-menu {
    -moz-animation: fadeInUp .2s ease-in;
    -webkit-animation: fadeInUp .2s ease-in;
    animation: fadeInUp .2s ease-in;
    min-width: 120px;
    font-size: 1em;
    top: 125%;
    z-index: 99999;
}

li.dropdown.head-dpdn ul.dropdown-menu {
    border: none;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 0px;
}

ul.cd-dropdown-content li {
    display: block;
}

.w3ls-header-right ul li .dropdown-toggle {
    font-size: 1em;
    color: #f9f9f9;
    outline: none;
    cursor: pointer;
}

.w3ls-header-right ul li .dropdown-toggle:hover, li.dropdown.head-dpdn.open .dropdown-toggle, .my-account a:hover, .my-account a:hover i.fa {
    color: #fd776d;
    text-decoration: none;
}

.w3ls-header-right ul li a i.fa {
    margin-right: 5px;
}

.w3ls-header-right ul li .caret {
    margin-left: 6px;
}

.dropdown-menu > li > a {
    color: #999;
}

.dropdown-menu > li .btn-link {
    color: #999;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
    width: 100%;
    text-align: left;
    text-decoration: none;
}

.dropdown-menu > li .btn-link:hover,
.dropdown-menu > li > a:hover {
    color: #fff;
    background: #3988d1;
}

/*-- //header --*/
/*-- header-two --*/
.header-two.scroll-to-fixed-fixed {
    background: #fff;
    /*padding: .3em 0 0.8em;*/
    padding: 0;
    -moz-box-shadow: 0 0 5px 1px #d2d2d2;
    -o-box-shadow: 0 0 5px 1px #d2d2d2;
    -ms-box-shadow: 0 0 5px 1px #d2d2d2;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
/*.header-two.scroll-to-fixed-fixed .header-logo h1 {*/
/*    font-size: 2.5em;*/
/*}*/

/*.header-two.scroll-to-fixed-fixed .header-search {*/
/*    margin-top: 1.8em;*/
/*    margin-bottom: 1em;*/
/*}*/

/*.header-two.scroll-to-fixed-fixed .header-search input[type="search"] {*/
/*    padding: 0.8em 5em 0.8em 1em;*/
/*}*/

/*.header-two.scroll-to-fixed-fixed .header-search .btn-default {*/
/*    height: 44px;*/
/*}*/

/*.header-two.scroll-to-fixed-fixed .header-cart {*/
/*    margin: 1.1em 0 0;*/
/*}*/

.header-two {
    padding: 0;
    position: relative;
}

.header-logo {
    float: left;
    text-align: center;
}

.header-logo img {
    width: 78px !important;
}

.header-two .inner_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 21px 0;
    transition: all .3s;
}
.header-logo a{
   display: block;
}
.regs{
    display: flex;
    align-items: center;
}
.us_links{
    color: #333333;
    font-size: 14px;
    line-height: 17px;
    transition: all .3s;
    font-weight: 500;
}
.us_links:hover{
    color: #27C4BD;
}
.header-logo h1, .footer-logo.header-logo h2 {
    font-size: 3em;
    font-weight: 900;
}

.header-logo h1 a, .footer-logo.header-logo h2 a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    position: relative;
}

.header-logo h1 a span, .footer-logo.header-logo h2 a span {
    font-size: 2em;
    color: #f35d4c;
    vertical-align: sub;
    margin-right: 3px;
}

.header-logo h1 a i, .footer-logo.header-logo h2 a i {
    display: block;
    position: absolute;
    bottom: 18%;
    right: 2%;
    font-size: 0.5em;
}

.header-logo h6 {
    font-size: 0.8em;
    color: #000;
    letter-spacing: 1px;
    margin-top: -1em;
}

.header-search form {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #ECEFF3;
    border-radius: 5px;
    height: 60px;
    width: 100%;
    justify-content: space-between;
    /*overflow: hidden;*/
}
.header-search form input[type="search"]{
    border: 0;
    height: 60px;
    font-size: 14px;
    background-color: transparent !important;
    padding: 20px;
    color: #999;
    outline: none;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    -webkit-appearance: none;
    padding-right: 75px;
}
.header-search .tt-scrollable-menu{
    width: 100%;
}
.header-search form input[type="search"]::placeholder{
    color: #D6D9DD;
}
.header-search{
    width: 60%;
    margin-left: 100px;
    margin-right: 70px;
}
button.search_product_header{
    border-radius: 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    background-color: transparent;
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    height: auto;
    z-index: 5;
    width: 75px;
    height: 50px;
    background: #27C4BD 0% 0% no-repeat padding-box;
    border-radius: 5px;
    outline: none;
    transition: all .3s;
}
button.search_product_header:hover{
    opacity: .8;
}

.header-search .btn-default {
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 50px;
    outline: none;
    box-shadow: none;
    background: #f35d4c;
    padding: 0;
    z-index: 3;
    border-radius: inherit;
    -webkit-appearance: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.header-search i.fa {
    font-size: 1em;
    color: #fff;
    padding: 3px;
}

.header-cart h4 a {
    color: #000;
}

/*-- cart-box --*/
.cart {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    float: none;
}

.header-cart .cart {
    background: #27C4BD40;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    outline: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.header-cart .cart svg{
    color: #27C4BD;

}
a.bask_link{
    margin-right: 20px;
}

.header-cart .cart span {
    position: absolute;
    width: 17px;
    height: 17px;
    flex: 0 0 15px;
    color: #fff;
    background-color: #F35D4C;
    border-radius: 50%;
    text-align: center;
    top: 0;
    font-size: 10px;
    right: -5px;
    line-height: 17px;
}

/*-- //cart-box --*/
.my-account {
    float: right;
    margin: 1.4em 0;
}

.my-account a {
    font-size: 1em;
    color: #000;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.my-account a i.fa {
    color: #cccccc;
    margin-right: 3px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.top_cont_header{
    position: relative;
    z-index: 10;
    background: #fff;
}

.header-two .inner_header li.dropdown.head-dpdn {
    list-style: none;
}

.header-two .inner_header li.dropdown.head-dpdn:hover > ul.dropdown-menu  {
    display: block;
    padding-top: 0;
    margin-top: 0;
    top: 100%;
}

.header-two .inner_header .avatar-info img {
    width: 45px;
    max-width: 45px;
    height: auto;
    background: #c9f0ee;
    border-radius: 50%;
    margin-right: 10px;
}

.header-two .inner_header .avatar-info img.default-avatar {
    padding: 14px;
}
.header-two .cart-block {
    display: flex;
    position: relative;
}
/*-- //header-two --*/
/*-- header-three --*/
.header-three {
    /*border-bottom: 1px solid #eaeaea;*/
    /*background: url(../images/bg.png) #08bce4 no-repeat;*/
    transition: all .1s;
    background-size: cover;
    background-color: #27c4bd;
}
.scroll-to-fixed-fixed .header-three {
    box-shadow: 0 1px 10px rgba(1, 1, 1, 0.25);
}

.kb_control_left, .kb_control_left:hover, .kb_control_left:active, .kb_control_left:focus, .kb_control_right, .kb_control_right:hover, .kb_control_right:active, .kb_control_right:focus{
    border: 0 !important;
}
/*-- //header-three --*/
.menu {
    float: left;
    width: 21%;
}
div#kb .swiper-slide img{
    height: 400px;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}
.move-text {
    float: right;
    width: 70%;
    padding: 1em;
}
.my_ul ul{
    /*display: none;*/
}
ul.my_ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.my_ul>li{
    position: relative;
    width: 100%;
    text-align: center;
    transition: all .3s;
}
ul.my_ul>li.item-172>a:after{
    content: " ";
    background: url(../images/gift6.svg) no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 50px;
    top: 17px;
    z-index: 999;
}
ul.my_ul>li>a{
    font-size: 18px;
    color: #fff;
    width: 100%;
    padding: 13px 0;
    display: inline-block;
    transition: all .3s;
}
ul.my_ul>li:hover{
    background-color: #13bdb6;
}

.header-three ul{
    list-style: none;
}
.cd-secondary-dropdown{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: left;
    opacity: 0;
    transform: translateY(5px);
    pointer-events: none;
    transition: all .3s;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    z-index: 5;

}
li.childrens:hover .cd-secondary-dropdown{
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    box-shadow: 0 0 5px rgba(1,2,3,.15);
}
li.childrens a{
    transition: all .3s;
    color: #333;
}
.intto_li a:hover{
    color: #27c4bd;
}

.intto_li a{
    padding: 5px 15px;
    display: block;
    transition: all .3s;
    transform: translateY(3px);
}
/*li.childrens:hover .intto_li a{*/
/*    transform: translateY(0px);*/
/*}*/

/*ul.in_ul{*/

/*}*/


form#formBasket .btn-group.pull-right a.btn.btn-primary:hover {
    color: #fff;
    background-color: #13bdb6;
    border-color: #13bdb6;
    transition: 0.5s all;
}

form#login-form button.btn.btn-primary {
    color: #fff;
    background-color: #27c4bd;
    border-color: #27c4bd;
}

form#login-form button.btn.btn-primary:hover {
    color: #fff;
    background-color: #13bdb6;
    border-color: #13bdb6;
    transition: 0.5s all;
}

form#form-signup button.btn.btn-primary.pull-right {
    color: #fff;
    background-color: #27c4bd;
    border-color: #27c4bd;
}
form#formBasket .btn-group.pull-right a.btn.btn-primary {
    color: #fff;
    background-color: #27c4bd;
    border-color: #27c4bd;
}

form#form-signup button.btn.btn-primary.pull-right:hover {
    color: #fff;
    background-color: #13bdb6;
    border-color: #13bdb6;
    transition: 0.5s all;
}

.col-md-7 button.btn.btn-primary.pull-right {
    color: #fff;
    background-color: #27c4bd;
    border-color: #27c4bd;
}.col-md-7 button.btn.btn-primary.pull-right:hover {
     color: #fff;
     background-color: #13bdb6;
     border-color: #13bdb6;
     transition: 0.5s all;
 }
/*-- menu --*/
.cd-dropdown-trigger {
    cursor: pointer;
    transition: all .3s;
}

.cd-dropdown-trigger:hover {
    color: #000;
}
.cd-dropdown-trigger::after, .cd-dropdown-trigger::before{
     /*transition: background .3s;*/
}
.cd-dropdown-trigger:hover::after, .cd-dropdown-trigger:hover::before{
    background: #000;
}
/*-- //menu --*/
/*-- welcome --*/
.welcome{
    padding: 0;
}
.deals,
.card-page,
.help,
.values,
.privacy,
.sitemap,
.related-products,
.login-page,
.contact,
.about,
.faq-w3agile,
.wthree-offers,
.w3l-services,
.site-error{
    padding: 2em 0;
}

h3.w3ls-title {
    line-height: 32px;
    color: #333333;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 25px;
}

h3.w3ls-title.title-center {
    text-align: center;
}

.welcome-grids {
    float: left;
    width: 33.33%;
    text-align: center;
    margin: 0.7em 0;
}

.welcome-info {
    text-align: center;
}

.welcome .bs-example.bs-example-tabs .nav-tabs {
    border: none;
    margin: 2em 0 1em;
}

.welcome .bs-example-tabs ul.nav-tabs li {
    display: inline-block;
    float: none;
    margin: 0 3em;
}

.welcome .bs-example-tabs ul.nav-tabs li a {
    display: block;
    outline: none;
    border: none;
    margin: 0;
}

.welcome .bs-example-tabs ul.nav-tabs li a:focus {
    text-decoration: none;
}

.welcome .tabcontent-grids ul li {
    display: block;
    color: #999;
    margin-top: 1em;
    font-size: 1em;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: transparent;
}

.nav-tabs li a i.fa {
    font-size: 5em;
    color: #78d378;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}

.nav-tabs li a i.fa.fa-female {
    color: #f57df5;
}

.nav-tabs li a i.fa.fa-gift {
    color: #fd723e;
}

.nav-tabs li a i.fa.fa-home {
    color: #5b91f2;
}

.nav-tabs li a i.fa.fa-motorcycle {
    color: #ec4b81;
}

.nav-tabs li a h5 {
    font-size: 1.2em;
    color: #555;
    margin-top: 1em;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}

.welcome ul.nav-tabs li.active a i.fa, .welcome ul.nav-tabs li:hover a i.fa {
    color: #d2d2d2;
}

.welcome ul.nav-tabs li.active a h5, .welcome ul.nav-tabs li:hover a h5 {
    color: #d2d2d2;
}

.owl-carousel .item {
    margin: 20px 8px;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}

/*-- featured products --*/
/*  Demo 10 */
.glry-w3agile-grids {
    background-color: #FFF;
    display: block;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 4px;
}

.welcome .swiper-container{
    padding: 5px 10px;
    margin: 0 -10px;
    margin-bottom: 25px;
}
.swiper-pagination.pagination_styles.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 0;
}
div#owl-block-liked{
    padding: 5px;
    margin: -5px;
}
div#owl-block-d{
    padding: 5px;
    margin: -5px;
    padding-bottom: 50px;
    margin-bottom: 10px;
}
.pagination_styles .swiper-pagination-bullet{
    width: 7px;
    height: 7px;
    margin: 0 5px;
    outline: none;
    background-color: rgba(243, 93, 76, 0.5);
    opacity: 1;
}
.pagination_styles .swiper-pagination-bullet-active{
    transform: scale(calc(9/7));
    background-color: #f35d4c;
}
.glry-w3agile-grids>a {
    display: block;
    height: 260px;
}

.glry-w3agile-grids img {
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    object-fit: cover;
    height: 100%;
}

.glry-w3agile-grids .view-caption {
    /*background-color: rgba(0, 0, 0, 0.85);*/
    background-color: #ffffff;
    right: 0;
    padding: 15px;
    text-align: left;
    top: 0;
    z-index: 99;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.glry-w3agile-grids .view-caption h4 {
    margin-bottom: 8px;
    overflow: hidden;
}

.glry-w3agile-grids .view-caption h4 a , .agile-product-text h5 a{
    color: #f35d4c;
    line-height: 17px;
    color: #333333;
    font-size: 14px;
    height: 34px;
    font-weight: 400;
    width: 100%;
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
}
.glry-w3agile-grids .view-caption h4 a:hover {
    color: #27c4bd;
}

.glry-w3agile-grids .view-caption p {
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
}

.glry-w3agile-grids .view-caption h5 {
    line-height: 19px;
    color: #f35d4c;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 700;
    margin-bottom: 10px;
}
.glry-w3agile-grids .view-caption h5 i{
    font-style: normal;
}
.discount_percent{
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 5px;
    width: 60px;
    height: 30px;
    background-color: #f35d4c;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto';

}

.glry-w3agile-grids .view-caption h5 del {
    color: #bfbfbf;
    font-size: 12px;
    font-weight: 700;
    padding-left: 5px;
    font-family: 'Roboto';
    line-height: 19px;
    transform: translateY(2px);
}

.agileits-form {
    position: relative;
    text-align: center;
}

.w3ls-cart {
    /* Style for "Rectangle" */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    background-color: #27c4bd;
    border: 0;
    outline: none;
    transition: all .3s;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: initial;
}
.w3ls-cart svg{
    margin-right: 5px;
    width: 14px !important;
    height: 16px !important;
}
.w3ls-cart:hover {
    background-color: #13bdb6;
}

.w3ls-cart i.fa {
    margin-right: 6px;
}

/*-- //welcome --*/
/*-- add-products --*/
.w3ls-add-grids {
    background-size: cover;
    width: 32.5%;
    min-height: 250px;
    float: left;
}

.w3ls-add-grids.w3ls-add-grids-mdl {
    background-size: cover;
}

.w3ls-add-grids.w3ls-add-grids-mdl1 {
    background-size: cover;
}

.w3ls-add-grids.w3ls-add-grids-mdl {
    margin: 0 1em;
}

.w3ls-add-grids a {
    display: block;
    padding: 1em;
}

.w3ls-add-grids h4 {
    font-size: 1.8em;
    color: #fff;
    letter-spacing: 2px;
    padding-top: 3em;
    outline: none;
    text-decoration: none;
    line-height: 1.5em;
}

.w3ls-add-grids h4 span {
    font-size: 2em;
}

.w3ls-add-grids a {
    display: block;
}

.w3ls-add-grids h6 {
    font-size: 1.2em;
    color: #f32e20;
    margin: 1.65em 0;
}

.w3ls-add-grids.w3ls-add-grids-mdl h4 {
    padding-top: 2em;
    text-align: center;
}

.w3ls-add-grids.w3ls-add-grids-mdl h6 {
    text-align: center;
    color: #fff;
    margin: 2.4em 0;
}

/*-- //add-products --*/
/*-- deals --*/
.focus-grid a {
    color: #6495ed;
    text-align: center;
    padding: 2em 0;
}

.focus-grid a.wthree-btn.wthree1 {
    color: #ff4500;
}

.focus-grid a.wthree-btn.wthree2 {
    color: #00b300;
}

.focus-grid a.wthree-btn.wthree3 {
    color: #E91E63;
}

.focus-grid a.wthree-btn.wthree4 {
    color: #a94442;
}

.focus-grid a.wthree-btn.wthree5 {
    color: #f15cf1;
}

.wthree-btn {
    position: relative;
    display: block;
    margin: 1em auto;
    width: 100%;
    text-transform: uppercase;
    overflow: hidden;
    border: 1px solid;
}

.focus-image i.fa {
    font-size: 3em;
}

h4.clrchg {
    font-size: 1.1em;
    margin-top: 1em;
}

/*-- deals-effect --*/
@-webkit-keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}

@-webkit-keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}

.wthree-btn:before, .wthree-btn:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 20px;
    height: 20px;
    background: #56259b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    transition: .5s all;
}

.wthree-btn:before {
    left: -20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.wthree-btn:after {
    right: -20px;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.wthree-btn:hover {
    color: #f5f5f5 !important;
}

.wthree-btn:hover:before {
    -webkit-animation: criss-cross-left 0.8s both;
    -moz-animation: criss-cross-left 0.8s both;
    -o-animation: criss-cross-left 0.8s both;
    -ms-animation: criss-cross-left 0.8s both;
    animation: criss-cross-left 0.8s both;
}

.wthree-btn:hover:after {
    -webkit-animation: criss-cross-right 0.8s both;
    -moz-animation: criss-cross-right 0.8s both;
    -o-animation: criss-cross-right 0.8s both;
    -ms-animation: criss-cross-right 0.8s both;
    animation: criss-cross-right 0.8s both;
}

/*-- //deals-effect --*/
/*-- //deals --*/
/*-- footer-top --*/
p {
    font-size: 1em;
    color: #666;
    line-height: 1.8em;
}

.w3agile-ftr-top {
    padding: 61px 0 56px;
    background-color: #27c4bd;
}
.w3agile-ftr-top svg{
    margin-bottom: 20px;
}

.ftr-top-left {
    float: left;
}

.ftr-top-right {
    float: right;
    width: 72%;
}

.ftr-top-left i.fa {
    font-size: 26px;
    /*border: 2px solid;*/
    /*color: #176aff;*/
    color: #ffffff;
    /*width: 70px;*/
    /*height: 70px;*/
    text-align: center;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 10px;
}

.ftr-top-left i.fa.fa-user {
    /*color: #00c57e;*/
}
li.intto_li>a{
    font-weight: 700;
}

.ftr-top-right h4 {
    line-height: 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.ftr-top-grids {
    /*cursor: pointer;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.ftr-top-grids p {
    color: #d8f6f4;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 5px;
}
.ftr-top-grids svg{
    color: #fff;
    width: auto;
    height: 36px;
}

/*-- //footer-top --*/
/*-- coming soon --*/
.soon {
    margin-top: 5em;
    padding: 5em 0;
    text-align: center;
    background-size: cover;
}

.soon h3 {
    color: #fff;
    font-size: 3em;
}

.soon h4 {
    font-size: 2em;
    margin: 1em 0 2em;
    color: #00b300;
    font-family: 'Tangerine', cursive;
    background: rgba(0, 0, 0, 0.75);
    display: inline-block;
    padding: .5em 1em;
}

.ClassyCountdown-wrapper > div {
    display: inline-block;
    position: relative;
    width: 21%;
    margin: 0 2%;
    height: inherit !important;
}

.ClassyCountdown-wrapper .ClassyCountdown-value {
    width: 100%;
    line-height: 1em;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    display: block;
}

.ClassyCountdownDemo {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.soon canvas {
    background: rgba(9, 9, 9, 0.48);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

/*-- //coming soon --*/
/*-- subscribe --*/
.subscribe {
    padding: 3em 0;
}

.subscribe-right {
    margin-top: 1.5em;
}

.subscribe h4 {
    font-size: 1.3em;
    color: #000;
    margin-bottom: 1em;
    /*font-family: 'Offside', cursive;*/
}

.subscribe input[type="text"] {
    width: 70%;
    padding: 1em;
    font-size: 1em;
    float: left;
    color: #999;
    outline: none;
    border: 1px solid #999;
    border-right: none;
    background: none;
    -webkit-appearance: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

.subscribe input[type="submit"] {
    float: left;
    color: #999;
    font-size: 1em;
    outline: none;
    padding: 1em 1.8em;
    border: 1px solid #999;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-appearance: none;
    background: none;
}

.subscribe form:hover input[type="text"] {
    border-color: #f35d4c;
}

.subscribe form:hover input[type="submit"] {
    border-color: #f35d4c;
    background: #f35d4c;
    color: #fff;
}

/*-- //subscribe --*/
/*-- social-icons --*/
.social-icons ul li {
    display: inline-block;
}

.social-icons ul li a.fa.icon {
    font-size: 1em;
    color: #fff;
    line-height: 2.3em;
    text-align: center;
    border: 2px solid #3b5998;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #3b5998;
}

.social-icons ul li a.fa.icon:hover {
    color: #3b5998;
    background: transparent;
}

.social-icons ul li a.fa.fa-twitter {
    background: #4099ff;
    border-color: #4099ff;
}

.social-icons ul li a.fa.fa-twitter:hover {
    color: #4099ff;
    background: transparent;
}

.social-icons ul li a.fa.fa-google-plus {
    background: #d34836;
    border-color: #d34836;
}

.social-icons ul li a.fa.fa-google-plus:hover {
    color: #d34836;
    background: transparent;
}

.social-icons ul li a.fa.fa-dribbble {
    background: #ec4a89;
    border-color: #ec4a89;
}

.social-icons ul li a.fa.fa-dribbble:hover {
    color: #ec4a89;
    background: transparent;
}

.social-icons ul li a.fa.fa-rss {
    background: #ee802f;
    border-color: #ee802f;
}

.social-icons ul li a.fa.fa-rss:hover {
    color: #ee802f;
    background: transparent;
}

.icon {
    vertical-align: top;
    overflow: hidden;
    margin: 4px;
    width: 35px;
    height: 35px;
    position: relative;
}

.social-icons ul.apps {
    margin-top: 1em;
}

.social-icons ul.apps li h4 {
    font-size: 1em;
    margin: 0;
}

.social-icons ul.apps li a.fa {
    color: #999;
    font-size: 1.4em;
    margin-left: 0.6em;
}

.social-icons ul.apps li a.fa:hover {
    color: #27c4bd;
}

/*-- //social-icons --*/
/*-- footer --*/
.footer {
    /*padding-top: 5em;*/
    padding: 0;
    /*background: url(../images/bg.png) #42d406 no-repeat;*/
    background-size: cover;
    background-color: #f6f6f6;
}

.footer-logo.header-logo {
    float: none;
    text-align: center;
    padding-top: 30px;
}

.address-left {
    /*background: #eee;*/
    /*padding: 2em;*/
    padding: 0;
    z-index: 9;
}

.address-right {
    padding-top: 4em;
    position: relative;
    padding-left: 4em;
    padding-bottom: 1em;
}

.address-left ul li {
    display: block;
    margin: 1em 0;
    font-size: 1em;
    color: #333;
    border-top: 1px solid #e6e2e2;
    padding-top: 1em;
    text-align: center;
}

.address-left ul li a {
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
}

.address-left ul li a:hover {
    color: #13bdb6;
}
.address-left ul li svg {
    margin-right: 15px;
    transition: all .3s;
    fill: #333;
}

.address-left ul li a:hover svg{
    fill: #13bdb6;
    color: #13bdb6;
}


.footer h3 {
    color: #000;
    font-size: 16px;
    margin-bottom: 1em;
}

.footer-grids ul li {
    display: block;
    font-size: 14px;
    margin: 0.6em 0 0;
    color: #555;
}

.footer-grids ul li i.fa {
    margin-right: 7px;
}

.footer-grids ul li a {
    color: #555;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    font-family: 'Roboto';
}

.footer-grids ul li a:hover {
    color: #13bdb6;
}

.copy-right {
    text-align: center;
    padding: 23px 0;
    background: #464646;
}

.copy-right p {
    font-size: 1em;
    color: #fff;
    font-weight: 300;
    line-height: 1.8em;
}

.copy-right p a {
    color: #fff;
}

.copy-right p a:hover {
    color: #f35d4c;
}

/*-- //footer --*/
/*-- slider-up-arrow --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 3%;
    right: 3%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url("../images/move-up.png") no-repeat 0 0;
    z-index: 999;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/*-- //slider-up-arrow --*/
/*-- products-page --*/
.new-tag:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 60px solid #27c4bd;
    border-right: 60px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    z-index: 1;
}

.new-tag h6 {
    color: #fff;
    z-index: 1;
    position: absolute;
    top: 3%;
    left: 4%;
    font-size: .9em;
}

.glry-w3agile-grids .new-tag h6 {
    text-align: left;
    left: 3%;
}

.agile-products:hover .new-tag:before {
    border-top-color: #f35d4c;
}

/*-- products-right --*/
.product-w3ls-right {
    float: right;
    padding: 0;
}

.breadcrumb.breadcrumb1 > li {
    font-size: 1.1em;
    font-weight: 300;
}

.breadcrumb.breadcrumb1 li a {
    color: #27c4bd;
}

.breadcrumb.breadcrumb1 > .active, .breadcrumb.breadcrumb1 li a:hover {
    color: #000;
}

.breadcrumb.breadcrumb1 > li + li:before {
    content: "\f101";
    font: normal normal normal 14px/1 FontAwesome;
    color: #464646;
    padding: 0 8px;
}

.product-top {
    /*background: #464646;*/
    /*padding: 1em 2em;*/
    display: flex;
    flex-direction: column;
}
.prod_sort{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter_open_toggle{
    display: none;
}
.product-top li.dropdown {
    display: inline-block;
    float: right;
    margin-left: 2em;
}
.product-top>span{
    text-align: center;
    display: block;
    margin-top: 15px;
    padding-top: 15px;
    font-size: 12px;

    border-top: 1px solid #e1e1e1;
}
.prod_sort ul.dropdown-menu{
    right: 0;
    left: auto;
}
.product-top h4 {
    /*font-size: 1.3em;*/
    /*color: #fff;*/
    /*font-family: 'Offside', cursive;*/
    /*float: left;*/
}

.product-top ul li .dropdown-toggle {
    /*color: #fff;*/
    /*padding: 1.2em 0;*/
    padding: 0;
    border: none;
    background: transparent;
}

.product-top ul li a span.caret {
    margin-left: 8px;
}

.product-top ul.dropdown-menu {
    margin-top: 11px;
    border-color: #bbb;
}

.product-grids {
    margin-top: 10px;
    padding: 0 5px;
}

.agile-products {
    padding: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    border-radius: 5px;
    height: 100%;
}
.products-row{
    display: flex;
    flex-wrap: wrap;
}
/*.agile-products .add-to-cart {*/
/*    margin: .5em auto 0;*/
/*}*/

.agile-product-text h5 {
    /*font-size: 1em;*/
    /*line-height: 1em;*/
    /*margin-top: 1em;*/
    /*min-height: 45px;*/
    /*text-transform: capitalize;*/
}

.agile-product-text h5 a {
    color: #333333;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
}

.agile-product-text h5 a:hover, .related-row h4 a:hover {
    color: #27c4bd;
}

.agile-product-text .barcode {
    color: #fff;
    font-size: .9em;
    margin: 0.5em 0 0;
    text-align: center;
    background-color: #0290f9;
}

.agile-product-text .sticker {
    margin: 0.5em 0 0;
}

.agile-product-text h6 {
    /*margin: 0.5em 0 0;*/
    font-size: 1em;
    color: #333;
    font-weight: 700;
    margin-top: 8px;
}

.agile-product-text h6 del {
    color: #999;
    font-size: .9em;
    font-weight: normal;
    color: #bfbfbf;
    font-size: 12px;
    font-weight: 700;
    padding-left: 5px;
    font-family: 'Roboto';
    transform: translateY(2px);
}
.w3ls-cart.pw3ls-cart {
    position: absolute;
    width: 80%;
    bottom: -50%;
    left: 10%;
    -webkit-transition: .6s all;
    -moz-transition: .6s all;
    -o-transition: .6s all;
    transition: .6s all;
    font-size: 1em;
    padding: .8em 0;
}

.w3ls-cart.pw3ls-cart i.fa {
    margin-right: 5px;
}

.agile-products:hover .w3ls-cart.pw3ls-cart {
    bottom: 45%;
}

.agile-products:hover {
    border-color: #f35d4c;
}

.w3ls-add-grids.w3agile-add-products {
    float: none;
    width: 100%;
    margin: 2em 0 1em;
    text-align: center;
}

.w3ls-add-grids.w3agile-add-products a h6 {
    color: #fff;
}

/*-- galry-like --*/
.galry-like {
    text-align: center;
}

.galry-like a {
    display: block;
    overflow: hidden;
}

.galry-like a img {
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}

.galry-like:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*-- //galry-like --*/
/*-- //products-right --*/
/*-- products-left --*/

.rsidebar-top {
    border: 1px solid #cccccc;
    padding: 1em;
}

input.item_quantity {
    background: none;
    border: 1px solid #fff;
    padding: 0.8em 1em;
    width: 100%;
    text-align: center;
    font-size: 1em;
    outline: none;
    color: #fff;
}

input.item_quantity:hover {
    border-color: #000;
}

/*-- side-bar --*/
.sidebar-row {
    margin-bottom: 1.5em;
}

.rsidebar h4, .related-row h4 {
    font-size: 1.1em;
    color: #f35d4c;
    text-transform: uppercase;
    margin-bottom: .5em;
}

.checkbox {
    position: relative;
    padding-left: 27px !important;
    cursor: pointer;
    line-height: initial;
    font-size: 1em;
    color: #353F49;
    font-weight: 500;
    margin: 0 0 1em;
}

.checkbox i {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 19px;
    height: 19px;
    outline: none;
    border: 2px solid #D8D8D8;
    background: #FFF;
}

.checkbox input + i:after, .radio input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}

.checkbox input:checked + i:after, .radio input:checked + i:after {
    opacity: 1;
}

.checkbox input, .radio input {
    position: absolute;
    left: -9999px;
}

.checkbox input + i:after {
    content: '';
    background: url("../images/tick.png") no-repeat 4px 3px;
    top: -1px;
    left: -1px;
    width: 17px;
    height: 17px;
    font: normal 12px/16px FontAwesome;
    text-align: center;
}

/*-- start scrollpane --*/
.sidebar-row .faq li a {
    color: #353F49;
    padding: 2px 0;
}

.sidebar-row .faq li.active a,
.sidebar-row .faq li a:hover {
    color: #27c4bd;
}

.scroll-pane.jspScrollable {
    outline: none;
}

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

.jspPane {
    position: absolute;
    outline: none;
    padding: 5px 20px 20px 10px !important;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #B9B7B7;
    position: relative;
}

.jspDrag {
    background: #27c4bd;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

.scroll-pane {
    /*height: 160px;*/
}

input#amount {
    outline: none;
}

/*-- faq --*/
.sidebar-row .faq li {
    margin-top: 0;
    display: block;
}

.faq > li > a {
    width: 100%;
    display: block;
    position: relative;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    text-decoration: none;
}

.faq > li > a:hover, .faq > li > a.active {
    color: #000;
}

.faq li a.active span {
    -webkit-transform: rotatex(180deg);
    transform: rotatex(180deg);
    -moz-transform: rotatex(180deg);
    -o-transform: rotatex(180deg);
    -ms-transform: rotatex(180deg);
}

.faq ul li a {
    line-height: 1.8em;
    display: block;
    position: relative;
    font-size: 1em;
    color: #999;
    text-decoration: none;
    font-weight: 400;
    padding-left: 1.5em;
}

.faq ul li a:hover {
    color: #ff590f;
}

.faq span.glyphicon {
    float: right;
}

/*-- //faq --*/
.related-row {
    border: 1px solid #ccc;
    padding: 1.2em;
    margin-top: 1em;
}

.related-row ul li {
    display: inline-block;
}

.related-row ul li a {
    border: 1px solid #ccc;
    padding: 2px 5px;
    display: block;
    margin: 5px 0;
    color: #999;
    font-size: 1em;
}

.related-row ul li a:hover {
    border-color: #009688;
    color: #009688;
}

.recommend {
    margin-top: 4em;
}

/*-- //products-page --*/
/*-- login-page --*/
.login-page {
    text-align: center;
}

.login-body {
    padding: 3em;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 1px rgb(189, 189, 189);
    -moz-box-shadow: 0 0 4px 1px rgb(189, 189, 189);
    -o-box-shadow: 0 0 4px 1px rgb(189, 189, 189);
    -ms-box-shadow: 0 0 4px 1px rgb(189, 189, 189);
    box-shadow: 0 0 4px 1px rgb(189, 189, 189);
    width: 40%;
    margin: 0 auto;
}

.login-top h4 a:hover {
    color: #353f49;
}

.login-page input[type="text"], .login-page input[type="password"] {
    font-size: 1em;
    padding: 0.9em 1em;
    width: 100%;
    color: #999;
    outline: none;
    border: 1px solid #E2DCDC;
    background: #FFFFFF;
    margin: 0 0 1em 0;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    -webkit-appearance: none;
}

.login-page input[type="text"]:focus, .login-page input[type="password"]:focus {
    border-color: #27c4bd;
}

.login-page input[type="submit"] {
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    background: #27c4bd;
    width: 100%;
    padding: .8em 1em;
    font-size: 1em;
    margin: 0.5em 0 0;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    text-transform: uppercase;
    -webkit-appearance: none;
}

.login-page input[type="submit"]:hover {
    background: #137288;
    letter-spacing: 5px;
}

.login-page label.checkbox {
    float: left;
    margin: 0;
}

.forgot-grid {
    margin-top: 2em;
}

.forgot {
    float: right;
}

.forgot a {
    font-size: 1em;
    color: #353F49;
    display: block;
    font-weight: 500;
    text-decoration: none;
}

.forgot a:hover {
    color: #f35d4c;
}

.login-page h6 {
    font-size: 1.1em;
    color: #999;
    margin: 2em 0 0;
}

.login-page h6 a {
    color: #f35d4c;
    margin-left: 7px;
}

.login-page h6 a:hover {
    color: #999;
}

.login-page-bottom h5 {
    font-size: 1em;
    color: #999;
    margin: 1em 0;
}

/*-- //login-page --*/
/*-- offers-page --*/
h3.w3ls-title.w3ls-title1 {
    text-align: center;
    margin: 0 0 1.5em;
    font-size: 2.5em;
}

.offer-card-row {
    margin: 4em 0;
}

.offer-card-grids {
    width: 31.5%;
    float: left;
    padding: 2em;
    border: 1px solid #dadada;
}

.offer-card-grids:nth-child(2) {
    margin: 0 2em;
}

.offer-card-grids h4 {
    font-size: 3em;
    color: #000;
    font-family: 'Tangerine', cursive;
    font-weight: 800;
}

.offer-card-grids p {
    margin: 1em 0;
}

.offer-card-grids a {
    font-size: 1em;
    color: #27c4bd;
}

.offer-card-grids a:hover {
    color: #999;
}

.offer-bottom-grids-info, .offer-bottom-grids-info2 {
    min-height: 250px;
    padding: 3em;
}

.offer-bottom-grids-info {
    background-size: cover;
    text-align: right;
}

.offer-bottom-grids-info2 {
    background-size: cover;
}

.offer-bottom-grids h4 {
    font-size: 3.5em;
    color: #fff;
    font-family: 'Tangerine', cursive;
}

.offer-bottom-grids h6 {
    font-size: 1.5em;
    color: #00c57e;
    font-weight: 300;
    margin-top: 1em;
    line-height: 1.8em;
}

.offer-bottom-grids .offer-bottom-grids-info2 h6 {
    color: #FFC107;
}

/*-- //offers-page --*/
/*-- contact-page --*/
.contact iframe {
    width: 100%;
    min-height: 15em;
    border: 1px solid #b3b3b3;
    margin-bottom: 4em;
}

.contact h4 {
    font-size: 1.6em;
    font-weight: 300;
    margin-bottom: 1em;
}

.contact input[type="text"] {
    width: 47.7%;
    color: #999;
    float: left;
    background: none;
    outline: none;
    font-size: 1em;
    padding: .7em 1em;
    margin-bottom: 1.5em;
    border: solid 1px #999;
    -webkit-appearance: none;
    display: inline-block;
}

.contact input.email {
    float: right;
}

.contact textarea {
    resize: none;
    width: 100%;
    background: none;
    color: #999;
    font-size: 1em;
    outline: none;
    padding: .6em .8em;
    border: solid 1px #999;
    min-height: 12em;
    -webkit-appearance: none;
}

.contact input[type="submit"] {
    outline: none;
    color: #fff;
    padding: 0.6em 4em;
    font-size: 1em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #f35d4c;
    border: 2px solid #f35d4c;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}

.contact input[type="submit"]:hover {
    background: none;
    color: #f35d4c;
}

::-webkit-input-placeholder {
    color: #999 !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #999 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #999 !important;
}

:-ms-input-placeholder {
    color: #999 !important;
}

.cnt-w3agile-row i.fa {
    font-size: 2em;
    color: #27c4bd;
    border: 1px solid #27c4bd;
    padding: .5em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.cnt-w3agile-row i.fa.fa-truck {
    -webkit-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    -o-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    transform: rotatey(180deg);
}

.cnt-w3agile-row.cnt-w3agile-row-mdl {
    margin: 1.5em 0;
}

/*-- //contact-page --*/
/*-- card-page --*/
.agile-card-top {
    padding: 4em 5em;
    background: url(../images/bg.png) #4dff03 no-repeat;
    background-size: cover;
}

.card-top-grids {
    text-align: center;
    padding: 0 3em;
}

.card-top-grids h4 {
    font-size: 4em;
    color: #fff;
    font-weight: 400;
    line-height: 0.8em;
    margin-bottom: .3em;
}

.card-top-grids h4 span {
    color: #f3cd03;
    font-size: 1.5em;
    font-weight: 800;
}

.card-top-grids i.fa {
    font-size: 5em;
    color: #f5f5f5;
}

.card-top-grids h5 {
    font-size: 1.3em;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 1.5em;
    margin-top: 1em;
}

.agile-card-text h5 {
    margin: 2.5em 0 0.8em;
}

.agile-card-text h5, .faq-w3agile h5 {
    font-size: 1.3em;
    color: #000;
    /*font-family: 'Offside', cursive;*/
}

/*-- //card-page --*/
/*-- help --*/
.help .header-search {
    margin: 0 auto;
    text-align: center;
    float: none;
}

.help .header-search input[type="search"] {
    border: none;
    border-bottom: 1px solid #cccccc;
}

.help .header-search .btn-default {
    width: 108px;
    height: 49px;
    color: #fff;
}

.help .header-search:hover input[type="search"] {
    border-color: #137288;
}

.help .header-search:hover .btn-default {
    background: #137288;
}

/*-- //help --*/
/*-- faq-page --*/
.faq-w3agile .faq li {
    margin-top: 2em;
    list-style-type: decimal;
    padding-left: 0.5em;
}

.faq-w3agile .faq > li > a {
    color: #000;
}

.faq-w3agile .faq li li.subitem1 {
    display: block;
    margin-top: 1em;
}

/*-- //faq-page --*/
/*-- services --*/
.services-grids {
    text-align: center;
}

.services-grids.services-grids-btm {
    margin-top: 3em;
}

.services-grids i.fa {
    font-size: 1.8em;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    z-index: 1;
    width: 70px;
    height: 70px;
    line-height: 2.7em;
    background: #137288;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}

.services-grids h4, .about-text-grids h4 {
    font-size: 1.2em;
    margin: 1em 0 .5em;
    color: #000;
    line-height: 1.5em;
    position: relative;
    /*font-family: 'Offside', cursive;*/
}

.services-grids:hover i.fa {
    background: #f35d4c;
}

/*-- //services --*/
/*-- values --*/
.values h5 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
    /*font-family: 'Offside', cursive;*/
    color: #137288;
}

.w3values-row {
    margin-top: 2em;
}

.w3values-grids h6 {
    font-size: 1.2em;
    color: #000;
    margin: 1.5em 0 .5em;
}

/*-- //values --*/
/*-- about --*/
.ftr-top-left.about-text-grids {
    text-align: center;
}

.ftr-top-left.about-text-grids i.fa {
    color: #999;
    margin-top: 1em;
}

.history h3.w3ls-title {
    font-size: 1.8em;
    margin: 2em 0 0.5em;
}

/*-- //about --*/
/*-- privacy --*/
.privacy-w3row p {
    margin-top: 1.5em;
}

.privacy-w3row h5 {
    font-size: 1.3em;
    color: #000;
    /*font-family: 'Offside', cursive;*/
    margin-top: 2em;
}

/*-- //privacy --*/
/*-- sitemap --*/
.scrollspy-example {
    position: relative;
    height: 100em;
    margin-top: 10px;
    overflow: auto;
}

.sitemap-tabs ul li {
    display: inline-block;
    width: 18%;
    margin: 0.5em;
    text-align: center;
    font-size: 1.1em;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}

.sitemap-tabs ul li a {
    color: #464646;
    padding: 1em 0;
    border: 1px solid #e2e2e2;
    display: block;
}

.sitemap-tabs ul li a i.fa {
    font-size: 1.3em;
    margin-right: .5em;
}

.sitemap-tabs ul li a:hover {
    border-color: #27c4bd;
    color: #27c4bd;
}

.sitemap-tabs ul li a:hover i.fa {
    color: #27c4bd;
}

nav.sitemap-tabs.scroll-to-fixed-fixed {
    background: #fff;
}

.sitemap-text {
    padding: 3em 0;
}

.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}

.navbar {
    margin-bottom: 0;
}

.affix ~ .container-fluid {
    position: relative;
}

.sitemap-tabs.affix {
    left: 0;
    width: 100%;
    background: #ececec;
    padding: 0.5em 0;
}

.sitemap-tabs.affix ul li {
    font-size: 1em;
    margin: 0.5em;
}

.sitemap-tabs.affix ul li a {
    padding: 0.5em 0;
}

.sitemap-tabs.affix ul li a i.fa {
    font-size: 1em;
}

nav.sitemap-tabs.affix div#myNavbar {
    width: 80%;
    margin: 0 auto;
}

h3.w3sitemap-title {
    /*font-family: 'Offside', cursive;*/
    font-size: 1.5em;
    color: #f35d4c;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 0.5em;
}

h3.w3sitemap-title i.fa {
    font-size: 1.2em;
    color: #f35d4c;
    border: 1px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 2em;
    margin-right: .5em;
}

/*-- sitemap-text --*/
.sitemap-text {
    padding: 4em 0 0;
}

.affix ~ .sitemap-text {
    padding: 9em 0 0;
}

.sitemap-text ul li {
    display: block;
}

h5.sitemap-text-title {
    font-size: 1.1em;
    margin-top: 1.5em;
}

.sitemap-text h5.sitemap-text-title a {
    color: #000;
}

.sitemap-text ul li {
    display: block;
    margin-top: 0.8em;
}

.sitemap-text ul li a {
    color: #999;
    /*text-transform: capitalize;*/
}

.sitemap-text ul li a:hover {
    color: #27c4bd;
}

.sitemap-row2 h3.w3sitemap-title {
    margin-bottom: 0.6em;
}

/*-- //sitemap --*/
/*-- single-page --*/
.single-top-left {
    margin-left: 10%;
    width: 34%;
}

.single-top-right .brand-logo:hover {
    opacity: .75;
}

.single-top-right .brand-logo {
    width: 100px;
}

.single-top-right h3 {
    color: #333333;
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 30px;
    max-width: 70%;
}

.single-top-right ul {
    list-style: none;
    display: flex;
    align-items: flex-end;
    margin-bottom: 4px;
}

.single-top-right table {
    width: 100% !important;
}

.single-rating {
    margin: 1em 0;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1em;
}

.single-top-right ul li.rating {
    margin: 0 1.5em;
    color: #999;
    font-size: 1em;
}

.single-top-right ul li a {
    color: #999;
}

.single-top-right ul li a:hover {
    color: #27c4bd;
}

.single-price ul li {
    /*margin-right: 1em;*/
    /*font-size: 1em;*/
    /*color: #999;*/
}

.single-price ul li span.w3off {
    line-height: 15px;
    color: #f35d4c;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 700;
    padding-right: 4px;
}

.single-price.price ul li a {
    color: #f35d4c;
}

.single-price.price ul li a:hover {
    color: #999;
}

p.single-price-text {
    margin: 1.5em 0;
}

.single-top-right form {
    display: inline;
}

.single-top-right .w3ls-cart {
    max-width: 140px;
    /*width: 28%;*/
    /*font-weight: 300;*/
    /*padding: 0.6em 0;*/
    /*border-color: #f35d4c;*/
    /*-webkit-transition: .5s all;*/
    /*-moz-transition: .5s all;*/
    /*-o-transition: .5s all;*/
    /*-ms-transition: .5s all;*/
    /*transition: .5s all;*/
    /*display: inline-block;*/
}

/*.single-top-right .w3ls-cart:hover {*/
/*    background: #27c4bd;*/
/*    border-color: #27c4bd;*/
/*}*/

.single-top-right .w3ls-cart i.fa {
    /*margin-right: 3px;*/
}

.single-top-right .w3ls-cart.w3ls-cart-like {
    margin-left: 1em;
    background: none;
    border: 1px solid #27c4bd;
    color: #27c4bd;
}

.single-top-right .w3ls-cart.w3ls-cart-like:hover {
    background: #27c4bd;
    color: #fff;
}

.single-page-icons.social-icons {
    margin: 5em 5em;
}

.single-page-icons.social-icons ul li h4 {
    font-size: 1.1em;
    color: #999;
    margin-right: 1em;
}

.single-page-icons.social-icons ul li {
    vertical-align: middle;
}

/*-- collapse-tabs -*/
.collpse.tabs {
    padding: 2em 0 5em;
}

.panel-group {
    margin-bottom: 0;
}

.collpse.tabs h4.panel-title a {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    background-color: #27c4bd;
    padding: 0 30px;
    text-decoration: none;
}
span.ue{
    display: inline-block;
    margin-right: 15px;
}
.collpse.tabs .panel-default {
    border-color: #27c4bd;
}
span.about_this_product_arrow{
    margin-left: auto;
}
.collpse.tabs .panel-body {
    padding: 15px;
    color: #999;
    line-height: 1.8em;
    font-size: 1em;
}

.collpse.tabs .panel-default > .panel-heading {
    padding: 0;
    background: #27c4bd;
}

.pa_italic span.fa-arrow {
    display: none;
}

.pa_italic i.fa-arrow, .collapsed span.fa-arrow {
    right: 3%;
    font-size: 1.8em;
    color: #ffffff;
    position: absolute;
    top: 20%;
}

.collapsed i.fa-arrow {
    display: none;
}

.collapsed span.fa-arrow {
    display: inline-block;
}

.pa_italic i.fa-icon {
    margin-right: 0.8em;
}

/*-- //single-page --*/
/*-- cart-css --*/
.header-cart .cart-item > div {
    position: relative;
    padding: 5px;
    background: #fbfbfb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #333;
    -webkit-box-shadow: 0 0 10px 0px #9a9a9a;
    -moz-box-shadow: 0 0 10px 0px #9a9a9a;
    -o-box-shadow: 0 0 10px 0px #9a9a9a;
    -ms-box-shadow: 0 0 10px 0px #9a9a9a;
    box-shadow: 0 0 10px 0px #9a9a9a;
}
form#form-signup .btn-primary{
    background-color: #27c4bd;
    border-color: #27c4bd;
    cursor: pointer;
}
.header-cart .cart-item ul {
    overflow-y: scroll;
    max-height: 300px;
}

.header-cart {
    display: block;
    position: relative;
}

.header-cart .cart-item {
    /*display: none;*/
    position: absolute;
    right: 0;
    top: 100%;
    width: 420px;
    z-index: 1;
    padding-top: 25px;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: all .5s;
}

.header-cart:hover .cart-item {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.sbmincart-showing .header-cart .cart-item {
    display: block;
    z-index: 9999;
    -webkit-animation: zoomIn .3s ease;
    -moz-animation: zoomIn .3s ease;
    -o-animation: zoomIn .3s ease;
    -ms-animation: zoomIn .3s ease;
    animation: zoomIn .3s ease;
}

.header-cart > a {
    display: block;
}

.header-cart .cart-item .sbmincart-empty {
    font-size: 16px;
    font-weight: bold;
}

.header-cart .cart-item ul {
    clear: both;
    float: left;
    width: 100%;
    margin: 5px 0 20px;
    padding: 7px;
    list-style-type: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.header-cart .cart-item .sbmincart-empty ul {
    display: none;
}

.header-cart .cart-item .sbmincart-closer {
    float: right;
    margin: -12px -10px 0;
    padding: 0 10px;
    background: 0;
    border: 0;
    font-size: 25px;
    cursor: pointer;
    font-weight: bold;
    outline: none;
}

.header-cart .cart-item .sbmincart-item {
    clear: left;
    padding: 5px 0;
    min-height: 35px;
    display: flex;
}

.header-cart .cart-item .sbmincart-item + .sbmincart-item {
    border-top: 1px solid #f2f2f2;
}

.header-cart .cart-item .sbmincart-item a {
    text-decoration: none;
}

.header-cart .cart-item .sbmincart-item a:hover {
    color: #f35d4c;
}

.header-cart .cart-item .sbmincart-details-name {
    float: left;
    width: 62%;
}

.header-cart .cart-item .sbmincart-details-quantity {
    float: left;
    width: 10%;
    text-align: center;
}

.header-cart .cart-item .sbmincart-details-price {
    float: left;
    width: 28%;
    text-align: right;
}

.header-cart .cart-item .sbmincart-attributes {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #999;
    font-size: 12px;
    line-height: 22px;
    overflow: inherit;
    height: inherit;
}

.header-cart .cart-item .sbmincart-attributes li {
    display: inline;
}

.header-cart .cart-item .sbmincart-attributes li:after {
    content: ",";
}

.header-cart .cart-item .sbmincart-attributes li:last-child:after {
    content: "";
}

.header-cart .cart-item .sbmincart-quantity {
    width: 30px;
    height: 18px;
    padding: 2px 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    font-size: 13px;
    text-align: right;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
}

.header-cart .cart-item .sbmincart-quantity:hover {
    border-color: #0078C1;
}

.header-cart .cart-item .sbmincart-quantity:focus {
    border-color: #0078C1;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(0, 120, 193, 0.4);
}

.header-cart .cart-item .sbmincart-remove {
    width: 18px;
    height: 19px;
    margin: 2px 0 0;
    padding: 0;
    background: #b7b7b7;
    border: 1px solid #a3a3a3;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    opacity: 0.70;
    cursor: pointer;
}

.header-cart .cart-item .sbmincart-remove:hover {
    opacity: 1;
}

.header-cart .cart-item .sbmincart-footer {
    clear: left;
    text-align: center;
    margin-left: -1em;
}

.header-cart .cart-item .sbmincart-footer p a {
    color: #ffffff;
    background-color: #27c4bd;
    border-color: #27c4bd;
    width: 60%;
}

.header-cart .cart-item .sbmincart-footer p {
    padding: 10px 0;
}

p.sbmincart-empty-text {
    color: #f35d4c;
    font-weight: 500;
}

.header-cart .cart-item .sbmincart-subtotal {
    position: relative;
    bottom: 3px;
    padding-left: 0;
    left: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-left: 0.5em;
}

.header-cart .cart-item .sbmincart-submit {
    position: absolute;
    bottom: 10px;
    right: 10px;
    min-width: 153px;
    height: 33px;
    margin-right: 6px;
    padding: 0 9px;
    border: 1px solid #ffc727;
    border-radius: 5px;
    color: #000;
    text-shadow: 1px 1px 1px #fff6e9;
    cursor: pointer;
    background: #ffaa00;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjZlOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmFhMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fff6e9 0%, #ffaa00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff6e9), color-stop(100%, #ffaa00));
    background: -webkit-linear-gradient(top, #fff6e9 0%, #ffaa00 100%);
    background: -o-linear-gradient(top, #fff6e9 0%, #ffaa00 100%);
    background: -ms-linear-gradient(top, #fff6e9 0%, #ffaa00 100%);
    background: linear-gradient(to bottom, #fff6e9 0%, #ffaa00 100%);
}

.header-cart .cart-item .sbmincart-submit img {
    vertical-align: middle;
    padding: 4px 0 0 2px;
}

/* Let's get this party started */
.header-cart .cart-item ul::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.header-cart .cart-item ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #f35d4c;
    -moz-box-shadow: inset 0 0 6px #f35d4c;
    -o-box-shadow: inset 0 0 6px #f35d4c;
    -ms-box-shadow: inset 0 0 6px #f35d4c;
    box-shadow: inset 0 0 6px #999;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
.header-cart .cart-item ul::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background: #f35d4c;
    -moz-box-shadow: inset 0 0 6px #f35d4c;
    -o-box-shadow: inset 0 0 6px #f35d4c;
    -ms-box-shadow: inset 0 0 6px #f35d4c;
    -webkit-box-shadow: inset 0 0 6px #f35d4c;
    box-shadow: inset 0 0 6px #f35d4c;
}

/*-- //cart-css --*/
/*-- index-modal --*/
.agileits-modal .modal-dialog {
    margin-top: 7%;
}

.agileits-modal .modal-content {
    padding: 2em;
}

.agileits-modal .close {
    outline: none;
}

.agileits-modal h4 {
    color: #f35d4c;
    /*font-family: 'Offside', cursive;*/
    font-size: 1.8em;
}

.agileits-modal h5 {
    font-size: 1em;
    color: #999;
    margin: 1em 0 1.5em;
    font-weight: 200;
}

.agileits-modal select.form-control.bfh-states {
    box-shadow: none;
    font-size: 1em;
    color: #999;
    outline: none;
    padding: .6em 1em;
    height: 40px;
    border-radius: 0;
}

.agileits-modal input[type="text"] {
    width: 100%;
    color: #999;
    outline: none;
    font-size: 1em;
    padding: .7em 1em;
    margin: 1.5em 0;
    border: solid 1px #ccc;
    -webkit-appearance: none;
    display: block;
}

.agileits-modal .close2 {
    background: #27c4bd;
    border: none;
    padding: .8em 2em;
    color: #fff;
    font-size: 1em;
    outline: none;
}

/* Basket page */
.basket {
    padding: 2em 0;
}

.basket .total-price {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.basket .basket-items a.item {
    display: table;
    text-decoration: none;
    color: #000000;
}

.basket .basket-items a.item:hover img {
    opacity: .7;
}

.basket .basket-items a.item span {
    display: table-cell;
    vertical-align: middle;
}

.basket .basket-items a.item-remove {
    position: absolute;
    top: 0;
    right: 0;
    margin: 2px;
    color: #ffffff;
    padding: 2px 6px;
    border-radius: 4px;
    background-color: #F35D4C;
}

.basket .basket-items a.item img {
    width: 150px;
    margin-right: 5px;
}

.basket .basket-items .bootstrap-touchspin {
    width: 120px;
}

.basket .basket-items .bootstrap-touchspin input {
    text-align: center;
}

/* Checkout page */
.checkout {
    padding: 2em 0;
}

.sw-theme-default > ul.step-anchor > li > a {
    text-align: center;
}

.sw-theme-default > ul.step-anchor > li > a i.fa {
    font-size: 2.5em;
    margin-bottom: .5em;
    color: #bbb;
}

.sw-theme-default > ul.step-anchor > li.active > a i.fa {
    color: #4285F4;
}

.sw-theme-default > ul.step-anchor > li.done > a i.fa {
    color: #5cb85c;
}

.product-not-available {
    color: red;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    background: #e4e4e4;
}

.post-view .product-not-available,
.welcome .product-not-available {
    display: block;
}

.products .product-grids .product-not-available {
    position: absolute;
    top: 0;
    left: 0;
}

.products-pager {
    margin-top: 2em;
    text-align: center;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    border-color: #f35d4c;
    background-color: #f35d4c;
}

.header-search .tt-input,
.header-search .tt-hint {
    border: none;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    height: auto;
    border-radius: 0;
}

.header-search .tt-menu {
    border-radius: 0;
    text-align: left;

}

.products-search .form-btn {
    border-radius: 0;
}

.products-search .list-group li {

}

.products-search .list-group li a {
    display: block;
    font-size: 16px;
    color: #000000;
}

.products-search .list-group li a img {
    width: 160px;
    margin-right: 10px;
}

.products-search .list-group li a span b {
    color: #f35d4c;
}

.products-search .list-group li:hover {
    opacity: .75;
}

.site-error {
    min-height: 500px;
}

.site-error h1 {
    color: #999;
    font-size: 10em;
    font-weight: 600;
    text-align: center;
    text-shadow: 3px 3px 3px #666;
}

/* -- Text Style --*/
.text-bold {
    font-weight: 700;
}

.text-red {
    color: #dd4b39 !important;
}

.text-yellow {
    color: #f39c12 !important;
}

.text-aqua {
    color: #00c0ef !important;
}

.text-light-blue {
    color: #3c8dbc !important;
}

.text-green {
    color: #00a65a !important;
}

.text-blue {
    color: #0073b7 !important;
}

.customer-orders .table > thead > tr > th,
.customer-orders .table > thead > tr > th > a {
    color: #000 !important;
    text-align: center;
    white-space: nowrap;
}

.customer-orders .table .center {
    text-align: center;
}

.posts-category .item .separator {
    margin: 1.5em 0;
    border-top: 1px dashed #ccc;
}

.posts-category .item:first-child .separator {
    border: none;
}

.posts-category .item .title {
    font-size: 1.5em;
}

.posts-category .item p.date {
    margin: .75em 0;
    padding: .5em 0;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

.posts-category .item p.more {
    margin-top: .75em;
}

.home-page-posts {
    margin-bottom: 30px;
}
.home-page-posts .row{
    margin-left: -8px;
    margin-right: -8px;
}
.home-page-posts .row>div{
    padding-left: 8px;
    padding-right: 8px;
}
body div#owl-block-4{
    padding-bottom: 60px;
    padding-top: 60px;
}
div#owl-block-4 a{
    display: inline-block;
}
.home-page-posts .item {
    display: block;
    position: relative;
}

.home-page-posts .item a {
    display: block;
    height: 180px;
    overflow: hidden;
    border-radius: 5px;

}
.home-page-posts .item a:hover img{
    transform: scale(1.035);
    /*filter: ;*/
}

.home-page-posts .item a:hover {
    /*opacity: .85;*/
}

.home-page-posts .item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}

.deals {
    padding: 4em 0;
}

.page-view li,
.page-about li {
    color: #666;
}

.comments .rating-md {
    font-size: 1em;
}

.comments h4 {
    color: #666;
}

/* Hurry Block */
.hurry-block {
    margin: 0px 0 0;
    padding: 0 0 10px;
    text-align: center;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 0 9px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 0 9px rgba(0, 0, 0, 0.22);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.22);
}
.banner>.row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hurry-block a {
    color: #f35d4c;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
}

.hurry-block a:hover {
    opacity: .75;
}

.hurry-block img {
    width: 77%;
    margin: auto;
}

.hurry-block ul.price {
    padding: 0 1em;
    margin: 1em 0;
}

.hurry-block ul.price li {
    list-style: none;
    line-height: 1.2em;
}

.hurry-block ul.price li:nth-child(1) {
    font-size: 1.2em;
    color: #999;
    text-align: right;
}

.hurry-block ul.price li:nth-child(2) {
    font-size: 1.6em;
    font-weight: 600;
}

/* Hurry Timer */
.hurry-timer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: #333333;
}

.hurry-timer > span {
    float: left;
}

.hurry-timer b {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Roboto';
}

.hurry-timer small {
    width: 25px;
    line-height: 24px;
    color: #333333;
    font-size: 10px;
    font-weight: 400;
    line-height: 9px;
    text-align: center;
}
.hurry-timer .count-down {
    width: 150px;
    height: 30px;
    box-shadow: 0 0 3px rgba(28, 28, 30, 0.2);
    background-color: #e7ee42;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 4px;
    position: relative;
    border-radius: 5px;
}
.hurry-timer .count-down span:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    border-right: 1px solid #333;
}
.hurry-timer .count-down span:last-child:after {
    display: none;
}

.hurry-timer .count-down span {
    position: relative;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hurry-timer .count {
    color: #000;
    padding: 2px;
    border: 1px solid #fff300;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
}

/*-- //index-modal --*/
/*-- responsive-design --*/
@media (max-width: 1366px) {
    .welcome, .deals, .card-page, .help, .values, .privacy, .sitemap, .products, .related-products, .login-page, .contact, .about, .faq-w3agile, .wthree-offers, .w3l-services {
        padding: 3em 0;
    }

    .login-body {
        width: 45%;
    }
}

@media (max-width: 1280px) {
    .single-top-left {
        margin-left: 10%;
        width: 38%;
        padding: 0;
    }
}

@media (max-width: 1080px) {
    .header-two {
        padding: 1em 0 1.3em;
    }

    .header-search {
        /*width: 52%;*/
        /*margin: 2.2em 4em 1.2em;*/
    }

    .header-cart .cart-item {
        /*left: 55%;*/
        /*top: 22%;*/
    }

    .menu {
        width: 25%;
    }

    .welcome, .deals, .card-page, .help, .values, .privacy, .sitemap, .products, .related-products, .login-page, .contact, .about, .faq-w3agile, .wthree-offers, .w3l-services, .site-error, .products-search {
        padding: 1em 0;
    }

    .nav-tabs li a i.fa {
        font-size: 4em;
    }

    .welcome .bs-example-tabs ul.nav-tabs li {
        margin: 0 2.5em;
    }

    .owl-carousel .item {
        margin: 0.5em;
    }

    .header-cart {
        /*margin: 2em 0 1em;*/
    }

    .w3ls-add-grids h4 {
        font-size: 1.4em;
        letter-spacing: 1px;
        padding-top: 2em;
    }

    .w3ls-add-grids {
        width: 32.2%;
        min-height: 220px;
    }

    .soon {
        margin-top: 4em;
        padding: 4em 0;
    }

    .soon h3 {
        font-size: 2.6em;
    }

    h3.w3ls-title {
        font-size: 1.8em;
        margin: 0 0 0.8em;
    }

    .subscribe {
        padding: 2.5em 0;
    }

    .subscribe input[type="text"] {
        padding: 0.8em;
    }

    .subscribe input[type="submit"] {
        padding: 0.8em 1.5em;
    }

    .footer {
        padding-top: 0em;
    }

    .address-right:before {
        bottom: -166px;
        left: -36px;
        width: 468px;
        height: 145px;
    }

    .agile-products {
        /*padding: .5em;*/
    }

    .product-grids {
        margin-top: 1em;
    }

    .single-top-right {
        padding-left: 3em;
    }

    .single-price ul li:nth-child(1) {
        font-size: 2.2em;
        margin-right: 0;
    }

    .single-price ul li span.w3off {
        font-size: 1.3em;
    }
    li+li.main_price_current{
        /*padding-left: 3px;*/
    }
    p.single-price-text {
        margin: 1.2em 0;
    }

    .single-top-right h3 {
        font-size: 1.7em;
    }

    .single-page-icons.social-icons {
        margin: 3em 5em;
    }

    .login-body {
        width: 50%;
        padding: 2.5em;
    }

    h3.w3ls-title.w3ls-title1 {
        margin: 0 0 1.2em;
        font-size: 2.2em;
    }

    .offer-card-grids {
        width: 31%;
        padding: 1.5em;
    }

    .offer-card-row {
        margin: 3em 0;
    }

    .contact-w3text {
        padding: 0;
    }

    .contact-w3icon {
        padding: 0 0.5em;
    }

    .contact-right {
        padding-right: 0;
    }

    .agile-card-top {
        padding: 3em 3em;
    }

    .card-top-grids h5 {
        font-size: 1.2em;
        letter-spacing: 0;
    }

    .card-top-grids h4 span {
        font-size: 1.3em;
    }

    .history h3.w3ls-title {
        margin: 1.5em 0 0.5em;
    }

    .services-grids h4, .about-text-grids h4 {
        font-size: 1.1em;
    }

    .sitemap-tabs ul li {
        font-size: 1em;
    }

    nav.sitemap-tabs.affix div#myNavbar {
        width: 90%;
    }

    .new-tag h6 {
        top: 3%;
        left: 3%;
        font-size: .8em;
    }

    .new-tag:before {
        border-top-width: 50px;
        border-right-width: 50px;
    }

    .related-row ul li a {
        font-size: 0.9em;
    }
}

@media (max-width: 1024px) {
    .welcome, .deals, .card-page, .help, .values, .privacy, .sitemap, .products, .related-products, .login-page, .contact, .about, .faq-w3agile, .wthree-offers, .w3l-services {
        padding: 2em 0;
    }

    .w3ls-header-right ul li.dropdown {
        padding: 0 0.5em;
    }

    .w3ls-add-grids {
        min-height: 200px;
    }

    .w3ls-add-grids.w3ls-add-grids-mdl h6 {
        margin: 1.6em 0;
    }

    .offer-bottom-grids-info, .offer-bottom-grids-info2 {
        min-height: 215px;
    }

    .offer-bottom-grids h6 {
        font-size: 1.2em;
        margin-top: 0.6em;
    }

    .w3agile-ftr-top {
        padding: 3em 0;
    }

    ul.faq {
        padding-left: 2em;
    }
}

@media (max-width: 991px) {
    .header-search {
        width: 45%;
        /*margin: 2.2em 2em 1.2em;*/
    }

    .header-cart {
        /*margin: 1.6em 0 1em;*/
    }

    .header-logo h1 {
        font-size: 2.8em;
    }

    .header-search input[type="search"] {
        padding: 0.8em 4em 0.8em 0.8em;
    }

    .header-search .btn-default {
        width: 48px;
        height: 44px;
    }

    .cart {
        margin-right: 1.5em;
        padding-right: 1.5em;
    }

    .menu {
        width: 30%;
    }

    .welcome .bs-example-tabs ul.nav-tabs li {
        margin: 0 2em;
    }

    .w3ls-add-grids h4 {
        font-size: 1.2em;
        letter-spacing: 0;
    }

    .w3ls-add-grids {
        min-height: 185px;
        width: 32%;
    }

    .soon {
        padding: 3em 0;
    }

    .soon h4 {
        margin: 1em 0 1.5em;
    }

    .soon h3 {
        font-size: 2.4em;
    }

    .focus-grid {
        float: left;
        width: 33%;
        padding: 0 .5em;
    }

    h4.clrchg {
        font-size: 1em;
        margin-top: 1em;
    }

    .wthree-btn {
        margin: 0.5em auto;
    }

    .focus-image i.fa {
        font-size: 2.5em;
    }

    .ftr-top-left {
        float: left;
        text-align: right;
        width: 24%;
    }

    .ftr-top-grids:nth-child(2) {
        /*margin: 2em 0;*/
    }
    .ftr-top-right{
        width: 100%;
    }
    .ftr-top-left i.fa {
        /*font-size: 2em;*/
        width: 60px;
        height: 60px;
    }

    .footer-grids {
        float: left;
    }

    .footer h3 {
        font-size: 1.3em;
    }

    .address-left {
        float: left;
        width: 30%;
        padding: 1em;
    }

    .footer-logo.header-logo h2 {
        font-size: 2.5em;
    }

    .address-right {
        float: left;
    }

    .address-right:before {
        bottom: -170px;
        height: 144px;
        left: -34px;
    }

    .product-w3ls-right {
        float: none;
    }

    .product-grids {
        margin-top: 1em;
        float: left;
        width: 33%;
        padding: 0 .5em;
    }

    .w3ls-cart.pw3ls-cart {
        left: 13%;
    }

    .single-top-left {
        margin-left: 13%;
        width: 50%;
    }

    .single-top-right {
        padding: 0;
        margin-top: 3em;
    }

    .login-body {
        width: 70%;
    }

    .offer-card-grids h4 {
        font-size: 2.8em;
    }

    .offer-card-grids:nth-child(2) {
        margin: 0 1em;
    }

    .offer-card-grids {
        width: 32%;
    }

    .offer-bottom-grids-info {
        margin-top: 1em;
    }

    h3.w3ls-title.w3ls-title1 {
        font-size: 2em;
    }

    .contact iframe {
        margin-bottom: 2em;
    }

    .contact h4 {
        font-size: 1.4em;
        margin-bottom: 0.5em;
    }

    .contact-w3icon {
        float: left;
    }

    .contact-w3text {
        float: left;
        padding-left: 1em;
    }

    .contact-right {
        margin-top: 2em;
    }

    .card-top-grids {
        padding: 0 1em;
        float: left;
        width: 33%;
    }

    .card-top-grids i.fa {
        font-size: 3em;
    }

    .card-top-grids h5 {
        font-size: 1em;
    }

    .card-top-grids h4 {
        font-size: 3em;
    }

    .agile-card-top {
        padding: 2em 2em;
    }

    .agile-card-text h5 {
        margin: 2em 0 0.3em;
    }

    .help .header-search {
        margin: 0 auto;
        width: 70%;
    }

    .help .header-search .btn-default {
        height: 44px;
    }

    .header-cart .cart-item {
        /*left: 51%;*/
        /*top: 24%;*/
    }

    .services-grids {
        float: left;
        width: 33.33%;
        margin-top: 1em;
    }

    .sitemap-tabs ul li {
        width: 23%;
        margin: 0.3em;
    }

    .sitemap-tabs ul li a {
        padding: 0.5em 0;
    }

    .sitemap-tabs ul li a i.fa {
        font-size: 1.1em;
        margin-right: .2em;
    }

    .sitemap-tabs.affix ul li {
        font-size: 0.9em;
        width: 18%;
    }

    .sitemap-text-grids {
        float: left;
        width: 25%;
    }

    .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        margin: 0 auto;
    }

    .services-grids.services-grids-btm {
        margin-top: 1em;
    }

    .single-page-icons.social-icons {
        margin: 3em 0;
    }
}

@media (max-width: 800px) {
    .w3ls-header-left, .w3ls-header-right {
        float: none;
        width: 100%;
        text-align: center;
    }

    .w3ls-header-right {
        margin-top: 0.5em;
    }

    .w3ls-header-right ul li.dropdown {
        padding: 0 .8em;
    }

    .header-cart .cart-item {
        /*left: 49%;*/
        /*top: 26%;*/
        width: 370px;
    }

    .sitemap-tabs.affix ul li {
        margin: 0.3em 0;
        width: 19.5%;
    }

    nav.sitemap-tabs.affix div#myNavbar {
        width: 95%;
    }

    .affix ~ .sitemap-text {
        padding: 8em 0 0;
    }

    .footer-logo.header-logo h2 {
        font-size: 2.3em;
    }

    .address-right:before {
        bottom: -161px;
        height: 130px;
    }

    .header-two {
        padding: 0.5em 0 0.8em;
    }

    .header-logo h1 {
        font-size: 2.3em;
    }

    .header-search {
        /*margin: 1.6em 2em 1em;*/
    }

    .my-account {
        margin: 1.1em 0;
    }

    .header-cart {
        /*margin: 1.5em 0 0;*/
    }
}

@media (min-width: 992px) {
    .products-row {
        margin: 0 -5px;
    }

    .content {
        min-height: 500px;
    }

}

@media (max-width: 768px) {
    .welcome, .deals, .card-page, .help, .values, .privacy, .sitemap, .products, .related-products, .login-page, .contact, .about, .faq-w3agile, .wthree-offers, .w3l-services {
        padding: 1em 0;
    }

    .nav-tabs li a i.fa {
        font-size: 3em;
    }

    .nav-tabs li a h5 {
        font-size: 1.1em;
        margin-top: 0.5em;
    }

    h3.w3ls-title {
        font-size: 1.6em;
    }

    .soon h3 {
        font-size: 2.2em;
    }

    .soon {
        margin-top: 3em;
    }

    h4.clrchg {
        font-size: 0.9em;
    }

    .header-two.scroll-to-fixed-fixed .header-cart {
        /*margin: 1.6em 0 0;*/
    }

    .faq-w3agile ul.faq {
        padding-left: 3em;
    }
}

@media (max-width: 767px) {
    .home-page-posts .item {
        margin-bottom: 0px;
    }

    .header-logo {
        text-align: center;
    }

    .header-search {
        width: 100%;
        margin: 0 !important;
    }


    .header-cart:hover .cart-item {
        display: none;
    }
}

@media (max-width: 736px) {
    .agileits-modal .modal-content {
        padding: 1em;
    }

    .agileits-modal .modal-content {
        padding: 1em;
        width: 75%;
        margin: 0 auto;
    }

    .w3ls-cart {
        font-size: 0.9em;
    }

    .w3ls-add-grids {
        min-height: 185px;
        width: 80%;
        margin: 0 auto;
        float: none;
    }

    .w3ls-add-grids.w3ls-add-grids-mdl {
        margin: 1em auto;
    }

    .w3ls-add-grids a {
        padding: 2em 3em;
    }

    .offer-card-grids {
        width: 31%;
    }

    .header-cart .cart-item {
        /*left: 47%;*/
        width: 353px;
    }

    .product-top ul.dropdown-menu {
        min-width: 103px;
    }

    .single-top-right h3 {
        font-size: 1.4em;
    }

    .single-top-right .w3ls-cart {
        width: 20%;
    }
}

@media (max-width: 667px) {
    .w3ls-header-right ul li.dropdown {
        padding: 0 .5em;
    }

    .menu {
        width: 34%;
    }

    .move-text {
        width: 66%;
    }

    .welcome .bs-example-tabs ul.nav-tabs li {
        margin: 0 1.5em;
    }

    .ClassyCountdownDemo {
        width: 70%;
    }

    .address-left {
        float: none;
        width: 100%;
        padding: 1em 2em;
    }

    .address-right {
        float: none;
        width: 100%;
        margin-top: 2em;
        padding: 0;
    }

    .footer {
        padding: 3em 0 9em;
    }

    .address-right:before {
        bottom: -127px;
        height: 120px;
        left: 37%;
        width: 389px;
    }

    .sitemap-tabs ul li {
        width: 31%;
        margin: 0.3em;
    }

    .sitemap-tabs.affix ul li {
        margin: 0.3em 0;
        width: 24%;
    }

    h3.w3sitemap-title i.fa {
        font-size: 1em;
        width: 45px;
        height: 45px;
        margin-right: 0.3em;
    }

    .sitemap-text-grids {
        padding: 0 .5em;
    }

    h5.sitemap-text-title {
        font-size: 1em;
    }

    h3.w3sitemap-title {
        font-size: 1.3em;
    }
}

@media (max-width: 640px) {
    .agileits-modal .close2 {
        padding: .6em 2em;
    }

    .w3ls-header {
        padding: 0 !important;
        background: transparent;
    }

    .header-logo h1, .header-two.scroll-to-fixed-fixed .header-logo h1 {
        font-size: 2em;
    }

    .header-logo h6 {
        font-size: 0.7em;
        letter-spacing: 0;
    }

    /*.header-search input[type="search"], .header-two.scroll-to-fixed-fixed .header-search input[type="search"] {*/
    /*    padding: 0.6em 4em 0.6em 0.8em;*/
    /*}*/

    /*.header-search .btn-default, .header-two.scroll-to-fixed-fixed .header-search .btn-default {*/
    /*    width: 48px;*/
    /*    height: 39px;*/
    /*}*/

    .cart {
        margin-right: 1em;
        padding-right: 1em;
    }

    /*.header-two.scroll-to-fixed-fixed .header-search {*/
    /*    margin: 1.2em 1.5em 0;*/
    /*    width: 51%;*/
    /*}*/

    .my-account a {
        font-size: 0.9em;
    }

    .my-account {
        margin: 0.8em 0;
    }

    .header-cart {
        margin: 1em 0 0;
    }

    .welcome .bs-example-tabs ul.nav-tabs li {
        margin: 0 1.2em;
    }

    .nav-tabs li a h5 {
        font-size: 1em;
    }

    h3.w3ls-title {
        font-size: 1.4em;
    }

    .copy-right {
        padding: 1.5em 0;
    }

    .offer-card-grids {
        width: 60%;
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .offer-card-grids:nth-child(2) {
        margin: 1em auto;
    }

    .offer-card-grids h4 {
        font-size: 2.5em;
    }

    .offer-bottom-grids h4 {
        font-size: 3em;
    }

    .offer-bottom-grids h6 {
        font-size: 1em;
    }

    .offer-bottom-grids-info, .offer-bottom-grids-info2 {
        min-height: 165px;
        padding: 2em;
    }

    .w3agile-ftr-top {
        padding: 2em 0;
    }

    .card-top-grids i.fa {
        font-size: 2.5em;
    }

    .help .header-search {
        margin: 0 auto;
        width: 85%;
    }

    .help .header-search .btn-default {
        height: 38px;
        width: 90px;
    }

    .help .header-search input[type="search"] {
        padding: 0.6em 7em 0.6em 0.8em;
    }

    .w3agile-ftr-top .ftr-top-left {
        width: 15%;
    }

    .w3agile-ftr-top .ftr-top-right {
        width: 82%;
    }

    .w3agile-ftr-top .ftr-top-left i.fa {
        font-size: 1.5em;
        width: 50px;
        height: 50px;
        line-height: 2.3;
    }

    .w3agile-ftr-top .ftr-top-right h4 {
        font-size: 1.1em;
        margin: 0.4em 0;
    }

    h3.w3ls-title.w3ls-title1 {
        font-size: 1.8em;
    }

    .header-two.scroll-to-fixed-fixed .header-cart {
        margin: 1em 0 0;
    }

    .contact iframe {
        min-height: 12em;
    }

    .contact input[type="text"] {
        margin-bottom: 1em;
    }

    .services-grids h4, .about-text-grids h4 {
        font-size: 1em;
    }

    .history h3.w3ls-title {
        font-size: 1.5em;
    }

    .product-grids {
        width: 33.33%;
    }

    .product-w3ls-right .breadcrumb {
        padding: 8px 15px;
        margin-bottom: 10px;
        list-style: none;
        background-color: #f5f5f5;
        border-radius: 4px;
    }

    .product-top h4 {
        font-size: 1.1em;
    }

    .product-top {
        padding: 0.5em 2em;
    }

    .services-grids i.fa {
        font-size: 1.5em;
        width: 60px;
        height: 60px;
        line-height: 2.7em;
    }

    .values h5 {
        font-size: 1.3em;
    }

    .footer h3 {
        font-size: 1.2em;
    }

    .w3ls-header-right .dropdown-menu li a,
    .w3ls-header-right .dropdown-menu li button {
        font-size: .9em;
    }

    .header-cart .cart-item {
        /*left: 38%;*/
        /*top: 21%;*/
    }

    .privacy-w3row p {
        margin-top: 0.5em;
    }

    .privacy-w3row h5 {
        font-size: 1.2em;
        margin-top: 1.5em;
    }
}

@media (max-width: 600px) {

    .basket .basket-items a.item img {
        width: 110px;
        margin-right: 5px;
    }

    /*.header-two.scroll-to-fixed-fixed .header-search {*/
    /*    width: 46%;*/
    /*}*/

    .address-right:before {
        height: 107px;
        width: 349px;
    }

    .cd-dropdown-trigger {
        padding: 0 30px 0 0;
    }

    .w3ls-header-right ul li a i.fa {
        margin-right: 3px;
    }

    .w3ls-header-right ul li.dropdown {
        padding: 0 .3em;
    }

    .header-cart .cart-item {
        width: 340px;
    }

    .welcome .bs-example.bs-example-tabs .nav-tabs {
        margin: 1em 0 1em;
    }

    .recommend {
        margin-top: 2em;
    }

    .offer-card-grids {
        width: 70%;
    }

    .card-top-grids {
        padding: 0 0.5em;
    }

    .agile-card-text h5 {
        margin: 1em 0 0.3em;
    }

    .faq-w3agile ul.faq {
        padding-left: 1em;
    }

    .w3ls-add-grids a {
        padding: 1.5em 3em;
    }
}

@media (max-width: 568px) {
    /*.header-search, .header-two.scroll-to-fixed-fixed .header-search {*/
    /*    margin: 1.2em 1em 0;*/
    /*}*/

    .address-right:before {
        left: 32%;
    }

    .ClassyCountdownDemo {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .agileits-modal h4 {
        font-size: 1.5em;
    }

    .agileits-modal .modal-content {
        width: 85%;
    }

    .agileits-modal .close2 {
        font-size: 0.9em;
    }

    .agileits-modal h5 {
        margin: 0 0 1em;
    }

    .w3ls-header-left p {
        font-size: 0.8em;
    }

    .w3ls-header-right ul li .dropdown-toggle {
        font-size: 0.85em;
    }

    .agileits-modal select.form-control.bfh-states, .agileits-modal input[type="text"] {
        font-size: 0.9em;
    }

    .header-two.scroll-to-fixed-fixed .header-search {
        /*margin: 1.2em .5em 0;*/
        /*width: 43%;*/
    }

    .header-logo h1, .header-two.scroll-to-fixed-fixed .header-logo h1 {
        font-size: 1.8em;
    }

    .header-logo h6 {
        font-size: 0.65em;
    }

    .header-search input[type="search"] {
        font-size: 0.9em;
    }

    /*.header-search .btn-default, .header-two.scroll-to-fixed-fixed .header-search .btn-default {*/
    /*    width: 34px;*/
    /*    height: 34px;*/
    /*}*/

    .my-account a {
        font-size: 0.85em;
    }

    /*.header-search input[type="search"], .header-two.scroll-to-fixed-fixed .header-search input[type="search"] {*/
    /*    padding: 0.6em 3.5em 0.6em 0.8em;*/
    /*}*/

    .cd-dropdown-wrapper {
        display: block;
    }

    .move-text {
        float: none;
        width: 100%;
        padding: 0.2em;
    }

    .menu {
        width: 100%;
        text-align: center;
    }

    .menu .cd-dropdown-content a {
        text-align: left;
    }

    .marquee a {
        letter-spacing: 1px;
        font-size: 0.9em;
    }

    .w3ls-add-grids a {
        padding: 1em 2em;
    }

    .w3ls-add-grids.w3ls-add-grids-mdl h4 {
        padding-top: 1em;
    }

    .focus-grid {
        width: 50%;
    }

    .ftr-top-grids:nth-child(2) {
        margin: 1em 0;
    }

    .card-top-grids {
        padding: 0;
    }

    .soon h3 {
        font-size: 1.8em;
    }

    .soon h4 {
        font-size: 1.5em;
    }

    .ClassyCountdown-wrapper .ClassyCountdown-value span {
        font-size: 0.7em !important;
    }

    .soon {
        padding: 2em 0;
    }

    .footer-grids ul li {
        font-size: 0.9em;
    }

    .footer {
        padding: 3em 0 6em;
    }

    .address-right:before {
        bottom: -84px;
        height: 70px;
        left: 15%;
        width: 242px;
    }

    .welcome .bs-example-tabs ul.nav-tabs li {
        margin: 0 0.8em;
    }

    .welcome .bs-example.bs-example-tabs .nav-tabs {
        border: none;
        margin: 0;
    }

    .header-cart .cart-item {
        /*left: 27%;*/
        /*top: 29%;*/
        width: 315px;
    }

    .header-cart .cart-item .sbmincart-closer {
        margin: -15px -8px 0;
        padding: 0 10px;
        font-size: 20px;
    }

    .header-cart .cart-item ul {
        padding: 0.5em;
        margin: 5px 0 15px;
    }

    .header-cart .cart-item > div {
        padding: 1em 1em .3em;
    }

    .header-cart .cart-item ul {
        max-height: 250px;
    }

    .header-cart .cart-item .sbmincart-item {
        font-size: 0.9em;
    }

    .header-cart .cart-item .sbmincart-remove {
        height: 18px;
        font-size: 13px;
    }

    .header-cart .cart-item .sbmincart-subtotal {
        font-size: 15px;
    }

    .w3ls-add-grids h6 {
        font-size: 1.1em;
        margin: 1em 0;
    }

    .w3ls-add-grids {
        min-height: 135px;
    }

    .login-body {
        width: 80%;
        padding: 1.5em;
    }

    h3.w3ls-title.w3ls-title1 {
        font-size: 1.6em;
        margin: 0 0 1em;
    }

    .login-page input[type="text"], .login-page input[type="password"], .login-page input[type="submit"] {
        font-size: 0.9em;
        padding: 0.8em 1em;
    }

    .offer-card-grids {
        width: 80%;
    }

    .offer-bottom-grids h4 {
        font-size: 2.5em;
    }

    .offer-bottom-grids-info, .offer-bottom-grids-info2 {
        min-height: 155px;
    }

    .contact input[type="text"] {
        margin-bottom: 0.5em;
        font-size: 0.9em;
        width: 100%;
        float: none;
    }

    .contact input[type="submit"] {
        font-size: 0.9em;
    }

    .subscribe h4 {
        font-size: 1.2em;
        margin-bottom: 0.5em;
    }

    .agile-card-top {
        padding: 1em 0.5em;
    }

    .card-top-grids h5 {
        font-size: 0.9em;
    }

    .card-top-grids h4 {
        font-size: 2em;
    }

    .agile-card-text h5 {
        margin: 1em 0 0.3em;
    }

    .agile-card-text h5, .faq-w3agile h5 {
        font-size: 1.2em;
    }

    p {
        font-size: 0.9em;
    }

    .help .header-search input[type="search"] {
        padding: 0.8em 8em 0.8em 0.8em;
    }

    .faq-w3agile ul.faq {
        padding-left: 1em;
    }

    .faq > li > a {
        font-size: 0.9em;
    }

    .services-grids h4, .about-text-grids h4 {
        font-size: 0.9em;
    }

    .ftr-top-left {
        width: 25%;
    }

    .services-grids {
        width: 50%;
    }

    .sitemap-tabs ul li {
        width: 47%;
    }

    .sitemap-tabs.affix ul li a {
        font-size: .9em;
    }

    .sitemap-tabs.affix ul li {
        width: 32%;
    }

    .affix ~ .sitemap-text {
        padding: 11.1em 0 0;
    }

    .sitemap-text ul li a {
        font-size: .9em;
    }

    h3.w3sitemap-title i.fa {
        width: 40px;
        height: 40px;
    }

    h3.w3sitemap-title {
        font-size: 1.2em;
    }

    .sitemap-text-grids {
        width: 50%;
    }

    h3.w3ls-title.w3ls-title1 {
        font-size: 1.4em;
    }

    .faq-w3agile .faq li {
        margin-top: 1em;
    }

    .product-grids {
        width: 50%;
    }

    .imagezoom-view {
        display: none;
    }

    .single-top-left {
        margin-left: 27%;
        width: 70%;
    }

    .single-top-right .w3ls-cart {
        width: 27%;
    }

    .single-page-icons.social-icons {
        margin: 2em 0;
    }

    .collpse.tabs h4.panel-title a {
        font-size: 0.9em;
    }

    .collpse.tabs .panel-body {
        font-size: 0.9em;
    }

    .collpse.tabs {
        padding: 1em 0 1.5em;
    }

    .offer-bottom-grids {
        padding: 0;
    }

    .nav-tabs li a i.fa {
        font-size: 2.6em;
    }

    .nav-tabs li a h5 {
        font-size: 0.9em;
    }

    .recommend {
        margin-top: 2em;
    }
}

@media (max-width: 414px) {
    .basket .basket-items a.item img {
        width: 80px;
        margin-right: 5px;
    }

    .map-grids {
        padding: 0;
    }

    .contact-left {
        padding: 0;
    }

    .sitemap-tabs ul li {
        font-size: 0.9em;
    }

    .offer-card-grids {
        width: 100%;
        padding: 1em;
    }

    .offer-card-grids h4 {
        font-size: 2.2em;
    }

    .offer-card-row {
        margin: 2em 0;
    }

    .offer-bottom-grids h4 {
        font-size: 2em;
    }

    .offer-bottom-grids-info, .offer-bottom-grids-info2 {
        min-height: 130px;
    }

    ul.dropdown-menu {
        min-width: 59px;
        font-size: 0.9em;
    }

    .w3ls-header {
        /*padding: 0.5em 0;*/
    }

    .header-two.scroll-to-fixed-fixed .header-search {
        /*margin: 1.2em 0 1.2em 1.5em;*/
        /*width: 69%;*/
    }

    .agileits-modal .modal-content {
        width: 90%;
    }

    .agileits-modal h4 {
        font-size: 1.3em;
    }

    .agileits-modal select.form-control.bfh-states {
        height: 35px;
    }

    .agileits-modal input[type="text"] {
        margin: 0.8em 0;
    }

    .welcome .bs-example-tabs ul.nav-tabs li {
        margin: 0 0.3em;
    }

    .nav-tabs li a i.fa {
        font-size: 2em;
    }

    .nav-tabs li a h5 {
        font-size: 0.85em;
    }

    .header-two.scroll-to-fixed-fixed .header-cart {
        margin: 1em auto 0;
    }

    .owl-carousel .item {
        width: 75%;
        margin: 1em auto;
    }

    .w3ls-add-grids {
        width: 100%;
    }

    .subscribe {
        padding: 2em 0;
    }

    .subscribe-right, .social-icons {
        padding: 0;
    }

    .subscribe input[type="text"] {
        width: 61%;
        font-size: 0.9em;
    }

    .subscribe input[type="submit"] {
        font-size: 0.9em;
    }

    .subscribe h4 {
        font-size: 1.1em;
    }

    .footer-grids {
        padding: .5em;
    }

    .footer h3 {
        font-size: 1em;
    }

    .footer-grids {
        padding: 0 0.9em;
    }

    .login-body {
        width: 90%;
    }

    .login-page h6 {
        margin: 1.5em 0 0;
    }

    .address-left ul li {
        font-size: 0.9em;
    }

    .values h5 {
        font-size: 1.1em;
        margin-bottom: 0.3em;
    }

    .w3values-grids h6 {
        font-size: 1.1em;
        margin: 1em 0 .5em;
    }
}

@media (max-width: 375px) {
    /*.header-search, .header-two.scroll-to-fixed-fixed .header-search {*/
    /*    margin: 1.2em 0 1.2em .5em;*/
    /*}*/

    h3.w3ls-title {
        font-size: 1.2em;
        margin: 0 0 0.6em;
    }

    .w3ls-add-grids {
        min-height: 109px;
    }

    .w3ls-add-grids h4 {
        font-size: 1.1em;
        padding-top: 1em;
    }

    .w3ls-add-grids a {
        padding: 1em 1em;
    }

    .w3ls-add-grids.w3ls-add-grids-mdl h6 {
        margin: 0.6em 0;
    }

    .soon h3 {
        font-size: 1.6em;
    }

    .ClassyCountdownDemo {
        width: 85%;
    }

    .soon h4 {
        margin: 0.5em 0;
    }

    .focus-grid {
        width: 100%;
        padding: 0;
    }

    .focus-grid a {
        padding: 1em 0;
    }

    .ftr-top-grids {
        padding: 0;
    }

    .w3agile-ftr-top .ftr-top-right {
        width: 79%;
    }

    .footer-logo.header-logo h2 {
        font-size: 1.8em;
    }

    .address-right {
        margin-top: 1em;
    }

    .footer-grids {
        padding: .5em;
    }

    .copy-right p {
        font-size: 0.9em;
    }

    .copy-right {
        padding: 1em 0;
    }

    .history h3.w3ls-title {
        margin: 1em 0 0.5em;
    }

    .product-top {
        padding: 0.5em 1em;
    }

    .product-top ul li .dropdown-toggle {
        font-size: .9em;
    }

    .product-top li.dropdown {
        margin-left: 0;
    }

    .single-top-right h3 {
        font-size: 1.2em;
    }

    .single-price ul li:nth-child(1) {
        font-size: 1.5em;
    }

    .single-price ul li span.w3off {
        font-size: 1em;
    }

    .single-top-right .w3ls-cart {
        width: 36%;
    }

    .single-page-icons.social-icons {
        margin: 1em 0;
    }

    .services-grids {
        width: 100%;
    }

    .w3values-row {
        margin-top: 1em;
    }

    .w3values-grids {
        padding: 0;
    }

    .w3values-grids h6 {
        font-size: 1.1em;
        margin: 1em 0 .5em;
    }

    .privacy-w3row h5 {
        font-size: 1.1em;
    }

    .sitemap-tabs.affix ul li a {
        font-size: .85em;
    }

    .header-two.scroll-to-fixed-fixed .header-cart {
        margin: 0 auto;
    }

    .login-body {
        width: 100%;
    }

    .cart {
        margin-right: 1.5em;
        padding-right: 1.5em;
    }

    .login-page-bottom h5 {
        font-size: 0.9em;
        margin: 0.9em 0;
    }

    .w3ls-header-right ul.dropdown-menu {
        left: -15px;
    }

    .help .header-search {
        width: 100%;
    }

    .card-top-grids i.fa {
        font-size: 2.2em;
    }

    .ftr-top-left {
        width: 50%;
        padding: 0;
    }

    .ftr-top-left.about-text-grids i.fa {
        margin-top: 0.5em;
    }

    .history h3.w3ls-title {
        font-size: 1.3em;
    }

    .privacy-w3row h5 {
        margin-top: 1em;
        line-height: 1.4em;
    }

    .contact h4 {
        font-size: 1.2em;
    }

    .contact iframe {
        min-height: 8em;
        margin-bottom: 1em;
    }

    .contact input[type="submit"] {
        margin: 0.5em 0 0 0;
    }

    .cnt-w3agile-row i.fa {
        font-size: 1.5em;
    }

    .single-top-right {
        margin-top: 0;
    }

    .single-top-left {
        margin-left: 20%;
    }

    .social-icons ul.apps li h4 {
        font-size: 0.9em;
    }

    .social-icons ul.apps li a.fa {
        font-size: 1.1em;
    }
}

/*@media (max-width: 320px) {*/
/*    .header-two.scroll-to-fixed-fixed .header-search {*/
/*        width: 66%;*/
/*    }*/

/*    .agile-card-text h5, .faq-w3agile h5 {*/
/*        font-size: 1.1em;*/
/*    }*/

/*    .agileits-modal .modal-content {*/
/*        width: 95%;*/
/*    }*/

/*    .owl-carousel .item {*/
/*        width: 95%;*/
/*    }*/

/*    .product-top h4 {*/
/*        font-size: 1em;*/
/*        float: none;*/
/*    }*/

/*    .product-top li.dropdown {*/
/*        float: none;*/
/*        text-align: center;*/
/*    }*/

/*    .product-grids {*/
/*        width: 90%;*/
/*        margin: 1em auto 0;*/
/*        float: none;*/
/*    }*/

/*    .header-cart .cart-item {*/
/*        !*left: 3%;*!*/
/*        width: 290px;*/
/*    }*/

/*    .single-top-right .w3ls-cart {*/
/*        width: 46%;*/
/*    }*/

/*    .icon {*/
/*        margin: 2px;*/
/*        width: 30px;*/
/*        height: 30px;*/
/*    }*/

/*    .social-icons ul li a.fa.icon {*/
/*        font-size: 0.9em;*/
/*        line-height: 2.1em;*/
/*    }*/

/*    .login-body {*/
/*        padding: 1em;*/
/*    }*/

/*    .w3ls-header-right .dropdown-menu li a,*/
/*    .w3ls-header-right .dropdown-menu li button {*/
/*        padding: 3px 8px;*/
/*    }*/

/*    .w3ls-header-right ul li .dropdown-toggle {*/
/*        font-size: 0.8em;*/
/*    }*/

/*    .w3ls-header-right ul.dropdown-menu {*/
/*        left: -8px;*/
/*    }*/

/*    h3.w3ls-title.w3ls-title1 {*/
/*        font-size: 1.3em;*/
/*    }*/

/*    .w3ls-add-grids.w3agile-add-products {*/
/*        margin: 1em 0;*/
/*    }*/

/*    .offer-card-row {*/
/*        margin: 1em 0;*/
/*    }*/

/*    .card-top-grids {*/
/*        float: none;*/
/*        width: 100%;*/
/*    }*/

/*    .card-top-grids h5 {*/
/*        margin-top: 0.5em;*/
/*    }*/

/*    .card-top-grids:nth-child(2) {*/
/*        margin: 1em 0;*/
/*    }*/

/*    .footer-grids {*/
/*        float: none;*/
/*        width: 100%;*/
/*    }*/

/*    .footer-grids:nth-child(2) {*/
/*        margin: 1em 0;*/
/*    }*/

/*    .nav-tabs li a i.fa {*/
/*        font-size: 1.5em;*/
/*    }*/

/*    .welcome .bs-example-tabs ul.nav-tabs li {*/
/*        margin: 0 0 0 .3em;*/
/*    }*/

/*    .welcome .bs-example-tabs ul.nav-tabs li:nth-child(1) {*/
/*        margin: 0;*/
/*    }*/

/*    .sitemap-tabs ul li {*/
/*        width: 47%;*/
/*        margin: 0.2em;*/
/*        font-size: 0.85em;*/
/*    }*/
/*}*/

@media (max-width: 991px) and (min-width: 768px) {
    .hurry-timer b {
        font-size: .8em;
    }

    .hurry-timer small {
        font-size: .5em;
    }

    .hurry-timer .icon .fa {
        font-size: 18px;
    }
}

.breadcrumb {
    /*margin: 1em 0 0 0;*/
    background-color: #eceff3;
    line-height: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px 20px;
}
.breadcrumb a{
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #337ab7;

}
.breadcrumb li.active{
    color: #777777;
}
.welcome-item {
    /*margin: 8px 0 0px;*/
    padding: 0px 15px;
}

.welcome-item .brands img {
    width: 100px;
    height: 50px;
    object-fit: contain;
}

.products-sort a.asc:after,
.products-sort a.desc:after {
    top: 1px;
    line-height: 1;
    padding-left: 5px;
    position: relative;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    font-family: 'Glyphicons Halflings', sans-serif;
}
div#owl-block-4 .item{
    box-shadow: none;
}
.products-sort a.asc:after {
    content: "\e151";
}

.products-sort a.desc:after {
    content: "\e152";
}

.products-sort a.asc.sort-numerical:after {
    content: "\e153";
}

.products-sort a.desc.sort-numerical:after {
    content: "\e154";
}

.products-sort a.asc.sort-ordinal:after {
    content: "\e155";
}

.products-sort a.desc.sort-ordinal:after {
    content: "\e156";
}

.products .range-price-tooltip {
    position: relative;
    height: 10px;
}

span#pricerange_tooltip {
    left: 15%;
    width: 70%;
    bottom: 5px;
    color: #fff;
    background: #000;
    border-radius: 6px;
    position: absolute;
    text-align: center;
    display: inline-block;
}

.alert {
    margin: 1em 0 0 0;
}

.footer-text {
    padding: 50px 0;
    color: #000000;
}

.overlay {
    position: absolute;
    z-index: 10001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: none !important;
    padding-left: 7px;
    padding-top: 7px;
}

.overlay .spinner {
    height: 30px;
    width: 30px;
    animation: rotate .8s infinite linear;
    border: 3px solid #f35d4c;
    border-right-color: transparent;
    border-radius: 50%;
    display: block;
    transform: translate(-50%, -50%);
}

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

/* Required Field */
div.required > label:after {
    content: " *";
    color: #dd4b39;
}
/********************************DESKTOP_STYLES**********************************************/
.close_sv {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.close_sv svg {
    width: 14px;
    height: 14px;
}

.my_prod .gallery-top .swiper-slide.swiper-slide-active{
    opacity: 1 !important;
}
.agile-product-text .barcode{
    display: none;
}
.agile-product-text{
    padding: 15px;
}
.agile-product-text h6{
    margin-bottom: 8px;
    color: #f35d4c;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 700;
}
.prod_f{
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.agile-product-text h6 i{
    font-style: normal;
}

/*.single-price ul li:nth-child(1){*/
/*    font-weight: 700;*/
/*}*/

.i-socials{
    text-align: left;
    padding-bottom: 30px;
    border-top: 1px solid #e6e2e2;
}
.i-socials h5{
    color: #000;
    font-size: 1.4em;
    font-weight: 500;
    margin: 10px 0 0;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 16px;
}
.i-socials ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding-left: 0;
}
.i-socials ul li{
    margin: 0 7px;
}
.i-socials ul li a{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
    background-size: 20px 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    text-decoration: none;
    width: 25px;
    transition: all .3s;
    border-radius: 3px;
}
.i-socials ul li a:hover i{
    color: #13bdb6;
    fill: #13bdb6;
    /*background-color: #009f9d;*/
}
.i-socials ul li a i{
    color: #555;
    transition: all .3s;
    font-size: 18px;
}

.header-logo p{
    font-size: 7px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding-top: 2px;
}
.category_main_section{
    padding-top: 30px;
    padding-bottom: 30px;
}
.category_main_section a{
    display: inline-block;
    height: 100%;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    transition: all .25s ease;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}
.category_main_section a:hover{
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.category_main_section .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -5px;
    margin-right: -5px;
}
.category_main_section .row .top_category_main_item{
    margin-bottom: 0px;
    padding: 0 5px;
}
.welcome-item h3.title{
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
}
div#owl-block-1{
    margin-left: -8px;
    margin-right: -8px;
    width: auto;
}
.category_main_section img{
    max-width: 100%;
    object-fit: cover;
    height: 170px;
    width: 100%;
    overflow: hidden;
}
.text_category_box{
    padding: 20px 15px;
}
.text_category_box h3{
    font-size: 14px;
    font-family: 'Roboto';
    margin-bottom: 4px;
    color: #333333;
    font-weight: 500;
}
.text_category_box p{
    font-size: 12px;
    color: #9E9E9E;
    font-family: 'Roboto';
}
body .kb_control_left, body .kb_control_right{
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
}
body .kb_control_left svg, body .kb_control_right svg{
    width: 35px;
    height: auto
}

span.fas.fa-angle-right.kb_icons, span.fa.fa-angle-left.kb_icons {
    font-weight: 900 !important;
}
.header-cart{
    z-index: 10;
}

.mys.open_video .sp-large a{
    background-color: #fff;
}
.mys .sp-large img{
    transition: all .3s;
}
.mys.open_video .sp-large img{
    opacity: 0;
}


body .owl-buttons .owl-prev:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #777;
}
body .owl-buttons .owl-next:before{
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #777;
}
.w3ls-header-right ul {
    display: flex;
    align-items: center;
    list-style: none;
}

.whiting{
    pointer-events: none !important;
}
.flexsis_popular{
    display: flex;
    justify-content: space-between;
    padding-bottom: 45px;
}
.flexsis_popular>div{
    width: 100%;
    max-width: calc((100% - 15px)/4);
}
.flexsis_popular a{
    display: flex;
    margin-bottom: 5px;
    /*box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);*/
    transition: all .3s;
    padding: 18px;
    border-radius: 5px;
}
.large_block a{
    height: 235px;
    background-color: rgba(39, 196, 189, 0.1);
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.sm_block a{
    height: 115px;
    background-color: rgba(243, 93, 76, .1);
}
.sm_block a img{
    margin-right: 25px;
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.large_block a img{
    width: 120px;
    height: 120px;
    object-fit: contain;
}
.flexsis_popular h4{
    line-height: 17px;
    color: #333333;
    font-size: 14px;
    margin-bottom: 4px;
    font-family: 'Roboto';
}
.flexsis_popular p{
    line-height: 15px;
    color: #9e9e9e;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: 'Roboto';
}
.flexsis_popular a:hover{
    box-shadow: 0px 0px 10px rgba(137, 142, 150, 0.50);
}

.large_block+.sm_block+.sm_block a{
    background-color: rgba(39, 196, 189, 0.1)
}
div#owl-block-2{
    padding-bottom: 30px;
}
.popular_section h3{
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}
.price_flex{
    display: flex;
    align-items: center;
}
div#owl-block-d .price_flex{
    justify-content: center;
}
.footer-text{
    background-color: #f1f1f1;
}
.footer-text .container div{
    column-count: 4;
    column-gap: 60px;
}
.footer-text *{
    line-height: 14px;
}
.footer-text span{
    font-family: 'Roboto';
    color: #333;
    line-height: 14px;

}
.footer-text strong{
    display: block;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 18px;

}
.footer-text p{
    margin-bottom: 10px;

}
body .kb_control_left{
    left: 30px !important;
}
body .kb_control_right{
    right: 30px !important;
}
div#kb .swiper-pagination-bullet{
    margin: 0 5px;
    width: 7px;
    height: 7px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid transparent;
    transition: all .15s;
    outline: none !important;
    opacity: 1;
    border-radius: 50%;
}
div#kb .swiper-pagination-bullet:hover, div#kb .swiper-pagination-bullet-active{
    background-color: #fff;
}
div#kb .swiper-pagination{
    bottom: 15px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    margin-left: 0;
}
.nav_none .owl-controls .owl-buttons>div:before{
    display: none;
}
.nav_none .owl-controls .owl-buttons{
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.nav_none .owl-controls .owl-buttons>div{
    top: 50%;
    background-repeat: no-repeat;
    background-size: 8px auto;
    background-position: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
}
.nav_none .owl-controls .owl-next{
    background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSI0Ny4zMjciIHZpZXdCb3g9IjAgMCAyNSA0Ny4zMjciPjxkZWZzPg0KPC9kZWZzPjxwYXRoIGNsYXNzPSJhIiBkPSJNMTM3LjE3LDIyLjcyLDExNC44NDUuMzk0YTEuMzQsMS4zNCwwLDEsMC0xLjg5NCwxLjg5NGwyMS4zNzQsMjEuMzc0TDExMi45NSw0NS4wMzZhMS4zNDQsMS4zNDQsMCwwLDAsLjk0MiwyLjI5MSwxLjMwNywxLjMwNywwLDAsMCwuOTQyLS40TDEzNy4xNiwyNC42QTEuMzMyLDEuMzMyLDAsMCwwLDEzNy4xNywyMi43MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTIuNTU2IDApIi8+PC9zdmc+");
}

.nav_none .owl-controls .owl-prev{
    background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSI0Ny4zMjciIHZpZXdCb3g9IjAgMCAyNSA0Ny4zMjciPjxkZWZzPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNSA0Ny4zMjcpIHJvdGF0ZSgxODApIj48cGF0aCBjbGFzcz0iYSIgZD0iTTI0LjYxNCwyMi43MiwyLjI4OS4zOTRBMS4zNCwxLjM0LDAsMCwwLC4zOTQsMi4yODlMMjEuNzY4LDIzLjY2Mi4zOTQsNDUuMDM2YTEuMzM1LDEuMzM1LDAsMCwwLDAsMS44OTQsMS4zNDgsMS4zNDgsMCwwLDAsLjk0Mi40LDEuMzA3LDEuMzA3LDAsMCwwLC45NDItLjRMMjQuNiwyNC42QTEuMzMyLDEuMzMyLDAsMCwwLDI0LjYxNCwyMi43MloiLz48L2c+PC9zdmc+");
}
.customNavigation{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.btns_swiper>div{
    width: 45px;
    height: 45px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    outline: none;
    transition: all .3s;
    top: calc(50% - 10px);
    margin: 0;
}
.btns_swiper .swiper-button-next{
    left: auto;
    right: 13px;
    transform: translateX(50%);
}

.btns_swiper .swiper-button-prev{
    right: auto;
    left: 13px;
    transform: translateX(-50%);
}

.btns_swiper svg{
    width: 8px;
    height: 14px;
    fill: #a7a7a7;
    color: #a7a7a7;
    stroke: #a7a7a7;
}
.btns_swiper .swiper-button-disabled{
    opacity: 0 !important;
    pointer-events: none;
}
div.owl-block-first {
    margin-bottom: 25px;
}
.jj_hide_xs{
    display: none;
}

.video-block-slide.has-video{
    position: absolute;
    top: 0px;
    left: 0;
    right: 0px;
    height: 410px;
    width: 410px;
    display: flex;
    z-index: 50;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
}
.video-block-slide.has-video.open_video_ribbon{
    opacity: 1;
    pointer-events: auto;
}

.video-block-slide.has-video iframe{
    width: 100%;
    min-height: 100%;
    border-radius: 10px;
    border: 2px solid #eceff3;
}
.open_video+.video-block-slide.has-video{
    opacity: 1;
    pointer-events: auto;
}
.video-block-icon{
    position: static;
    right: 50px;
    top: 385px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: center;
}
.video-block-icon span{
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    padding-top: 10px;
    /*padding-bottom: 18px;*/
    font-family: 'Roboto';
}

.gal_top{
    width: 410px;
    position: relative;
}
.gal_thum{
    height: 410px;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
}
.gallery-thumbs{
    /*max-height: 340px;*/
    /*height: 100%;*/
}
.my_prod .gallery-top{
    border-radius: 10px;
    border: 2px solid #eceff3;
}
.my_prod .gallery-top .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    cursor: zoom-in;
}
.my_prod .gallery-top .swiper-slide{
    height: 410px !important;
    width: 410px !important;
    max-width: 410px;
    background-position: center;
    background-size: contain;
    border-radius: 10px;
    background-repeat: no-repeat;
}
.my_prod .gallery-thumbs .swiper-slide{
    height: 50px;
    width: 50px;
    min-width: 50px;
    background-size: contain;
    background-position: center;
    border: 2px solid #eceff3;
    cursor: pointer;
    transition: all .3s;
    border-radius: 5px;
    background-repeat: no-repeat;
    box-sizing: border-box;

}
.my_prod .gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
    border-color: #27c4bd;
}
.my_prod{
    max-width: 100%;
    width: 100%;
}
.prostect{
    width: 100%;
    display: flex;
    align-items: flex-start;
}
.pro_left{
    flex: 0 0 486px;
    max-width: 486px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.stikers {
    position: relative;
}
.pro_right a{
    display: inline-block;
    padding-right: 10px;
}
.single-top-right {
    padding-left: 66px;
    position: relative;
    padding-top: 40px;
    width: 100%;
}
.code_pt {
    color: #9e9e9e;
    font-size: 16px;
    font-family: 'Roboto';
    margin-bottom: 30px;
    margin-top: -10px;
}
.code_pt b{
    color: #333;
    font-weight: 400;
}
li.main_price_current{
    color: #f35d4c;
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    padding-right: 4px;
}
li.main_price_current i{
    font-style: normal;
}
li.main_price_old{
    color: #bfbfbf;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    transform: translateY(4px);
}
li.main_price_old i{
    font-style: normal;
}

.single-top-right .hurry-timer{
    justify-content: flex-start;
}
.pro_right table{
    margin-bottom: 30px;
}
.pro_right table tr>td{
    line-height: 19px;
    font-family: Roboto;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 5px;
    padding-right: 10px;
}
.pro_right table tr td:nth-child(2){
    color: #9e9e9e;
}


/**************************ADRES_LOCATION**************************/
#map{
    width: 100%;
    height: 300px;
    margin-bottom: 60px;
    background-color: rgba(0, 0, 0, 0.1);
}
.location_tab{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.location_tab ul.tabs{
    width: 260px;
    flex: 0 0 260px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 0 20px;
    margin-right: 16px;
    list-style: none;
    margin-bottom: 0;
}
.location_tab ul.tabs li{
    padding: 20px 0;
    border-bottom: 1px solid #dcdcdc;
}
.location_tab ul.tabs li:last-child{
    border-bottom: 0;
}
.location_tab ul.tabs li a{
    line-height: 17px;
    color: #333333;
    font-family: 'Roboto';
    font-size: 14px;
    transition: all .3s;
    text-decoration: none;
    font-weight: 400;
}
.location_tab ul.tabs li a:hover, .location_tab ul.tabs li.active a{
    color: #27c4bd;
}
img.img_adres_locat{
    object-fit: cover;
    width: 100%;
    height: 385px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
    margin-bottom: 30px;
}
.closes_filter{
    display: none;
}
.single-price{
    margin-bottom: 30px;
}
body .owl-buttons{
    position: static;
}
body .owl-controls .owl-page:before, body .owl-controls .owl-buttons div:before{
    display: none !important;
}
body .owl-controls .owl-page, body .owl-controls .owl-buttons div{
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    width: 45px !important;
    height: 45px !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    outline: none;
    transition: all .3s;
    margin: 0;
}
body .owl-controls .owl-buttons .owl-next{
    left: auto;
    right: -12.5px;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    filter: grayscale(.5);
    opacity: .5;
    transform:  translateY(-50%) rotate(-90deg) ;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}
body .owl-controls .owl-buttons .owl-prev{
    right: auto;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    transform:  translateY(-50%) rotate(90deg);
    background-repeat: no-repeat;
    background-size: 14px;
    filter: grayscale(.5);
    opacity: .5;
    background-position: center;
    left: -12.5px;
}
body .owl-controls .owl-buttons .owl-next:after{
    content: "";
    position: absolute;
    top: 0;

    opacity: .5;
}
body .owl-controls .owl-buttons .owl-prev:after{
    content: "";
    position: absolute;
    top: 0;

    opacity: .5;
}
div#kb .swiper-button-next, div#kb .swiper-button-prev{
    margin-top: 0;
}



/**************************ADRES_LOCATION**************************/








.mob_header_ul>li:nth-child(3){
    /*display: none !important;*/
}


/********************************DESKTOP_STYLES**********************************************/

/********************************MOBILE_STYLES**********************************************/
@media (max-width: 1199px) {
    .header-search{
        width: 100%;
        margin-left: 45px;
        margin-right: 45px;
    }
    .category_main_section .row .top_category_main_item{
        margin-bottom: 15px;
    }
    .agile-product-text h6{
        height: 34px;
    }
    .breadcrumb{
        margin-top: 0;
        margin-bottom: 0;
    }
    .single-top-right{
        padding-left: 20px;
    }
    img.zoomImg {
        opacity: 0 !important;
        display: none !important;
    }
}
@media (max-width: 991px) {
    .video-block-slide.has-video{
        /*width: 600px;*/
        /*height: 600px;*/
    }
    .video-block-icon{
        right: 120px;
        top: 555px;
    }
    .w3ls-header-right ul{
        justify-content: center;
    }
    .footer-text .container div  {
        column-count: 3;
        column-gap: 20px;
    }
    ul.my_ul>li>a{
        white-space: nowrap;
        font-size: 16px;
        padding-left: 7px;
        padding-right: 7px;
    }
    li.childrens .intto_li a {
        transform: translateY(0px);
        font-size: 13px;
        line-height: 1.2;
    }
    .large_block{
        display: none;
    }
    .flexsis_popular>div{
        max-width: calc(32%);
    }
        .sm_block a img{
            margin-right: 10px;
        }
        .btns_swiper .swiper-button-next{
            right: 20px;
        }
        .btns_swiper .swiper-button-prev{
            left: 20px;
        }
        .product-top{
            background: transparent;
            padding: 0;
        }
    .product-top h4{
        color: #333;
    }

    .filter_open_toggle{
        display: flex;
        margin-left: 15px;
        height: 36px;
        background-color: #eceff3;
        color: #777777;
        font-size: 14px;
        font-weight: 400;
        line-height: 14px;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
        border-radius: 5px;
        min-width: 165px;
    }
    .prod_sort>ul span.caret{
        display: none;
    }
    .prod_sort>ul{
        margin-left: auto;
        display: flex;
        height: 36px;
        background-color: #eceff3;
        color: #777777;
        font-size: 14px;
        font-weight: 400;
        line-height: 14px;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
        border-radius: 5px;
        min-width: 165px;
    }
    .product-top li.dropdown{
        margin-left: 0;
        width: 100%;
    }
    .product-top ul li .dropdown-toggle{
        width: 100%;
        text-align: left;
        position: relative;
    }
    .product-top ul li .dropdown-toggle:after {
        content: "";
        position: absolute;
        right: 7px;
        top: 0px;
        height: 15px;
        width: 12px;
        background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        opacity: .5;
        transition: .3s all;
    }
    .prod_sort ul.dropdown-menu{
        left: -10px;
        right: -10px;
    }
    .products-row{
        margin-left: -8px;
        margin-right: -11px;
    }
    .product-top>span{
        padding-top: 20px;
    }
    .rsidebar.actived{
        transform: translateY(0vh);
        pointer-events: auto;
    }
    body.vh{
        height: 100vh;
        overflow-y: hidden;
    }
    .rsidebar{
        transition: 1s;
        position: fixed;
        bottom: 0;
        height: 100vh;
        left: 0;
        right: 0;
        z-index: 9999;
        top: 0px;
        padding: 0;
        background-color: #fff;
        overflow-y: auto;
        transform: translateY(-100vh);
        pointer-events: none;
    }
    .products>.row{
        position: relative;
    }
    .closes_filter{
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: auto;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
        background-color: #27c4bd;
        padding: 15px 30px;
        position: sticky;
        top: 0;
        z-index: 2;
    }
    .bty{
        padding-top: 10px;
        padding-bottom: 10px;
        position: sticky;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 3;
        margin-bottom: 0;
        display: flex;
        justify-content: center;
    }
    .bty a, .bty button{
        width: 48%;
    }

    .closes_filter p{
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
        line-height: 14px;
    }
    span.cl{
        display: flex;
    }
    span.cl svg{

    }
    .rsidebar-top{
        border: 0;
        padding: 15px 30px 5px;
    }
    button.btn.btn-default.product-filter{
        min-width: 165px;
        text-align: center;
        line-height: 36px;
        height: 36px;
        background-color: #27c4bd;
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        line-height: 14px;
        margin-left: 15px;
    }

    .prostect{
        flex-direction: column;
        align-items: center;
    }
    .gal_top{
        margin-left: 15px;
    }
    .single-top-right{
        padding-top: 0;
        margin-top: 0;
    }
    .pro_right a{
        top: -20px;
    }
}
@media (max-width: 767px) {
    .welcome-item h3.title{
        padding-right: 100px;
    }
    .products .product-top{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: space-between;
    }
    .products .product-top button.dropdown-toggle{
        white-space: nowrap;
        color: #777777 !important;
    }
    .products .product-top .clearfix{
        display: none;
    }
    .products .product-top li.dropdown .dropdown-menu{
        /*left: auto;*/
        /*right: -15px;*/
    }
    .product-top h4{
        line-height: 1.3;
    }
    .header-logo p{
        font-size: 0;
        display: none;
    }

    .i-socials h5{
        font-size: 14px;
        margin-bottom: 1em;
        color: #000;
        letter-spacing: 0;
        font-weight: 500;
    }
    .video-block-slide.has-video{
        height: 100%;
        max-width: 100%;
        width: 100%;
        top: 00%;

    }
    .video-block-icon{
        top: auto;
        bottom: 45px;
        right: 50px;
        flex-direction: row;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .video-block-slide.has-video iframe{
        min-height: 100%;
        border-radius: 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        overflow: hidden;
    }
    .video-block-icon.manysliders{
        bottom: 75px;
    }
    .category_main_section img{
        height: 70px;
    }
    .text_category_box h3{
        font-size: 12px;
        margin-bottom: 0;
        font-weight: 400;
    }
    .header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
    }
    body{
        padding-top: 107px;
    }
    .header-two {
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-color: #27c4bd;
        height: 60px;
    }
    .top_cont_header{
        background: #27c4bd;
    }
    .header-two .inner_header{
        padding: 0;
        height: 60px;
    }
    .jj_hide_xs{
        display: block;
    }
    .inner_header>.jj_hide_xs{
        display: flex;
        align-items: center;
        max-width: 33%;
        width: 100%;
    }
    .hamburger{
        margin-right: 30px;
    }
    .header .header-logo img{
        filter: brightness(0) invert(1);
        height: 49px;
        width: auto !important;
    }
    .regs{
        font-size: 0;
        width: 100%;
        flex: 0 0 33%;
        display: flex;
        justify-content: flex-end;
    }
    a.us_links.registr_head {
        display: none;
    }
    .header-cart .cart svg{
        color: #fff;
        /*stroke: #fff;*/
        fill: #fff !important;
        width: 18px;
        height: 21px;
        /*background-color: #ffffff;*/
    }
    .header-cart .cart svg path{
        fill: #fff;
    }
    .us_links, .us_links:hover{
        font-family: Roboto;
        font-size: 10px;
        font-weight: 400;
        color: #fff;
    }
    .search_top_btn svg{
        width: 19px;
        height: 19px;
    }
    .header-logo{
        flex: 0 0 33%;
        width: 33%;
        text-align: center;
    }
    .w3ls-header{
        display: none !important;
    }
    .header-search{
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        opacity: 0;
        transition: all .3s;
        pointer-events: none;
        z-index: 5;
    }
    .header.open_form .header-search{
        opacity: 1;
        pointer-events: auto;
    }
    .header.open_form .search_top_btn svg{
        display: none;
        width: 19px;
        height: 19px;
    }
    .header.open_form .search_top_btn svg.close_form_search{
        display: block !important;
    }

    .header-search form{
        height: 47px;
        background-color: #fff;
        border-radius: 0;
        padding: 15px 0px;
    }
    .header-search form:after{
        content: "";
        position: absolute;
        width: 15px;
        height: 20px;
        background-color: #fff;
        left: 73px;
        transform: rotate(45deg);
        top: -6px;
    }

    .header-search form input[type="search"]{
        color: #333;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 400;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 37px;
        padding-right: 65px;
        padding-right: 65px;
    }
    .header-search form input[type="search"]::placeholder{
        color: #d6d9dd !important;
    }
    .btns_swiper{
        display: none;
    }
    .banner .col-sm-12{
        padding: 0;
        max-width: 100%;
    }
    body .kb_control_left, body .kb_control_right{
        display: none;
    }
    .header-search .tt-scrollable-menu{
        flex: 0 0 100%;
    }
    button.search_product_header{
        width: 19px;
        height: 19px;
        padding: 0;
        background-color: transparent;
    }
    button.search_product_header{
        border: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        background-color: transparent;
        position: absolute;
        right: 37px;
        top: 0;
        bottom: 0;
        height: auto;
        z-index: 5;
        width: auto;
        height: inherit;
        background: transparent;
        border-radius: 0;
        outline: none;
        transition: all .3s;
    }
    button.search_product_header svg{
        width: 19px;
        height: 19px;
    }
    button.search_product_header svg path{
        stroke: #d6d9dd;
    }
    .tt-menu .tt-suggestion{
        font-size: 12px;
    }
    .header-cart .cart span{
        top: 5px;
        right: 5px;
    }
    .mob_header_ul{
        list-style: none;
        height: 47px;
        background-color: #fff;
        display: flex;
        padding: 0 30px;
        margin-left: -15px;
        margin-right: -15px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
    }
    .mob_header_ul li{
        margin-right: 24px;
    }
    .mob_header_ul li a{
        color: #9e9e9e;
        font-family: Roboto;
        font-size: 12px;
        font-weight: 400;
        line-height: 45px;
        display: inline-block;
        position: relative;
        padding: 0;
        background: transparent !important;
        transition: all .1s;
    }
    .mob_header_ul li a.active{
        color: #333333;
        border-bottom: 2px solid #27c4bd;
        font-weight: 700;
    }
    .header.maniest .mob_header_ul li a.active{
        color: #9e9e9e;
        border-bottom-color: transparent;
    }
    .header.maniest .mob_header_ul li a.open_mobile_{
        border-bottom: 2px solid #27c4bd;
        color: #333333;
        font-weight: 700;
    }

    .nav_menu_left{
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 999;
        display: flex;
        flex-direction: column;
        height: 100vh;
        padding: 0;
        display: flex;
        flex-direction: column;
        pointer-events: none;
    }
    .overlay_nav{
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: rgba(1,1,1,.75);
        opacity: 0;
        padding-right: 15px;
        padding-top: 15px;
        transition: .3s all;
        display: flex;
        justify-content: flex-end;
    }
    .nav_menu_left.active{
        pointer-events: auto;
    }
    .nav_menu_left.active .overlay_nav{
        opacity: 1;
    }
    .nav_menu_left.active{
    }
    .nav_menu_left .block_top_h{
        transform: translateX(-100%);
        max-width: calc(100vw - 55px);
        height: 100%;
        background-color: #fff;
        position: relative;
        z-index: 2;
        transition: .6s all;
        display: flex;
        flex-direction: column;
        padding: 35px;
    }
    .nav_menu_left.active .block_top_h{
        transform: translateX(0%);
    }
    body.vh{
        height: 100vh;
        overflow-y: hidden;
    }
    .block_top_h ul{
        flex-direction: column;
        align-items: flex-start;
        list-style: none;
    }
    .block_top_h ul:not(.language_ul){

    }
    .block_top_h  a.call_phone, .block_top_h  a.call_phone:hover{
        line-height: 20px !important;
        color: #333333;
        /*font-family: 'Roboto';*/
        font-size: 16px;
        font-weight: 700;
        margin-top: 15px;
        order: 5;
        display: flex;
        align-items: flex-start;
        margin-right: auto;
        width: 100%;
    }
    a.call_phone svg{
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }
    a.call_phone svg path{
        color: #333333;
        fill: #333333;
    }
    .block_top_h>ul.language_ul li:first-child{
        padding-left: 0;
    }
    .block_top_h>ul.language_ul{
        flex-direction: row;
        order: 3;
        margin-top: 35px;
    }
    .block_top_h>ul.language_ul a, .block_top_h>ul.language_ul a:hover{
        line-height: 18px;
        color: #969696;
        /*font-family: Roboto;*/
        font-size: 14px;
        font-weight: 400;
    }
    .block_top_h>ul.language_ul .active a{
        color: #333333;
    }

    .block_top_h a, .block_top_h a:hover{
        color: #555555;
        /*font-family: Roboto;*/
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
    }
    .block_top_h ul.language_ul li:after{
        border-color: #969696;
    }
    .block_top_h ul.language_ul li.active:after{
        border-color: #333333;
    }

    .block_top_h .i-socials ul{
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }
    .block_top_h .i-socials{
        position: absolute;
        bottom: 0px;
        left: 35px;
        right: 35px;
        border-top: 0;
    }
    .block_top_h .i-socials ul i{
        width: 21px;
        height: 18px;
        color: #333;
        font-size: 24px;
    }
    .block_top_h .i-socials ul li{
        margin: 0 17px;
    }
    a.us_links.enter_head{
        font-weight: 700;
        font-size: 14px;
    }
    .block_top_h a.us_links.enter_head{
        margin-bottom: 35px;
        font-size: 14px;
    }
    ul.my_ul{
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        top: 107px;
        height: calc(100vh - 107px);
        z-index: 5;
        background-color: #fff;
        flex-direction: column;
        justify-content: flex-start;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 40px;
        padding-bottom: 18px;
        overflow-y: auto;
        transform: translateY(-100vh);
        transition: all .3s;
    }
    ul.my_ul.category_mob_new{
        transform: translateY(0vh);
    }
    ul.my_ul.category_mob_new>li:last-child{
        display: none !important;
    }
    span.close_categroies {
        position: absolute;
        top: 15px;
        right: 20px;
        width: 15px;
        height: 15px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDE5IDE4Ij48Zz48Zz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMTEuNzA3IDguOTk4bDYuNDI4LTYuNDNhMS41MTMgMS41MTMgMCAwIDAgMC0yLjEzIDEuNTEzIDEuNTEzIDAgMCAwLTIuMTMgMGwtNi40MjkgNi40M0wzLjE0Ny40MzdBMS41MDcgMS41MDcgMCAxIDAgLjU3NCAxLjUwM2MwIC4zODcuMTUuNzc0LjQ0MyAxLjA2Nmw2LjQyOSA2LjQyOS02LjQzIDYuNDI5YTEuNTA3IDEuNTA3IDAgMCAwLS40NDIgMS4wNjUgMS41MDcgMS41MDcgMCAwIDAgMi41NzMgMS4wNjVsNi40My02LjQyOSA2LjQyOCA2LjQzYTEuNTEzIDEuNTEzIDAgMCAwIDIuMTMgMCAxLjUxMyAxLjUxMyAwIDAgMCAwLTIuMTMxeiI+PC9wYXRoPjwvZz48L2c+PC9zdmc+);
        display: block;
        z-index: 5;
        background-size: contain;
        opacity: .7;
    }
    a.bask_link{
        margin-right: 15px;
    }
    ul.my_ul>li{
        text-align: left;
        padding: 7px 14px;
        border-bottom: 1px solid #dbdbdb;
        position: relative;
        padding-right: 0;
    }
    ul.my_ul>li.childrens:after{
        content: "";
        position: absolute;
        right: 7px;
        top: 9px;
        height: 15px;
        width: 12px;
        background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        opacity: .5;
        transition: .3s all;
        transform: rotate(-90deg);
        z-index: -1;
    }
     ul.my_ul>li.pretty:after{
        transform: rotate(0);
    }
    ul.my_ul>li.item-172>a:after{
        content: "";
        background: transparent;
    }
    .cd-secondary-dropdown{
        position: static;
        opacity: 1;
        border-radius: 0;
        padding: 0;
        display: none;
        transition: initial;
        pointer-events: auto;
        transform: inherit;
    }
    li.intto_li>a{
        font-weight: 400;
        text-decoration: underline;
        text-underline-position: under;
    }
    li.childrens:hover .cd-secondary-dropdown{
        box-shadow: none;
    }
    ul.my_ul>li:hover{
        background-color: transparent;
    }
    ul.my_ul>li>a{
        padding: 0;
    }
    ul.my_ul>li>a{
        line-height: 17px;
        color: #333333;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 400;

    }
    .intto_li a{
        padding-left: 0;
        padding-right: 0;
    }
    .intto_li{
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
    }
    div#kb .swiper-slide img{
        height: auto;
    }
    .carousel-control.left{
        display: none;
    }
    button.right.carousel-control.kb_control_right{
        display: none;
    }
    .category_main_section .row .top_category_main_item{
        margin-bottom: 10px;
    }
    .category_main_section img{
        height: 97px;
    }
    .text_category_box{
        padding: 9px 15px;
    }
    .category_main_section{
        padding-bottom: 4px;
        padding-top: 15px;
    }
    .welcome-item h3.title{
        padding-right: 0;
        margin-top: 0;
        margin-bottom: 10px;
        font-family: Roboto;
        font-size: 16px;
        font-weight: 400;
    }
    .glry-w3agile-grids>a{
        height: 154px;
    }
    .glry-w3agile-grids .view-caption{
        padding: 5px 10px;
    }
    .glry-w3agile-grids .view-caption h4 a, .agile-product-text h5 a{
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 4px;
    }
    .w3ls-cart{
        line-height: 22px;
        font-size: 9px;
        font-weight: 400;
        height: 22px;
    }
    .w3ls-cart svg{
        margin-right: 3px !important;
        width: 10px !important;
        height: 11px !important;
    }
    .glry-w3agile-grids .view-caption h5{
        font-size: 14px;
        font-weight: 700;
    }
    .glry-w3agile-grids .view-caption h5 br{
        display: none;
    }

    h5.price_flex{
        flex-wrap: wrap;
        justify-content: center;
    }
    div.owl-block-first h5.price_flex{
        justify-content: flex-start;
    }
    .glry-w3agile-grids .view-caption h5 del{
        display: block;
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    div#owl-block-d .view-caption h5 del{
        line-height: 15px;
        color: #bfbfbf;
        font-family: Roboto;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 4px;
    }
    .glry-w3agile-grids .view-caption h5.price_flex{
        margin-bottom: 5px;
    }
    div.owl-block-first{
        margin-bottom: 10px;
    }
    .glry-w3agile-grids .view-caption h4{
        margin-bottom: 3px;
    }
    .glry-w3agile-grids .view-caption h4 a{
        margin-bottom: 0 !important;
    }
    .hurry-timer b{
        font-size: 8px;
        font-weight: 700;
        font-family: 'Roboto';
    }
    .hurry-timer .count-down{
        width: auto;
        height: auto;
        padding: 3px 2px 3px 2px;
    }
    .hurry-timer small{
        color: #333333;
        font-size: 7px;
        font-weight: 400;
        line-height: 6px;
    }
    .hurry-timer{
        margin-bottom: 5px;
        width: 105px;
        height: 20px;
        box-shadow: 0 0 3px rgba(28, 28, 30, 0.2);
        background-color: #e7ee42;
        margin-left: auto;
        margin-right: auto;
    }
    .welcome{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    div#owl-block-d{
        padding-bottom: 30px;
    }
    .flexsis_popular>div{
        flex: 0 0 calc(50% - 1.5px);
        max-width: calc(50% - 1.5px);
    }
    .flexsis_popular{
        flex-wrap: wrap;
        padding-bottom: 15px;
    }
    .sm_block a{
        padding: 15px 10px;
        height: 81px;
    }
    .sm_block a img{
        margin-right: 10px;
        width: 51px;
        height: 51px;
    }
    .flexsis_popular h4{
        line-height: 14px;
        margin-bottom: 5px;
        color: #333333;
        font-family: 'Roboto';
        font-size: 11px;
        font-weight: 400;
    }
    .flexsis_popular p{
        line-height: 13px;
        color: #9e9e9e;
        font-family: 'Roboto';
        font-size: 10px;
        font-weight: 400;
    }
    .flexsis_popular .large_block+.sm_block+.sm_block+.sm_block{
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
        display: flex;
        justify-content: space-between;
    }
    .flexsis_popular .large_block+.sm_block+.sm_block+.sm_block a{
        max-width: calc(50% - 1.5px);
        flex: 0 0 calc(50% - 1.5px);
        margin-bottom: 0;
    }
    .popular_section h3{
        padding-right: 0;
        margin-top: 0;
        margin-bottom: 10px;
        font-family: Roboto;
        font-size: 16px;
        font-weight: 400;
    }
    .home-page-posts .row>div{
        width: 270px;
        max-width: 270px;
        flex: 0 0 270px;
        padding: 0;
    }
    .home-page-posts .item a{
        height: 140px;
    }
    .home-page-posts .row{
        margin-left: 0;
        margin-right: 0;
    }
    .discount_percent{
        width: 40px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
    div#owl-block-4{
        padding-top: 25px;
        padding-bottom: 0;
    }
    .logos_n{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .logos_n .logos_inner{
        max-width: calc((100% - 110px)/3);
        margin-right: 55px;
        margin-bottom: 25px;
    }
    .logos_n .logos_inner:nth-child(3n){
        margin-right: 0;
    }
    .welcome-item .brands img{
        width: 100%;
        height: auto;
    }
    body div#owl-block-4{
        padding-top: 25px;
        padding-bottom: 0;
    }
    .w3agile-ftr-top{
        padding-bottom: 0;
        padding-top: 40px;
    }
    .ftr-top-grids p{
        margin-bottom: 40px;
    }
    .w3agile-ftr-top .ftr-top-right h4{
        font-family: 'Roboto';
        font-size: 16px;
        font-weight: 400;
        margin-top: 0;
    }
    .ftr-top-grids svg{
        max-height: 30px;
    }
    .w3agile-ftr-top .ftr-top-left{
        width: 100%;
        float: none;
        text-align: center;
    }
    .footer{
        padding: 0;
        padding-top: 40px;
    }
    .address-left{
        padding: 0;
    }
    .footer-logo.header-logo{
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-top: 0;
        margin-bottom: 40px;
    }
    .address-left ul li{
        color: #333333;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        padding-top: 14px;
        padding-bottom: 14px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .address-left>ul li:first-child{
        border-top: 0;
        padding-top: 0;
    }
    .footer .i-socials{
        padding-bottom: 0;
    }
    .footer .i-socials ul li{
        margin: 0 12px;
    }
    .footer .i-socials ul li a {
        width: auto;
    }
    .footer .i-socials ul li a i {
        font-size: 23px;
    }
    .address-right{
        margin-top: 0;
        padding-top: 26px;
    }
    .footer-grids{
        padding: 0 15px 40px 0;
        width: 35%;
        padding-right: 15px;
    }
    .address-right .footer-grids+.footer-grids{
        width: 65%;
        padding-right: 0;
    }
    .footer h3{
        color: #000000;
        /*font-family: 'Roboto';*/
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
        margin-bottom: 20px;
    }
    .footer-grids ul li{
        color: #555555;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.2;
        margin-bottom: 8px;
        margin-top: 0;
    }
    .footer-text{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footer-text .container div{
        column-count: auto;
    }
    .copy-right{
        padding: 23px 0;
    }
    .copy-right p{
        color: #ffffff;
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
    }
    .home-page-posts .welcome-item h3.title{
        padding-top: 25px;
    }
    .adress_senorita{
        order: 9;
    }
    .adress_senorita ul{
        display: none;
    }
    .adress_senorita>a, .adress_senorita>a:hover{
        line-height: 20px !important;
        color: #333333;
        /*font-family: 'Roboto';*/
        font-size: 16px;
        font-weight: 700;
        margin-top: 15px;
        order: 5;
        display: flex;
        align-items: center;
        margin-right: auto;
        justify-content: flex-start;

    }
    .adress_senorita svg{
        fill: #333;
    }
    .location_tab{
        flex-direction: column;
    }
    .location_tab ul.tabs{
        display: flex;
    }
    .location_tab ul.tabs{
        flex-direction: column;
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .location_tab ul.tabs li{
        padding: 5px 0;
    }
    img.img_adres_locat{
        height: 175px;
    }
    #map{
        height: 200px;
        margin-bottom: 30px;
    }
    .prod_sort{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .prod_sort>ul, .filter_open_toggle{
        margin-left: 0;
        width: calc(50% - 7.5px);
        min-width: inherit;
        max-width: calc(50% - 7.5px);
    }
    .product-top h4{
        line-height: 24px;
        color: #333333;
        font-size: 20px;
        margin-bottom: 15px;
        font-weight: 400;
    }
    .product-top>span{
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 15px;
        border-top: 1px solid #e1e1e1;
        width: calc(100% + 30px);
        color: #777777;
        font-size: 14px;
        font-weight: 400;
        line-height: 14px;
        margin-top: 15px;
        padding-bottom: 0px;
    }
    .breadcrumb{
        margin-top: 15px;
        display: none !important;
    }
    .products{
        padding-top: 15px !important;
    }
    .breadcrumb > li + li:before{
        padding: 0;
    }
    .breadcrumb a{
        font-size: 12px;
    }
    .breadcrumb li.active{
        font-size: 12px;
    }
    .agile-product-text{
        padding: 10px;
    }
    .agile-products a{
        display: block;
        height: 154px;
        overflow: hidden;
    }
    .agile-products a img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

	.agile-product-text .sticker  a {
        	height: auto;
	}
	.agile-product-text .sticker  a img{
        	height: auto;
	}
    .agile-product-text h6{
        width: 92px;
        height: auto;
        line-height: 17px;
        color: #f35d4c;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 5px;
        margin-top: 1px;
    }
    button.add-to-cart.w3ls-cart svg{
        /*width: 10px;*/
        /*height: 11px;*/
        /*margin-right: 3px;*/
    }
    .closes_filter p{
        font-size: 14px;
    }
    span.cl svg{
        width: 14px;
        height: auto;
    }
    .rsidebar-top, .closes_filter{
        padding-left: 15px;
        padding-right: 15px;
    }
    .prod_sort{
        width: 100%;
    }
    .prod_sort h4{
        min-width: 100%;
    }
    owl-block-3 h5.price_flex{
        justify-content: flex-start;
    }
    owl-block-3 .view-caption h5 del{
        text-align: left;
    }
    .my_prod .gallery-top .swiper-slide{
        height: auto !important;
        width: 100% !important;
        max-width: 100%;
    }
    .my_prod .gallery-top{
        border-radius: 0;
        border: 0
    }
    .my_prod .gallery-top .swiper-slide{
        border-radius: 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .gal_top{
        width: 100%;
        margin-left: auto;
        background-color: #ececec;
        margin-right: auto;
    }
    .pro_left{
        display: block;
        height: auto;
        flex: 0 0 100%;
        width: 100%;
        border-radius: 5px;
        overflow: hidden;
        border: 2px solid #eceff3;
    }
    .pro_left .swiper-pagination-bullet{
        outline: none;
    }
    .gal_thum{
        width: 100%;
        right: 0;
        border-radius: 0px;
        padding: 5px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background: #ececec;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding-top: 0px;
        padding-bottom: 0px;
        height: auto;
    }
    .video-block-icon span{
        font-size: 12px;
        padding-left: 5px;
        padding-top: 0;
    }
    .collpse.tabs h4.panel-title a{
        padding: 0 10px;
    }
    .single-top-right{
        padding-top: 30px;
    }
    .gal_thum svg{
        width: 12px;
    }
    .pro_right a{
        top: 10px;
    }
    span.about_this_product_arrow svg{
        width: 14px;
        height: 14px;
    }
    .pro_right table tr>td{
        font-size: 13px;
        line-height: 1.2;
        max-width: 50%;
    }
    .code_pt{
        font-size: 13px;
        margin-bottom: 10px;
    }
    .single-top-right{
        padding-left: 0;
    }
    .single-top-right h3{
        font-size: 13px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .single-top-right .brand-logo{
        width: 60px;
    }
    .single-price{
        margin-bottom: 10px;
    }
    .single-top-right .w3ls-cart{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .regs .head-dpdn ul.dropdown-menu{
        right: 0;
        left: auto;
    }
    .table-responsive{
        border-color: transparent !important;
    }
    img.zoomImg {
        pointer-events: none;
        opacity: 0 !important;
        display: none;
        position: static !important;
    }
    .gallery-thumbs{
        display: none !important;
    }
    .dropdown-menu > li > a{
        font-size: 14px;
    }
    .home-page-posts.swiper-container.swiper-container-horizontal.swiper-container-ios{
        margin-bottom: 10px;
    }
    div#owl-block-3 .glry-w3agile-grids .view-caption h5.price_flex{
        align-items: flex-start;
        justify-content: flex-start;

    }
    div#owl-block-3 .glry-w3agile-grids .view-caption h5.price_flex del{
        text-align: left;
        line-height: 1;
        padding-bottom: 5px ;
    }
    .products-search .list-group li a{
        display: flex;
        align-items: center;
    }
    .products-search .list-group li a img{
        width: 80px;
    }
    .products-search .list-group li a span{
        font-size: 12px;
        font-family: 'Roboto';
    }

}
/********************************MOBILE_STYLES**********************************************/
@media (min-width: 1199px){
    .header-search form input[type="search"]{
        background-position-x: 555px !important;
    }
}
@media (max-width: 400px){
    .video-block-slide.has-video{
        /*max-width: calc(100% - 40px);*/
    }
    .video-block-icon{
        right: 25px;
    }
    div#kb .swiper-pagination{
        bottom: 0;
    }

}
@media (max-width: 350px){
    .footer h3{
        font-size: 14px;
    }
    .footer-grids ul li a{
        font-size: 12px;
    }
    .agile-product-text h6 del{
        padding-left: 0;
    }
    .agile-product-text h6{
        flex-wrap: wrap;
    }
}




















