#wptime-plugin-preloader {
    background: url(https://sleepworldok.com/wp-content/uploads/2019/06/sleepworld-loader-icon.gif) no-repeat #fbfbfb 50% !important;
    -moz-background-size: auto auto !important;
    -o-background-size: auto auto !important;
    -webkit-background-size: auto auto !important;
    background-size: auto auto;
    z-index: 99998;
    width: 100%;
    height: 100%;
}
body {
    color: #174450;
    overflow-x: hidden;
    font-size: 15px;
    font-family: 'Pangram Regular', sans-serif;
    /*font-family: 'Roboto', sans-serif;*/
}
body .slpwrld-outer-wrap{
    margin-top:0px;
    margin-bottom:35px;
}
body.page-id-77 .slpwrld-outer-wrap{
    margin-bottom:0px;
}
body.page-id-77 #content article{
    margin-bottom: 0px;
}
body.sticky-header .slpwrld-outer-wrap{
    margin-top: 0px;
}
.lity {
    z-index: 10000;
}
/*Start of wordpress core css*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
/*End of wordpress core css*/
/*Start common classes*/
    a,
    a:active,
    a:focus {
        color: #f37024;;
        cursor: pointer;
    }
    a:hover
    {
        color:#ffaa78;
        cursor: pointer;
        text-decoration: none
    }
    img {
        max-width: 100%;
        height: auto;
    }
    a:focus {
        outline: none;
    }
    .m-0{
        margin: 0px;
    }
    .mt-10{
        margin-top:10px;
    }
    .mb-10{
        margin-bottom:10px;
    }
    .mt-15 {
        margin-top: 15px;
    }
    .mb-15{
        margin-bottom:15px;
    }
    .mt-20 {
        margin-top: 20px;
    }
    .mb-20{
        margin-bottom:20px;
    }
    .pb-35 {
        padding-bottom: 30px;
    }
    .pt-35 {
        padding-top: 30px;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #174450;
        font-weight: 700;
    }
    a,
    input,
    .btn,
    .thumb figure img {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    /*** iPhone and iOS Form Input Zoom Fixes ***/
    /* Fix Input Zoom on devices older than iPhone 5: */
    @media screen and (device-aspect-ratio: 2/3) {
        select, textarea, input[type="text"], input[type="password"],
        input[type="datetime"], input[type="datetime-local"],
        input[type="date"], input[type="month"], input[type="time"],
        input[type="week"], input[type="number"], input[type="email"],
        input[type="url"]{ font-size: 16px; }
    }
    /* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
    @media screen and (device-aspect-ratio: 40/71) {
        select, textarea, input[type="text"], input[type="password"],
        input[type="datetime"], input[type="datetime-local"],
        input[type="date"], input[type="month"], input[type="time"],
        input[type="week"], input[type="number"], input[type="email"],
        input[type="url"]{ font-size: 16px; }
    }
    /* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
    @media screen and (device-aspect-ratio: 375/667) {
        select, textarea, input[type="text"], input[type="password"],
        input[type="datetime"], input[type="datetime-local"],
        input[type="date"], input[type="month"], input[type="time"],
        input[type="week"], input[type="number"], input[type="email"],
        input[type="url"]{ font-size: 16px; }
    }
    /* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
    @media screen and (device-aspect-ratio: 9/16) {
        select, textarea, input[type="text"], input[type="password"],
        input[type="datetime"], input[type="datetime-local"],
        input[type="date"], input[type="month"], input[type="time"],
        input[type="week"], input[type="number"], input[type="email"],
        input[type="url"]{ font-size: 16px; }
    }
/*End common classes*/
/*Start form styles overrides*/
    .form-control {
        /*border: 2px solid #c4c4c4!important;
        border-radius: 4px!important;*/
        padding: 7px 36px 7px 14px;
        transition: 0.4s;
    }
    .form-control~.focus-border:before,
    .form-control~.focus-border:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: #3399FF;
        transition: 0.4s;
    }
    .form-control~.focus-border:after {
        top: auto;
        bottom: 0;
    }
    .form-control~.focus-border i:before,
    .form-control~.focus-border i:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 2px;
        height: 0;
        background-color: #3399FF;
        transition: 0.6s;
    }
    .form-control~.focus-border i:after {
        left: auto;
        right: 0;
    }
    .form-control:focus~.focus-border:before,
    .form-control:focus~.focus-border:after {
        left: 0;
        width: 100%;
        transition: 0.4s;
    }
    .form-control:focus~.focus-border i:before,
    .form-control:focus~.focus-border i:after {
        top: 0;
        height: 100%;
        transition: 0.6s;
    }
    .contribution-item a {
        text-decoration: none;
    }
/*End form styles overrides*/
/*Start header styles*/
    .header {
        position:static;
        padding: 20px 0 0 0;
        color: #797d8a;
        line-height: 1.15em;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .header-top {
        padding-bottom: 20px;
    }
    .header-inner-wrap {
        display: table;
        width: 100%;
    }
    .header-left {
        display: table-cell;
        width: 25%;
        vertical-align: middle;
        padding: 0 15px 0 0;
    }
    .header-left .logo img {
        max-width: 100px;
    }
    .header-middle {
        display: table-cell;
        width: 35%;
        vertical-align: middle;
        padding: 0 15px;
        text-align: center;
    }
    .header-search-wrap {
        width: 90%;
        margin: 0 auto;
    }
    .header-right {
        display: table-cell;
        width: 40%;
        vertical-align: middle;
        padding: 0 10px;
        text-align: right;
        position: relative;
    }
    .input-wrap {
        position: relative;
    }
    .input-wrap i {
        color: #dadada;
        font-size: 1.25em;
    }
    .input-wrap .search-submit {
        position: absolute;
        top: 0;
        bottom: 0;
        background: transparent;
        right: 0;
        border: 0;
        outline: none;
    }
    .input-wrap .search-submit:focus {
        outline: none;
    }
    .header-right-wrap {
        width: 100%;
    }
    .header-ctas {
        /*display:inline-block;*/
        padding: 0px;
        margin: 0px;
    }
    .header-ctas li {
        display: inline-block;
        list-style: none;
        position: relative;
        padding-left: 25px;
        margin: 0 4%;
        vertical-align: middle;
    }
    .header-ctas li .cta-inner-wrap {
        font-size: 1em;
    }
    .header-ctas li a,
    .header-ctas li a:hover,
    .header-ctas li a:active,
    .header-ctas li a:active:focus,
    .header-ctas li a:focus,
    .header-ctas li a:focus:active {
        color: #797d8a;
    }
    .header-ctas li.address i {
        color: #dadada;
        font-size: 35px;
        margin: 0px 10px 0 0;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .header-ctas li.phone {
        padding-left: 22px;
    }
    .header-ctas li.phone i {
        color: #dadada;
        font-size: 40px;
        margin: 0px 10px 0 0;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .header-ctas li.cart {
        position: static;
        padding-left: 0px;
    }
    .header-ctas li.cart i {
        /*content: "\f07a";*/
        /*font-family: 'FontAwesome';*/
        color: #dadada;
        font-size: 2.25em;
        /*margin: 0px 10px 0 0;*/
        /*position:absolute;
            left: 0;
            top: 50%;*/
        /*transform:translateY(-50%);*/
    }
    #cartcollapse {
        position: absolute;
        left: 0px;
        right: 0px;
        z-index: 999;
        max-width: 450px;
        margin: 0px 0px 0px auto;
    }
    #searchcollapse {
        position: absolute;
        left: 0px;
        right: 0px;
        z-index: 999;
        max-width: 450px;
        margin: 0px 0px 0px auto;
    }
    .desktopcart,
    .desktopcart2{
        position: relative;
    }
    .desktopcart .count {
        position: absolute;
        right: -13px;
        top: -13px;
        font-size: 11px;
        color: #fff;
        background: #f37024;
        border: 1px solid #f37024;
        border-radius: 50%;
        padding: 2px 5px 1px 5px;
    }
    .desktopcart2 .count {
        position: absolute;
        right: -11px;
        top: -20px;
        font-size: 12px;
        color: #fff;
        background: #f37024;
        border: 1px solid #f37024;
        border-radius: 50%;
        padding: 2px 5px 1px 5px;
    }
    .header-address,
    .header-phone,
    .header-cart {
        display: inline-block;
        vertical-align: middle;
        /*width: 28%;*/
    }
    .border-bg {
        min-height: 9px;
        background-image: url(../images/borderbg.png);
        background-repeat: repeat-x;
        background-position: top left;
        background-size: contain;
    }
    .header-mobile-logo {
        display: none;
        width: 25%;
        margin: 0 20px;
        text-align: left;
    }
    .header-mobile-logo img {
        max-width: 80px;
    }
    .header-mobile-ctas {
        display: none;
        vertical-align: middle;
        width: 48%;
        justify-content: space-between;
        position:relative;
        z-index:100;
    }
    .header-mobile-cta {
        text-align: right;
        flex-basis: 23%;
    }
    .header-mobile-cta i {
        color: #dadada;
        font-size: 35px;
    }
    .mobile_header_search {
        position: absolute;
        z-index: 2;
        width: 100%;
        right: 0;
    }
    .mobile_header_search .search-submit {
        display: block;
        width: 100%;
    }
    .header-bottom{
        border-bottom:2px solid #cfcfcf;
    }
    body.home .header-bottom{
        border-bottom:0px;
    }
    /*Start header product search styles*/ 
      .header-search-wrap .input-wrap{ 
        position:relative; 
      } 
      .sticky-autocomplete-results{ 
          position: absolute; 
          background: white; 
          z-index: 9999; 
          top: 100%; 
          left: 0; 
          right:0;
          font-size: 13px; 
          border: solid 1px #ddd; 
          border-top-width: 0; 
          border-bottom-color: #ccc; 
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 
          text-align: left; 
          max-height: 500px; 
          overflow-y: scroll; 
      } 
      .autocomplete-results{ 
          position: absolute; 
          background: white; 
          z-index: 9999; 
          top: 100%; 
          left: 0; 
          right:0;
          font-size: 13px; 
          border: solid 1px #ddd; 
          border-top-width: 0; 
          border-bottom-color: #ccc; 
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 
          text-align: left; 
          max-height: 500px; 
          overflow-y: scroll; 
      } 
      .autocomplete-result { 
          padding: 8px; 
          border-bottom: solid 1px #eee; 
          cursor: pointer; 
      } 
    /*End product search styles*/
    /*Start header sticky styles*/
        .header.sticky-header{
            position: fixed;
            left: 0;
            right: 0;
            padding: 3px 0px;
            top: -180px;
            z-index: 9999;
            background-color: #fff;
            -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, .5);
            -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, .5);
            box-shadow: 0px 10px 10px rgba(0, 0, 0, .5);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
        .header .header-hamburger-wrap{
            display: none;
            text-align: right;
            position: static;
        }
        .header.sticky-header .header-hamburger-wrap{
            display: block;
            text-align: right;
            position: static;
        }
        .dl-menuwrapper{
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: 0 0 0 auto;
            max-width: 500px;
        }
        .dl-menuwrapper ul{
            -moz-box-shadow: -1px 15px 29px #000000;
            -webkit-box-shadow: -1px 15px 29px #000000;
            -o-box-shadow: -1px 15px 29px #000000;
            box-shadow: -1px 15px 29px #000000;
            right: 0;
        }

        .header.sticky-header .dl-menuwrapper{
            top: -5px;
        }
        .header.sticky-header .header-top{
            display: none;
        }
        .header.sticky-header .border-bg{
            display: none;
        }
        .header.sticky-header .header-mobile-logo img {
            max-width: 60px;;
        }
        .header.sticky-header .header-bottom{
            border-bottom:0px;
        }
        .header.sticky-header .navbar-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        header.sticky-header .header-mobile-logo{
            display: block!important;
            box-sizing: border-box;
            text-align: left;
            flex-basis: 20%;
            width: auto;
        }
        header.sticky-header .header-mobile-ctas {
            flex-basis: 60%;
            display: inline-flex!important;
            box-sizing: border-box;
            text-align: center;
        }
        header.sticky-header .header-mobile-cta {
            text-align: center;
            flex-basis: 23%;
            /*position:relative;*/
            position: static;
        }
        header.sticky-header .header-hamburger-wrap{
            flex-basis: 20%;
        }
        header.sticky-header #mobile_header_search.collapse.in,
        header.sticky-header #mobile_header_search.collapsing{
            display: block !important;
            position: absolute;
            /*left: -25%;
            right: -25%;*/
            right: 0;
            max-width: 400px;
            left: auto;
            width: 400px;
        }
        header.sticky-header #mobile_header_search input[type=text]{
            border: 10px solid #174450;
            padding: 7px 63px 7px 14px;
            transition: 0.4s;
            border-radius: 0px;
            height: 50px;
        }
        header.sticky-header #mobile_header_search .input-wrap .search-submit {
            text-transform: uppercase;
            font-weight: 700;
            background-color: #174450;
            color: #fff;
        }
    /*End header sticky styles*/
