html,
body {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

body {
    background-color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 23px;
    margin: 0;
    padding: 0;
    color: #8092a0;
    letter-spacing: 0.2px;
}

section {
    padding: 70px 0 70px 0;
}

.row {
    margin: 0;
}

hr {
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 1px solid #ececec;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

ul {
    list-style-type: none;
}

.padding-0 {
    padding: 0;
}

.grecaptcha-badge {
    display: none;
}

/* Typography
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    /*color: #323232;*/
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
}

h1 {
    font-size: 40px;
    line-height: 58px;
}

h1.main-title {
    font-weight: bolder;
    letter-spacing: 14px;
    text-align: center;
    color: #30318b;
    padding-top: 10px;
    padding-left: 8px;
    position: relative;
}

h1.main-title::after {
    content: '';
    background-color: #8092a0;
    position: absolute;
    left: calc(50% - 23px);
    width: 46px;
    height: 1px;
    top: 0;
}
@media (max-width: 360px) {
    h1.main-title {
        letter-spacing: 5px;
        font-size: 30px;
        line-height: 48px;
    }
}

h2 {
    font-size: 27px;
    line-height: 37px;
}

h3 {
    font-size: 23px;
    line-height: 31px;
}

h4 {
    font-size: 17px;
    line-height: 27px;
}

h5 {
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
}

h6 {
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
}

p {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 0;
}

/* Elements
   ========================================================================== */

/* Inputs
   ----------------------------- */
input,
textarea{
    border: none!important;
}
input,
input:active,
input:focus,
input:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover{
    border-radius: 0!important;
    outline: none;
}
input:active,
input:focus,
input:hover,
textarea:active,
textarea:focus,
textarea:hover{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)!important;
}

/* Buttons
   ----------------------------- */

button,
button:active,
button:focus,
button:hover,
.btn,
.btn:active,
.btn:focus,
.btn:hover {
    outline: none !important;
    border: 0;
    border-radius: 0;
    font-size: 12px;
}