/*End header styles*/
/*Start navigation new styles*/
    .navbar-default {
        background-color: #ffffff;
        border-color: #ffffff;
        margin-bottom: 0px;
        min-height:1px;
    }
    .navbar-default .navbar-header {
        float: none;
    }
    .navbar-default #sleepworld-header-navbar {
        text-align: center;
        margin: 7px 0px 10px 0px;
    }
    .navbar-default #sleepworld-header-navbar .navbar-nav {
        float: none;
    }
    .navbar-default #sleepworld-header-navbar .navbar-nav>li {
        float: none;
        display: inline-block;
    }
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        background-color: #ffffff;
        color: #174450;
        border-bottom: 2px solid transparent;
        padding: 10px 25px;
    }
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li.current-menu-item>a:hover {
        border-bottom: 2px solid #f37024;
        padding: 10px 25px;
        color: #174450;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .navbar-default #sleepworld-header-navbar .dropdown-menu {
        border: none;
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 18px 0 7px 0;
        background-color: rgba(255, 255, 255, .75);
    }
    .navbar-default #sleepworld-header-navbar .dropdown-menu>li {
        border-right: 0px;
        padding: 7px 20px;
    }
    .navbar-default #sleepworld-header-navbar .dropdown-menu>li>a,
    .navbar-default #sleepworld-header-navbar .dropdown-menu>li>a:focus {
        /*padding: 7px 20px;*/
        border-bottom: 2px solid transparent;
        padding: 0px;
        background-color:transparent;
        color: #333;
    }
    .navbar-default #sleepworld-header-navbar .dropdown-menu>li>a:hover {
        color: #174450;
        border: 0px;
        background-color: transparent;
        border-bottom: 2px solid #f37024;
        padding: 0px;
    }
    /*Start styles for showing hamburger on sticky menu*/
        .header.sticky-header .navbar-header {
            float: none;
        }
        .header.sticky-header .navbar-left,.navbar-right {
            float: none !important;
        }
        .header.sticky-header .navbar-toggle {
            display: block;
            border:0px;
            border-color:transparent;
        }
        .header.sticky-header .navbar-collapse {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }
        .header.sticky-header .navbar-fixed-top {
            top: 0;
            border-width: 0 0 1px;
        }
       .header.sticky-header .navbar-collapse.collapse {
            display: none!important;
        }
        .header.sticky-header .navbar-default #sleepworld-header-navbar .navbar-nav {
            float: none!important;
            margin-top: 7.5px;
            min-width:300px;
            border-radius: 3px;
            -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, .5);
            -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, .5);
            box-shadow: 0px 10px 10px rgba(0, 0, 0, .5);
        }
        .header.sticky-header .navbar-nav>li {
            float: none;
        }
        .header.sticky-header .navbar-nav>li>a {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .header.sticky-header .navbar-default .navbar-nav>li>a:hover,
        .header.sticky-header .navbar-default .navbar-nav>li.current-menu-item>a:hover{
            background-color:#fff;
        }
        .header.sticky-header .navbar-default .navbar-nav > .open > a,
        .header.sticky-header .navbar-default .navbar-nav > .open > a:hover,
        .header.sticky-header .header.sticky-header .navbar-default .navbar-nav > .open > a:focus{
            background-color:#fff;   
        }
        .header.sticky-header .navbar-default #sleepworld-header-navbar .dropdown-menu{
            background-color: rgba(255, 255, 255, 1);
            right: 85%;
            left: auto;
            top: 0;
            border: 2px solid #f37024;
            text-align:center;
        }
        .header.sticky-header .collapse.in{
            display:block !important;
        }
        .header.sticky-header .navbar-default #sleepworld-header-navbar .navbar-nav>li {
            float: none;
            display: block;
        }
        .header.sticky-header .navbar-default #sleepworld-header-navbar {
            text-align: center;
            margin: 7px 0px 10px 0px;
            position: absolute;
            right: 0;
            top: 30px;
        }
    /*End styles for showing hamburger on sticky menu*/
    /*Start code for changing hamburger to cross on click on sticky menu*/
        .header.sticky-header .navbar-toggle .icon-bar {
            transition: 300ms ease-in-out;
            /*background-color: #fff;*/
            position: relative;
            /*width: 24px;*/
            width: 35px;
            height: 3px;
        }
        .header.sticky-header .navbar-toggle .icon-bar+.icon-bar {
            margin-top: 7px;
        }
        .header.sticky-header .navbar-toggle .icon-bar:last-child {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: -12px;
        }
        .header.sticky-header .navbar-toggle .icon-bar:nth-child(2) {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            top: 7px;
        }
        .header.sticky-header .navbar-toggle .icon-bar:nth-child(3) {
            opacity: 0;
        }
        .header.sticky-header .navbar-toggle.collapsed .icon-bar {
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            top: 0;
            opacity: 1;
        }
        .header.sticky-header .navbar-default .navbar-toggle{
            float: none;
            margin: 0 0 0 auto;
        }
        .header.sticky-header .navbar-default .navbar-toggle:focus,
        .header.sticky-header .navbar-default .navbar-toggle:hover {
            background-color: transparent;
        }
        .header.sticky-header .navbar-default #sleepworld-header-navbar .navbar-nav>li {
            display: block;
        }
    /*End code for changing hamburger to cross on click*/
/*End navigation new styles*/
/*End styles for header*/
/*Start styles for slider*/
    .homepage-slider {
        position: relative;
    }
    .slide-wrap {
        position: relative;
    }
    .slide-content {
        position: absolute;
        right: 10%;
        top: 50%;
        transform: translateY(-50%);
        text-align: right;
    }
    .slide-content h1 {
        color: #fff;
        text-shadow: 3px 2px 2px #000;
        font-size: 70px;
        line-height: 1.1;
    }
    .owl-dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 !important;
    }
    .owl-prev i,
    .owl-next i {
        font-size: 33px;
        color: #fff;
    }
    .owl-prev {
        width: 15px;
        height: auto;
        position: absolute;
        top: 40%;
        left: 0;
        display: block !important;
        border: 0px solid black;
    }
    .owl-next {
        width: 15px;
        height: auto;
        position: absolute;
        top: 40%;
        right: 0;
        display: block !important;
        border: 0px solid black;
    }
    .owl-prev:focus,
    .owl-next:focus {
        outline: none;
    }
    .owl-theme .owl-nav [class*=owl-]:hover {
        background: transparent;
        text-decoration: none;
    }
    .owl-theme .owl-nav [class*=owl-]:hover i {
        color: #174450;
    }
    .related-product-slider .owl-prev {
        left: -30px;
    }
    .related-product-slider .owl-next {
        right: -30px;
    }
    .related-product-slider .owl-prev i,
    .related-product-slider .owl-next i {
        color: #174450;
    }
    .related-item-content {
        text-align: center;
    }
/*End styles for slider*/
/*Start styles for section 2*/
.section-2 {
    padding: 30px 0;
}
/*End styles for section 2*/
.section-4 {
    padding: 40px 0;
}
/*Start styles for homepage*/
    #product-filer-collapse{
        position: absolute;
        left: 7.5px;
        right: 7.5px;
        z-index: 9;
        background-color: #fff;
        padding: 20px;
        z-index:1;
        -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, .5);
        -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, .5);
        box-shadow: 0px 10px 10px rgba(0, 0, 0, .5);
    }
    .home-buttons-middle,
    .home-buttons-right{
        z-index:0;
    }
    body.home .wpb_wrapper>strong{
        font-weight:normal;
    }
    body.home .wpb_wrapper>strong>strong{
        font-weight:inherit;
    }
/*End styles for homepage*/
/*Start css for selectric*/
    .select-label {
        margin-bottom: 5px;
        font-size: 1em;
        margin-left: 4px;
    }
    .selectric-select-lite,
    .selectric-select-dark {
        margin-bottom: 20px;
    }
    .selectric-select-lite .selectric {
        background: #fff;
        border: 2px solid #c4c4c4;
        border-radius: 7px;
    }
    .selectric-select-lite .selectric .label,
    .selectric-select-dark .selectric .label {
        font-size: 17px;
        color: #174450;
        font-weight: 600;
        margin: 0 38px 0 20px;
        line-height: 44px;
        height: 44px;
        text-align: left;
        padding: 0px;
    }
    .selectric-select-lite .selectric .button {
        width: 44px;
        height: 44px;
        line-height: 44px;
        background-color: #fff;
    }
    .selectric-select-lite .selectric .button:after,
    .selectric-select-dark .selectric .button:after {
        content: "\f107";
        position: absolute;
        font-family: FontAwesome;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        color: #174450;
        font-size: 26px;
        margin: 0;
        border: 0;
        width: auto;
        height: auto;
    }
    .selectric-select-lite .selectric-items li.highlighted,
    .selectric-select-dark .selectric-items li.highlighted {
        background: #D0D0D0;
        color: #174450;
    }
    .selectric-select-lite .selectric-items ul,
    .selectric-select-lite .selectric-items li,
    .selectric-select-dark .selectric-items ul,
    .selectric-select-dark .selectric-items li {
        font-size: 17px;
    }
    .selectric-select-lite .selectric-items li:hover,
    .selectric-select-dark .selectric-items li:hover {
        background: #D5D5D5;
        color: #174450;
    }
    .selectric-select-dark .selectric {
        background: #c4c4c4;
        border: 2px solid #c4c4c4;
        border-radius: 7px;
    }
    .selectric-select-dark .selectric .button {
        width: 44px;
        height: 44px;
        line-height: 44px;
        background-color: #c4c4c4;
    }