.btn {
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.btn-green {
    background-color: #00a553;
    color: white;
    padding: 5px 20px;
}

.btn-green:hover,
.btn-green:focus {
    background-color: #00a553;
    color: #fff !important;
}

/* Shadows
   ----------------------------- */

.z-depth-0 {
    box-shadow: none !important;
}

.z-depth-1,
.btn,
.btn-floating {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-1-half,
.btn:hover,
.btn-floating:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.z-depth-2 {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4 {
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5 {
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.hoverable:hover {
    transition: box-shadow 0.25s;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Buttons-Waves
   ----------------------------- */

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45);
}

.waves-notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

.waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none;
}

.waves-block {
    display: block;
}

/* Firefox Bug: link not triggered */

a.waves-effect .waves-ripple {
    z-index: -1;
}

/* Header
   ========================================================================== */

.header {
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 100;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

/* Top-Bar
   ----------------------------- */

.top-bar {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0px;
    /*padding: 7px 0 15px 0;*/
    background-color: #22211f;
    color: #FFFFFF;
    z-index: 1;
    position: relative;
}

.toplist {
    padding-top: 5px;
    margin-bottom: 5px;
    padding-left: 0;
    float: right;
}

@media (max-width: 700px) {
    .toplist {
        /* width: 100%; */
    }
    .toplist li:last-child{
        /* border-right: none!important; */
        display: none;
    }
}

.toplist li {
    float: left;
    /*color: #8d8c8c;*/
    text-align: right;
    /* font-size: 13px; */
    margin: 0px;
    padding: 0 10px 0 10px;
}

.toplist li.right-border {
    border-right: 1px solid rgba(255,255,255,0.2);
}

.toplist li a {
    color: inherit;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.toplist li .icon {
    color: #00a553;
}
.toplist li .fa-phone {    
    transform: rotateY(180deg);
}
.toplist li a:hover {
    color: #00a553;
}
.toplist .top-search{
    width: 280px;
}
.toplist .top-search input{
    height: 25px;
    box-shadow: unset!important;
    font-size: 12px;
}
.toplist .top-search .btn{
    box-shadow: unset;
    height: 25px;
    padding: 0 9px;
    font-size: 17px;
}
.top-bar-left-items {
    float: left;
    margin: 0;
    padding: 0;
    width: 37%;
}

.top-bar-right-items {
    float: right;
    margin: 0;
    padding: 0;
    width: 100%;
}

/* Navbar
   ----------------------------- */

.header .navbar {
    margin-bottom: 0;
    border-radius: 0;
    max-width: 1920px;
    margin: 0 auto;
    border: none;
}

/* toggle */

.header .navbar-toggle {
    width: 25px;
    height: 25px;
    border: none;
    padding: 0;
    margin: 35px 0;
}

.header .navbar-toggle .toggle-icon {
    position: relative;
    width: 21px;
    height: 1px;
    display: inline-block;
    background-color: #515769;
}

.header .navbar-toggle .toggle-icon:before,
.header .navbar-toggle .toggle-icon:after {
    position: absolute;
    left: 0;
    background-color: #515769;
    content: " ";
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header .navbar-toggle .toggle-icon:before {
    width: 10px;
    height: 1px;
    bottom: 10px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
}

.header .navbar-toggle .toggle-icon:after {
    width: 16px;
    height: 1px;
    top: -5px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
}

.header .navbar-toggle:hover .toggle-icon {
    background: #00a553;
}

.header .navbar-toggle:hover .toggle-icon:before,
.header .navbar-toggle:hover .toggle-icon:after {
    width: 21px;
    height: 1px;
    background: #00a553;
}

.header .navbar-toggle:hover .toggle-icon.is-clicked {
    background: rgba(81, 87, 105, 0);
}

/* Navbar Logo */

.header .logo {
    height: 100px;
    float: left;
    max-height: 85px;
    line-height: 65px;
}

.header .logo-wrap {
    display: inline-block;
    padding: 5px 0;
}

.header .logo-wrap:focus,
.header .logo-wrap:hover {
    text-decoration: none;
}

.header .logo-img {
    display: inline-block;
    width: auto;
    height: 80px;
    max-height: 100%;
    vertical-align: middle;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header .logo-img-main {
    display: inline-block;
}

/* Navbar */

.header .navbar-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.header .navbar-nav-right {
    background-color: rgba(255, 255, 255, .4);
    margin-top: 15px;
}

.header .navbar-nav-right {
    margin-top: 0;
}

.header .navbar {
    border-bottom-color: #f0f0f0;
}

/* Nav item*/

.header .nav-item {
    position: relative;
    display: block;
}
.header .nav-item::after{
    content: "";
    position: absolute;
    top: calc(50% - 20px);
    height: 40px;
    right: -1px;
    border-right: 1px solid #bfe9d5;
}

.header .nav-item.current-menu-item .nav-item-hover {
    background-color: #00a553;
    color: white;
    text-decoration: none;
}
.header .nav-item.current-menu-item .nav-item-hover span{
    border-bottom: 2px solid white;
}

.header .nav-item-hover:hover {
    background-color: #00a553;
    color: white;
    text-decoration: none;
}
.header .nav-item-hover:hover span{
    border-bottom: 2px solid white;
}

.header .nav-item-child {
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px;
    color: #5d5958;
    text-decoration: none!important;
}

.header .nav-item-hover {
    position: relative;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 991.98px) {
    .header {
        background: #ffffff;
    }
    .header .navbar-toggle {
        display: block;
    }
    .header .navbar-collapse.collapse {
        display: none !important;
    }
    .header .navbar-collapse.collapse.in {
        display: block !important;
    }
    .header .nav-collapse {
        padding-left: 0;
        padding-right: 0;
    }
    .header .navbar-nav {
        margin: 0;
        float: none;
    }
    .header .navbar-nav .nav-item {
        float: none;
    }
    .header .menu-container:before,
    .header .menu-container:after {
        content: " ";
        display: table;
    }
    .header .menu-container:after {
        clear: both;
    }
    .header .nav-item.current-menu-item .nav-item-hover span{
        border: none;
    }
    .header .nav-item-hover:hover span{
        border: none;
    }
    .header .nav-item-child {
        color: #515769;
        line-height: 1.4;
        padding: 12px 12px 12px 15px;
    }
    .header .nav-item-hover:after {
        position: absolute;
        top: 19px;
    }
    .header .nav-item::after {
        border-right: none;
    }
}

@media (max-width: 767.98px) {
    .navbar-fixed-top .navbar-collapse {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .header .menu-container {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0;
        margin-right: 0;
    }
    .header .navbar>.container {
        width: auto;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .header .navbar>.container>.nav-collapse {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

.navbar-fixed-top_c {
    position: fixed;
}

.navbar-fixed-top .navbar-collapse {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

@media (min-width: 992px) {
    .header .navbar-nav-right {
        float: right;
    }
}

@media (min-width: 992px) {
    .header .navbar {
        background: #ffffff;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .header .logo-img-main {
        display: inline-block;
        height: 80px;
    }
    .header .nav-item-child {
        line-height: 46px;
        padding: 20px 20px;
    }
}

/* Slider
   ========================================================================== */

.slider {
    background-color: #d6d6d6;
    /* height: 500px; */
    width: 100%;
    position: relative;

    
    /* background-image: url('../images/other/slider-1.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center; */
}

/* Main Categories / Get Quote
   ========================================================================== */

.main-categories-quote {
    width: 100%;
    position: relative;
    margin-top: -50px;
}
.main-categories-quote .center{
    margin: 0 auto;
    float: unset;
}
.main-categories-quote .main-categories,
.main-categories-quote .get-quote {
    width: 100%;
    height: 100%;
    position: relative;
}

.main-categories-quote .main-categories ul {
    background-color: #00a553;
    padding: 20px 30px;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0;
}

.main-categories-quote .main-categories ul li {
    padding: 0;
    margin: 0;
    position: relative;
}

.main-categories-quote .main-categories ul li .arrow {
    position: absolute;
    top: -30px;
    left: calc(50% - 5px);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #00a553;
}

.main-categories-quote .main-categories ul li a {
    color: #FFFFFF;
    text-transform: uppercase;
}

.main-categories-quote .main-categories ul li a div {
    padding: 0px 15px 0px 10px;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

@media (max-width: 860px) {
    .main-categories-quote .main-categories ul li .arrow{
        display: none;
    }
    .main-categories-quote .main-categories ul li a div {
        padding: 5px 15px 5px 10px;
        margin-bottom: 5px;
    }
}

.main-categories-quote .main-categories ul li:last-child a div {
    border-right: none;
}

.main-categories-quote .get-quote {
    background-color: #30318b;
    color: white;
    padding: 30px 30px;
    text-align: center;
}

.main-categories-quote .get-quote .title {
    font-size: 18px;
    margin-bottom: 5px;
}

.main-categories-quote .get-quote .sub-title {
    font-size: 18px;
    letter-spacing: 1px;
}

/* About Us
   ========================================================================== */

.home .about-us {
    text-align: center;
    padding-bottom: 0;
}

.home .about-us .about-us-main {
    padding-bottom: 70px;
}

.home .about-us .about-us-main .btn-green {
    margin-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
}

/*Innovations Section*/

.about-us .innovations {
    background-color: #cfcfcf;
    color: white;

    background-image: url('../images/other/innovations.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
.about-us .content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(55, 59, 83, 1);
    mix-blend-mode: multiply;
}
.about-us .content {
    padding-top: 50px;
    padding-bottom: 100px;
}

.about-us .content .title {
    font-size: 45px;
    line-height: 50px;
    font-weight: bolder;
    color: #89c040;
    margin-bottom: 20px;
    isolation: isolate;
}

.about-us .content .text-1 {
    font-size: 14px;
    border: 2px solid #00a553;
    padding: 3px 10px;
    display: inline-block;
    isolation: isolate;
}

.about-us .content .text-2 {
    font-size: 16px;
    line-height: 22px;
    color: #00a553;
    padding-top: 5px;
    padding-bottom: 15px;
    isolation: isolate;
}

/*Scope Section*/

.about-us .scope {
    background-color: #42435f;
    color: white;
    text-align: left;
    padding: 40px 20px 50px 20px;
}

.about-us .scope .title {
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
}

.about-us .scope .title::after {
    content: '';
    background-color: #00a553;
    position: absolute;
    top: 0;
    left: 15px;
    width: 45px;
    height: 2px;
}

/* Products
   ========================================================================== */

.home .products {
    text-align: center;
    padding-bottom: 0;
    background-color: white;
    color: white;
}

.home .products .main-title {
    /* color: #42435f; */
}

.home .products .main-title::after {
    /* background-color: white; */
}

.home .products .product-list {
    padding: 0 30px;
    margin: 0;
    overflow: hidden;
}

.home .products .product-list .sub-title {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 60px;
    color: #8092a0;
}

.home .products .product-list .owl-carousel .owl-stage-outer{
    overflow: visible;
}
.home .products .product-list .owl-tiles .item {
    background-color: white;
    padding: 0;
    z-index: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.home .products .product-list .owl-tiles .item:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.6);
}
.home .products .product-list .owl-tiles .owl-item {
    z-index: 0;
}
.home .products .product-list .owl-tiles .owl-item:hover {
    z-index: 1000;
}

.home .products .product-list .owl-tiles .item .top {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 400px;
    overflow: hidden;
}
.home .products .product-list .owl-tiles .item .top .bg-img {
    object-fit: cover;
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;

    opacity: 1;
    -webkit-transition: opacity 2s, -webkit-transform 2s;
    transition: opacity 2s, transform 2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.home .products .product-list .owl-tiles .item:hover .top .bg-img {
    -webkit-transform: translate3d(0px,0,0) scale(1.12);
    transform: translate3d(0px,0,0) scale(1.12);
    /* opacity: 0.8; */
}

.home .products .product-list .owl-tiles .item .top .overlay {
    position: absolute;
    background-color: rgba(155, 128, 110, 0.6);
    width: 100%;
    height: 100%;
    z-index: 0;
    mix-blend-mode: multiply;
}
.home .products .product-list .owl-tiles .item .top .overlay.o-2 {
    background-color: rgba(130, 99, 81, 0.6);
}
.home .products .product-list .owl-tiles .item .top .overlay.o-3 {
    background-color: rgba(200, 200, 200, 1);
}
.home .products .product-list .owl-tiles .item .top .overlay.o-4 {
    background-color: rgba(0, 108, 171, 0.6);
}
.home .products .product-list .owl-tiles .item .top .overlay.o-5 {
    background-color: rgba(128, 106, 71, 0.6);
}

.home .products .product-list .owl-tiles .item .top .overlay::before,
.home .products .product-list .owl-tiles .item .top .overlay::after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    -moz-transition: opacity 0.5s, -webkit-transform 0.5s;
    -o-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s; 
}

.home .products .product-list .owl-tiles .item .top .overlay::before {
    border-top: 1px solid rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    /* opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); */
}

.home .products .product-list .owl-tiles .item .top .overlay::after {
    border-right: 1px solid rgba(255, 255, 255, 1);
    border-left: 1px solid rgba(255, 255, 255, 1);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    /* opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); */
}

.home .products .product-list .owl-tiles .item .top:hover .overlay::before,
.home .products .product-list .owl-tiles .item .top:hover .overlay::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.home .products .product-list .owl-tiles .item .top .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.home .products .product-list .owl-tiles .item .top .inner .right-bar {
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -moz-transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    -o-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    position: absolute;
    text-align: right;
    padding-right: 30px;
    right: -75px;
    top: -135px;
    font-size: 20px;
    line-height: 38px;
    height: 38px;
    width: 230px;
    background-color: #9f9999;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

.home .products .product-list .owl-tiles .item:hover .top .inner .right-bar{
    background-color: #00a553;
}

.home .products .product-list .owl-tiles .item .top .inner .square {
    width: 16px;
    height: 17px;
    margin-left: calc(50% - 8px);
    margin-top: 250px;
    border: 1px solid white;
    
}

.home .products .product-list .owl-tiles .item .top .inner .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 0.5;
    text-align: center;
    margin-top: 20px;
    position: relative;
}

.home .products .product-list .owl-tiles .item .top .inner .name .main {
    display: inline-block;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    border-left: 1px solid rgba(255, 255, 255, 1);
    border-right: 1px solid rgba(255, 255, 255, 1);
    padding: 0px 15px 25px 15px;
    min-width: 150px;
    text-transform: uppercase;
}

.home .products .product-list .owl-tiles .item .top .inner .name .main:before,
.home .products .product-list .owl-tiles .item .top .inner .name .main:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid rgba(255, 255, 255, 1);
    top: 0;
    width: 10px;
}
.home .products .product-list .owl-tiles .item .top .inner.real .name .main{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.home .products .product-list .owl-tiles .item .top .inner.real .name .main:before,
.home .products .product-list .owl-tiles .item .top .inner.real .name .main:after{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.home .products .product-list .owl-tiles .item .top .inner .name .main:before {
    left: 0;
    margin-right: 5px;
}

.home .products .product-list .owl-tiles .item .top .inner .name .main:after {
    right: 0;
    margin-left: 5px;
}

.home .products .product-list .owl-tiles .item .top .inner .name .sub {
    position: absolute;
    left: 10%;
    width: 80%;
    height: 100%;
    z-index: 1;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
}
.home .products .product-list .owl-tiles .item .top .inner.real .name .sub {
    color: rgba(255, 255, 255, 0.4);
}

.home .products .product-list .owl-tiles .item .top .inner .name .sub {
    position: absolute;
    text-align: center;
    bottom: -23px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    font-weight: bold;
}

.home .products .product-list .owl-tiles .item .bottom{
    /* height: 60px; */
    width: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 5px;
    padding-bottom: 10px;
}
.home .products .product-list .owl-tiles:first .item .bottom{
}
.home .products .product-list .owl-tiles .item .bottom p{
    font-size: 12px;
    line-height: 25px;
    color: #81919e;
}
.home .products .product-list .owl-tiles .item .bottom .btn{  
    text-transform: uppercase;
    padding-left: 40px;
    padding-right: 40px;
}

.home .products .product-list .owl-dots{
    background-color: white;
    padding-top: 10px;
    margin-top: 0!important;
}
/*Other Products*/
.home .products .other-product-list{
    padding-top: 70px;
    background-color: white;
    padding-left: 0;
    padding-right: 0;
    
}
.home .products .other-product-list .sub-title {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 60px;
    color: #8092a0;
}
.home .products .other-product-list .o-product{
    padding: 5px;
}

@media (max-width: 450px) {
    .home .products .other-product-list .o-product{
        width: 100%;
    }
}

.home .products .other-product-list .o-product .outer{
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 200px;
}

.home .products .other-product-list .o-product .outer .overlay {
    position: absolute;
    background-color: /*rgba(0, 165, 83, 0.5)*/rgba(185, 185, 185, 0.5);;
    width: 100%;
    height: 100%;
    z-index: 0;
    mix-blend-mode: multiply;
}

.home .products .other-product-list .o-product .outer .overlay::before,
.home .products .other-product-list .o-product .outer .overlay::after {
    position: absolute;
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.home .products .other-product-list .o-product .outer .overlay::before {
    border-top: 1px solid rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    mix-blend-mode: overlay;
}

.home .products .other-product-list .o-product .outer .overlay::after {
    border-right: 1px solid rgba(255, 255, 255, 1);
    border-left: 1px solid rgba(255, 255, 255, 1);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    mix-blend-mode: unset;
}

.home .products .other-product-list .o-product .outer:hover .overlay::before,
.home .products .other-product-list .o-product .outer:hover .overlay::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/**/
.home .products .other-product-list .o-product .outer .overlay-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.home .products .other-product-list .o-product .outer .overlay-2::before,
.home .products .other-product-list .o-product .outer .overlay-2::after {
    position: absolute;
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.home .products .other-product-list .o-product .outer .overlay-2::before {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.home .products .other-product-list .o-product .outer .overlay-2::after {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.home .products .other-product-list .o-product .outer:hover .overlay-2::before,
.home .products .other-product-list .o-product .outer:hover .overlay-2::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.home .products .other-product-list .o-product .outer .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    mix-blend-mode: overlay;
}
.home .products .other-product-list .o-product .outer .inner.real {
    mix-blend-mode: unset;
}

.home .products .other-product-list .o-product .outer .inner .square {
    width: 12px;
    height: 13px;
    margin-left: calc(50% - 6px);
    margin-top: 60px;
    border: 1px solid white;
}

.home .products .other-product-list .o-product .outer .inner .name {
    font-size: 13px;
    font-weight: bold;
    line-height: 0.5;
    text-align: center;
    margin-top: 20px;
    position: relative;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5), 0px 0px 5px rgba(0,0,0,0.5);
}

.home .products .other-product-list .o-product .outer .inner .name .main {
    display: inline-block;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    border-left: 1px solid rgba(255, 255, 255, 1);
    border-right: 1px solid rgba(255, 255, 255, 1);
    padding: 0px 15px 30px 15px;
    min-width: 150px;
    text-transform: uppercase;
}
.home .products .other-product-list .o-product .outer .inner.real .name .main {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.home .products .other-product-list .o-product .outer .inner .name .main:before,
.home .products .other-product-list .o-product .outer .inner .name .main:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid rgba(255, 255, 255, 1);
    top: 0;
    width: 10px;
}
.home .products .other-product-list .o-product .outer .inner.real .name .main:before,
.home .products .other-product-list .o-product .outer .inner.real .name .main:after {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.home .products .other-product-list .o-product .outer .inner .name .main:before {
    left: 0;
    margin-right: 5px;
}

.home .products .other-product-list .o-product .outer .inner .name .main:after {
    right: 0;
    margin-left: 5px;
}

.home .products .other-product-list .o-product .outer .inner .name .sub {
    position: absolute;
    left: 10%;
    width: 80%;
    height: 100%;
    z-index: 1;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
}

.home .products .other-product-list .o-product .outer .inner .name .sub {
    position: absolute;
    text-align: center;
    bottom: -20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    font-weight: bold;
}
.home .products .other-product-list .o-product .outer .inner .text-1{
    font-size: 10px;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5), 0px 0px 5px rgba(0,0,0,0.5);
}
.home .products .other-product-list .o-product .outer .inner .btn{  
    text-transform: uppercase;
    /* padding-left: 40px;
    padding-right: 40px; */
    color: white;
    background-color: #9f9999;
}



/* Brands
   ========================================================================== */
.brands{
    padding-bottom: 0;
}
.brands .owl-brands .item{
    border: 1px solid rgba(0,0,0,0.2);
    margin: 10px;
    text-align: center;
    height: 84px;
    position: relative;
    padding: 5px;
}
.brands .owl-brands .item img{
    text-align: center;
    max-height: 74px;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

.brands .owl-brands .item table{
    height:100%;
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
}
.brands .owl-brands .item table td {
    vertical-align: middle;
    text-align: center;
 }

 
/* Contact
   ========================================================================== */
.contact{
    padding-bottom: 0;
}
.contact #map{
    height: 500px;
    background-color: #272727;
}
.contact #map iframe{
	width: 100%;
	height: 100%;
}
@media (max-width: 1199.98px) {
    .contact #map{
        height: 400px;
    }
}
@media (max-width: 767.98px) {
    .contact #map{
        height: 350px;
    }
}
.contact .contact-us{
    padding-top: 70px;
    text-align: center;
    overflow: hidden;
    background-color: #f4f4f4;
    padding-bottom: 20px;
}
.contact .contact-us .sub-title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 70px;
    margin-top: -10px;
}
.contact .contact-us .contact-details{
    text-align: left;
    width: calc(112%);
    padding-bottom: 50px;
}
.contact .contact-us .contact-details img{
    height: 30px;
    position: absolute;
    left: 10px;
    top: 5px;
    border-right: 2px solid #30318b;
    padding-right: 10px;
}
.contact .contact-us .contact-details .content{
    padding-left: 65px;
    min-height: 80px;
}
.contact .contact-us .contact-details .content .title{
    font-size: 16px;
    padding-bottom: 2px;
}
.contact .contact-us .contact-details .content .desc{
    font-size: 11px;
    line-height: 15px;
}

@media (max-width: 550px) {
    .contact .contact-us .contact-details .contact-section{
        width: 70%;
        margin: 0 15%;
    }
    .contact .contact-us .contact-details .content {
        max-width: 300px;
    }
}
@media (max-width: 350px) {
    .contact .contact-us .contact-details .contact-section{
        width: 90%;
        margin: 0 5%;
    }
}


/* Footer
   ========================================================================== */
footer{
    background-color: white;
    padding-top: 70px;
    padding-bottom: 70px;
}
footer .col{
    padding: 0 40px;
    color: #7e91a0;
    text-align: left;
}
footer .col .inner{
    width: 100%;
}
footer .col:nth-child(2){
    padding-right: 5px;
}
footer .col .title {
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #2e3389;
    position: relative;
}

footer .col .title::after {
    content: '';
    background-color: #00a553;
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 2px;
}
footer .col.who .title::after {
    background-color: #7f919f;
}
footer .col.who .desc {
    padding-top: 4px;
}
footer .col.nav li a{
    color: #7e91a0;
    line-height: 30px;
    text-transform: uppercase;
}
footer .col.contact .inner{
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
}
footer .col.contact .top{
    background-color: #7f92a0;
    text-align: center;
    color: white;
    padding: 15px;
}
footer .col.contact .top .text-1{
    font-size: 16px;
    font-weight: bold;
}
footer .col.contact .top .text-2{
    padding-top: 5px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
footer .col.contact .bottom{
    background-color: #f2f2f2;
    padding: 15px;
}
footer .col.contact .bottom .btn{
    font-weight: bold;
    font-size: 14px;
}
footer .col.contact .bottom .form-group {
    margin-bottom: 10px;
}
footer .copyrights{
	padding: 10px 25px;
    border-top: 1px solid rgba(0,0,0,0.2);
	margin-bottom: -70px;
    margin-top: 25px;
}
footer .copyrights a{
	color: #7e91a0;
}
footer .copyrights a:active,
footer .copyrights a:hover{
	color: #2e3389!important;
}
@media (min-width: 992px){
    footer .copyrights .created-by {
        text-align: right;
    }
}
@media (max-width: 991px){
    footer .copyrights .col-c{
        text-align: center;
        max-width: 100%;
        width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 0 0 100%;
    }
}


/* Social Media
   ----------------------------- */

.social-media a .icon{
    height: 22px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.social-media .icon:hover{
    transform: scale(1.1);
}

/*Footer*/
footer .social-media{
    margin-top: 30px;
}
footer .social-media li{
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
footer .social-media li:last-child{
    border-right: none;
}
footer .social-media li .icon{
    margin: 0 10px;
}

/*Slider*/
.slider .social-media{
    position: absolute;
    right: 30px;
    top: 20px;
}
.slider .social-media .icon{
    height: 18px;
}
.slider .social-media .icon g{
    fill: black;
}
.slider .social-media .icon:hover g{
    fill: #00a553;
}
.slider .social-media li .icon{
    margin: 5px 5px;
}
.slider .social-media li:last-child{
    content: '';
    position: absolute;
    right: 16px;
    width: 1px;
    height: 0px;
    background-color: #00a553;
}
.slider .social-media li:last-child::after{
    content: '';
    position: absolute;
    border:1px solid #00a553;    
    height:5px;
    width:5px;
    bottom: -12px;
    right: -2px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    opacity: 0;
}
.slider .social-media li:nth-child(1),
.slider .social-media li:nth-child(2),
.slider .social-media li:nth-child(3){
    transform: translate(0,-15px);
    opacity: 0;
}
.slider .social-media.load li:nth-child(1){
    transform: translate(0,0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
}
.slider .social-media.load li:nth-child(2){
    transform: translate(0,0);
    -webkit-transition: all 0.5s ease 0.4s;
    -moz-transition: all 0.5s ease 0.4s;
    -o-transition: all 0.5s ease 0.4s;
    -ms-transition: all 0.5s ease 0.4s;
    transition: all 0.5s ease 0.4s;
    opacity: 1;
}
.slider .social-media.load li:nth-child(3){
    transform: translate(0,0);
    -webkit-transition: all 0.5s ease 0.9s;
    -moz-transition: all 0.5s ease 0.9s;
    -o-transition: all 0.5s ease 0.9s;
    -ms-transition: all 0.5s ease 0.9s;
    transition: all 0.5s ease 0.9s;
    opacity: 1;
}
.slider .social-media.load li:last-child{
    -webkit-transition: height 0.5s ease 1.4s;
    -moz-transition: height 0.5s ease 1.4s;
    -o-transition: height 0.5s ease 1.4s;
    -ms-transition: height 0.5s ease 1.4s;
    transition: height 0.5s ease 1.4s;
    height: 80px;
}
.slider .social-media.load li:last-child::after{
    bottom: -6px;
    -webkit-transition: all 0.3s ease 1.9s;
    -moz-transition: all 0.3s ease 1.9s;
    -o-transition: all 0.3s ease 1.9s;
    -ms-transition: all 0.3s ease 1.9s;
    transition: all 0.3s ease 1.9s;
    opacity: 1;
}

/* Pages
   ========================================================================== */
.pages{
    
}
.pages .breadcumb{
    position: relative;
    padding: 5px 40px;
    text-align: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.pages .breadcumb .overlay{
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.pages .breadcumb .content{
    z-index: 1;
}
.pages .breadcumb .content span{
    position: relative;
    color: #22211f;
}
.pages .breadcumb a{
    color: #22211f;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.pages .breadcumb a:hover{
    color: #00a553;
}
.pages .breadcumb .fas{
    font-size: 10px;
    padding: 0 3px;
    color: #22211f;
}

/* Category Page
   ========================================================================== */
.pages.category{
    position: relative;
}

.pages.category .inner{
    padding: 10px 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.according{
    padding-left: 0;
}
.according .item{
}
.according .item .title{
    width: calc(100% - 30px);
    height: 100%;
    float: left;
    line-height: 30px;
    padding: 0;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
    color: #7e91a0;
}
.according .item .more{
    width: 30px;
    float: right;
    height: 100%;
    font-size: 16px;
    padding: 0 5px;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
    transform: rotate(0deg);
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    opacity: 0.5;
}
.according .item .more.hide-i{
    transform: rotate(180deg);
}
/* .according .item .more.hide-i:before{
    content: '\f077';
} */
.according .item .content{
    width: 100%;
    height: 30px;
    position: relative;
}
.according .item .content.active,
.according .item .content.active .title{
    color: #00a553;
    font-weight: 600;
}
.according .sub{
    margin-left: 20px;
    position: relative;    
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s linear;
    -moz-transition: height 0.3s linear;
    -o-transition: height 0.3s linear;
    -ms-transition: height 0.3s linear;
    transition: height 0.3s linear;
}
.according .sub.open{
    height: auto;
}
/* Woof
   ========================================================================== */
.woocommerce-info {
    border-top-color: #30318b;
}
.woocommerce-info::before {
    color: #30318b;
}
.woocommerce-info.no-products{
    background-color: white;
    color: #30318b;
}
.woof_container_inner h4{
    text-transform: uppercase;
    color: #22211f;
    margin: 20px 0 10px 0;
    font-weight: 600;
}
/*Loader*/
#the-preloader-element,
#wptime-plugin-preloader,
#woof_html_buffer.woof-loader{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 99;
}
#the-preloader-element,
#wptime-plugin-preloader{
    background-color: white;
    background-image: none!important;
}
#the-preloader-element .anim-circle,
#wptime-plugin-preloader .anim-circle,
#woof_html_buffer.woof-loader .woof-circle {
    width: 40px;
    height: 40px;
    background-color: #00a553;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    border-radius: 100%;
    animation: woof-anim-scaleout 1.0s infinite ease-in-out;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    position: absolute;
}
@keyframes woof-anim-scaleout {
  0% {transform: scale(0.0);} 
  100% {transform: scale(1.0);opacity: 0;}
}
/*Result*/
.woof_products_top_panel{
    margin: 0;
    padding-bottom: 10px;
}
.woof_products_top_panel li a{
    color: #30318b;
    padding: 2px 10px;
    border: 1px solid #30318b;
    border-radius: 15px;
}
.woof_products_top_panel li a[data-tax=woof_text]{
    display: none;
}
.woof_products_top_panel li span {
    background-size: 10px 10px;
}
.woof_products_top_panel li span:hover{
    background-size: 10px 10px;
}
/*Search*/
.woof_text_search_container .woof_show_text_search_container input{
    height: 30px;
    padding-right: 50px!important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)!important;
}
.woof_text_search_container .woof_show_text_search_container button{
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 40px;
    text-align: center;
    padding: 0;
    font-size: 18px;
    box-shadow: none;
}
/*Category*/
.woof_container_radio{
    position: relative;
}
.woof_container_radio ul.woof_list{
    padding: 0;
}
.woof_container_radio ul.woof_list  input[type=radio]{
    display: none;
}
.woof_container_radio .woof_list li{
    margin: 0!important;
}
.woof_container_radio .woof_radio_label {
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 30px;
}
.woof_container_radio .woof_childs_list{
    margin: 0!important;
    padding-inline-start: 20px;
}
.woof_container_radio .woof_childs_list_opener {
    margin-left: 0px;
    right: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
}
.woof_container_radio .woof_childs_list_opener span{
    font-family: "Font Awesome 5 Free";
    height: 30px;
    width: 30px;
    /* background-color: #00a553; */
    background-image: none;
    font-weight: 900;
    transform: rotate(0deg);
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    line-height: 30px;
    color: #8092a0;
}
.woof_container_radio .woof_childs_list_opener span::before{
    content: "\f078";
}
.woof_container_radio .woof_childs_list_opener span.woof_is_opened{
    transform: rotate(180deg);
}
.woof_container_radio .woof_radio_term_reset_visible{
    display: none!important;
}
.woof_container_radio .woof_radio_label_selected{
    color: #00a553;
    font-weight: 600;
}
.woof_container_radio .woof_radio_count {
    margin-left: 5px;
    opacity: 0.7;
    font-size: 11px;
}
.woof_reset_search_form{
    background-color: #DA2128;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}

/* Product Catelog
   ========================================================================== */
/*.woocommerce li.product{
    padding: 15px;
    position: relative;
}
.woocommerce li.product .pro-inner{
    position: relative;
    overflow: hidden;
    background-color: #f3f3f3;
}
.woocommerce li.product .pro-inner img{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 0!important;
}
.woocommerce li.product .pro-inner:hover img{
    opacity: 0.9;
}
.woocommerce li.product .pro-inner .quick-view{
    text-align: center;
    background: #1a1a1a;
    color: white;
    padding: 10px 0; 
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 45px;   
    transform: translate(0, 45px);
    opacity: 0.2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}
.woocommerce li.product .pro-inner .quick-view:hover{
    background: rgb(39, 39, 39);
}

.woocommerce li.product:hover .pro-inner .quick-view{
    transform: translate(0, 0px);
    opacity: 1;
}
.woocommerce li.product .pro-bottom{
    text-align: center;
    background-color: #f3f3f3;
    padding: 10px 0 15px 0;
}
.woocommerce li.product .pro-bottom a{
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: rgb(126, 145, 160);
}
.woocommerce li.product .pro-bottom a:hover{
    color: rgb(126, 145, 160, 0.8);
}
.woocommerce li.product .pro-bottom h2{
    font-size: 16px!important;
    font-weight: bold;
    line-height: 20px;
    padding: 0!important;
    min-height: 40px;
}
.woocommerce li.product .pro-bottom p{
    margin: 0;
}
.woocommerce li.product .pro-bottom .btn{  
    text-transform: uppercase;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}
.woocommerce li.product .pro-bottom .top{
    min-height: 70px;
}*/
.woocommerce li.product .loop-product{
    position: relative;
}
.woocommerce li.product .loop-product .product-image{
    position: relative;
    box-shadow: 0 0 5px -1px rgba(0,0,0,.1), 0 5px 8px 0 rgba(0,0,0,.04), 0 1px 14px 0 rgba(0,0,0,.02);
    background-color: #FFFFFF;
    transform: scale(1);
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}
.woocommerce li.product .loop-product .product-image:hover{
    transform: scale(1.01);
}
.woocommerce li.product .loop-product .product-image img{
    margin: 0;
}
.woocommerce li.product .loop-product .product-image .new{
    position: absolute;
    background-color: #00a553;
    top: 15px;
    left: 10px;
    color: white;
    border-radius: 23px;
    height: 46px;
    width: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 13px;
}
.woocommerce li.product .loop-product .product-category-other{
    padding: 10px 0;
    position: relative;
    text-align: left;
    font-size: 13px;
    color: #8092a0;
    line-height: 16px;
}
.woocommerce li.product .loop-product .product-category-other .product-category{
    margin: 0;
}
.woocommerce li.product .loop-product .product-category-other .product-category li{
    padding: 0 1px 0 0;
}
.woocommerce li.product .loop-product .product-category-other .product-category li::after{
    content: ',';
}
.woocommerce li.product .loop-product .product-category-other .product-category li:last-child::after{
    content: '';
}
.woocommerce li.product .loop-product .product-category-other .product-category li a{
    color: #8092a0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.woocommerce li.product .loop-product .product-category-other .product-category li a:hover{
    color: #00a553;
}
.woocommerce li.product .loop-product .product-category-other .size{
    color: #22211f;
    padding-top: 5px;
}
.woocommerce li.product .loop-product .product-name{
    position: relative;
}
.woocommerce li.product .loop-product .product-name h2{
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
}
.woocommerce li.product .loop-product .product-name a{
    color: #22211f;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.woocommerce li.product .loop-product .product-name a:hover{
    color: #00a553;
}
.woocommerce li.product .loop-product .product-code{
    position: relative;
    padding: 5px 0 10px 0;
    line-height: 18px;
    font-size: 14px;
    color: #00a553;
    font-weight: 600;
}
@media (max-width: 575.98px) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
        width: 100%;
    }
}
.woocommerce nav.woocommerce-pagination ul{
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li{
    min-width: 40px;
    border: 1px solid rgba(128, 146, 160, 0.2);
}
.woocommerce nav.woocommerce-pagination ul li:hover{
}
.woocommerce nav.woocommerce-pagination ul li:hover a{
    background-color: #30318b;
    color: white;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
    color: #8092a0;
    font-size: 14px;
    padding: 14px 10px;
}
.woocommerce nav.woocommerce-pagination ul li span.current{
    background-color: #30318b;
    color: white;
}
 
/* Single Product
   ========================================================================== */
.pages.single-product{
    position: relative;
}
.pages.single-product .breadcumb{
    position: relative;
    text-align: left;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    padding: 50px 40px 30px 40px;
}
.pages.single-product .breadcumb .overlay{
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.pages.single-product .breadcumb .content{
    z-index: 1;
}
.pages.single-product .breadcumb .content span{
    position: relative;
    color: #22211f;
}
.pages.single-product .woocommerce-breadcrumb{
    position: relative;
    font-size: 13px;
    line-height: 23px;
    color: #22211f;
    text-align: center;
}
.pages.single-product .woocommerce-breadcrumb a{
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-size: 13px;
    line-height: 23px;
}
.pages.single-product .woocommerce-breadcrumb a:hover{
    color: #00a553;
}
.pages.single-product .breadcumb .fas{
    font-size: 10px;
    color: #22211f;
    padding: 0 5px;
}

.pages.single-product .inner,
.pages.single-product .other{
    padding: 10px 25px 30px 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.pages.single-product .inner .product-slider .woocommerce-product-gallery {
    width: 100%;
}
.pages.single-product .inner .product-slider .woocommerce-product-gallery .flex-viewport{
    box-shadow: 0 0 5px -1px rgba(0,0,0,.1), 0 5px 8px 0 rgba(0,0,0,.04), 0 1px 14px 0 rgba(0,0,0,.02);
}
.pages.single-product .inner .product-slider .woocommerce-product-gallery .wp-post-image{
    max-height: 600px;
    width: auto;
    margin: auto;
}
.pages.single-product .inner .product-slider div.images .flex-control-thumbs li:nth-child(4n+1){
    margin-left: 11.25px;
    clear: unset;
}
.pages.single-product .inner .product-slider div.images .flex-control-thumbs li:nth-child(5n+1){
    margin-left: 0px;
    clear: left;
}
.pages.single-product .inner .product-slider div.images .flex-control-thumbs{
    overflow: visible;
}
.pages.single-product .inner .product-slider div.images .flex-control-thumbs li{
    width: calc(20% - 9px);
    margin-left: 11.25px;
    margin-top: 11.25px;
    box-shadow: 0 0 5px -1px rgba(0,0,0,.1), 0 5px 8px 0 rgba(0,0,0,.04), 0 1px 14px 0 rgba(0,0,0,.02);
}
.pages.single-product .inner .product-slider{
    padding: 0;
}


.pages.single-product .inner .product-description-main .entry-summary{
    width: 100%;
    margin: 0 auto;
}
.pages.single-product .inner .product-description-main h1{
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
    color: #272727;
}
.pages.single-product .inner .product-description-main .sku_wrapper{
    color: #272727;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 25px;
    display: block;
    padding-top: 5px;
}
.pages.single-product .inner .product-description-main .woocommerce-product-details__short-description{
    margin-bottom: 20px;
}
.pages.single-product .inner .product-description-main .product_meta a{
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #8092a0;
}
.pages.single-product .inner .product-description-main .product_meta a:hover{
    color: #00a553;
}
.pages.single-product .inner .product-description-main .product_meta span{
    display: block;
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}
.pages.single-product .inner .product-description-main .sku_wrapper .sku{

}
.pages.single-product .inner .product-description-main .spec{
    font-size: 14px;
    padding-bottom: 5px;
}
.pages.single-product .inner .product-description-main .posted_in,
.pages.single-product .inner .product-description-main .tagged_as{
    margin-top: 20px;
}
.pages.single-product .other .woocommerce-tabs{
    padding-bottom: 80px;
}
.pages.single-product .other .woocommerce-tabs .panel{
    padding-bottom: 80px;
    margin-bottom: 0;
}
.pages.single-product .other .woocommerce-tabs ul.tabs{
    text-align: center;
}
.pages.single-product .other .woocommerce-tabs ul.tabs::before{
    border: none;
}
.pages.single-product .other .woocommerce-tabs ul.tabs li{
    border: none;
    background: none;
}
.pages.single-product .other .woocommerce-tabs ul.tabs li.active{
    color: #272727;
}
.pages.single-product .other .woocommerce-tabs ul.tabs li a{
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #8092a0;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
}
.pages.single-product .other .woocommerce-tabs ul.tabs li:hover a{
    color: #272727;
}
.pages.single-product .other .woocommerce-tabs table.shop_attributes{
    margin-bottom: 0;
}
.pages.single-product .other .woocommerce-tabs table.shop_attributes th,
.pages.single-product .other .woocommerce-tabs table.shop_attributes td{
    background-color: transparent;
}
.pages.single-product .other .woocommerce-tabs table.shop_attributes th{
    font-weight: 600;
    color: #272727;
}
.pages.single-product .other .woocommerce-tabs table.shop_attributes td p{
    padding: 6px 0;
}
.pages.single-product .other .woocommerce-tabs table.shop_attributes td p a{
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #8092a0;
    font-style: normal;
}
.pages.single-product .other .woocommerce-tabs table.shop_attributes td p a:hover{
    color: #00a553;
}
@media (max-width: 991.98px) {
    .pages.single-product .inner .product-description-main{
        position: relative;
        display: inline-block;
        padding: 0;
    }
    .pages.single-product .inner .product-description-main .entry-summary {
        padding: 0;
    }
}
/*Related*/
.pages.single-product .other .related.products{
    padding: 0 0 80px 0;
}
.pages.single-product .other .related.products h2{
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #272727;
    padding-bottom: 20px;
    text-align: center;
}
/* .pages.single-product .other .related.products ul{
    text-align: center;
}*/
.pages.single-product .other .related.products li.product h2{
    text-align: left;
}
.pages.single-product .other .related.products li:last-child{
    margin-right: 0;
}
/*Photoswipe*/
.pswp__caption{
    text-align: center;
}
.pswp__caption__center{
    display: none;
}
/*Swatches*/
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item{
    width: 40px;
    height: 40px;
}
.woocommerce div.product form.cart{
    margin-bottom: 0;
}
.woocommerce div.product form.cart .reset_variations{
    color: #30318b;
    padding: 1px 8px;
    border: 1px solid #30318b;
    border-radius: 15px;
    margin-left: -2px;
}
.woocommerce div.product form.cart .variations{
    width: auto;
}
.woocommerce div.product form.cart .variations label {
    color: #8092a0;
    font-weight: normal;
    display: block;
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}
.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em;
    display: block;
    text-align: left;
}
.woocommerce div.product form.cart .variations td.label label{
    line-height: 50px;
}
/* About Us Page
   ========================================================================== */
.pages.about-us{
    position: relative;
    text-align: center;
}
.pages.about-us .about-us-main {
    padding-bottom: 70px;
}

/* Contact Us Page
   ========================================================================== */
.pages.contact{
    position: relative;
    text-align: center;
}
.pages.contact .contact-us{
    padding-top: 50px;
    background-color: white;
    padding-bottom: 20px;
}
.pages.contact .content .sub-title {
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 33px;
    margin-top: -10px;
}
.pages.contact .contact-us .contact-details{
    padding-bottom: 30px;
}

/* Brands Page
   ========================================================================== */
.pages.brands-page{
    position: relative;
    text-align: center;
    padding-bottom: 20px;
}

/* 404 Page
   ========================================================================== */
.pages.e-404{
    position: relative;
    text-align: center;
    padding: 80px 50px;
}
.pages.e-404 h1{
    font-size: 100px;
    line-height: 105px;
}
.pages.e-404 h1::after{
    content: unset;
}
.pages.e-404 .sub{
    font-size: 30px;
    font-weight: 800;
    line-height: 35px;
}
.pages.e-404 .desc{
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}
.pages.e-404 .btn{
    font-size: 16px;
    margin: 20px 0;
}