/*End css for selectric*/
/*Start css for product page*/
    .product-tbl {
        display: table;
        width: 100%;
        margin-bottom: 20px;
    }
    .product-tbl-cell-1 {
        display: table-cell;
        width: 50%;
        padding: 0 15px 0 0;
        vertical-align: top;
    }
    .product-tbl-cell-2 {
        display: table-cell;
        width: 50%;
        padding: 0 0 0 15px;
        vertical-align: bottom;
    }
    .product-price {
        display: block;
        color: #f37024;
        font-weight: 600;
        /*font-size: 25px;*/
        line-height: 1;
        /*margin-bottom: 25px;*/
    }
    .product-single-gallery-wrap{
    }
    .product-single-gallery-wrap .lslide{
        width:100%;
    }
    .product-single-gallery-wrap li{
        text-align:center;
        list-style:none;
    }
    .product-custom-list {
        list-style: none;
        margin-top: 35px;
        margin-bottom: 0;
        padding: 0;
        text-align: right;
    }
    .product-custom-list li {
        margin-bottom: 10px;
    }
    .product-custom-list li:last-child {
        margin: 0;
    }
    .product-custom-list li a {
        text-decoration: underline;
    }
    .cart-wrap {
        margin-bottom: 20px;
    }
    .cart-wrap .btn-orange {
        display: inline-block;
        margin: 0;
        font-size: 17px;
        padding: 8px 20px;
    }
    .quantity-field:focus,
    .woocommerce .quantity .qty:focus {
        outline: none;
    }
    .quantity-field,
    .woocommerce .quantity .qty {
        font-size: 17px;
        color: #174450;
        font-weight: 600;
        padding: 0 0px 0 16px;
        line-height: 44px;
        height: 44px;
        background: #fff;
        border: 2px solid #c4c4c4;
        border-radius: 7px;
        max-width: 50%;
        width: auto;
        text-align: center;
    }
    .related-product-wrap {
        margin: 20px 0;
    }
    .tooltip.bottom .tooltip-arrow{
        border-bottom-color: #f37024;
    }
    .tooltip.top .tooltip-arrow{
        border-top-color: #f37024;
    }
    .tooltip.left .tooltip-arrow{
        border-left-color: #f37024;
    }
    .tooltip.right .tooltip-arrow{
        border-right-color: #f37024;
    }
    .tooltip-inner {
        padding: 8px;
        background-color: #f37024;
    }
    .slpwrld-price-wrap {
        position: relative;
        display: block;
        color: #f37024;
        font-weight: 600;
        font-size: 25px;
        line-height: 1;
        margin-bottom: 25px;
    }
    .woocommerce div.product p.price,
    .woocommerce div.product span.price {
        display: block;
        color: #f37024;
        font-weight: 600;
        font-size: 25px;
        line-height: 1;
        margin-bottom: 25px;
    }
    .slpwrld-price-wrap p {
        margin-bottom: 0px;
    }
    .slpwrld-variation-price {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 0;
        display: block;
        color: #f37024;
        font-weight: 600;
        font-size: 25px;
        line-height: 1;
        margin-bottom: 25px;
    }
    div.woocommerce-variation-price,
    div.woocommerce-variation-availability,
    div.hidden-variable-price {
        height: 0px !important;
        overflow: hidden;
        position: relative;
        line-height: 0px !important;
        font-size: 0% !important;
    }
    /*Start product single right container styles*/
    .sp-r-2-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 70px;
    }
    .sp-r-2-left {
        flex-basis: 50%;
        box-sizing: border-box;
        text-align: left;
    }
    .sp-r-2-right {
        flex-basis: 50%;
        box-sizing: border-box;
        text-align: right;
    }
    .sp-r-2-right ul {
        margin-bottom: 0px;
    }
    .sp-r-2-right li {
        list-style: none;
        margin-bottom: 10px;
        color: #28abe1; 
        text-decoration:underline;
    }
    .sp-r-2-right li:last-child {
        margin-bottom: 0px;
    }
    .sp-r-2-right li a {
        text-decoration: underline;
        color: #28abe1;
    }
    .sp-r-2-right li a i,
    .sp-r-2-right li i {
        color: #009245;
        margin-right: 5px;
    }
    .variation-tooltip {
        color: #174450;
    }
    .woocommerce .single-product-progressbar img, .woocommerce-page .single-product-progressbar img{
        max-width:300px;
    }
    .progress-outer-wrap {
        padding: 0px;
        width: 300px;
        float: left
    }
    .progress-inner-wrap {
        padding: 0px;
    }
    .progess {
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3ea6f0), to(#184755));
        background: -webkit-linear-gradient(left, #3ea6f0, #184755);
        background: -moz-linear-gradient(left, #3ea6f0, #184755);
        background: -o-linear-gradient(left, #3ea6f0, #184755);
        background: -ms-linear-gradient(left, #3ea6f0, #184755);
        background: linear-gradient(left, #3ea6f0, #184755);
        background-color: #3ea6f0;
        border-radius: 10px;
    }
    #view_bar {
        float: left;
        height: 16px;
        background: #fff;
        width: 16px;
        position: absolute;
        left: 0px;
        top: 2px;
        bottom: 2px;
        border-radius: 20px;
    }
    .woocommerce div.product .up-sells-carousel-wrap{
        width:90%;
        margin: 0 auto;
        text-align:center;
    }
    .woocommerce div.product .up-sells-carousel-wrap .owl-carousel.owl-drag .owl-item+{
        text-align:center;
    }
    .up-sells-carousel li{
        text-align: center;
        list-style: none;
        display: inline-block;
    }
    .up-sells-carousel li .product-thumb-info-wrap{
        min-height:120px;
    }
    .up-sells-carousel li a,
    .up-sells-carousel li a:hover,
    .up-sells-carousel li a:focus,
    .up-sells-carousel li a:active,
    .up-sells-carousel li a:active:focus,
    .up-sells-carousel li a:focus:active{
        color: #174450;
        text-decoration: none;
    }
    .up-sells-carousel li a.btn{
        color: #fff;
    }
    .up-sells-carousel li .woocommerce-loop-product__title{
        font-size: 1.25em;
    }
    .woocommerce div.product .up-sells-carousel li span.price{
        color: #174450;
        font-size: 1.15em;
        margin: 15px 0px 0px;
    }
    .up-sells-carousel li .border-bg{
        margin-top:3px;
    }
    .up-sells-carousel.owl-theme .owl-controls .owl-page {
        display: inline-block;
    }
    .up-sells-carousel.owl-theme .owl-controls .owl-page span {
        background: none repeat scroll 0 0 #869791;
        border-radius: 20px;
        display: block;
        height: 12px;
        margin: 5px 7px;
        opacity: 0.5;
        width: 12px;
    }
    .up-sells-carousel.owl-theme .owl-prev{
        position: absolute;
        top: 50%;
        left: -40px;
        transform: translateY(-50%);
    }
    .up-sells-carousel.owl-theme .owl-next{
        top: 50%;
        transform: translateY(-50%);
        right: -32px;
    }
    .up-sells-carousel .owl-prev i, .up-sells-carousel .owl-next i {
        font-size: 33px;
        color: #174450;
    }
    /*Start styles for product upsells modal*/
        .upsells-popup-wrap{
            text-align:center;
        }
        .upsells-popup-item{
            width: 25%;
            display: inline-block;
            margin: 5px 15px;
            background-color: #f1f1f1;
            cursor:pointer;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            vertical-align: top;
        }
        .upsells-popup-item:hover{
            -moz-box-shadow: 0px 3px 8px rgb(100,100,100);
            -webkit-box-shadow: 0px 3px 8px rgb(100,100,100);
            box-shadow: 0px 3px 8px rgb(100,100,100);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
        .upsells-popup-item .upsells-popup-wrap-image img{
            width:100%;
        }
        .upsells-popup-wrap-content{
            min-height: 125px;
        }
        .upsells-popup-wrap-content p{
            margin:0px;
        }
        .upsells-popup-wrap-content .woocommerce-loop-product__title{
            font-size: 1.25em;
            color: #174450;
            font-weight: 700;
            margin-top: 7px;
            margin-bottom: 0px;
        }
        .upsells-popup-wrap-content p{
            border:0px!important;
            padding-top:3px!important;
        }
        .woocommerce div.product .upsells-popup-wrap-content p.price{
            margin-bottom:0px;
        }
        .upsells-popup-wrap-content p .woocommerce-Price-amount{
            font-size: .75em;
            color: #174450;
            font-weight: 700;   
        }
        .upsells-popup-wrap-content .btn,
        .upsells-popup-wrap-content .btn:focus,
        .upsells-popup-wrap-content .btn:active,
        .upsells-popup-wrap-content .btn:focus:active,
        .upsells-popup-wrap-content .btn:active:focus{
            color: #fff;
            text-decoration: none;
            background-color: #174450;
            border-color: #174450;
            border-width: 2px;
            border-radius: 35px;
            margin-top: 10px;
            outline: 0;
            white-space: normal;
        }
        .upsells-popup-wrap-content .btn:hover{
            color: #174450;
        }
    /*End styles for product upsells modal*/
/*End css for product page*/
/*Start css for buttons*/
    .btn{
        position: relative;
    }
    .btn-slide,
    .btn-slide:focus,
    .btn-slide:focus:active,
    .btn-slide:active,
    .btn-slide:active:focus {
        color: #fff;
        background-color: #174450;
        border-color: #174450;
        border-width: 2px;
        border-radius: 35px;
        margin-top: 10px;
        outline: 0;
        white-space: normal;
    }
    .btn-slide:hover {
        color: #fff;
        text-decoration: none;
        background-color: transparent;
    }
    .btn-orange {
        background-color: #f37024;
        border-color: #f37024;
        color: #fff;
        border-radius: 0;
        margin-top: 10px;
        white-space: normal;
        display: block;
        text-transform: uppercase;
        text-align: left;
        font-weight: 700;
        font-size: 20px;
        outline: none;
        padding: 10px 20px;
    }
    .btn-orange:hover {
        color: #f37024;
        text-decoration: none;
        background-color: transparent;
    }
    .product-content-wrap .btn-primary,
    .product-content-wrap .btn-primary:focus,
    .woocommerce-variation-add-to-cart .btn-primary,
    .woocommerce-variation-add-to-cart .btn-primary:focus {
        background-color: #f37024;
        border-color: #f37024;
        color: #fff;
        border-radius: 3px;
        white-space: normal;
        text-transform: uppercase;
        text-align: left;
        font-weight: 700;
        outline: none;
        display: inline-block;
        margin: 0;
        font-size: 17px;
        padding: 8px 35px !important;
        height: auto !important;
    }
    .product-content-wrap .btn-primary:hover,
    .woocommerce-variation-add-to-cart .btn-primary:hover {
        color: #f37024;
        border-color: #f37024;
        text-decoration: none;
        background-color: transparent;
    }
    .btn-primary,
    .btn-info{
        background-color: #174450;
        border-color: #174450;
        color: #fff;
        border-radius: 3px;
        margin: 10px 0px;
        white-space: normal;
        display: block;
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
        font-size: 20px;
        outline: none;
        padding: 10px 20px;
    }
    .btn-primary:hover,
    .btn-primary:active:focus,
    .btn-primary:active:focus,
    .btn-primary:active:hover,
    .btn-primary:active:focus,
    .btn-primary:active:focus,
    .btn-primary:active:hover,
    .open>.dropdown-toggle.btn-primary:focus,
    .open>.dropdown-toggle.btn-primary:focus,
    .open>.dropdown-toggle.btn-primary:hover,
    .btn-info:hover,
    .btn-info:active:focus,
    .btn-info:active:focus,
    .btn-info:active:hover,
    .btn-info:active:focus,
    .btn-info:active:focus,
    .btn-info:active:hover,
    .open>.dropdown-toggle.btn-info:focus,
    .open>.dropdown-toggle.btn-info:focus,
    .open>.dropdown-toggle.btn-info:hover {
        color: #174450;
        border-color: #174450;
        text-decoration: none;
        background-color: transparent;
    }
    .btn-grey {
        background-color: #797d8a;
        border-color: #797d8a;
        color: #fff;
        border-radius: 3px;
        margin-top: 10px;
        white-space: normal;
        display: block;
        text-transform: uppercase;
        text-align: left;
        font-weight: 700;
        outline: none;
        padding: 10px 20px;
    }
    .btn-grey:hover {
        color: #797d8a;
        text-decoration: none;
        background-color: transparent;
    }
    .btn-grey:focus,
    .btn-primary:focus,
    .btn-orange:focus,
    .btn-slide:focus {
        outline: 0;
        box-shadow: none;
    }
    .home-btn{
        font-size: 16px;
    }
    .arrowed-btn:before{
        content: "\f054";
        font-family: FontAwesome;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
/*End css for buttons*/
/*Start css for footer*/
    .footer {
        background-color: #174450;
        padding: 0px;
        color: #ccc;
    }
    .footer h1,
    .footer h2,
    .footer h3,
    .footer h4,
    .footer h5,
    .footer h6 {
        color: #ccc;
    }
    .footer section>h4 {
        margin-top: 0px;
    }
    .footer i {
        color: #ccc;
    }
    .footer a {
        color: #fff;
    }
    .footer a:hover,
    .footer a:focus {
        color: #f37024;
    }
    .footer .widget_nav_menu ul.menu {
        margin-block-start: 0px;
        margin-block-end: 0px;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 0px;
    }
    .footer .widget_nav_menu li {
        list-style: none;
        margin: 0 0 7px 0;
    }
    .footer .widget_nav_menu li a {
        font-size: 1.05em;
    }
    .footer-top{
        background-color:#184451;
        padding: 35px 0px 30px 0px;
        color: white;
    }
    .ftr-logo .logo{
        max-width: 255px;
    }
    .ftr-menu{
        padding: 15px 0px;
    }
    .slpwrld-ftr-menu{
        margin: 0;
        padding: 0;
        display: block;
    }
    .slpwrld-ftr-menu li {
        list-style: none;
        display: inline-block;
        padding: 10px 0;
    }
    .slpwrld-ftr-menu li a{
        color: #fff;
        padding: 10px 20px;
        font-size:1.65rem;
    }
    .slpwrld-ftr-menu li a:hover{
        text-shadow: 2px ​2px 10px rgb(0 0 0 / 80%);
    }
    .slpwrld-ftr-menu li a:focus,
    .slpwrld-ftr-menu li a:active,
    .slpwrld-ftr-menu li a:focus:active,
    .slpwrld-ftr-menu li a:active:focus{
        text-decoration: none;
    }
    .ftr-social-wrap{
        margin:20px;
    }
    .ftr-social-wrap li {
        list-style: none;
        display: inline-block;
        margin-right: 15px;
        font-size: 35px;
    }
    .ftr-social-wrap .fa-circle{
        color: #999999;
    }
    .ftr-social-wrap .fa-stack{
        font-size: 30px;
    }
    .ftr-social-wrap .fa-stack-1x{
        color: #ffffff;
    }
    .ftr-social-wrap li a:hover .fa-stack-1x {
      -webkit-transform: rotateZ(360deg);
      -moz-transform: rotateZ(360deg);
      transform: rotateZ(360deg);
      -webkit-transition: .6s ease-out;
      -moz-transition: .6s ease-out;
      transition: .6s ease-out; 
    }
    .ftr-copyright{
        margin: 20px 0px 0px;
        color: #999;
        font-size:1.5rem;
    }
    .ftr-copyright .copyright-item{
        padding: 8px;
    }
    .ftr-copyright .copyright-item a{
        color: #999;
    }
    .ftr-copyright .copyright-item a:hover{
        color: #f37126;
    }
    .btm-footer{
      background-color: #f37126;
      padding: 15px 0;
      text-align: right;
      color: #231f20;
    }
    .btm-footer a:hover{
        color: #184451;
    }
    .footer-btm-items{
        display: block;
        padding: 0;
        margin: 0;
    }
    .footer-btm-items li{
        list-style: none;
        display: inline-block;
        font-size: 1.85rem;
    }
    .footer-btm-items li:last-child{
        margin-left:40px;
    }
    .footer-btm-items li img{
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }
    .footer-btm-items li span{
        display: inline-block;
        vertical-align: middle;
    }
    .footer-btm-items li a{
        color: #231f20;
        padding: 8px;
    }
    .footer-btm-items li a:hover{
        color: #184451; 
    }
    .footer-btm-items li a:focus,
    .footer-btm-items li a:active,
    .footer-btm-items li a:focus:active,
    .footer-btm-items li a:active:focus{
        color: #231f20;
    }
    .footer-btm-items i{
        color: #000000;
    }
/*End css for footer*/
/*Start code for the Shop page css*/
    .woocommerce .shop-cat-title{
        color: #174450;
        margin: 0;
        padding: 0;
    }
    .shop-sort-wrap{
        display: inline-block;
        min-width: 185px;
    }
    .orange {
        color: #f37024;
    }
    .shop-filters-wrap hr {
        color: #c4c4c4;
        height: 5px;
    }
    .shop-selected-filters-wrap {
        background-color: #e8e8e8;
        color: #174450;
    }
    .selection-heading {
        border-bottom: 3px solid #c4c4c4;
        padding: 15px 15px 10px 15px;
    }
    .selection-content{
        padding:10px 0;
    }
    .woocommerce .selection-heading h1,
    .woocommerce .selection-heading h2,
    .woocommerce .selection-heading h3,
    .woocommerce .selection-heading h4,
    .woocommerce .selection-heading h5,
    .woocommerce .selection-heading h6{
        margin: 0;
        color: #174450;
    }
    .slider-handle {
        background-color: #174450;
        background-image: -webkit-linear-gradient(top,#174450 0,#1b819c 100%);
        background-image: -o-linear-gradient(top,#337ab7 0,#2e6da4 100%);
        background-image: linear-gradient(to bottom,#174450 0,#1b819c 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff2e6da4',GradientType=0);
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    }
    /*.shop-selected-filters-wrap h3{
        border-bottom: 2px solid #c4c4c4;
    }*/
    .woocommerce .shop-selected-filters-heading h3 {
        color: #174450;
    }
    .product-filter-wrap h5,
    .product-filter-wrap .size_cancellation_wrap,
    .product-filter-wrap .comfort_cancellation_wrap,
    .product-filter-wrap .brand_cancellation_wrap {
        display: initial;
    }
    .product-filter-wrap {
        padding: 3px 15px;
    }
    .woocommerce .selection-heading{
        color: #174450;
    }
    .woocommerce .product-filter-wrap h1,
    .woocommerce .product-filter-wrap h2,
    .woocommerce .product-filter-wrap h3,
    .woocommerce .product-filter-wrap h4,
    .woocommerce .product-filter-wrap h5,
    .woocommerce .product-filter-wrap h6{
        color: #174450;
    }
    .product-filter-wrap h5 {
        margin: 0;
    }
    .product-search-filters-wrap{
        padding:10px 0px;
        border-top: 2px solid #c4c4c4;
    }
    .product-search-filters-wrap:first-child{
        border-top: 0px; 
    }
    .product-search-filters-wrap label{
        display: block;
    }
    .product-search-filters-wrap #price_filters{
        text-align:center;
    }
    .btn.btn-shop-sidebar {
        background-color: #fff;
        color: #174450;
        font-size: 1.15em;
        font-weight:700;
        width: 100%;
        text-align: left;
        outline: none;
        padding-left: 0px;
        /*border-top: 2px solid #c4c4c4;*/
        border-radius: 0px;
        outline: none;
    }
    .btn.btn-shop-sidebar:focus {
        box-shadow: none;
        outline: none;
    }
    #brand_filters,
    #confort_filters,
    #size_filters {
        padding: 0 10px;
    }
    #price_filters {
        padding: 0 15px;
    }
    .cancelsidefilter {
        color: #f37024;
        cursor: pointer;
        margin-left: 3px;
    }
    .shop-filters-wrap button .fa {
        float: right;
        color: #174450;
    }
    .shop-filters-wrap button .fa.fa-angle-up {
        display: none;
    }
    .shop-filters-wrap button[aria-expanded="true"] .fa.fa-angle-down {
        display: none;
    }
    .shop-filters-wrap button[aria-expanded="true"] .fa.fa-angle-up {
        display: block;
    }
    .shop-product-wrap {
        width: 30%;
        display: inline-block;
        margin: 10px;
    }
    .shop-product-wrap .fa.fa-star {
        color: #c4c4c4;
    }
    .shop-product-wrap .fa.fa-star.checked {
        color: #f37024;
    }
    .shop-product-wrap .fa.fa-star-half-alt {
        color: #f37024;
    }
    .shop-product-wrap .ratings {
        display: block;
    }
    .shop-product-wrap .btn.product-details {
        background-color: #174450;
        color: #fff;
        border-radius: 20px;
        text-align: center;
    }
    .onload-product-img {
        z-index: 999;
    }
    .onhover-product-img {
        z-index: 0;
    }
    .product-details-wrap {
        text-align: center;
        margin-top: 20px;
    }
    .product-name {
        color: #174450;
        font-weight: 700;
        /*font-size: 25px;*/
        line-height: 27px;
        margin-block-start: 0em;
        margin-block-end: 0em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }
    .product-brand {
        color: #174450;
        margin-block-start: 0em;
        margin-block-end: 0em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }
    .shop-product-wrap .callout {
        position: absolute;
        background-color: #f37024;
        color: #fff;
        padding: 10px;
    }
    .shop-load-more-spinner{
        display: none;
        margin-left:3px;
    }
/*End code for the Shop page css*/
/*Start product single styles*/
/*End product single styles*/
/*Start code to override the woocommerce styles*/
    .woocommerce #content input.button,
    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button,
    .woocommerce-page #content input.button,
    .woocommerce-page #respond input#submit,
    .woocommerce-page a.button,
    .woocommerce-page button.button,
    .woocommerce-page input.button{
        background-color: #f37024;
        border-color: #f37024;
        color: #fff;
        border-radius: 3px;
        white-space: normal;
        text-transform: uppercase;
        text-align: left;
        font-weight: 700;
        outline: none;
        display: inline-block;
        margin: 0;
        font-size: 17px;
        padding: 8px 35px !important;
        height: auto !important;
    }
    .woocommerce #content input.button:hover,
    .woocommerce #respond input#submit:hover,
    .woocommerce a.button:hover,
    .woocommerce button.button:hover,
    .woocommerce input.button:hover,
    .woocommerce-page #content input.button:hover,
    .woocommerce-page #respond input#submit:hover,
    .woocommerce-page a.button:hover,
    .woocommerce-page button.button:hover,
    .woocommerce-page input.button:hover{
        color: #f37024;
        border-color: #f37024;
        text-decoration: none;
        background-color: transparent;
    }
    .woocommerce h1,
    .woocommerce h2,
    .woocommerce h3,
    .woocommerce h4,
    .woocommerce h5,
    .woocommerce h6{
            color: #f37024;            
    }
    #order_review_heading{
        text-transform: capitalize;
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        color: #174450;
        font-weight: 700;
        font-size: 25px;
        line-height: 27px;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 30%;
        margin: 10px;
    }
    .woocommerce .woocommerce-info,
    .woocommerce .woocommerce-message,
    .woocommerce-page .woocommerce-info,
    .woocommerce-page .woocommerce-message,
    .woocommerce-message,
    .woocommerce .woocommerce-error,
    .woocommerce-form-coupon-toggle{
        background-color: #174450;
        color:#fff;
        border-top: 3px solid #f37024;
        position: relative;
        display: flex;
        align-items: center;
        padding: 25px 14% 25px 50px;
        font-weight: 700;
        font-size: 1.25em;
    }
    .woocommerce .woocommerce-error{
        border-top: 3px solid red;
    }    
    .woocommerce .woocommerce-message{
        border-top-color: #8fae1b;
    }
    .woocommerce .alert-warning{
        padding: 0px;
        margin-bottom: 0px;
        border: 0px solid transparent;
        border-radius: 0px;
        color: #fff;
        background-color: transparent;
        border-color: transparent;
    }
    .woocommerce .alert-warning a:hover{
        color: #fff;
    }
    .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before {
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button{
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
        margin: 0 15px;
    }
    /*Start styles for woocommerce cart and checkout*/
        .woocommerce div.product form.cart div.quantity,
        .woocommerce #content table.cart td.actions .coupon,
        .woocommerce table.cart td.actions .coupon,
        .woocommerce-page #content table.cart td.actions .coupon,
        .woocommerce-page table.cart td.actions .coupon{
            float: none;
            margin: 0 4px 0 0;
            display: inline-block;
            color: #555;
        }
        button[name="add-to-cart"],
        button[name="apply_coupon"],
        button[name="update_cart"]{
            height: auto!important;
            padding: 13px!important;
            float: none;
            display: inline-block;
            margin-top:0px!important;
        }
        .product-add-success{
            text-align: center;
        }
        .woocommerce .flex-prev,
        .woocommerce .flex-next {
            font-size: 0;
        }
        .woocommerce-cart-form .product-name a,
        .woocommerce-cart-form .product-name a:active,
        .woocommerce-cart-form .product-name a:focus,
        .woocommerce-cart-form .product-name a:active:focus,
        .woocommerce-cart-form .product-name a:focus:active{
                font-size:1.75em;
            }
        .woocommerce-cart-form td.product-price{
            font-size:1.75em;
        }
        #add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th{
            vertical-align: top;
        }
        #add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
            width: 100px;
            box-shadow: none;
        }
        #add_payment_method .cart-collaterals .shipping-calculator-button, .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button{
            height:auto!important;
        }
        .woocommerce-cart table.cart td.actions .coupon .input-text{
            width: 135px!important;
            border: 1px solid rgba(0,0,0,.1)!important;
            border-radius: 0px;
            height: 56px;
            border-radius: 3px;
        }
        .woocommerce-checkout-review-order .cart_item .variation{
            font-size: .90em;
            font-weight:400;
        }
        .woocommerce-checkout-review-order .order-total{
            color: #f37024;
            font-size: 1.25em;
        }
        .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
            box-sizing: border-box;
            margin: 0;
            outline: 0;
            line-height: normal;
            transition: 0.4s;
            display: block;
            width: 100%;
            height: 34px;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857143;
            color: #555;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccc;
            border-radius: 4px;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
            -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        }
        .woocommerce form .form-row {
            margin: 0 0 15px;
        }
        .woocommerce .select2-container--default .select2-selection--single{
            box-sizing: border-box;
            margin: 0;
            outline: 0;
            line-height: normal;
            transition: 0.4s;
            display: block;
            width: 100%;
            height: 34px;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857143;
            color: #555;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccc;
            border-radius: 4px;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
            -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        }
        .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 26px;
            position: absolute;
            top: 50%;
            transform:translateY(-50%);
            right: 1px;
            width: 20px;
        }
        .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
            color: #444;
            line-height: 19px;
        }
        #add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li{
            line-height:1.25;
        }
        #ship-to-different-address{
            font-size:1.15em;
        }
        .woocommerce-info::before {
            color: #fff;
        }
        /*Start styles for checkout coupon section*/
            .woocommerce .checkout_coupon p{
                margin:0px;
            }
            .woocommerce .checkout_coupon input.input-text{
                height: 42px;
            }
        /*End styles for checkout coupon section*/
    /*End styles for woocommerce cart and checkout*/
/*End code to override the woocommerce styles*/
/*Start code for woocommerce Shop css*/
    /*.product-thumb-wrap,
    .product-thumb-wrap:hover,
    .product-thumb-wrap .product-thumb-bottom,
    .product-thumb-wrap:hover .product-thumb-bottom{
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .product-thumb-wrap .product-thumb-bottom{
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        text-align:left;
    }
    .product-thumb-wrap:hover .product-thumb-bottom{
        text-align:center;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }*/
    .as-product-wrap{
        display: flex;
        flex-wrap: wrap;
        /*justify-content: center;*/
        justify-content: left;
        width: 100%;
    }
    .as-productitem-wrap{
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding: 0 15px;
    }
    .product-thumb-bottom{
        padding-bottom:10px;
    }
    .product-thumb-wrap span.onsale,
    .woocommerce ul.products li.product .onsale {
        top: 0;
        right: auto !important;
        left: auto;
        background: #f37024;
    }
    .woocommerce span.onsale {
        padding: 2px 19px !important;
        border-radius: 0px !important;
        margin: 0px !important;
    }
    .woocommerce ul.products li.product .price,
    .product-thumb-wrap .woocommerce-Price-amount.amount,
    .star-rating {
        color: #f37024;
    }
    /*.product-thumb-wrap .product-thumb-bottom .btn.btn-slide:hover {
        color: #174450;
    }
    */
    .product-thumb-wrap{
        position:relative;
    }
    .product-thumb-wrap:hover .product-thumb-bottom .btn.btn-slide,
    .product-thumb-wrap:hover .product-thumb-bottom .btn.btn-slide:active,
    .product-thumb-wrap:hover .product-thumb-bottom .btn.btn-slide:active:focus,
    .product-thumb-wrap:hover .product-thumb-bottom .btn.btn-slide:focus,
    .product-thumb-wrap:hover .product-thumb-bottom .btn.btn-slide:focus:active,
    .product-thumb-wrap:hover .product-thumb-bottom .btn.btn-slide:hover{
        background-color: #fff;
        color: #174450;
        border-color:#174450;
    }
    .related-product-wrap .border-bg {
        min-height: 0px;
    }
    .product-thumb-wrap{
        margin-bottom: 20px;
        min-height: 420px;
    }
    .product-thumb-wrap .price {
        display: block;
        margin: 10px 0;
    }
    .product-thumb-wrap .star-rating {
        float: none;
    }
    .product-thumb-wrap h4{
        margin-bottom: 0;
        display: inline-block;
    }
    .product-thumb-wrap .content-wrap-pos{
        min-height: 252px;
    }
    .protween{
        opacity: 0.5;
        transform: translateY(5px);
    }
    #load_more_products{
        display: inline-block;
    }
/*End code for woocommerce Shop css*/
/*Start css for bootstrap override*/
    .modal{
        z-index:9999;
    }
    .modal-backdrop {
        background-color: #fff;
    }
    .modal-dialog .modal-content {
        border: 10px solid #174450;
        border-radius: 3px;
    }
    .modal-content .close {
        font-size: 36px;
        font-weight: 100;
    }
/*End css for bootstrap override*/
/*Start css for gravity form css*/
    .gform_button,
    .gform_button:focus,
    .gform_button:focus:active,
    .gform_button:active:focus{
        outline:none;
        background-color: #f37024;
        border:1px solid #f37024; 
        color:#fff;
        text-align: center;
        border-radius: 3px;
        margin: 10px 0px;
        white-space: normal;
        text-transform: uppercase;
        font-weight: 700;
        outline: none;
        padding: 10px 20px;
        /*border-style: none;*/
        margin-bottom:0px;
    }
    .gform_button:hover{
        background-color: transparent;
        border:1px solid #f37024; 
        color: #f37024;
        text-align: center;
        border-radius: 3px;
        margin: 10px 0px;
        white-space: normal;
        text-transform: uppercase;
        font-weight: 700;
        outline: none;
        padding: 10px 20px;
        /*border-style: none;*/
        margin-bottom:0px;
    }
    .gform_wrapper .form-control {
        /*border: 0;*/
        /*border-bottom: 2px solid #c4c4c4;*/
        border: 2px solid #c4c4c4!important;
        border-radius: 4px!important;
        box-shadow: none;
        outline: none;
        border-radius: 4px;
        height: 40px;
        color: #174450;
        font-size: 16px;
    }
    .gform_wrapper label.gfield_label,
    .gform_wrapper legend.gfield_label {
        color: #174450;
    }
    .gform_wrapper label.gfield_label span,
    .gform_wrapper legend.gfield_label span{
        color: #f37024;
    }
    .gform_wrapper .gfield_required {
        color: #797d8a !important;
    }
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        font-size: 16px !important;
    }
    .gform_wrapper .form-control:focus {
        border-bottom: 2px solid #c4c4c4;
        box-shadow: none;
        outline: none;
        border-radius: 0;
    }
    body .gform_wrapper .top_label div.ginput_container {
        margin-top: 0 !important;
    }
    .selectric-gformselect,
    .selectric-gfield_select{
        margin-bottom: 20px;
    }
    .selectric-gformselect .selectric,
    .selectric-gfield_select .selectric {
        background: #fff;
        border: 0;
        border-bottom: 2px solid #c4c4c4;
        border-radius: 0;
    }
    .selectric-gformselect .selectric .label,
    .selectric-gfield_select .selectric .label{
        font-size: 16px;
        color: #174450;
        font-weight: 400;
        margin: 0;
        line-height: 35px;
        height: 35px;
        text-align: left;
        padding: 0;
    }
    .selectric-gformselect .selectric .button,
    .selectric-gfield_select  .selectric .button{
        width: 44px;
        height: 44px;
        line-height: 44px;
        background-color: #fff;
        bottom: 0;
        top: inherit;
    }
    .selectric-gformselect .selectric .button:after,
    .selectric-gfield_select .selectric .button:after{
        content: "\f107";
        position: absolute;
        font-family: FontAwesome;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        color: #174450;
        font-size: 26px;
        margin: 0;
        border: 0;
        width: auto;
        height: auto;
    }
    .selectric-gformselect .selectric-items li.highlighted,
    .selectric-gfield_select .selectric-items li.highlighted{
        background: #D0D0D0;
        color: #174450;
        display: block;
    }
    .selectric-gformselect .selectric-items ul,
    .selectric-gformselect .selectric-items li,
    .selectric-gfield_select .selectric-items ul,
    .selectric-gfield_select .selectric-items li{
        font-size: 16px;
    }
    .selectric-gformselect .selectric-items li:hover,
    .selectric-gfield_select .selectric-items li:hover{
        background: #D5D5D5!important;
        color: #174450!important;
    }
    /*.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
        color: #174450!important;
    }*/
    .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
        background-color: transparent!important;
        border-top: 0px!important;
        border-bottom: 0px!important;
    }
    .gform_wrapper .gfield_error .gfield_label {
        /*color: #f37024!important;*/
        color: #174450!important;
    }
    .gform_wrapper .validation_message {
        color: #f37024!important;
        padding-top: 0px!important;
    }
    .gform_wrapper div.validation_error {
        color: #f37024!important;
        border-top: 2px solid #f37024!important;
        border-bottom: 2px solid #f37024!important;
    }
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea{
        border: 0!important;
        /*border-bottom: 2px solid #c4c4c4!important;*/
        border: 2px solid #c4c4c4!important;
        border-radius: 4px!important;
        box-shadow: none!important;
        outline: none!important;
        height: 45px!important;
        color: #174450!important;
        font-size: 18px!important;
    }
/*    #gform_fields_2 input,
    .selectric-gformselect .selectric, .selectric-gfield_select .selectric{
        border: 2px solid #c4c4c4!important;
        border-radius: 4px!important;
      }*/
    .selectric-gformselect .selectric, .selectric-gfield_select .selectric{
        padding: 5px;
        border: 2px solid #c4c4c4!important;
        border-radius: 4px!important;
    }
    .gform_wrapper textarea {
        padding: 6px 8px;
        line-height: 1.5;
        resize: none;
        border: 0;
        border-bottom: 2px solid #c4c4c4;
        box-shadow: none;
        outline: none;
        border-radius: 0;
        height: 40px;
        color: #174450;
        font-size: 18px;
    }
    .gravity-submit,
    .gravity-submit:focus,
    .gravity-submit:focus:active,
     .gravity-submit:active,
     .gravity-submit:active:focus{
        color: #f37024;
        text-transform: uppercase;
        font-size: 20px;
        background-color:transparent;
        border:0px;
        outline:none;
    }
    .gravity-submit:after {
        content: "\f003";
        font-family: FontAwesome;
        padding: 16px;
        background-color: #f37024;
        color: #fff;
        border-radius: 50%;
        font-size: 38px;
        margin-left: 10px;
        vertical-align: middle;
    }
/*    .gform-1-custom-btn {
        text-align: right;
    }
*//*End css for gravity form css*/
/*Start css for product page*/
    .woocommerce div.product form.cart .variations {
        margin: 20px 0px 0px 0px;
    }
    .woocommerce div.product form.cart .variations tr {
        margin-bottom: 25px;
        display: block;
    }
    .woocommerce div.product form.cart .variations tr:last-child {
        margin-bottom: 0px;
    }
    .woocommerce div.product form.cart .variations td.label {
        margin: 0px;
        font-size: 1em;
        display: block;
        width: 100%;
        color: #174450;
        font-weight: 700;
        text-align: left;
        line-height: 0.8;
        padding: 0;
    }
    .woocommerce div.product form.cart .variations td,
    .woocommerce div.product form.cart .variations th {
        display: block;
    }
    .woocommerce-variation .single_variation {
        -webkit-transition: all 5s ease;
        -moz-transition: all 5s ease;
        -o-transition: all 5s ease;
        transition: all 5s ease;
    }
    .ppom-wrapper .form-row,
    .ppom-col {
        padding: 0 !important;
    }
    .woocommerce form .form-row label {
        line-height: 1;
    }
    .variations .selectric-select-lite {
        margin-bottom: 0;
    }
    .woocommerce-variation-price span.price {
        font-size: 1.25em !important;
        margin-bottom: 0 !important;
    }
    .ppom-wrapper label {
        margin-bottom: 5px;
        font-size: 18px;
        display: block;
        width: 100%;
        color: #174450;
        font-weight: 700;
        text-align: left;
        line-height: 1.2;
        padding: 0;
    }
    .woocommerce div.product form.cart div.quantity {
        display: inline-block;
        width: 30%;
    }
    .woocommerce-variation-add-to-cart {
        margin-top: 35px;
    }
    .product-single-addnl-info {
        margin: 50px 0px;
    }
    .product-single-addnl-info .addnlinfo-trigger,
    .product-single-addnl-info .addnlinfo-trigger.collapsed,
    .product-single-addnl-info .addnlinfo-trigger:active:focus,
    .product-single-addnl-info .addnlinfo-trigger:focus:active,
    .product-single-addnl-info .addnlinfo-trigger:focus,
    .product-single-addnl-info .addnlinfo-trigger:active,
    .product-single-addnl-info .addnlinfo-trigger:hover{
        background-color: #c4c4c4;
        border-radius: 4px;
        color: #174450;
        border-color: #c4c4c4;
        padding: 15px;
    }
    .product-single-addnl-info .row{
        position:relative;
    }
    .product-single-addnl-info [class*='col-']{
        position:static;
    }
    .single-product.woocommerce span.onsale{
        top: 15px!important;
        left:auto!important;
        right: -.5em!important;
        z-index:1!important;
        background-color: #F37024;
    }
    /*.product-single-addnl-info .collapse{
        position: absolute;
        left: 15px;
        right: 15px;
        z-index: 1;
    }
    .product-single-addnl-info .collapsing {
        position: absolute;
        height:auto;
        left: 15px;
        right: 15px;
        z-index: 2;
        display: block;
    }
    .product-single-addnl-info .well{
        border: 0px;
        box-shadow: none;
        border-radius: 0px;
    }*/
/*End css for product page*/
/*Start css for minicart*/
    .header-mini-cart .well {
        padding: 7px;
    }
    .woocommerce-mini-cart-item {
        position: relative;
        margin-bottom: 10px;
        border-bottom: 1px solid #f37024;
        padding-bottom: 5px;
    }
    .woocommerce-mini-cart-item .product-remove-trigger {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
    }
    .woocommerce-mini-cart-item .product-remove-trigger a {
        display: block;
        font-size: 1.5em;
        height: 1em;
        width: 1em;
        text-align: center;
        line-height: 1;
        border-radius: 100%;
        color: #f37024 !important;
        text-decoration: none;
        font-weight: 700;
        border: 0;
    }
    .woocommerce-mini-cart-item .product-remove-trigger a.remove:hover {
        color: #fff !important;
        background: #f37024;
    }
    .woocommerce-mini-cart-item .product-wrap {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .minicart-product-thumb {
        flex-basis: 25%;
        box-sizing: border-box;
        /*background-color: red;*/
        text-align: center;
    }
    .minicart-product-thumb img {
        max-width: 70px;
    }
    .minicart-product-detail {
        flex-basis: 70%;
        box-sizing: border-box;
        text-align: left;
        /*background-color: yellow;*/
    }
    .minicart-prod-title h5 {
        margin-top: 0;
        margin-bottom: 5px;
        text-transform: uppercase;
    }
    /*.minicart-prod-info .variation{
            margin-bottom: 0px;
            display: table;
            font-size: .85em;
        }*/
    .minicart-prod-info .variation dt {
        display: inline-block;
        width: 35%;
        font-size: .85em;
        vertical-align: top;
    }
    .minicart-prod-info .variation dd {
        display: inline-block;
        width: 63%;
        font-size: .85em;
        vertical-align: top;
    }
    /*.minicart-prod-info .variation dd{
            font-weight:300;
            display: table-cell;
            width: 60%;
        }*/
    .minicart-product-detail p {
        margin: 0px;
    }
    .woocommerce-mini-cart-item .quantity {
        font-size: .86em;
    }
    .woocommerce-mini-cart__buttons .button,
    .woocommerce a.button,
    .woocommerce-page a.button {
        border: 1px solid #f37024 !important;
        background-color: #ffffff !important;
        color: #f37024 !important;
        border-radius: 0 !important;
        white-space: normal;
        display: inline-block;
        text-transform: uppercase;
        text-align: left;
        font-weight: 700;
        outline: none;
        padding: 10px 20px;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin: 10px 0 10px 10px;
    }
    .woocommerce-mini-cart__empty-message{
        text-align: center;
        font-weight: 700;
        margin: 0px;
        color: #f37024;
    }
    /*.minicart-product-thumb,
        .minicart-product-detail{
            display: inline-block;
            vertical-align: top;
            width: 48%;
            text-align: left;
        }
        .minicart-product-thumb img{
            width: 100%;
            vertical-align: inherit;
        }
        .variation dt{
            float: left;
            margin-right: 10px;
        }
        .variation dd{
            display: block;
        }
        .variation dd p{
            margin: 0;
        }
        */
/*End css for minicart*/
/*Start styles for 404 template*/
    .fourofour-wrap{
      min-height:500px;
    }
    .fourofour-bg {
      position: absolute;
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
    .fourofour-bgimg {
      position: absolute;
      width: 120%;
      height: 120%;
      top: -10%;
      left: -10%;
      background: url('https://sleepworldok.com/wp-content/uploads/2019/06/sw-404-bg.jpg') center center no-repeat;
      background-size: cover;
    }
/*End styles for 404 template*/
/*Start css for checkbox*/
    input[type=checkbox].css-checkbox,
    input[type=radio].css-checkbox {
        position: absolute;
        z-index: -1000;
        left: -1000px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }
    input[type=checkbox].css-checkbox + span.css-label,
    input[type=radio].css-checkbox + span.css-label {
        padding-left: 28px;
        height:20px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: 0 0;
        vertical-align: middle;
        cursor: pointer;
        }
    input[type=checkbox].css-checkbox:checked + span.css-label,
    input[type=radio].css-checkbox:checked + span.css-label {
        background-position: 0 -20px;
    }
    span.css-label {
        font-weight: normal;
        background-image: url(../images/sleepworld-checkbox.png);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
/*End css for checkbox*/
/*Start css for sidebar*/
    .sidebar{
        margin-top: 20px;
    }
    .sidebar section{
        background-color: #f3f3f3;
        padding: 15px;
        margin-bottom: 15px;
    }
    .sidebar section h1,
    .sidebar section h2,
    .sidebar section h3,
    .sidebar section h4,
    .sidebar section h5,
    .sidebar section h6{
        margin-top: 5px;
        margin-bottom: 5px;
        color: #f37024;
    }
    .sidebar section ul li{
        margin: 4px 0;
    }
/*End css for sidebar*/
@media (max-width: 1199px) {
    /*Start generic styles*/
    body {
        font-size: 14px;
    }
    /*End generic styles*/
    /*Start styles for header*/
    .header-left {
        width: 20%;
    }
    /*.logo img {
        max-width: 210px;
    }*/
    .header-middle {
        width: 25%;
    }
    .header-ctas li {
        margin: 0 3%;
    }
    /*End styles for header*/
    /*Start styles for footer*/
    .footer .logo img {
        max-width: 175px;
    }
    .footer i {
        /*font-size: .75em;*/
    }
    /*End styles for footer*/
    /*Start css for shop page*/
        .as-productitem-wrap{
            flex: 0 0 50%;
            max-width: 50%;
        }
    /*End css for shop page*/
}
@media (max-width: 991px) {
    /*Start header styles*/
        .header-left {
            width: 20%;
        }
        .header-middle {
            width: 50%;
        }
        .header-right {
            width: 30%;
        }
        .cta-inner-wrap span {
            display: none;
        }
        .header-ctas li {
            margin: 0 7%;
        }
        .navbar-default #sleepworld-header-navbar{
            padding: 0px;
        }
        .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li.current-menu-item>a:hover {
            padding: 10px 20px;
        }
        .navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
            padding: 10px 20px;
        }
    /*End header styles*/
    .slide-content h1 {
        font-size: 50px;
    }
    .product-tbl {
        display: block;
    }
    .product-tbl-cell-1 {
        display: block;
        width: 100%;
        padding: 0;
    }
    .product-tbl-cell-2 {
        display: block;
        width: 100%;
        padding: 0;
    }
    .product-custom-list {
        text-align: left;
    }
    .quantity-field,
    .woocommerce .quantity .qty {
        padding: 0 0px 0 12px;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 46%;
    }
    .home-btn{
        font-size: 10px;
    }
    /*Start styles for product single*/
        .product-content-wrap{
            margin-top: 25px;
        }
        .sp-r-2-wrap{
            display: block;
            width:100%;
        }
        .sp-r-2-left,
        .sp-r-2-right{
            flex-basis: unset;
            box-sizing: border-box;
            text-align: left;
        }
        .progress-outer-wrap {
            width: 300px;
            float: none;
        }
        .sp-r-2-left{
            margin-bottom:10px
        }
        .sp-r-2-right{
            margin-top:10px
        }
        .sp-r-2-right ul{
            margin:0px;
            padding:0px;
        }
        .product-single-addnl-info .addnlinfo-trigger,
        .product-single-addnl-info .addnlinfo-trigger.collapsed,
        .product-single-addnl-info .addnlinfo-trigger:active:focus,
        .product-single-addnl-info .addnlinfo-trigger:focus:active,
        .product-single-addnl-info .addnlinfo-trigger:focus,
        .product-single-addnl-info .addnlinfo-trigger:active,
        .product-single-addnl-info .addnlinfo-trigger:hover{
            font-size: 1.15em;
        }
        .woocommerce-variation-add-to-cart {
            margin-top: 0px;
        }
        .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message, .woocommerce-message, .woocommerce .woocommerce-error{
            text-align: left;
            display: block;
        }
        .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button{
            position: static;
            top: auto;
            transform: none;
            right: auto;
            display: block;
        }
        /*Start styles for product single upsells modal*/
            .upsells-popup-item {
                width: 40%;
            }
        /*End styles for product sinle upsells modal*/
    /*End styles for product single*/
    /*Start styles for 404 template*/
        .fourofour-wrap{
          min-height:350px;
        }
    /*End styles for 404 template*/
    .btm-footer{
        text-align:center;
    }
}
@media (max-width: 767px) {
    body {
        font-size: 15px;
    }
    .slide-content h1 {
        font-size: 35px;
        line-height: 1;
    }
    .footer-links {
        padding: 0;
    }
    /*Start header styles*/
        .header {
            padding: 2px 0;
        }
        .header-bottom {
            border-bottom: 0px;
        }
        .navbar-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .header-mobile-logo{
            display: block!important;
            box-sizing: border-box;
            text-align: left;
            flex-basis: 20%;
            width: auto;
            margin: 0px;
        }
        .header-mobile-ctas {
            flex-basis: 60%;
            display: inline-flex!important;
            box-sizing: border-box;
            text-align: center;
            position:static;
        }
        .header-mobile-cta {
            text-align: center;
            flex-basis: 23%;
            /*position:relative;*/
        }
        .header .header-hamburger-wrap{
            flex-basis: 20%;
            display: block;
        }
        #mobile_header_search.collapse.in,
        #mobile_header_search.collapsing{
            display: block !important;
            position: absolute;
            left: 0;
            right: 0;
            /*min-width:300px;*/
        }
        #mobile_header_search input[type=text]{
            border: 10px solid #174450;
            padding: 7px 63px 7px 14px;
            transition: 0.4s;
            border-radius: 0px;
            height: 50px;
        }
        #mobile_header_search .input-wrap .search-submit {
            text-transform: uppercase;
            font-weight: 700;
            background-color: #174450;
            color: #fff;
        }
        .navbar-toggle {
            float:none;
            border: none;
        }
        .navbar-default .navbar-toggle:hover {
            background-color: #fff;
        }
        header.sticky-header #mobile_header_search.collapse.in,
        header.sticky-header #mobile_header_search.collapsing{
            right: 0;
            max-width: 100%;
            left: 0;
            width: 100%;
        }
        .header-bottom-right{
            position: static;
        }
        .header-bottom-wrap{
            position: relative;
        }
    /*End header styles*/
    /*Start code for navbar*/
        /*Start code for changing hamburger to cross on click*/
            .navbar-toggle .icon-bar {
                transition: 300ms ease-in-out;
                background-color: #fff;
                position: relative;
                /*width: 24px;*/
                width: 35px;
                height: 3px;
            }
            .navbar-toggle .icon-bar+.icon-bar {
                margin-top: 7px;
            }
            .navbar-toggle .icon-bar:last-child {
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
                top: -12px;
                ;
            }
            .navbar-toggle .icon-bar:nth-child(2) {
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                top: 7px;
            }
            .navbar-toggle .icon-bar:nth-child(3) {
                opacity: 0;
            }
            .navbar-toggle.collapsed .icon-bar {
                -webkit-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
                top: 0;
                opacity: 1;
            }
        /*End code for changing hamburger to cross on click*/
        .navbar-default .navbar-toggle:focus,
        .navbar-default .navbar-toggle:hover {
            background-color: transparent;
        }
        .header.sticky-header .navbar-toggle {
            display: block;
            border: 0px;
            border-color: transparent;
        }
        .navbar-default #sleepworld-header-navbar {
            text-align: center;
            margin: 7px 0px 10px 0px;
            position: absolute;
            right: 0;
            top: 90%;
            background-color: #fff;
            z-index: 2;
            -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, .5);
            -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, .5);
            box-shadow: 0px 10px 10px rgba(0, 0, 0, .5);
        }
        .navbar-default #sleepworld-header-navbar .navbar-nav{
            float: none!important;
            margin: 7.5px 0px;
            min-width: 300px;
            border-radius: 3px;
            background-color: #fff;      
        }
        .navbar-default #sleepworld-header-navbar .navbar-nav>li {
            float: none;
            display: block;
        }
        .navbar-default #sleepworld-header-navbar .navbar-nav>li.menu-item-has-children.dropdown.open a{
            border-bottom:0px;
        }
        .navbar-default #sleepworld-header-navbar .dropdown-menu {
            border: 2px solid #f37024;
            text-align: center;
        }
    /*End code for navbar*/
    /*Start styles for mini cart*/
        #cartcollapse {
            max-width: 350px;
        }
    /*End styles for mini cart*/
    /*Start code for footer*/
        .footer-left-inner {
            padding: 35px 0px 20px;
        }
        .footer-right-inner {
            padding: 20px 0px 35px;
        }
        .footer-left,
        .footer-right {
            background: none;
            max-width: 65%;
            margin: 0 auto;
        }
        .footer-left {
            background-image: url(../images/boardersm-horiz.png);
            background-repeat: repeat-x;
            background-position:bottom left;
        }
        .footer .logo img {
            max-width: 220px;
        }
        .footer-address,
        .footer-hours {
            margin-top: 20px;
            margin-bottom: 20px;
        }
    /*End code for footer*/
    /*Start styles for homepage*/
        #product-filer-collapse{
            position: static;
            left: auto;
            right: auto;
            text-align:left;
            padding: 0 10px;
        }
        .product-filter-collapse-inner{
            width:100%;
        }
        .slider-wrapper{
            margin-left:10px;
        }
    /*End styles for homepage*/
    /*Start css for product archive*/
        .as-product-wrap{
            display: block;
            width: 100%;
        }
        .as-productitem-wrap{
            flex: unset;
            width: 70%;
            max-width: 70%;
            margin: 0 auto;
        }
        .product-thumb-wrap{
            max-width: 85%;
            margin: 0 auto 20px auto;
        }
        .content-wrap-pos img{
            width: 100%;
        }
    /*End css for product archive*/
    /*Start styles for product single*/
        .product-content-wrap .quantity-field, .woocommerce .quantity .qty{
            max-width:100%;
        }
        /*Start styles for product single upsells modal*/
            .upsells-popup-item {
                width: 42%;
                margin: 5px 4px;
            }
        /*End styles for product single upsells modal */
    /*End styles for product single*/
    .home-btn{
        font-size: 16px;
    }
    .ftr-menu{
        border-bottom: 1px solid #999;
    }
    .footer-btm-items li{
        display: block;
        margin:5px 0px;
    }
    .footer-btm-items li:last-child{
        margin-left:0px;
    }
}
@media (max-width: 580px) {
    .header {
        padding: 2px 0;
        position: fixed;
        z-index: 99;
        background-color: #fff;
        left: 0;
        right: 0;
        top: 0;
        -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, .5);
        -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, .5);
        box-shadow: 0px 10px 10px rgba(0, 0, 0, .5);
    }
    .header-mobile-logo {
        width: 100%;
        text-align: left;
        display: block !important;
        margin: 0px;
        z-index: 100;
    }
    .header-mobile-logo img {
        max-width: 65px;
    }
    .header-mobile-ctas {
        display: flex !important;
        width: 100%;
    }
    .header-mobile-cta {
        text-align: center;
    }
    .header-mobile-cta i {
        font-size: 25px;
    }
    .header-hamburger-wrap {
        text-align: right;
    }
    .navbar-default .navbar-toggle{
        margin:0px;
        text-align:right;
    }
    .dl-menuwrapper{
        top: -4px;
    }
    body .slpwrld-outer-wrap {
        /* margin-top: 47px; */
    }
    /*Start generic styles*/
        input[type=checkbox].css-checkbox + span.css-label {
            padding-left: 26px;
            height: 15px;
            display: inline-block;
            background-repeat: no-repeat;
            background-position: 0 0;
            vertical-align: middle;
            cursor: pointer;
            font-size: .85em;
            background-size: 15px;
            line-height: 1.5;
        }
    /*End generic styles*/
    /*Start css for product archive*/
        .as-productitem-wrap{
            width: 95%;
            max-width: 95%;
        }
        .product-thumb-wrap{
            max-width: 90%;
        }
    /*End css for product archive*/
    /*Start product single styles*/
        /*Start styles for product single upsells modal*/
            .upsells-popup-item {
                width: 75%;
                margin: 10px auto;
            }
        /*End styles for product single upsells modal */
    /*End product single styles*/
}
@media (max-width: 480px) {
    /*Start footer styles*/
    .footer-left,
    .footer-right {
        background: none;
        max-width: 95%;
        margin: 0 auto;
    }
    /*End footer styles*/
    /*Start css for product archive*/
        .product-thumb-wrap{
            max-width: 94%;
        }
    /*End css for product archive*/
}
/* Start WPBakery Overrides */
    .wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
        font-size: 1.25em;
        line-height: 1.35!important;
    }
    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
        background-color: #ffffff!important;
    }
    .wpb_single_image.w-100 .wpb_wrapper{
        width:100%;
    }
    .wpb_single_image.w-100 .wpb_wrapper .vc_single_image-wrapper{
        width:100%;
    }
    .wpb_single_image.w-100 .wpb_wrapper .vc_single_image-wrapper img{
        width:100%;
    }
/* End WPBakery Overrides */
/*Start ad hoc styles*/
    .covid-19-header{
        background-color: #f32429;
        color: #fff;
    }
    .covid-19-header a{
        text-decoration: none;
        outline:none;
    }
    .covid-19-header h1, 
    .covid-19-header h2, 
    .covid-19-header h3, 
    .covid-19-header h4, 
    .covid-19-header h5, 
    .covid-19-header h6{
        color:#fff;
    } 
    .blinking{
        animation:blinkingText 0.0s step-start infinite;
    }
    .blinking:hover{
        animation:none;
    }
    @keyframes blinkingText{
        0%{     color: #fff;    }
        49%{    color: #fff; }
        60%{    color: transparent; }
        99%{    color:transparent;  }
        100%{   color: #fff;    }
    }
/*End ad hoc styles*/
/* Start logo hover keyframes */
  @-webkit-keyframes wobble-to-top-right {
    16.65% {
      -ms-transform: translate(8px, -8px);
      -webkit-transform: translate(8px, -8px);
      transform: translate(8px, -8px); }
    33.3% {
      -ms-transform: translate(-6px, 6px);
      -webkit-transform: translate(-6px, 6px);
      transform: translate(-6px, 6px); }
    49.95% {
      -ms-transform: translate(4px, -4px);
      -webkit-transform: translate(4px, -4px);
      transform: translate(4px, -4px); }
    66.6% {
      -ms-transform: translate(-2px, 2px);
      -webkit-transform: translate(-2px, 2px);
      transform: translate(-2px, 2px); }
    83.25% {
      -ms-transform: translate(1px, -1px);
      -webkit-transform: translate(1px, -1px);
      transform: translate(1px, -1px); }
    100% {
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); } }
  @keyframes wobble-to-top-right {
    16.65% {
      -ms-transform: translate(8px, -8px);
      -webkit-transform: translate(8px, -8px);
      transform: translate(8px, -8px); }
    33.3% {
      -ms-transform: translate(-6px, 6px);
      -webkit-transform: translate(-6px, 6px);
      transform: translate(-6px, 6px); }
    49.95% {
      -ms-transform: translate(4px, -4px);
      -webkit-transform: translate(4px, -4px);
      transform: translate(4px, -4px); }
    66.6% {
      -ms-transform: translate(-2px, 2px);
      -webkit-transform: translate(-2px, 2px);
      transform: translate(-2px, 2px); }
    83.25% {
      -ms-transform: translate(1px, -1px);
      -webkit-transform: translate(1px, -1px);
      transform: translate(1px, -1px); }
    100% {
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); } }
/* End logo hover keyframes */
/*.ftr-logo{
  max-width:200px;
  position: absolute;
  top: -15px;
}*/
.ftr-logo :hover{
    -webkit-animation-name: wobble-to-top-right;
    animation-name: wobble-to-top-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.sleepworld-logo :hover{
    -webkit-animation-name: wobble-to-top-right;
    animation-name: wobble-to-top-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
/*shop-now-section-css*/
.shopnoworg {
    z-index: 2;
}
/*end-shop-now-section-css*/


/* .homepage-slider .title{
    font-size: 52px;
    font-weight: 500;
} */