html{
    scroll-behavior: smooth;
}
body{
    font: 400 14px/24px Raleway;
    color: #626262;
}
a, p, li, h1, h2, h3, h4, h5, h6, strong, i, span, div, section{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
a,
a:hover,
a:focus{
    outline: none;
    box-shadow: none;
}
p{
    line-height:1.7;
    margin: 0;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
}
.text-white{
    color: #fff !important;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Bold.eot');
    src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-Bold.woff2') format('woff2'),
        url('../fonts/Raleway-Bold.woff') format('woff'),
        url('../fonts/Raleway-Bold.ttf') format('truetype'),
        url('../fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-ExtraBold.eot');
    src: url('../fonts/Raleway-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-ExtraBold.woff2') format('woff2'),
        url('../fonts/Raleway-ExtraBold.woff') format('woff'),
        url('../fonts/Raleway-ExtraBold.ttf') format('truetype'),
        url('../fonts/Raleway-ExtraBold.svg#Raleway-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-SemiBold.eot');
    src: url('../fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-SemiBold.woff2') format('woff2'),
        url('../fonts/Raleway-SemiBold.woff') format('woff'),
        url('../fonts/Raleway-SemiBold.ttf') format('truetype'),
        url('../fonts/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Medium.eot');
    src: url('../fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-Medium.woff2') format('woff2'),
        url('../fonts/Raleway-Medium.woff') format('woff'),
        url('../fonts/Raleway-Medium.ttf') format('truetype'),
        url('../fonts/Raleway-Medium.svg#Raleway-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.eot');
    src: url('../fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-Regular.woff2') format('woff2'),
        url('../fonts/Raleway-Regular.woff') format('woff'),
        url('../fonts/Raleway-Regular.ttf') format('truetype'),
        url('../fonts/Raleway-Regular.svg#Raleway-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Light.eot');
    src: url('../fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-Light.woff2') format('woff2'),
        url('../fonts/Raleway-Light.woff') format('woff'),
        url('../fonts/Raleway-Light.ttf') format('truetype'),
        url('../fonts/Raleway-Light.svg#Raleway-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

 ul li{
    margin-bottom:0
}
ul {
     padding: 0;
     margin: 0;
}
*:focus{
    outline: none !important;
    box-shadow: none !important;
}
h1,h2,h3{
    font-family: 'Raleway';
    font-weight: bold;
}
h4,h5,h6{
    font-family: 'Raleway';
    font-weight: 500;
}
 h2{
    margin:0
}
a{
    color: #5A5A5A;
}
a:hover{
    text-decoration: none;
    color: #F29D00;
}
 .size60{
    font-size:60px
}
.size55{
    font-size:55px
}
.size50{
    font-size:50px
}
 .size30{
    font-size:30px
}
 .size22{
    font-size:22px
}

/* START SCROLL BAR CSS */
::-webkit-scrollbar {width: 5px;height: 10px;}
::-webkit-scrollbar-track {background: #f1f1f1;border-radius: 40px;}
::-webkit-scrollbar-thumb {background: #BEE34F;opacity: 0.8;border-radius: 40px;}
::-webkit-scrollbar-thumb:hover {background:#BEE34F;opacity: 1;}
/* END SCROLL BAR CSS */

.text-justify{ text-align: justify !important; }

/* PRE-DEFINED MARGIN */
.mt-0{ margin-top: 0px !important; }
.mt-5{ margin-top: 5px !important; }
.mt-10{ margin-top: 10px !important; }
.mt-15{ margin-top: 15px !important; }
.mt-20{ margin-top: 20px !important; }
.mt-30{ margin-top: 30px !important; }
.mt-35{ margin-top: 35px !important; }
.mt-40{ margin-top: 40px !important; }
.mt-45{ margin-top: 45px !important; }
.mt-50{ margin-top: 50px !important; }
.mt-55{ margin-top: 55px !important; }
.mt-60{ margin-top: 60px !important; }
.mt-65{ margin-top: 65px !important; }
.mt-70{ margin-top: 70px !important; }
.mt-75{ margin-top: 75px !important; }
.mt-80{ margin-top: 80px !important; }

.mb-0{ margin-bottom: 0px !important; }
.mb-5{ margin-bottom: 5px !important; }
.mb-10{ margin-bottom: 10px !important; }
.mb-15{ margin-bottom: 15px !important; }
.mb-20{ margin-bottom: 20px !important; }
.mb-30{ margin-bottom: 30px !important; }
.mb-35{ margin-bottom: 35px !important; }
.mb-40{ margin-bottom: 40px !important; }
.mb-45{ margin-bottom: 45px !important; }
.mb-50{ margin-bottom: 50px !important; }
.mb-55{ margin-bottom: 55px !important; }
.mb-60{ margin-bottom: 60px !important; }
.mb-65{ margin-bottom: 65px !important; }
.mb-70{ margin-bottom: 70px !important; }
.mb-75{ margin-bottom: 75px !important; }
.mb-80{ margin-bottom: 80px !important; }

.ml-0{ margin-left: 0px !important; }
.ml-5{ margin-left: 5px !important; }
.ml-10{ margin-left: 10px !important; }
.ml-15{ margin-left: 15px !important; }
.ml-20{ margin-left: 20px !important; }
.ml-30{ margin-left: 30px !important; }
.ml-35{ margin-left: 35px !important; }
.ml-40{ margin-left: 40px !important; }
.ml-45{ margin-left: 45px !important; }
.ml-50{ margin-left: 50px !important; }
.ml-55{ margin-left: 55px !important; }
.ml-60{ margin-left: 60px !important; }
.ml-65{ margin-left: 65px !important; }
.ml-70{ margin-left: 70px !important; }
.ml-75{ margin-left: 75px !important; }
.ml-80{ margin-left: 80px !important; }

.mr-0{ margin-right: 0px !important; }
.mr-5{ margin-right: 5px !important; }
.mr-10{ margin-right: 10px !important; }
.mr-15{ margin-right: 15px !important; }
.mr-20{ margin-right: 20px !important; }
.mr-30{ margin-right: 30px !important; }
.mr-35{ margin-right: 35px !important; }
.mr-40{ margin-right: 40px !important; }
.mr-45{ margin-right: 45px !important; }
.mr-50{ margin-right: 50px !important; }
.mr-55{ margin-right: 55px !important; }
.mr-60{ margin-right: 60px !important; }
.mr-65{ margin-right: 65px !important; }
.mr-70{ margin-right: 70px !important; }
.mr-75{ margin-right: 75px !important; }
.mr-80{ margin-right: 80px !important; }

/* PRE-DEFINED PADDING */
.pt-0{ padding-top: 0px !important; }
.pt-5{ padding-top: 5px !important; }
.pt-10{ padding-top: 10px !important; }
.pt-15{ padding-top: 15px !important; }
.pt-20{ padding-top: 20px !important; }
.pt-30{ padding-top: 30px !important; }
.pt-35{ padding-top: 35px !important; }
.pt-40{ padding-top: 40px !important; }
.pt-45{ padding-top: 45px !important; }
.pt-50{ padding-top: 50px !important; }
.pt-55{ padding-top: 55px !important; }
.pt-60{ padding-top: 60px !important; }
.pt-65{ padding-top: 65px !important; }
.pt-70{ padding-top: 70px !important; }
.pt-75{ padding-top: 75px !important; }
.pt-80{ padding-top: 80px !important; }

.pb-0{ padding-bottom: 0px !important; }
.pb-5{ padding-bottom: 5px !important; }
.pb-10{ padding-bottom: 10px !important; }
.pb-15{ padding-bottom: 15px !important; }
.pb-20{ padding-bottom: 20px !important; }
.pb-30{ padding-bottom: 30px !important; }
.pb-35{ padding-bottom: 35px !important; }
.pb-40{ padding-bottom: 40px !important; }
.pb-45{ padding-bottom: 45px !important; }
.pb-50{ padding-bottom: 50px !important; }
.pb-55{ padding-bottom: 55px !important; }
.pb-60{ padding-bottom: 60px !important; }
.pb-65{ padding-bottom: 65px !important; }
.pb-70{ padding-bottom: 70px !important; }
.pb-75{ padding-bottom: 75px !important; }
.pb-80{ padding-bottom: 80px !important; }

.pl-0{ padding-left: 0px !important; }
.pl-5{ padding-left: 5px !important; }
.pl-10{ padding-left: 10px !important; }
.pl-15{ padding-left: 15px !important; }
.pl-20{ padding-left: 20px !important; }
.pl-30{ padding-left: 30px !important; }
.pl-35{ padding-left: 35px !important; }
.pl-40{ padding-left: 40px !important; }
.pl-45{ padding-left: 45px !important; }
.pl-50{ padding-left: 50px !important; }
.pl-55{ padding-left: 55px !important; }
.pl-60{ padding-left: 60px !important; }
.pl-65{ padding-left: 65px !important; }
.pl-70{ padding-left: 70px !important; }
.pl-75{ padding-left: 75px !important; }
.pl-80{ padding-left: 80px !important; }

.pr-0{ padding-right: 0px !important; }
.pr-5{ padding-right: 5px !important; }
.pr-10{ padding-right: 10px !important; }
.pr-15{ padding-right: 15px !important; }
.pr-20{ padding-right: 20px !important; }
.pr-30{ padding-right: 30px !important; }
.pr-35{ padding-right: 35px !important; }
.pr-40{ padding-right: 40px !important; }
.pr-45{ padding-right: 45px !important; }
.pr-50{ padding-right: 50px !important; }
.pr-55{ padding-right: 55px !important; }
.pr-60{ padding-right: 60px !important; }
.pr-65{ padding-right: 65px !important; }
.pr-70{ padding-right: 70px !important; }
.pr-75{ padding-right: 75px !important; }
.pr-80{ padding-right: 80px !important; }



.nop-sides{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

:hover{
    -webkit-transition: all .2s ease-in-out !important;
    -moz-transition: all .2s ease-in-out !important;
    -ms-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
}

.page-main .container .container{
    padding: 0;
}
.webforms .field 
{
    clear: both;
}

/* DEFAULT HEADER CSS */
.desktop-header {
    display: block !important;
    margin: 0;
    position: relative;
    top:0;
    left:0;
    width:100%;
}
.logo-wrapper-container{
    padding: 0;
    display: block;
    position: relative;
    width: 100%;
    min-height: 100px;
}
.logo-wrapper-main{
    min-height: 100px;
    display: flex;
    align-items: center;
}
.logo-wrapper-main .logo-wrapper{
    float: left;
    width: 17%;
    display: block;
}
.logo-wrapper-main .logo-wrapper h1{
    display: block;
}
.logo-wrapper-main .logo-wrapper .logo{
    display: block;
    margin: 0px;
    max-width: inherit;
}
.logo-wrapper-main .logo-wrapper .logo img{
    width: auto;
    max-width: 100%;
}
.logo-wrapper-main .menu-link-wrapper{
    float: right;
    width: 83%;
    display: block;
    text-align: right;
    margin-top: 70px;
}
.logo-wrapper-main .search-wrapper .search-find,.search-wrapper{
    margin-right: 30px;
}
.search-wrapper .search-find .search-search{
    display: flex;
    align-items: unset;
    border-radius: 30px;
    overflow: hidden;
    border: 0;
    height: 35px;
    background-color: #E2E2E2;
    justify-content: center;
}
.search-wrapper .search-find .search-search select{
    border: 0;
    border-right: 1px solid #a3a3a3;
    border-radius: 0;
    width: 80%;
    white-space: nowrap;
    font: 400 14px/24px Raleway; 
    overflow: hidden !important;
    text-overflow: ellipsis;
    padding: 5px 15px;
    background-position: 95% center;
    margin: 0 0 0 0;
}
.search-wrapper .search-find .search-search .input-text{
    border: 0;
    background-color: #E2E2E2;
    padding: 0 0 0 15px;
    border-radius: 0;
    margin: 0 0 0 0;
    text-align: left;
    font: 400 14px/45px Raleway;
    font-style: normal;
    letter-spacing: 0px;
    color: #242424;
    opacity: 1;
}
.search-wrapper .search-find .search-search .input-text::placeholder{
    font: 400 14px/45px Raleway;
    font-style: italic;
    letter-spacing: 0px;
    color: #A3A3A3;
    opacity: 1;
}
.search-wrapper .search-find .search-search .search-icon{
    padding: 0 0 0 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    color: #1E984F;
    min-width: 40px;
    text-align: center;
    font-size: 15px;
}
.logo-wrapper-container .user-links{
    float: right;
    /*width: 15%;*/
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    margin: 0;
    position: relative;
}
.page-header .switcher .options .action.toggle:after, 
.page-footer .switcher .options .action.toggle:after{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 10px;
    color: inherit;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 700;
    overflow: hidden;
    speak: none;
    text-align: right;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 10px;
    color: inherit;
    content: '\f106';
    font-family: 'Font Awesome 5 Free';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 700;
    overflow: hidden;
    speak: none;
    text-align: right;
}

.logo-wrapper-main .user-links .search-wrapper .search-box a{
    /*display: none;*/
    color:#fff;
}
.user-links .email-wrapper{
    margin-right: 20px;
}
.user-links .email-wrapper .action{
    font: 400 18px/18px Raleway;
    color: #fff;
}
.user-links .email-wrapper .action:hover{
    color: #5A585B;
}

.user-links .account-wrapper{
    margin-right: 10px;
}
.user-links .account-wrapper .action{
    text-align: center;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    opacity: 1;
    padding:14px 15px;
    border:1px solid #fff;
    border-radius:30px;
}
.user-links .account-wrapper .action span
{
    font: 400 13px/16px Raleway;
    text-transform: uppercase;
}


.user-links .cart-wrapper{
    margin-right: 0px;
}
.user-links .cart-wrapper .action.icon-setting {
    display: block;
    min-width: 140px;   
    height: 45px; 
    text-align: center;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    opacity: 1;
    padding:11px 15px;
    border-radius:30px;
    border: 1px solid #fff;
}
.user-links .action svg:not(:root).svg-inline--fa
{
    margin-right: 5px;
}
.user-links .cart-wrapper .action.icon-setting:hover,
.user-links .account-wrapper .action.icon-setting:hover{
    color: #fff !important;
    border-color: transparent !important;
    background: transparent linear-gradient(47deg, #477E00 0%, #BCE14E 100%) 0% 0% no-repeat padding-box !important;
}
.user-links .cart-wrapper .icon-setting .carticon{
    display: inline-block;
    position: relative;
    bottom: 1px;
}
.user-links .cart-wrapper .icon-setting .carticon img{
    width: auto;
    height: 29px;
}
.user-links .cart-wrapper .icon-setting .cartcontent{
    display: inline-block;
    float: right;
    text-align: left;
    margin-left: 12px;
}
.user-links .cart-wrapper .icon-setting .cartcontent h6{
    text-transform: uppercase;
    font: 500 12px/15px Raleway;
    margin: 0;
}
.user-links .cart-wrapper .icon-setting .cartcontent p{
    font: 400 14px/16px Raleway; 
    margin: 0;
}
.search-box #myDropdown{
    position: absolute;
    top: 60px;
    right: 0;
    display: none
}
.block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 410px;
    z-index: 4;
}
.block-search .block-content {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
form#search_mini_form {
    text-align: left;
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    box-shadow: -10px 10px 30px #00000029;
}
.block-search .label
{
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    text-align: left;
}
.field .input-text {
    width: 100%;
    position: relative;
    left:0 !important;
}
.block-search .action.search {
    display: block;
    background: transparent linear-gradient(50deg, #477E00 0%, #BCE14E 100%) 0% 0% no-repeat padding-box;
    padding: 13px;
    border-radius: 0 10px 10px 0;
    top: 10px;
    right: 10px;
}
.block-search .action.search:hover {
    background-color: #54585B !important;
    border-color: #54585B !important;
    color: #ffffff;
}
.block-search .action.search:before
{
    content: "\f002";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color:#fff;
    font-size:18px;
}
.mst-searchautocomplete__autocomplete._active {
    display: block!important;
    min-width: 185px !important;
    left: 10px !important;
}
.show {
    display: block!important;
}

/* DEFAULT SELECT CSS */
select{
    background: transparent;
    background-clip: padding-box;
    border: 0px;
    border-radius: 1px;
    height: auto;
    display: inline-block;
    padding: 0 15px 0 0;
    vertical-align: middle;
    width: 100%;
    min-width: 60px;
    box-sizing: border-box;
    text-align: left;
    font: 400 13px/15px Poppins;
    letter-spacing: 0;
    color: #666666;
    opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.select-custom {
    background-image: url(../images/down.png);
    background-position: 96.5% center;
    background-repeat: no-repeat;
    background-size: 10px;
}
.minicart-wrapper .action.showcart
{
    display: block !important
}
.top-header-wrapper .links li a .carticon .shopping-bag
{
    display: inline-block;
    vertical-align: middle;
}
.minicart-wrapper .action.showcart .counter.qty{
    background: #3175A8;
    color: #fff;
    height: 20px;
    line-height: 0;
    border-radius: 40px;
    display: inline-block;
    margin: 0;
    width: 20px;
    overflow: hidden;
    padding: 1px;
    text-align: center;
    white-space: normal;
    position: absolute;
    top: 0;
    right: 0;
}
.minicart-wrapper .action.showcart .count {
    position: relative;
    font: 400 13px/16px Raleway;
    letter-spacing: 0px;
    text-transform: uppercase;
    opacity: 1;
    text-align: center;
    display: inline-block;
    padding: 0px;
    margin: 0;
    top: 0;
    right: 0px;
}
.minicart-wrapper .action.showcart .counter.qty .counter-number{
    font-size: 12px;
    line-height: 17px;
    color: #fff;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.minicart-wrapper .action.showcart:before{
    display: none;
}
.minicart-wrapper .action.showcart.active::before{
    display: none;
}
/*--------Minicart----*/
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
    right: 15px;
}
.minicart-wrapper .block-minicart {
    padding: 20px 15px;
    margin-top:7px;
    font-size: 14px;
    box-shadow: -10px 10px 30px #00000029;
    border-radius: 15px;
    border:0;
}
.minicart-wrapper .block-minicart .block-content .close
{
    border:0 !important;
}
.block-minicart .subtitle.empty
{
    padding:0;
    font-weight: 600
}
.minicart-wrapper {
    display: block;
    position: relative;
    float: right;
    margin: 0;
}
.minicart-wrapper .block-minicart .block-content .items-total, 
.minicart-wrapper .block-minicart .block-content .subtotal {
    float: left;
    margin: 0 0 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.minicart-wrapper .block-minicart .block-content .items-total
{
    padding-left:10px;
    text-align: left
}
.minicart-wrapper .block-minicart .block-content .subtotal .label {
    float: left;
    padding-left: 10px;
}
.minicart-wrapper .minicart-items-wrapper {
    min-height: 110px;
    max-height: 245px;
    overflow: auto;
    padding: 0 10px;
    margin: 0;
    border: 0;/*1px solid #ccc;*/
}
.minicart-items .product-item,.minicart-items .product-item
{
    min-height: auto !important
}
.minicart-items .product-item,.minicart-items .product-item:first-child
{
    box-shadow: none;
    padding: 10px 0;
    border-radius: 0px;
    margin-bottom: 2px;
}
.minicart-items .product a:hover
{
    background: transparent !important;
}
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo, 
.cart.table-wrapper .product-image-wrapper .product-image-photo, 
.minicart-items .product-image-wrapper .product-image-photo
{
    margin:0;
    background:#F2F2F2;
    min-height: auto !important
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product-item-name a {
    color: #444444;
    line-height: 15px;
    padding:0;
}
.minicart-items .product-item-details .details-qty {
    margin-top: 0px;
}

.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .details-qty .item-qty {
    height: 30px;
    padding: 5px 3px;
    border: 1px solid #dddddd;
    margin-right: 5px;
    width: 38px;
    border-radius:5px;
}
.minicart-items .product-item-details {
    text-align: left;
}
.minicart-items .update-cart-item {
    font: 600 11px/21px Raleway;
    vertical-align: top;
    border: 0;
    border-radius: 15px;
    background: transparent linear-gradient(47deg, #477E00 0%, #BCE14E 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    padding: 0px 9px;
    text-transform: uppercase;
    height: 30px;
}
.minicart-items .update-cart-item:hover {
    background: transparent linear-gradient(-47deg, #477E00 0%, #BCE14E 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}
.minicart-items .product-item-details .options.list
{
    margin-bottom: 5px;
}
.minicart-items .product-item-details .options.list .label
{
    display: inline-block;
    width: 50px;
    color: #333;
    font-size: 12px;
    margin-bottom: 0
}
.minicart-items .product-item-details .options.list .values
{
    display: inline-block;
    font-size: 12px;
    width:100px;
    margin-bottom: 0
}
.minicart-wrapper .product .actions {
    margin: 0;
    position: relative;
    bottom: 30px;
    height: 0;
}
.minicart-wrapper .product .actions .primary .edit
{
    display: none;
}
.minicart-wrapper .block-minicart .block-content > .actions > .secondary .action span{
    color: #333;
    font: 700 14px/15px Raleway;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.minicart-wrapper .block-minicart .block-content > .actions > .secondary .action:hover
{
    background: transparent;
}
.minicart-wrapper .block-minicart .block-content > .actions > .secondary .action:hover span
{
    color:#BEE34F;
}
.minicart-wrapper .block-minicart .block-content .subtotal .price-container {
    float: right;
    padding-right: 10px;
}
.minicart-wrapper .action.showcart .counter.qty{
    background: #272727;
    color: #fff;
    height: 20px;
    line-height: 0;
    border-radius: 40px;
    display: inline-block;
    margin: 0;
    width: 20px;
    overflow: hidden;
    padding: 1px;
    text-align: center;
    white-space: normal;
    position: absolute;
    top: 0;
    right: 0;
}
.minicart-wrapper .action.showcart .counter.qty .counter-number{
    font-size: 12px;
    line-height: 17px;
    color: #fff;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.minicart-wrapper .action.showcart:before{
    display: none;
}
.minicart-wrapper .action.showcart.active::before{
    display: none;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product-item-photo .product-image-wrapper
{
    height: auto;
    margin: 0;
}
.minicart-items .product-item-details .price-excluding-tax, 
.minicart-items .product-item-details .price-including-tax {
    margin: 5px 0;
}
.minicart-items .action.delete, .minicart-items .action.edit {
    padding: 0;
}

/* DEFAULT MENU CSS */
.block, .block-banners, .block-banners-inline, 
.sidebar .widget.block:not(:last-child), 
.sidebar .widget:not(:last-child)
{
    margin-bottom: 0;
}
.main-menu-wrapper {
    display: inline-block;
    margin-right: 15px;
}
.main-menu-wrapper nav.navbar{
    padding: 0px;
    width: auto;
    display: inline-block;
}
.main-menu-wrapper nav.navbar .navbar-collapse .navbar-nav{
    margin: 0 auto;
}
.main-menu-wrapper .navbar-nav .nav-item,
.main-menu-wrapper .navbar-nav .level0{
    display: inline-block;
    position: relative;
    margin-right: 0px;
}
.main-menu-wrapper .navbar-nav .nav-item.active,
.main-menu-wrapper .navbar-nav .level0.active,
.main-menu-wrapper .navbar-nav .level0.has-active{
    color: #BEE34F;
    background: transparent;
    font-weight: 700
}
.main-menu-wrapper .navbar-nav .nav-item:hover,
.main-menu-wrapper .navbar-nav .level0:hover{
    color: #BEE34F;
    background: transparent;
    font-weight: 700
}
.main-menu-wrapper .navbar-nav .nav-item.active .nav-link,
.main-menu-wrapper .navbar-nav .level0.active .level-top,
.main-menu-wrapper .navbar-nav .level0.has-active .level-top,
.main-menu-wrapper .navbar-nav .nav-item:hover .nav-link,
.main-menu-wrapper .navbar-nav .level0:hover .level-top{
    color: #BEE34F;
    background: transparent;
    font-weight: 700
}
.main-menu-wrapper .navbar-nav .nav-item .nav-link,
.main-menu-wrapper .navbar-nav .level0 .level-top{
    padding: 15px 17px;
    margin: 0px;
    font: 500 14px/18px Raleway;
    letter-spacing: 0.75px;
    color: #fff;
    opacity: 1;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
}
.main-menu-wrapper .navbar-nav .nav-item .dropdown-menu{
    width: auto;
    background: #ffffff;
    padding: 0;
    margin: 1px 0 0;
}
.main-menu-wrapper .navbar-nav > .nav-item > .nav-link.dropdown-toggle::after {
    display: none;
}
.main-menu-wrapper .navbar-nav > .nav-item > .dropdown-menu .dropdown-toggle::after {
    content: '\f105';
    font: 700 14px/20px 'Font Awesome 5 Free';
    border: 0px !important;
    display: inline-block;
    float: right;
}
.main-menu-wrapper .navbar-nav .level0 > .submenu {
    width: 230px;
    background: #FFFFFF;
    padding: 15px 0;
    position: absolute !important;
    left: 0px !important;
    border:0;
    border-top:5px solid #BEE34F;
    z-index: 10;
    display: none;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 0px 0px 10px 10px;
}
.navigation .level0.parent:hover>.submenu {
    display: block !important;
}
/*.dropdown-toggle::after,*/
.main-menu-wrapper .dropdown-menu .dropdown-item,
.main-menu-wrapper  .navbar-nav .level0 > .submenu > .level1,
.main-menu-wrapper  .navbar-nav .level0 > .submenu > .all-category{
    font: 400 13px/35px Raleway;
}
.main-menu-wrapper .dropdown-menu .dropdown-item,
.main-menu-wrapper  .navbar-nav .level0 > .submenu > .level1 > a,
.main-menu-wrapper  .navbar-nav .level0 > .submenu > .all-category > a{
    text-align: left;
    font: 400 13px/35px Raleway;
    letter-spacing: 0px;
    color: #707070;
    opacity: 1;
    padding: 0px 20px;
}
.main-menu-wrapper .dropdown-menu .dropdown-item:last-child,
.main-menu-wrapper  .navbar-nav .level0 > .submenu > .level1:last-child{
    border-bottom: 0px solid #fff;
}
.main-menu-wrapper .dropdown-menu .dropdown-item:hover,
.main-menu-wrapper  .navbar-nav .level0 > .submenu > .level1:hover,
.main-menu-wrapper .dropdown-menu > .dropdown-item.active,
.main-menu-wrapper .navbar-nav  .level0 > .submenu > .level1.active{
    background-color: transparent;
}
.navigation .level0 .submenu .active>a
{
    font-weight: 600;
    border-left:0 !important;
}
.main-menu-wrapper  .navbar-nav .level0 > .submenu > .level1:hover > a:hover,
.main-menu-wrapper .navbar-nav .level0 > .submenu > .level1:hover > a,
.main-menu-wrapper .navbar-nav  .level0 > .submenu > .level1.active > a{
    color: #707070;
    font-weight: 600
}
.navigation .level0.parent>.level-top>.ui-menu-icon {
    display: none;
    position: relative;
    float: right;
    margin-left: 15px;
}
.navigation .level0.parent>.level-top>.ui-menu-icon:after
{
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size:12px;
    line-height: 18px
}
.navbar-hover .collapse ul li{
    position:relative;
}
.navbar-hover .collapse ul li:hover> ul{
    display:block;
}
.navbar-hover .collapse ul ul{
    position:absolute;
    top:100%;
    left:0;
    min-width:250px;
    display:none;
}
.navbar-hover .collapse ul ul ul{
    position:absolute;
    top:0;
    left:100%;
    min-width:250px;
    display:none;
}
.navigation .level0 .submenu a.ui-state-focus, 
.navigation .level0 .submenu a:hover {
    background: transparent;
    font-weight: 600
}

/* PAGE TITLE WRAPPER - BANNER SECTION */
.page-title-wrapper{
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 400px;
    max-height: fit-content;
    overflow: hidden;
    float: left;
    z-index: 9;
}
.page-title-wrapper .category-image{
    text-align: center;
    height: 400px;
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    top: 0;
    margin: 0;
}
.page-title-wrapper .category-image:before
{
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    top:0;
    left:0;
    width:100%;
    height: 400px;
    background: #1D1D1D;
    opacity: 0.4;
}
.page-title-wrapper .category-image .banner-image{
    max-width: unset;
    position: absolute;
    height: auto;
    width: 100%;
    z-index: 0;
    margin: 0 auto;
    max-height: fit-content;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
}
.page-title-wrapper .category-image .page-title-contents{
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    width: 100%;
    max-width: 1140px;
    height: 100%;
    overflow: hidden;
    padding: 15px 0px 70px;
    margin: 0 auto;
    z-index: 1;
    text-align: left;
    justify-content: flex-end;
    flex-direction: column;
    align-items: baseline;
}
.page-title-wrapper .page-title{
    margin-bottom: 0;
    overflow: hidden;
    padding:0 15px;
}
.page-title-wrapper .page-title .base{
    text-align: left;
    font: 800 60px/72px Raleway;
    letter-spacing: -1.4px;
    color: #FFFFFF;
    opacity: 1;
}
.breadcrumbs{
    margin: 0 auto;
    text-align: left;
    padding:0px;
    width: 100%;
    display: inline-block;
}
.breadcrumbs .items{
    display: inline-block;
    list-style: none;
}
 .breadcrumbs .items .item {
    display: inline-block;
    float: left;
}
 .breadcrumbs .items .item a{
    text-align: left;
    font: 400 14px/18px Raleway;
    letter-spacing: 0px;
    color: #fff;
    opacity: 1;
    text-decoration: none;
    text-transform: capitalize;
}
.breadcrumbs .items .item a:hover {
    color: #BEE34F;
}
.breadcrumbs .items .item strong{
    text-align: left;
    font: 600 14px/18px Raleway;
    letter-spacing: 0px;
    color: #BEE34F;
    opacity: 1;
    text-transform: capitalize;
    display: inline-block;
}
.breadcrumbs .item:not(:last-child)::after {
    content: ".";
    padding: 0;
    margin: 0 10px;
    font: 700 14px/18px 'Font Awesome 5 Free';
    color: #fff;
    vertical-align: inherit;
}


/* SEARCH BOX */
#searchArea {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}
#searchArea.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 10000;
}
#searchArea input[type="search"],
#searchArea .input-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 500px;
    max-width: 100%;
    color: #666666;
    background: transparent;
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#searchArea input[type="search"]:focus::placeholder,
#searchArea .input-text:focus::placeholder,
#searchArea input[type="search"]:hover::placeholder,
#searchArea .input-text:hover::placeholder{
    color: #ccc;
}
#searchArea .button.blue {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 170px;
    max-width: 100%;
    margin: 85px auto 0;
}
#searchArea .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: rgba(255, 255, 255, 0.25);
    border-color: #357ebd;
    box-shadow: none;
    padding: 10px 17px;
    font-size: 27px;
}



/* TITLE STYLE */
.title-style{
    display: inline-block;
    position: relative;;
    width: 100%;
    border: 0;
    margin-bottom: 40px;
}
.title-style .title-name{
    margin: 0;
    padding: 0;
    text-align: left;
    font: 800 40px/46px Raleway;
    letter-spacing: -0.8px;
    color: #333333;
    opacity: 1;
    display: inline-block;
    width: 100%;
    word-break: break-word;
}
.title-style .title-name span{
    font: 400 40px/46px Raleway;
}

.title-style .view-link{
    display: inline-block;
    float: right;
}
.title-style .view-link a{
    font: 600 14px/55px Rubik;
    letter-spacing: 0px;
    color: #272727;
    text-transform: uppercase;
    text-decoration: underline;
}
.title-style .view-link a:hover{
    color: #F29D00 !important;
}




/* DEFAULT PRODUCT VIEW */
.product-list-wrapper
{
    display: block;
    padding: 0 0 85px 10px;
    position: relative;
}
.product-list-wrapper .row 
{
    margin:0;
}
.product-list-wrapper .col-md-3, .product-list-wrapper .col-lg-3
{
    padding:0px;
}
.product-item{
    display: inline-block;
    width: 100%;
    min-height: auto;
    margin-bottom: 30px;
    background: #fff;
    position: relative;
    padding:0;
}
.product-item:hover{
    cursor: pointer;
}
.product-item .product-item-info{
    width: 100%;
    padding: 0;
}
.product-item-info .product-item-photo{
    width: 100%;
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #F4F4F4;
}
.product-item-photo .product-image-container{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.product-item-photo .product-image-wrapper{
    display: inline-block;
    width: 100%;
    height: 250px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}
.product-item-photo .product-image-photo, 
.product-image-photo{
    display: block;
    min-width: 100%;
    min-height: auto;
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.product-item .product-label {
    display: inline-block;
    height:25px;
    margin: 0px;
    padding: 0px;
    position: absolute; 
    z-index: 1;
    left:10px;
    top:10px;    
}
.product-item .product-label:before
{
    content: '';
    position: absolute;
    bottom: -10px;
    left:0;
    border:8px solid transparent;
    border-color: #626262 transparent transparent #626262; 
}
.product-item .product-label .outstock-label,
.product-item .product-label .sale-label,
.product-item .product-label .newitem-label
{
    display: inline-block;
    width: auto;
    border-radius: 5px;
    padding: 5px 8px;
    font: 800 13px/15px Raleway;
    letter-spacing: 0.65px;
    color: #FFFFFF;
    text-transform: uppercase;
    background: rgba(98, 98, 98, 1);
}
.product-item .product-label .sale-label
{    
    background: #810000;
}
.product-item .product-label .newitem-label
{
    background: #C45C1D;
}
.product-item-details.top {
    min-height: 80px;
}
.product-item .product-item-details.top .wishlist-container {
    display: inline-block;
    width: auto;
    position: absolute;
    top:5px;
    right:10px;
}
.product-item .product-item-details.top .wishlist-container > a
{
    font-size:16px;
}
.product-item .product-item-details.top .wishlist-container > a.empty
{
    color:#707070;
}
.product-item .product-item-details.top .wishlist-container > a.filled {
    color: #E63737;
}
.product-item-info .product-item-details{
    padding: 0px 17px;
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 15px 0 0;
    z-index: 11;
    border-radius: 0px;
}
.product-item-info .product-item-details .product-name-warpper{
    display: inline-block;
    width: 100%;
    line-height: inherit;
}
.product-item-info .product-brands{
    text-align: left;
    font: 400 14px/27px Lato;
    letter-spacing: 0px;
    color: #ACACAC;
    opacity: 1;
    margin-bottom: 6px;
    display: inline-block;
}
.product-item-info .product-name-warpper .product-name{
    text-align:left;
    font: 600 18px/22px Raleway;
    letter-spacing: 0px;
    color: #333;
    margin-bottom: 10px;
    opacity: 1;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.product-item-info .product-item-details .price-box{
    display: inline-block;
    width: 100%;
    overflow: hidden;
    margin: 0;
    text-align: left;
}
.price-box .price-label{
    display: none !important;
}
.price-box .price-container .price{
    font: 700 16px/18px Raleway;
    letter-spacing: 0px;
    color:#DF7B2B;
    text-align: left;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.product-item .special-price,
.product-item .old-price{
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
.product-item .old-price{
    margin: -7px 0 0 5px;
}
.product-item .special-price .price-wrapper, 
.product-item .minimal-price .price-wrapper {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.price-box .special-price .price{
    text-align: left;
    font: 700 16px/18px Raleway !important;
    letter-spacing: 0px;
    color: #DF7B2B !important;
    opacity: 1;
}
.price-box .old-price .price{
    text-align: left;
    font: 500 13px/16px Raleway !important;
    letter-spacing: 0px;
    color: #747474 !important;
    opacity: 1;
    text-decoration: line-through;
    border: 0;
}
.product-item .add-to-cart-wrapper
{
    display: inline-block;
    position: absolute;
    overflow: hidden;
    z-index: 1;
    bottom: 10px;
    right:10px;
    width:50px;
    height: 50px;
    border-radius: 30px;
    /*background:#FFFFFF;
    box-shadow: 0px 8px 16px #0000000F;*/
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}
.product-item .add-to-cart-wrapper .tocart {
    display: inline-block;
    float: right;
    white-space: nowrap;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    text-align: center;
    color: #333;
    font-size: 16px;
    background: #fff;
    border:0;
    box-shadow: 0px 8px 16px #0000000F;
    /*line-height: 50px;*/
}
.product-item .add-to-cart-wrapper .tocart .black-icon
{
    height: 15px;
    display: inline-block;
}
.product-item .add-to-cart-wrapper .tocart .white-icon
{
    height: 15px;
    display: none;
}
.product-item .add-to-cart-wrapper .qty-inline-block {
    position: relative;
    padding: 0;
    margin: 0;
    display: inline-block;
    border-radius: 0px;
    overflow: hidden;
    width: 0;
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}
.product-item .add-to-cart-wrapper .qty-inline-block .qty-icon {
    display: inline-block;
    float: left;
}
.product-item .add-to-cart-wrapper .qty-inline-block .plus, 
.product-item .add-to-cart-wrapper .qty-inline-block .minus {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    color:#FFFFFF;
    margin: 0px;
    width: 50px;
    height: 50px;
    opacity: .65;
}
.product-item .add-to-cart-wrapper .qty-inline-block .plus:hover, 
.product-item .add-to-cart-wrapper .qty-inline-block .minus:hover {
    opacity: 1;
}
.product-item .add-to-cart-wrapper .qty-inline-block .minus {
    float: left;
}
.product-item .add-to-cart-wrapper .qty-inline-block .plus {
    float: right;
}
.product-item .add-to-cart-wrapper .qty-inline-block .plus::before, 
.product-item .add-to-cart-wrapper .qty-inline-block .minus::before {
    line-height: 50px;
    font-family: 'Font Awesome 5 free';
    font-weight: 700;
}
.product-item .add-to-cart-wrapper .qty-inline-block .plus::before {
    content: '\f067';
}
.product-item .add-to-cart-wrapper .qty-inline-block .minus::before {
    content: '\f068';
}
.product-item .add-to-cart-wrapper .qty-inline-block input[type="number"] {
    display: inline-block;
    text-align: center;
    float: left;
    font: 700 18px/28px Raleway;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
    border: 0;
    border-radius: 10px;
    margin: 3px 0;
    padding: 5px;
    width: 70px;
    height: 44px;
    overflow: visible;
    background:rgba(141, 172, 48, .6);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px)
}
.product-item-actions .actions-primary {
    width: 100%;
}
.product-item:hover .add-to-cart-wrapper{
    background:#BEE34F;
    width:92%;
    border-radius: 30px;
    box-shadow: 0px 8px 16px #0000000F;
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}
.product-item:hover .add-to-cart-wrapper .qty-inline-block {
    width: 77%;
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}
.product-item:hover {
    background:#fff;
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}
.product-item:hover .tocart{
    background: #8DAC30;
    color:#fff;
    border:0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}
.product-item:hover .add-to-cart-wrapper .tocart .black-icon
{
    display: none;
}
.product-item:hover .add-to-cart-wrapper .tocart .white-icon
{
    display: inline-block;
}
/* DEFAULT LIST-BOTTOM-TOOLBAR CSS */
.toolbar-bottom{
    display: inline-block;
    width: 100%;
}
.toolbar-bottom .toolbar-products{
    margin: 0;   
}
.toolbar-amount
{
    display: inline-block;
    padding: 0;
    margin: 0 20px 0 0;
    font: 400 14px/40px Raleway;
    color: #626262;
}
.toolbar-number.two
{
    font-weight: 400
}
.toolbar-amount span:first-child,
.toolbar-amount span:second-child
{
    display: none
}
.toolbar-bottom .toolbar-sorter.sorter,
.toolbar-bottom .field.limiter{
    float: left;
    display: inline-block;
    padding: 0;
    margin-right: 7px;
}
.toolbar-bottom .toolbar-sorter.sorter
{
    display: none;
}
.toolbar-bottom .field.limiter{
    margin: 0 0 0 20px;
}
.toolbar-bottom .pages{
    float: right;
    display: inline-block;
}
.toolbar-bottom .toolbar-sorter.sorter .sorter-label,
.toolbar-bottom .field.limiter .label{
    font: 400 14px/40px Raleway;
    text-align: left;
}
.toolbar-bottom .toolbar-sorter.sorter .select-custom{
    min-width: 100px;
    background-position: 90% center;
}
.toolbar-bottom .field.limiter .select-custom{
    min-width: 100px;
    background-position: 85% center;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgb(244, 220, 14) 50%, rgb(244, 220, 14) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgb(244, 220, 14) 50%, rgb(244, 220, 14) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgb(244, 220, 14) 50%, rgb(244, 220, 14) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#640000",GradientType=1);
}
.toolbar-bottom .field.limiter .select-custom::before {
    content: '\f109';
    font-family: 'Font Awesome 5 Free';
    font-size: 12px;
    position: initial;
    top: 0;
    right: 0;
    z-index: 999;
    height: 50px;
    width: 50px;
    display: inline-block;
    padding: 15px;
    text-align: center;
    line-height: 50px;
    background-image: url('../images/down.png');
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
}
.toolbar-bottom .pages .pages-label
{
   display: none;
}

/* DEFAULT CROSS SELL CSS */
.block.crosssell .products-crosssell .items.product-items .item.product.product-item{
    width: calc(25% - 10px);
    margin: 0 5px 20px;
}
.block.crosssell .products-crosssell .product-item-info > .product-item-details{
    padding: 0 15px 15px;
}
.block.crosssell .product-item-info .product-item-details.bottom{
    padding: 0px;
}


.page-main{
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: 100%;
}
.columns .column.main{
    padding-bottom: 0px;
}

/* SIDEBAR */
.sidebar.sidebar-main{
    display: inline-block;
    float: left;
    width: 260px;
    max-width: 100%;
    flex-grow: unset;
    overflow: hidden;
}
.page-main .columns .sidebar.sidebar-main ~ .column.main{
    display: inline-block;
    float: right;
    flex-grow: unset;
    width: calc(100% - 260px);
    max-width: 100%;
}
.filter-options {
    margin: 0;
    padding: 0px;
    display: block;
    position: relative;
}
.sidebar-main .toolbar-sorter
{
    display: block;
    position: relative;
    width:100%;
    padding: 0;
    text-align: center
}

/* Default Category Owl Carousel Css */
.featured-category{
    min-height: auto !important;
}
.featured-category:hover{
    box-shadow: none !important;
}
.featured-category .product-item-photo .product-image-wrapper{
    display: inline-block;
    width: 100%;
    height: 266px;
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.featured-category .product-item-photo .product-image-wrapper .product-image-photo{
    display: block;
    width: auto !important;
    max-width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.featured-category .product-item-details{
    display: block;
    text-align: center;
}
.featured-category .product-item-details .product-name-warpper{
    display: inline-block;
    font: 400 18px/25px Poppins;
    text-transform: uppercase;
    text-align: center;
    color: #AAAAAA;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.featured-category .product-item-details .product-name-warpper:hover{
    color: #AAAAAA;
}




/* DEFAULT CROSS SELL CSS */
.block.crosssell .products-crosssell .items.product-items .item.product.product-item{
    width: calc(25% - 10px);
    margin: 0 5px 20px;
}
.block.crosssell .products-crosssell .product-item-info > .product-item-details{
    padding: 0 15px 15px;
}
.block.crosssell .product-item-info .product-item-details.bottom{
    padding: 0px;
}


/* DEFAULT FORM INPUTS */
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
.input-text,
select,
textarea {
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid #DEDEDE;
    border-radius: 10px;
    font: 400 14px/50px Raleway;
    height: 50px;
    padding: 0 20px;
    vertical-align: baseline;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    color: #333;
}
select
{
    padding-right:40px;
    background-image: url(../images/down.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 10px;
}
.input-text:focus,
.input-text:hover,
.input-text:visited,
select:focus,
select:hover,
select:visited,
textarea:focus,
textarea:hover,
textarea:visited{
     border-color: #DF7B2B;
    /*color: #002658; */
    outline: 0px;
    box-shadow: none;
}
.input-text::placeholder,
select::placeholder,
textarea::placeholder{
    color: #ccc !important;
    font: 400 14px/50px Raleway;
    opacity: 0.8;
}
textarea:focus::placeholder,
textarea:hover::placeholder,
textarea:visited::placeholder,
.input-text:focus::placeholder,
.input-text:hover::placeholder,
.input-text:visited::placeholder{
    color: #333 !important;
    font: 400 14px/50px Raleway;
    opacity: 1;
}
.form-group{
    margin-bottom: 10px;
}
/* FILE UPLOAD BUTTON CSS */
.file-input {
  color: transparent;
}
.file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.file-input::before {
    content: 'File Attachment';
    display: inline-block;
    margin: 0 0 0 0;
    float: left;
    padding: 0;
    text-transform: capitalize;
    font: 400 14px/50px Lato;
    letter-spacing: -0.42px;
    color: #444444;
    opacity: 1;
    text-align: left;
}
.file-input:hover::after {
  background-color: #3175A8;
}
.file-input:active {
  outline: 0;
}
.file-input:active::after {
  background-color: #3175A8;
}

/*---------pagination---------*/
.pages .item {
    font: 800 13px/38px Raleway;
    letter-spacing: normal;
    margin: 0px 2px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: middle;
    background: transparent;
    position: relative;
    border: 0;
    text-align: center;
}
.pages .item:hover
{
    background: #F2F2F2;
}

.pages a.page,.pages a.page:visited {
    color: #626262;
    vertical-align: middle;
}
.pages .item:hover a.page
{
    color: #333;
}
.pages .item.current
{
    color:#333;
    background: #F2F2F2;
}
.pages strong.page,
.pages .item.current strong.page
{
    font: 800 13px/38px Raleway;
    vertical-align: middle;
     background: #F2F2F2;
}
.pages .item.current strong.page span
{
    color:#333;
    font-weight: 800;
}
.pages .item:first-child,
.pages .item:last-child 
{
    display: none
}
.pages .action .label,
.pages .item .label
{
    display: none;
}
.pages .action
{
    border:0;
    width:auto;
}
.pages a.page span i
{
    display: block;
    font-size:16px;
    color: #4E4E4E; 
}
.pages .action.next,
.pages .action.previous
{
    margin:0;
    vertical-align: middle;
}
.pages .action.next::before,
.pages .action.previous:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: inherit;
    color: #4E4E4E;    
    font: 700 16px/38px 'Font Awesome 5 Free';
    margin:0;
}
.pages .action.next::before
{
    content: '\f105';
}

.pages .action.previous:before
{
    content: '\f104';
}
.pages .item.pages-item-next:hover,
.pages .item.pages-item-previous:hover
{
    background: transparent linear-gradient(14deg, #477E00 0%, #BCE14E 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 16px #0000000F;
}
.pages .item:hover .action::before
{
    color:#FFFFFF;
}
/* DEFAULT CART SUMMARY  */
.cart-summary {
    top: 0 !important;
    padding: 0px 15px 20px;
    font-size: 14px;
    display: block;
    overflow: hidden;
}
.totals.shipping.excl .mark .value {
    display: inline-block;
    width: 100%;
    font-size: 11px;
}
.cart-summary .input-text
{
    background-color: #fff;
}


/* OUR BRANDS OWL NAVIGATION */
.owl-carousel .owl-nav button{
    position: relative !important;
    width: 40px !important;
    height: 40px !important;
    background: #F2F2F2 !important;
    border-radius: 50px !important;
    color:#626262 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    border: 0 !important;
    border-radius:30px;
}
.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled{
    visibility: visible !important;
}
.owl-carousel .owl-nav button.owl-prev::before{
    content: '\f104' !important;
    text-align: left !important;
    font: 700 18px/38px 'Font Awesome 5 Free' !important;
    letter-spacing: -1px !important;
    opacity: 1 !important;
}
.owl-carousel .owl-nav button.owl-next::before{
    content:'\f105' !important;
    text-align: left !important;
    font: 700 18px/38px 'Font Awesome 5 Free' !important;
    letter-spacing: -1px !important;
    opacity: 1 !important;
}
.owl-carousel .owl-nav button:hover{
    color: #FFFFFF !important;
    background: transparent linear-gradient(14deg, #477E00 0%, #BCE14E 100%) 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 8px 16px #0000000F;
}
.owl-carousel .owl-nav button:hover::before{
    opacity: 1 !important;
}
.owl-carousel .owl-nav button span{
    display: none !important;
}
.owl-carousel .owl-stage-outer {
    z-index: 1;
}

/* SECTION CERTIFICATE */
.section-certificate{
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    text-align: center;
}
.section-certificate .contentArea{
    text-align: left;
    font: 300 13px/28px Poppins;
    letter-spacing: 0px;
    color: #CBDDF4;
    opacity: 1;
}
.section-certificate .imageArea{}
.section-certificate .imageArea img{
    margin-left: 8px;
}
/* END SECTION CERTIFICATE */


/* SECTION BOTTOM LINK */
.section-bottom-link{
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    text-align: center;
}
.section-bottom-link a{
    text-align: center;
    font: 400 16px/19px Poppins;
    letter-spacing: -0.48px;
    color: #A3A3A3;
    opacity: 1;
}
.section-bottom-link a:hover{
    color: #890202;
}
/* END SECTION BOTTOM LINK */


.page-main{
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: 100%;
}
.columns .column.main{
    padding-bottom: 0px;
}


/* DEFAULT THEME BUTTON CSS */
.btnTheme,.rev-btn{
    overflow: hidden;
    min-width: 175px;
    width: auto;
    height: 50px;
    display: inline-block;
    margin: 0;
    font: 700 14px/28px Raleway;
    letter-spacing: 0px;
    color: #fff !important;
    opacity: 1;
    border-radius: 50px;
    box-shadow: none;
    position: relative;
    border: 2px solid transparent !important;
    opacity: 1 !important;
    text-align: center;
    padding: 10px 20px;
    text-transform: uppercase;
}
.rev-btn:hover,
.btnTheme:hover
{
    background: transparent linear-gradient(50deg, #477E00 0%, #BCE14E 100%)  0% 0% no-repeat padding-box !important;
    border-color: transparent !important; 
    color: #ffffff;
}

/* Btn transparent */
.btnTheme.blank{
    background-color: transparent !important;
    border-color: #fff !important; 
    color: #ffffff !important;
}
.btnTheme.blank:hover{
    background: transparent linear-gradient(50deg, #477E00 0%, #BCE14E 100%)  0% 0% no-repeat padding-box !important;
    border-color: transparent !important; 
    color: #ffffff;
}

/* Btn transparent */
.btnTheme.green{
    background: transparent linear-gradient(50deg, #477E00 0%, #BCE14E 100%)  0% 0% no-repeat padding-box !important;
    border-color: transparent !important; 
    color: #ffffff !important;
}
.btnTheme.green:hover{
    background: transparent  !important;
    border-color: #626262 !important; 
    color: #626262 !important;
}
/* Btn grey */
.btnTheme.grey{
    background-color: transparent !important;
    border-color: #626262 !important; 
    color:#626262 !important;
}
.btnTheme.grey:hover{
    background: transparent linear-gradient(50deg, #477E00 0%, #BCE14E 100%)  0% 0% no-repeat padding-box !important;
    border-color: transparent !important; 
    color: #FFFFFF !important;
}


/* Back to Top */
#back2Top{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: none;
    background-color: #BEE34F;
    color: #fff;
    border-radius: 5px;
    flex-direction: column;
    justify-content: right;
    align-items: center;
    text-transform: uppercase;
    overflow: hidden;
    padding: 4px 5px;
    z-index: 95;
}
#back2Top .fa-caret-up{}
#back2Top span{
    margin-top: -3px;
    font-size: 12px;
}
#back2Top:hover{
    background-color:#FA882B;
    color: #fff;
}



/* SIDEBAR */
.sidebar.sidebar-main{
    display: inline-block;
    float: left;
    max-width: 260px;
    flex-grow: unset;
    margin:85px 0;
    
}
.page-main .columns .sidebar.sidebar-main ~ .column.main{
    display: inline-block;
    float: right;
    flex-grow: unset;
    width: calc(100% - 260px);
    max-width: 100%;
    margin-top:85px;
}


/* Collapsible CSS */
.collapsible-container .card{
    border: 0;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.collapsible-container .card:first-child{
    border-top: 1px solid rgba(112, 112, 112, 0.2);
}
.collapsible-container .card .card-header{
    background-color: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}
.collapsible-container .card .card-header > .btn-link{
    border: 0;
    background-color: transparent;
    color: #890202;
    text-align: left;
    font: 400 18px/22px Poppins;
    letter-spacing: 0px;
    opacity: 1;
    box-shadow: none;
    border-radius: 0;
    padding: 15px 50px 15px 15px;
    margin: 0;
    display: inline-block;
    width: 100%;
    text-align: left;
    text-decoration: none;
    position: relative;
}
.collapsible-container .card .card-header > .btn-link.collapsed{
    border: 0;
    background-color: transparent;
    color: #AAAAAA;
}
.collapsible-container .card .card-header > .btn-link.collapsed:hover{
    color: #890202;
}
.collapsible-container .card .card-header > .btn-link::after{
    content: '\f068';
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    padding: 15px 20px;
    background-color: transparent;
    font-family: 'Font Awesome 5 Free';
    height: 100%;
}
.collapsible-container .card .card-header > .btn-link.collapsed::after{
    content: '\f067';
}
.collapsible-container .card .card-body{
    border: 0;
    padding: 10px 30px 30px;
}
.collapsible-container .card .card-body .descr-wrapper{
    display: inline-block;
    width: 100%;
    margin: 0 0 30px;
}
.collapsible-container .card .card-body h4{
    font: 600 16px/19px Poppins;
    letter-spacing: -0.48px;
    margin: 0 0 5px;
    color:#666666;
    text-transform: uppercase;
}
.collapsible-container .card .card-body p{
    font: 400 16px/19px Poppins;
    color: #666666;
    letter-spacing: -0.48px;
    margin: 0 0 10px;
}
.collapsible-container .card .card-body p:last-child,
.collapsible-container .card .card-body .descr-wrapper:last-child{
    margin: 0 0 0;
}
.collapsible-container .card .card-body .sheet-links a{
    text-align: left;
    font: 400 16px/19px Poppins;
    letter-spacing: -0.48px;
    color: #666666;
    opacity: 1;
    display: inline-block;
    width: 100%;
    margin: 0 0 10px 0;
}
.collapsible-container .card .card-body .sheet-links a span{
    margin: 0 0 0 8px;
}
.collapsible-container .card .card-body .sheet-links a:hover{
    text-align: left;
    font: 400 16px/19px Poppins;
    letter-spacing: -0.48px;
    color: #890202;
    opacity: 1;
}
.collapsible-container .card .card-body ul{
    list-style: none;
}
.collapsible-container .card .card-body ul li{
    /* margin: 8px 0; */
    font: 400 16px/19px Poppins;
    letter-spacing: -0.48px;
    color:#666666;
}


/* DEFAULT TABBING CSS */
.tabbing-function .nav-tabs{
    border: 0px;
    margin-bottom: 50px;
}
.tabbing-function .nav-tabs .nav-item{}
.tabbing-function .nav-tabs .nav-item .nav-link{
    text-align: center;
    font: 600 15px/25px Poppins;
    letter-spacing: 0.6px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    padding: 10px 30px;
    margin: 0 10px;
    background-color: #54585B;
    border: 0px;
    border-radius: 40px;
    min-width: 150px;
}
.tabbing-function .nav-tabs .nav-item .nav-link:hover,
.tabbing-function .nav-tabs .nav-item .nav-link.active{
    background-color: #009A4E;
}
.tabbing-function .tab-content{
    width: 100%;
    padding: 30px 0 0;
}
/* END DEFAULT TABBING CSS */




/* CUSTOM CSS */
.page-wrapper
{
    overflow: hidden;
    position: relative;
}
.page-header {
    border-bottom: 0;
    margin-bottom: 0;
    display: block !important;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.page-header .black-icon
{
    display: none
}
.fixed-header
{
    position: fixed !important;
    top:0;
    left:0;
    width:100%;
    background:#fff;
    z-index: 999;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.fixed-header .black-icon,
.catalog-product-view .black-icon
{
    display: block;
}
.fixed-header .white-icon,
.catalog-product-view .white-icon
{
    display: none;
}
.fixed-header .main-menu-wrapper .navbar-nav .nav-item .nav-link, 
.fixed-header .main-menu-wrapper .navbar-nav .level0 .level-top,
.fixed-header .user-links .account-wrapper .action.icon-setting,
.fixed-header .user-links .cart-wrapper .action.icon-setting,
.catalog-product-view .main-menu-wrapper .navbar-nav .nav-item .nav-link,
.catalog-product-view .main-menu-wrapper .navbar-nav .level0 .level-top,
.catalog-product-view .user-links .account-wrapper .action.icon-setting,
.catalog-product-view .user-links .cart-wrapper .action.icon-setting
{
    color: #333333
}
.fixed-header .main-menu-wrapper .navbar-nav .nav-item.active .nav-link, 
.fixed-header .main-menu-wrapper .navbar-nav .level0.active .level-top, 
.fixed-header .main-menu-wrapper .navbar-nav .nav-item:hover .nav-link, 
.fixed-header .main-menu-wrapper .navbar-nav .level0:hover .level-top,
.catalog-product-view .main-menu-wrapper .navbar-nav .nav-item.active .nav-link, 
.catalog-product-view .main-menu-wrapper .navbar-nav .level0.active .level-top, 
.catalog-product-view .main-menu-wrapper .navbar-nav .nav-item:hover .nav-link, 
.catalog-product-view .main-menu-wrapper .navbar-nav .level0:hover .level-top
{
    color: #BEE34F;
}
.fixed-header .user-links .account-wrapper .action.icon-setting,
.fixed-header .user-links .cart-wrapper .action.icon-setting,
.catalog-product-view .user-links .account-wrapper .action.icon-setting,
.catalog-product-view .user-links .cart-wrapper .action.icon-setting
{
    border-color: #333
}

.home-banner-section,
.rev_slider li.tp-revslider-slidesli .tp-bgimg{
    position: relative;
    height: calc(100vh - 40px);
}

.home-banner-section .home-mainslider .carousel-inner .carousel-item{
    display: inline-block;
    width: 100%;
    position: relative;
    background: #000
}

.home-banner-section .home-mainslider .carousel-caption {
    z-index: 10;
    padding: 100px 0 0;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0%;
    right: 0;
    top: 0;
    bottom: 0
}
.home-mainslider .carousel-caption h2.heading{
    text-align: left;
    font: 800 80px/96px Raleway;
    letter-spacing: -1.8px;
    color: #FFFFFF;
    max-width: 100%;
    margin:0;
    padding:0;
}
.home-mainslider .carousel-caption h2.heading span
{
    display: block;
    font: 300 65px/75px Raleway;
    letter-spacing: -2.1px;
    color: #FFFFFF;
}
.tp-caption
{
    font-size: 60px;
    line-height: 60px;
}
.home-mainslider .carousel-caption .btn-group
{
    display: flex;
    flex-direction: row;
    margin-top: 25px;
}
.home-mainslider .carousel-caption .btnTheme{
    margin: 0 10px 0 0;
}
.home-mainslider .carousel-indicators{
    left: 8%;
    right: auto;
    top: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
}
.home-mainslider .carousel-indicators li{
    width: 9px;
    height: 9px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 10px;
    border-radius: 12px;
    opacity: 1;
}
.home-mainslider .carousel-indicators li.active,
.home-mainslider .carousel-indicators li:hover{
    background-color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5);
}

.home-mainslider .carousel-nav {
    display: flex;
    height: auto;
    float: right;
    width: 106px;
    align-items: center;
    justify-content: space-between;
    bottom: 100px;
    position: relative;
    right: 100px;
}
.home-mainslider .carousel-nav .carousel-control-next, 
.home-mainslider .carousel-nav .carousel-control-prev {
    display: inline-block;
    right: 0;
    width: 50px;
    height: 50px;
    color: #ffffff;
    background-color: #54585B;
    border-radius: 50px;
    opacity: 1;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
}
.home-mainslider .carousel-nav .carousel-control-next:hover, 
.home-mainslider .carousel-nav .carousel-control-prev:hover {
    background-color: #007BBC;
}


.page-footer{
    margin: 0;
    padding: 0;
    position: relative;
}
.page-footer .footer.content
{
    border:0;
    margin:0;
    padding:0;
}
.footer-txtBlock {
    display: block;
    width:100%;
    background: url(../images/footer-img.png)no-repeat center;
    background-size: cover;
    padding: 40px 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.footer-txtBlock:before
{
    content: '';
    position: absolute;
    z-index: 1;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background: #DF7B2B;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    opacity: .8
}
.footer-txtBlock h4 {
    display: block;
    position: relative;
    z-index: 1;
    font: 500 36px/56px Raleway;
    letter-spacing: -0.72px;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
}
.footer-txtBlock h4 strong
{
    font: 800 36px/46px Raleway;

}
.footer-txtBlock .btnTheme
{
    display: block;
    z-index: 1;
}
.thankyou-wrapper{
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: calc(100vh - 40px);
    max-height: fit-content;
    overflow: hidden;
    float: left;
}
.thankyou-wrapper + .page-main{
    flex-grow: 0;
}
.thankyou-wrapper + .page-main .column.main{
    min-height: 0;
}
.thankyou-wrapper .category-image{
    text-align: center;
    height: calc(100vh - 40px);
    width: 100%;
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 0;
    margin: 0;
}
.thankyou-wrapper .category-image:before
{
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/overlay.svg)no-repeat top center;
    background-size: cover;
}
.thankyou-wrapper .category-image .banner-image{
    max-width: unset;
    position: absolute;
    height: auto;
    width: 100%;
    z-index: 0;
    margin: 0 auto;
    max-height: fit-content;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
}
.thankyou-wrapper .category-image .page-title-contents{
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    width: 100%;
    max-width: 1140px;
    height: 100%;
    overflow: hidden;
    padding: 100px 0 15px;
    margin: 0 auto;
    z-index: 99;
    text-align: left;
    justify-content: center;
    flex-direction: column;
    align-items: baseline;
}

.thankyou-wrapper .page-title-contents .page-title{
    margin: 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    height: 100%;
    width:40%;
}
.thankyou-wrapper .page-title-contents .page-title .base{
    font: 800 60px/64px Raleway;
    letter-spacing: -1.4px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
    display: block;
}
.thankyou-wrapper .page-title-contents .page-title .base1{
    display: block;
    font: 400 52px/56px Raleway;
    letter-spacing: -1.74px;
    color: #FFFFFF;
    opacity: 1;
    text-transform: capitalize;
}
.thankyou-wrapper .page-title-contents .page-title .base2,
.thankyou-wrapper .page-title-contents .page-title .base3{
     display: block;
    font: 400 16px/25px Raleway;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin: 20px 0 30px;
}
.thankyou-wrapper .page-title-contents .page-title .base3{
    margin: 0 0 30px;
}
.thankyou-wrapper .page-title-contents .page-title .sub-text:after
{
    content: '';
    position: absolute;
    top:50%;
    right:-27%;
    width:25%;
    height:1px;
    background-color: #DEDEDE
}
.footer-main
{
    display: block;
    padding:0px;
}
.page-footer .footer-top-main{
    
    padding: 70px 0;
    display:block;
    width: 100%;    
    background-color: #F2F2F2;
}

.page-footer .footer-top-main .footer-logo
{
    width:145px;
    margin: 30px 0 40px;
}
.page-footer .footer-top-main .footer-content p
{
    font: 600 14px/34px Segoe UI;
    letter-spacing: 0px;
    color: #707070;
    padding-right:50px;
}
.page-footer .footer-top-main .footer-title {
    margin-bottom: 5px;
}
.page-footer .footer-top-main .social-media-title {
    margin: 15px 0 5px;
}
.page-footer .footer-top-main .footer-title h3 {
    font: 600 22px/80px Oswald;
    letter-spacing: 0px;
    color: #C45C1D;
    text-align: left;
    text-transform: uppercase;
}

.page-footer .footer-top-main .footer-links{}
.page-footer .footer-top-main .footer-links ul{
    list-style: none;
}
.page-footer .footer-top-main .footer-links ul li{
    margin-bottom: 5px;
}
.page-footer .footer-top-main .getintouch-link .footer-links ul li{
    margin-bottom: 22px;
}
.page-footer .footer-top-main .footer-links ul li:last-child{
    margin-bottom: 0px;
}
.page-footer .footer-top-main .footer-links ul li a{
    font: 600 14px/34px Segoe UI;
    color: #707070;
    text-align: left;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: baseline;
}
.page-footer .footer-top-main .product-links ul
{
    width:49%;
    display: inline-block;
    vertical-align: top
}
.page-footer .footer-top-main .footer-links ul li a .fa-map-pin,
.page-footer .footer-top-main .footer-links ul li a .fa-phone,
.page-footer .footer-top-main .footer-links ul li a .fa-fax,
.page-footer .footer-top-main .footer-links ul li a .fa-envelope{
    position: relative;
    top: 2px;
    width: 12px;
    color: #5A5A5A !important;
    font-size: 14px;
    text-align: center;
    margin-right: 10px;
}
.page-footer .footer-top-main .footer-links ul li a:hover,
.page-footer .footer-top-main .footer-links ul li a:focus,
.socialArea li a:hover,.socialArea li a:focus,
.socialArea li a:hover svg:not(:root).svg-inline--fa
{
    color:#FFA710;
}

.socialArea
{
    list-style-type: none;
    list-style-position: inside;
    display: block;
}
.socialArea li
{
    margin: 0 0 5px;
}
.socialArea li a {
    display: inline-block;
    color:#5A5A5A;
     font: 400 14px/24px Lato;
}
.socialArea li a svg:not(:root).svg-inline--fa {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 20px;
    color: #5A5A5A
}
.page-footer .footer-bottom-main{
    background-color: #38230F;
    padding: 4px 0;
    display: inline-block;
    width: 100%;
}
.page-footer .footer-bottom-main .copyright{
    background-color: transparent;
    padding: 0;
    margin: 0;
    font: 400 12px/14px Raleway;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
    display: inline-block;
    width: 100%;
    text-align: right;
}
.page-footer .footer-bottom-main .copyright .webexe strong{
    color: #fff;
    font: 400 12px/24px Raleway;
}
.page-footer .footer-bottom-main .copyright .webexe img{
    width: auto;
    height: 13px;
}
.page-footer .footer-bottom-main .payment-cards{
    list-style: none;
    float: right;
}
.page-footer .footer-bottom-main .payment-cards li{
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.page-footer .footer-bottom-main .payment-cards li:last-child{
    margin-right: 0px;
}
.page-footer .footer-bottom-main .payment-cards li a img{
    height: 30px;
    width: auto;
}
.page-footer .footer-bottom-main .footer-links {
    display: inline-block;
    margin: 4px 0;
    padding: 0;
}
.page-footer .footer-bottom-main .footer-links li {
    display: inline-block;
    list-style-type: none;
}
.page-footer .footer-bottom-main .footer-links li a {
    display: inline-block;
    font: 400 12px/14px Raleway;
    color: rgba(255,255,255,1);
    margin: 0 10px;
    position: relative;
}
.page-footer .footer-bottom-main .footer-links li a:hover {
    color: #fff;
}
.page-footer .footer-bottom-main .footer-links li a::after
{
    content:'';
    position: absolute;
    top:0;
    right:-14px;
    width:2px;
    height: 100%;
    background: rgba(255,255,255,.3);
}
.page-footer .footer-bottom-main .footer-links li:last-child a::after
{
    display: none;
}
/*-----------Home page banner navigation---------------*/
.hesperiden.tparrows
{
    background:transparent !important;
    top:87.5% !important;
    left:9% !important;
}
.hesperiden.tp-rightarrow
{
    left:27% !important;
}
.hesperiden.tp-bullets
{
    left:17% !important;
    top:90% !important;
    width:auto !important;
}
.hesperiden.tp-bullets:before
{
    display: none !important;
}
.hesperiden .tp-bullet
{
    display: inline-flex;
    flex-direction: row;
    position: relative !important;
    top: auto !important;
    width: 8px !important;
    height: 8px !important;
    left: auto !important;
    margin: 0 15px 0 0;
    border:0 !important;
    background: rgba(255,255,255,.6) !important;
    -webkit-transition: all .2s ease-in-out !important;
    -moz-transition: all .2s ease-in-out !important;
    -ms-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
}
.hesperiden .tp-bullet:hover, .hesperiden .tp-bullet.selected {
    background: #fff !important;
    width:40px !important;
    border-radius:4px !important;
    -webkit-transition: all .2s ease-in-out !important;
    -moz-transition: all .2s ease-in-out !important;
    -ms-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
}
.tp-parallax-wrap
{
    left:10% !important;
}
/*------------home about section-----------*/
.float-button-wrapper
{
    display: block;
    margin:0;
    padding:0;
    position: fixed;
    z-index: 99;
    right:0;
    top:35%;
    transform: translate(50%,0);
    -webkit-transform: translate(50%,0);
}
.float-button-wrapper .float-button {
    position: absolute;
    right: -190px;
    transition: 0.3s;
    padding: 0px;
    width: 250px;
    height: 70px;
    text-decoration: none;
    color: white;
    border-radius: 10px 0 0 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #644425;
    opacity: .75;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.float-button-wrapper .float-button .icon-area {
    margin-right: 0px;
    min-width: 70px;
    width: 70px;
    height: 70px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 1;
}
.float-button-wrapper .float-button .icon-area svg:not(:root).svg-inline--fa
{
    color:#fff;
    font-size:20px;
}
.float-button-wrapper .float-button span
{
    color:#fff;
    font: 400 13px/16px Raleway;
    padding-right:15px;    
}
.float-button-wrapper .float-button:hover {
    right: 0;
    opacity: 1;
    background: #FA882B
}
.float-button-wrapper #social-link.float-button .icon-area
{
    display: inline-flex;
}
#address {
    top: 0px;
}

#phone {
    top: 72px;
}

#mail {
    top: 144px;
}

#social-link {
    top: 216px;
}
/*--------About us page---------*/
.aboutus-wrapper
{
    display: block;
    position: relative;
    padding:40px 0;
    background: url(../images/about-bg.png)no-repeat top center;
    background-size: cover;
}
.aboutus-wrapper .block-content
{
    display: block;
    padding: 35px 0 15px;
}
.aboutus-wrapper .block-content p
{
    margin-bottom: 20px;
    text-align: justify;
}

.mv-wrapper
{
    display: block;
    margin-top:40px;
    padding:35px;
    background:#fff;
    border: 10px solid #F2F2F2;
    border-radius: 10px;
    text-align: justify;
}
.mv-wrapper .title-style
{
    margin-bottom: 20px;
}
.accreditation-section
{
    padding:90px 0px 0;
}
.accreditation-section .title-style .title-name
{
    text-align: center;
}
.accreditation-img
{
    padding:20px 0;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.accreditation-img img
{
    display: inline-block;
    width:auto;
    margin: 15px;
    max-height:70px; 
}
.team-wrapper
{
    display: block;
    position: relative;
    padding: 80px 0 60px;
    overflow:hidden;
    background: url(../images/team-bg.png)no-repeat top center;
    background-size: cover;
}
.team-wrapper:before
{
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #DF7B2B;
    opacity: .75;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}
.team-wrapper .title-style,
.team-wrapper .content
{
    position: relative;
    z-index: 11;
}
.team-wrapper .title-style .title-name,
.team-wrapper .content p
{
    color: #fff;
}
.team-wrapper .content p
{
    margin-bottom: 20px;
    text-align: justify;
}
.quality-service-wrapper
{
    display: block;
    position: relative;
    padding:40px 0;
}
.quality-service-wrapper .block-content
{
    display: block;
    padding: 50px 0 15px;
}
.quality-service-wrapper .block-content p
{
    margin-bottom: 20px;
    text-align: justify;
}
.quality-service-wrapper .block-content .btnTheme.green
{
    margin-top:20px;
}
.quality-service-wrapper .block-content .btnTheme.green:hover
{
    background: transparent !important;
    color:#626262 !important;
    border-color: #626262 !important
}
/*---------Service page-------*/
.services-wrapper
{
    display: block;
    width: 100%;
    padding: 80px 0 50px;
    position: relative;
    overflow:hidden;
}
.service-section-wrapper{
    display: block;
    width: 100%;
    margin:0 0 30px;
    border: 1px solid #DEDEDE;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.service-section-wrapper .service-image-main {
    display: block;
    width: 100%;
    height: 220px;
}
.service-section-wrapper .service-image-main img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.service-section-wrapper .service-content-main
{
    display: block;
    position: relative;
    padding: 30px;
}
 .service-section-wrapper .service-content-main .title-wrapper
{
    display: flex;
    width:100%;
    flex-direction: row;
    align-items: center;
    position: relative;
}
.service-section-wrapper .service-content-main h4
{
    display: inline-block;
    width:80%;
    font: 700 24px/28px Raleway;
    letter-spacing: -0.24px;
    color: #333333 !important;
    text-transform: capitalize;
}
.service-section-wrapper .service-content-main .icon-block
{
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 14px 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 8px 16px #0000000F;
}
.service-section-wrapper .service-content-main .icon-block img
{
    height: 32px;
}
.service-section-wrapper .service-content-main .icon-block .img-white
{
    display: none;
}
.service-section-wrapper .service-content-main .text-block
{
    display: block;
    height: 45px;
    overflow: hidden;
    margin-top: 30px;
}
.service-section-wrapper .service-content-main .text-block p
{
    font: 400 14px/25px Raleway;
    letter-spacing: 0px;
    color: #626262;
    text-align: justify;
}
.service-section-wrapper .learnmore-btn
{
    display: block;
    width:100%;
    padding:15px 30px;
    font: 700 14px/16px Raleway;
    letter-spacing: 0px;
    color: #333333;
    text-transform: uppercase;
    border-top: 1px solid #DEDEDE;
}
.service-section-wrapper .learnmore-btn svg:not(:root).svg-inline--fa,
.service-section-wrapper .learnmore-btn i
{
    margin-left:10px;

}
.service-section-wrapper:hover .learnmore-btn
{
    background: transparent linear-gradient(61deg, #477E00 0%, #BCE14E 100%) 0% 0% no-repeat padding-box;
    color:#fff;
}
.service-section-wrapper:hover .learnmore-btn svg:not(:root).svg-inline--fa,
.service-section-wrapper:hover .learnmore-btn i
{
    float:right;
}
.services-wrapper .service-section-wrapper:hover{
    box-shadow: 0px 10px 20px #0000000F;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.services-wrapper .service-section-wrapper:hover .service-content-main .icon-block
{
    background: transparent linear-gradient(38deg, #477E00 0%, #BCE14E 100%) 0% 0% no-repeat padding-box;
}
.service-section-wrapper:hover .service-content-main .icon-block .img-white
{
    display: inline-block;
}
.service-section-wrapper:hover .service-content-main .icon-block .img-black
{
    display: none;
}
.services-detail-wrapper
{
    padding:80px 0;
}
.services-detail-wrapper .nav-tabs
{
    display: flex;
    width:100%;
    flex-direction: row;
    justify-content: center;
    border: 1px solid #DEDEDE;
    border-radius: 70px;
    padding:2px;
}
.services-detail-wrapper .nav-tabs .nav-item
{
    display: flex;
    align-items: center;
    text-align: center;
    margin:0;
    width: 25%;
    max-width:25%;
    min-height: 62px;
}
.services-detail-wrapper .nav-tabs .nav-link
{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
    min-height: 62px;
    text-align: center;
    border:0;
    border-radius: 60px;
    padding: 10px 45px;
    font: 600 16px/20px Raleway;
    letter-spacing: 0px;
    color: #333333;
}
.services-detail-wrapper .nav-tabs .nav-link:hover,
.services-detail-wrapper .nav-tabs .nav-item.show .nav-link, 
.services-detail-wrapper .nav-tabs .nav-link.active,
.services-detail-wrapper .nav-tabs .nav-item.active .nav-link
{
    background: transparent linear-gradient(48deg, #477E00 0%, #BCE14E 100%) 0% 0% no-repeat padding-box;
    color:#FFFFFF;
}
.services-detail-wrapper .tab-content {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 60px 0 0;
}
.services-detail-wrapper .tab-content .image-wrapper
{
    display: block;
    width:100%;
    border-radius: 30px;
    height: 575px;
    overflow: hidden;
}
.services-detail-wrapper .tab-content .image-wrapper img
{
    width: 100%;
    height: 575px;
    object-fit: cover;
}
.services-detail-wrapper .tab-content .content-wrapper
{
    display: block;
    padding:0 40px;
}
.services-detail-wrapper .tab-content .content-wrapper p
{
    margin-bottom: 20px;
    text-align: justify;
}
.services-detail-wrapper .tab-content .content-wrapper p b,
.services-detail-wrapper .tab-content .content-wrapper p strong
{
    color:#8DAC30;
    font-weight: 600
}
.services-detail-wrapper .tab-content .content-wrapper .btn-wrapper
{
    display: block;
    margin-top:45px;
}
.services-detail-wrapper .tab-content .content-wrapper .btn-wrapper .btnTheme
{
    margin-right: 10px
}
/*--------Articles page-----------*/
.articles-wrapper
{
    padding: 80px 0;
    position: relative;
}
.articles-wrapper .service-content-main
{
    padding: 20px 30px;
}
.articles-wrapper .service-content-main h4
{
    width:100%;
    height: 57px;
    overflow: hidden;
}
.articles-wrapper .service-content-main h4 a
{
    color:#333 !important;
}
.articles-wrapper .pub-detail
{
    display: flex;
    flex-direction: row;
    padding: 10px 0;
    margin:15px 0;
    border-top:1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}
.articles-wrapper .pub-detail .person,
.articles-wrapper .pub-detail .publish-date
{
    display: inline-block;
    position: relative;
    font: 400 12px/16px Raleway;
    letter-spacing: 0px;
    color: #626262;
    margin: 0px;
    padding:0 15px;
}
.articles-wrapper .pub-detail .person:after
{
    content: '';
    position: absolute;
    top:0;
    right:0;
    width:1px;
    height: 100%;
    background:#DEDEDE;
}
.articles-wrapper .pub-detail .person::before,
.articles-wrapper .pub-detail .publish-date::before{
    color: #8DAC30;
    font-size: 14px;
    line-height: 28px;
    font-family: 'Font Awesome 5 free';
    font-weight: 700;
    font-style: normal;
    margin-right: 10px;
}
.articles-wrapper .pub-detail .person::before{
    content: '\f007';
}
.articles-wrapper .pub-detail .publish-date::before{
    content: '\f073';
}
.articles-wrapper .service-content-main .text-block {
    height: 75px; 
    margin-top: 0px;
    text-align: justify;
}
.postRight
{
    padding-left:25px;
}
.postRight h3,
.widget.block-categories .block-title>strong {
    text-align: left;
    font: 400 24px/25px Raleway;
    letter-spacing: 0px;
    color: #333333;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 20px;
}
.postRight .widget.block-categories select
{
    margin-bottom: 15px
}
.news-item {
    display: inline-block;
    width: 100%;
    min-height: auto;
    padding: 0 0 25px;
    margin-bottom: 25px;
    border: 0;
    border-bottom: 1px solid #DEDEDE;
}
.news-item .news-details {
    display: block;
    width: 100%;
    margin-bottom: 0px;
}
.news-item .news-details .news-title {
    text-align: left;
    font: 700 15px/20px Raleway;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #333;
    opacity: 1;
    display: block;
    width: 100%;
    max-height: 45px;
    overflow: hidden;
}
.news-item .dateArea 
{
    font: 400 13px/28px Raleway;
    letter-spacing: -0.13px;
    color: #626262;
    display: block;
    width: 100%;
}
.news-item .news-details:hover .news-title,
{
    color:#BEE34F;
}

.postLeft .article-details-main {
    padding: 0%;
}
.postLeft .article-details-main .pub-detail .person,
.postLeft .article-details-main .pub-detail .publish-date
{
    font: 400 14px/16px Raleway;
}
.article-details-main .postTitle
{
    text-align: left;
    font: 700 32px/38px Raleway;
    letter-spacing: 0px;
    color: #333;
    opacity: 1;
    margin-bottom: 20px;
    padding:0 15px;
}
.article-details-main .postImage {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-bottom: 35px;
}
.article-details-main .postDescrArea 
{
    padding:0 15px;
}
.article-details-main .postDescrArea p {
    text-align: justify;
    font: 400 14px/24px Raleway;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
.articles-wrapper .article-details-main .pub-detail
{
    border-top:0;
    margin-bottom: 30px
}
.articles-wrapper .article-details-main .pub-detail .person:after
{
    display: none
}
.article-details-main .postDescrArea h3,
.article-details-main .postDescrArea h4
{
    font:600 24px/28px Raleway;
    margin:30px 0;
}

.article-details-main .postBtn-group {
    margin-top: 30px;
    padding:30px 15px 0;
    display: inline-block;
    width: 100%;
    border-top:1px solid #DEDEDE;
}
.article-details-main .postBtn-group .btnTheme {
    color: #fff;
    text-align: center;
    margin: 0px;
}
.article-details-main .postBtn-group .btnTheme.green {
    float: right;
}
.article-details-main .postBtn-group .btnTheme.grey {
    float: left;
    border:0 !important;
}
/*--------Career page-----------*/
.career-wrapper
{
    padding:80px 0;
}
.career-wrapper .content
{
    display: block;
    width:100%;
    overflow: hidden;
}
.career-wrapper .content p
{
    margin-bottom: 20px;
    text-align: justify;
}
.career-wrapper .content p a
{
    color: #8DAC30;
    font-weight: 700;
}
#delivery-questions
{
    margin:25px 0 50px;
}
.career-wrapper .card{
    border: 0;
    box-shadow: none;
    border-radius: 10px;
    margin: 0 0 25px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #DEDEDE;
}
.career-wrapper .card .card-header{
    background-color: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}
.career-wrapper .card .card-header > .btn-link{
    border: 0;
    color: #FFFFFF;
    text-transform: uppercase;
    font: 700 18px/30px Raleway;
    box-shadow: none;
    border-radius: 0;
    padding: 10px 60px 10px 30px;
    margin: 0;
    display: inline-block;
    width: 100%;
    text-align: left;
    text-decoration: none;
    position: relative;
    background: transparent linear-gradient(29deg, #477E00 0%, #BCE14E 100%) 0% 0% no-repeat padding-box;
}
.career-wrapper .card .card-header > .btn-link.collapsed{
    border: 0;
    background: #ffffff;
    color: #626262;
}
.career-wrapper .card .card-header > .btn-link::after{
    content: '\f056';
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    padding: 10px 30px 10px 10px;
    background-color: transparent;
    font-family: 'Font Awesome 5 Free';
}
.career-wrapper .card .card-header > .btn-link.collapsed::after{
    content: '\f055';
    color:#626262;
}
.career-wrapper .card .card-body{
    border: 0;
    padding: 20px 30px;
}
.career-wrapper .card .card-body .descr-wrapper{
    display: inline-block;
    width: 100%;
    margin: 0 0 30px;
}
.career-wrapper .card .card-body .descr-wrapper p
{
    font: 400 14px/24px Raleway;
    letter-spacing: 0px;
    color: #626262;
    text-align: justify;
}
.career-wrapper .card .card-body h4{
    font: 700 20px/28px Raleway;
    margin: 0 0 5px;
    color: #626262;
    text-transform: uppercase;
}
.career-wrapper .card .card-body p{
    font: 400 14px/24px Poppins;
    margin: 0 0 10px;
}
.career-wrapper .card .card-body p:last-child,
.career-wrapper .card .card-body .descr-wrapper:last-child{
    margin: 0 0 0;
}
.career-wrapper .card .card-body ul{
    list-style: none;
}
.career-wrapper .card .card-body ul li > p{
    display: block;
    padding-left:20px;
    position: relative;
    font: 400 14px/25px Raleway;
    color:#626262;
    cursor: pointer;
}
.career-wrapper .card .card-body ul li > p:before
{
    content: '\f105';
    position: absolute;
    top:0;
    left:0;
    font-family: 'Font Awesome 5 Free';
    font-size:14px;
    line-height: 25px;
    font-weight: 700;
    color: #626262;
}
.career-wrapper .card .card-body ul li .li-description
{
    display: none;
    padding: 0 0 15px 20px;
}
.career-wrapper .card .card-body ul li .li-description p
{
    padding-left: 0;
    text-align: justify;
}
.career-wrapper .card .card-body ul li .li-description p:before
{
    display: none;
}
/*--------Contact page-----------*/
.category-contact-us .float-button-wrapper
{
    top:32%;
}
.contactenquiry-wrapper{
    display: block;
    width: 100%;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: url(../images/about-bg.png)no-repeat top center;
    background-size: cover;
}

.contactenquiry-wrapper .title-style .title-name{
    margin-bottom: 20px;
    text-transform: capitalize;
}
.contactenquiry-wrapper .title-style .title-descr{
    font: 400 14px/24px Raleway;
    letter-spacing: 0px;
    opacity: 1;
}
.contactenquiry-wrapper .contact-form .control
{
    position: relative;
}
.validation-advice {
    margin-top: 0.7rem;
    position: absolute;
    bottom: 0;
    left: 0;
}
.contact-form p.note
{
    width: 100%;
    font: 400 12px/25px Raleway;
    text-align: center;
    margin-top: -5px;
    margin-bottom: 10px;
}
.contact-form .control-lbl,
.contact-form.webforms .field .label
{
    display: inline-block;
    margin-bottom: 15px;
    font: 500 14px/16px Raleway;
    letter-spacing: 0.28px;
    color: #626262;
    text-transform: uppercase;
    position: relative;
}
.contactenquiry-wrapper .input-text,.contactenquiry-wrapper .type-textarea .control textarea,
.contactenquiry-wrapper select
{
    margin-bottom: 20px;
}
.contactenquiry-wrapper textarea{
    padding:15px 20px;
    height: 150px !important;
}
.contactenquiry-wrapper textarea{
    line-height: 24px
}
.contactenquiry-wrapper .actions-toolbar>.primary,
.contactenquiry-wrapper .actions-toolbar>.primary .btnTheme
{
    width:100% !important;
    display: block
}
.recaptcha {
    display: inline-block;
    float: right;
    position: absolute;
    right: 0px;
    bottom: 80px;
}
.grecaptcha-badge {
    bottom: 12% !important;
    z-index: 99;
}
.contact-form .green
{
    width:100%;
}
.map-wrapper{
    display: block;
    width: 100%;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.map-wrapper .map
{
    display: block;
    width:100%;
    height: 320px;
    border:0;
}
.contact-detail {
    display: block;
    width: 420px;
    padding: 40px 95px 40px 80px;
    position: absolute;
    right:0;
    top:0;
    z-index: 1;
    background: rgba(141, 172, 48, .8) 0% 0% no-repeat padding-box;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.contact-detail .address-block {
    display: flex;
    align-items: center;
    position: relative;
    padding: 15px 0;
}
.contact-detail .address-block .iconArea {
    margin-right: 15px;
    min-width: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFFFFF;
    border-radius:50%;
    color:#fff;
}
.contact-detail .address-block .iconArea svg:not(:root).svg-inline--fa
{
    color:#fff;
    font-size:18px;
}
.contact-detail .address-block .detailArea p {
    text-align: left;
    font: 400 14px/24px Raleway;
    letter-spacing: 0;
    color:#fff;
}
.contact-form.webforms .field.required .label:after
{
    content: '*';
    position: absolute;
    top:5px;
    right:-10px;
    color:#f00;
    font-size:20px;
}
/*--------product detail page-----------*/
.product-details-wrapper
{
    display: block;
    position: relative;
    padding:40px 0 80px;
}
.catalog-product-view.page-layout-fullpage-layout .product-info-main,.product-info-main {
    padding-left: 25px;
}
.product-details-wrapper .product-info-main .prd-info
 {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin:  0 0 20px;
}
.product-details-wrapper .product-info-main .prd-info .product-label {
    text-align: left;
    font: 400 20px/27px Lato;
    letter-spacing: 0px;
    color: #ACACAC;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 10px;
}
.product-details-wrapper .product-info-main .prd-info .product-name
{
    text-align: left;
    font: 600 44px/47px Raleway;
    letter-spacing: 0px;
    color: #333;
    text-transform: capitalize;
    opacity: 1;
}
.product-info-main .price-box .price-container .price
{
    text-align: left
}
.product-info-main .product-info-price {
    display: inline-block;
    width:100%;
    margin:0;
    text-align: left;
    vertical-align: middle;
}
.product-info-main .price-box {
    margin: 15px 0;
    display: inline-block;
}
.product-info-main .product-info-price .price-box
{
    margin-top:0;
}
.product-info-main .special-price, .product-options-bottom .special-price,
.product-info-main .old-price
{
    display: inline-block;
}
.product-info-main .price-box .price-final_price
{
    display: inline-block;
    vertical-align: bottom;
    margin-right:5px;
}
.product-info-main .price-box .price-final_price .price {
    font: 700 28px/33px Raleway !important; 
    color:#DF7B2B; 
}
.product-info-main .price-box .old-price .price-final_price .price {
    font: 700 22px/33px Raleway !important;
    color: #B1B1B1 !important;
    text-decoration: line-through !important;
}
.product-info-main .product-overview {
    font: 400 14px/25px Raleway;
    letter-spacing: 0px;
    color: #626262;
    margin-bottom: 10px;
    text-align: justify;
}
.product-info-main .product-overview ul
{
    list-style: none;
    margin: 0px 0 10px 15px;
    display: block;
}
.product-info-main .product-overview ul li {
    list-style-type: none;
    position: relative;
    padding: 0px;
    font: 400 16px/28px Segoe UI;
    letter-spacing: 0px;
    color: #707070;
}
.product-details-wrapper .product-info-main .product-overview ul li::before {
    content: '';
    color: #303030;
    background: #303030;
    width: 6px;
    height: 6px;
    border-radius: 14px;
    position: absolute;
    top: 10px;
    left: -15px;
}
.product-info-main .product-overview ul li p
{
    font: 400 16px/28px Segoe UI;
    color: #303030;
}
.product-details-wrapper .product-info-main .product-specification-main,
.product-info-main .product-add-form
{
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 0px 0 15px;
}

.product-details-wrapper .product-info-main .ps-bottom {
    margin:0px;
    padding: 25px 0px;
    border-top:1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    display: flex
}
.product-details-wrapper .product-info-main .product-specification-main .boxed-contents,
.product-info-main .product-add-form .swatch-attribute 
{
    display: inline-block;
    padding: 10px 0;
    margin:0;
    width: 100%;
    border-bottom: 1px solid rgba(112, 112, 112, .2);
}
.product-details-wrapper .product-info-main .product-specification-main .boxed-contents:last-child
{
    border:0;
}
.product-info-main .product-add-form .swatch-attribute .swatch-attribute-selected-option
{
    display: none
}
.product-specification-main .boxed-contents .box-title,
.product-info-main .product-add-form .swatch-attribute .swatch-attribute-label,
.product-info-main .product-add-form .product-options-wrapper .field .label
{
    display: inline-block;
    vertical-align: middle;
    font: 700 15px/18px Raleway;
    letter-spacing: 0.75px;
    color: #626262;
    text-transform: uppercase;
    min-width:45px;
    margin:0;
}
.product-specification-main .boxed-contents .box-details,
.product-info-main .product-add-form .swatch-attribute .swatch-attribute-options {
    margin: 0 0 0 15px;
    display: inline-block;
    vertical-align: middle;
    color:#303030;
}
.product-info-main .product-add-form .swatch-attribute .swatch-attribute-options .swatch-option
{
    margin-bottom: 0;
    border-color:#ccc;
}
.swatch-option{border-color:#ccc;}
.swatch-option.selected {
    outline: 2px solid #B9B9B9;
}
.product-info-main .product-add-form .product-options-wrapper .field .control
{
    display: inline-block;
    position: relative;
}
.product-info-main .product-add-form .product-options-wrapper .field .control .mage-error[generated]
{
    position: absolute;
    bottom: -22px;
    left:15px;
    font-size:12px;
}
.product-info-main .product-add-form .product-options-wrapper .field .control select,
.product-specification-main .boxed-contents .box-details select,
.product-info-main .product-add-form .swatch-attribute .swatch-attribute-options select.size
{
    height: 45px;
    font: 400 14px/27px Raleway;
    letter-spacing: 0px;
    color: #626262;
    background-position: 90% center;
    border-radius:27px;
}
.product-info-main .product-add-form .fieldset:last-child
{
    margin:0;
}
.product-specification-main .boxed-contents .product-color > .active
{
    border: 4px solid #f4f4f4;
}
.product-details-wrapper .product-info-main .product-specification-main .boxed-contents.qty-count
{
    width: auto;
    border: 0;
    padding: 0;
}
.boxed-contents .box-details .control {
    position: relative;
    border: 1px solid #DEDEDE;
    padding: 0;
    margin: 0 10px 0 0;
    display: inline-block;
    border-radius: 50px;
    overflow: hidden;
    width: 150px;
}
.boxed-contents .box-details .control .qty-icon {
    display: inline-block;
    float: left;
}
.boxed-contents .box-details .control .plus, .boxed-contents .box-details .control .minus {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    color:#626262;
    margin: 0px;
    width: 45px;
    height: 50px;
    opacity: .65;
}
.boxed-contents .box-details .control .plus:hover, 
.boxed-contents .box-details .control .minus:hover {
    opacity: 1;
}
.boxed-contents .box-details .control .minus {
    float: left;
}
.boxed-contents .box-details .control .plus {
    float: right;
}
.boxed-contents .box-details .control .plus::before, 
.boxed-contents .box-details .control .minus::before {
    line-height: 50px;
    font-family: 'Font Awesome 5 free';
    font-weight: 700;
}
.boxed-contents .box-details .control .plus::before {
    content: '\f067';
}
.boxed-contents .box-details .control .minus::before {
    content: '\f068';
}
.boxed-contents .box-details .control input[type="number"] {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    float: left;
    font: 400 16px/28px Raleway;
    letter-spacing: 0;
    color: #626262;
    background: rgba(98, 98, 98, .1);
    opacity: 1;
    border: 0;
    border-radius: 10px;
    margin: 5px 0;
    padding: 5px;
    width: 50px;
    height: 40px;
    overflow: visible;
    box-shadow: none !important;
}
.product-details-wrapper .product-info-main .product-label-wrapper {
    display: inline-block;
    margin: 0 10px 12px;    
    position: relative;
    overflow: hidden;
    vertical-align: bottom;
}
.product-details-wrapper .product-info-main .product-label-wrapper .label
{
    display: inline-block;
    height: 22px;
    margin: 0px;
    padding: 0 10px;
    position: relative;
    font: 600 13px/22px Lato;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 3px;
}
.product-info-main .rating-wrapper
{
    margin:15px 0;
}
.product-info-main .rating-wrapper .yellow,
.rating-summary .rating-result>span:before,
.review-control-vote label:before
{
    color:#F4C016;
}
.product-details-wrapper .product-info-main .buttonArea {
    display: flex;
    vertical-align: middle;
    margin: 0px;
    width:auto
}
.product-details-wrapper .product-info-main .buttonArea .btnTheme {
    min-width: 200px;
    float: left;
    margin: 0 2px;
    text-align: center;
}
.product-details-wrapper .product-info-main .buttonArea .cart-btn
{    
    background: transparent linear-gradient(50deg, #477E00 0%, #BCE14E 100%) 0% 0% no-repeat padding-box !important;
    border-color: transparent !important;
    color: #ffffff;
}
.product-details-wrapper .product-info-main .buttonArea .cart-btn:hover
{    
    background: transparent linear-gradient(-50deg, #477E00 0%, #BCE14E 100%) 0% 0% no-repeat padding-box !important;
    border-color: transparent !important;
    color: #ffffff;
}
.product-details-wrapper .product-info-main .buttonArea .wishlist-btn
{
    background: #492822;
    min-width:auto;
    padding:10px 15px;
}
.product-details-wrapper .product-info-main .buttonArea .wishlist-btn:hover
{
    background: #FFA710;
}
.product-details-wrapper .product-info-main .buttonArea .wishlist-btn img
{
    height: 20px
}
.product-details-wrapper .product-info-main .product-share {
    display: inline-block;
    margin: 25px 0 0;
    width: 100%;
}
.product-details-wrapper .product-info-main .product-share .label
{
    font: 700 15px/18px Raleway;
    letter-spacing: 0px;
    color: #626262;
    text-transform: uppercase;
    margin-right:20px;
    display: inline-block;
    vertical-align: middle;
}
.addthis_inline_share_toolbox
{
    display: inline-block;
    vertical-align: middle;
    clear: none !important;
}
.at-resp-share-element .at-share-btn
{
    margin:0 10px 0 0 !important;
    background: transparent !important;
}
.product-details-wrapper .product-info-main .product-share .share-icons a
{
    margin-right:10px;
    color:#626262
}
.product-details-wrapper .product-info-main .product-share .share-icons a svg:not(:root)
{
    /*fill:#626262 !important;*/
}

.product-specification-wrapper
{
    padding: 0 0 40px;
    display: block;
    position: relative;
}
.product.data.items>.item.title {
    float: none;
    width: auto;
    display: inline-block;
}
.product-specification-wrapper .nav-tabs
{
    border-bottom: 1px solid #DEDEDE;
    justify-content: center;
}
.product-specification-wrapper .nav-tabs .nav-item {
    margin: 0 20px -1px;
}
.product.info.detailed
{
    margin: 0px 0 30px;
    text-align: center;
}
.product-specification-wrapper .nav-tabs .nav-link,
.product.data.items>.item.title a.data.switch {
    background: 0 0;
    border: 0;
    padding: 15px 0px ;
    display: inline-block;
    height: auto;
    margin: 0 20px;
    font: 700 24px/25px Raleway;
    letter-spacing: 0px;
    color: #333;
    text-transform: capitalize;
    position: relative;
    text-align: center;
    border-radius: 0px
}
.product-specification-wrapper .nav-tabs .nav-item.show .nav-link,
.product-specification-wrapper .nav-tabs .nav-link.active,
.product.data.items>.item.title.active a.data.switch, 
.product.data.items>.item.title a.data.switch:hover, 
.product.data.items>.item.title a.data.switch:focus 
{
    color: #333;
    background: transparent !important;
    outline: none;
    padding-bottom: 15px;
    border-bottom: 1px solid #DF7B2B
}
.product-specification-wrapper .tab-content
{
    display: block;
    overflow: hidden;
    position: relative;
    padding: 40px 0;
}
.product.data.items>.item.content {
    background: #FFFFFF;
    border: 0;
    margin: 55px 0 0;
    box-shadow: none;
    padding: 40px 0;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
    text-align: justify;
    border-top: 1px solid #DEDEDE;
}
.product-specification-wrapper .tab-content .tab-pane p
{
    font: 400 14px/18px Raleway;
    margin-bottom: 15px;
    color:#626262;
}
.product-specification-wrapper .tab-content ul
{
    list-style: none;
    margin: 0px 0 10px 15px;
    display: block;
}
.product-specification-wrapper .tab-content ul li
{
    list-style-type: none;
    position: relative;
    padding: 0px;
    font: 400 14px/27px Lato;
    letter-spacing: 0px;
    color: #5A5A5A;
}
.product-specification-wrapper .tab-content ul li::before
{
    content: '';
    color: #626262;
    background: #222;
    width: 6px;
    height: 6px;
    border-radius: 14px;
    position: absolute;
    top: 11px;
    left: -15px;
}
.product-specification-wrapper .tab-content ul li p
{
    margin:0 !important;
}
#product-review-container
{
    float: left;
    width: 50%;  
    padding-right:50px;
} 
.block.review-add
{
    float: right;
    width: 50%;
    padding-left:50px;
    border-left:1px solid #DEDEDE;
}
#product-review-container .block .block-content
{
    max-height: 500px;
    overflow-y: auto;
}
#product-review-container .review-list .block-title,
.block.review-add .block-content .fieldset .review-legend.legend
{
    font: 400 20px/25px Raleway;
    letter-spacing: 0px;
    color: #333333;
}
.block.review-add .fieldset>.field:not(.choice)>.label
{
    font: 600 14px/16px Raleway;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}
.product.data.items>.item.content .description h3,
.review-list .block-title strong
{
    display: block;
    font: 600 20px/24px Raleway;
    letter-spacing: 0px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.review-list .block-title strong
{
    margin-top:0;
}

.review-ratings {
    max-width: 100%;
    margin-bottom: 0px;
}
.review-item {
    padding: 30px 10px;
    border-bottom:1px solid #DEDEDE;
}
.review-item:last-child
{
    border:0;
}
.review-ratings .rating-summary .rating-label,
.review-details .review-author .review-details-label,
.review-details .review-date .review-details-label
{
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.review-ratings .rating-summary .rating-label:after,
.review-details .review-author .review-details-label:after,
.review-details .review-date .review-details-label:after
{
    content:':';
    display: inline-block;
    position: absolute;
    top:0px;
    right:10px;
    color:#707070;
}
.review-ratings~.review-content, .review-ratings~.review-details {
    display: block;
    clear: both;
    margin: 0;
    float: left;
}
.review-ratings~.review-details
{
    display: flex;
    flex-direction: row;
    margin:10px 0 15px;
}
.review-ratings~.review-details .review-author
{
    margin-right:10px;
    font: 700 14px/18px Raleway;
    letter-spacing: 0.3px;
    color: #333333;
}
.review-ratings~.review-details .review-date
{
    font: 400 14px/18px Raleway;
    letter-spacing: 0.3px;
    color: #626262;
}
.review-ratings~.review-content
{
    font: 400 14px/25px Raleway;
    letter-spacing: 0px;
    color: #626262;
}
.review-fieldset .review-field-ratings br
{
    display: none;
}
.review-fieldset .review-field-ratings .control
{
    margin-bottom: 15px;
}
.review-form .action.submit.primary
{
    overflow: hidden;
    min-width: 170px;
    width: auto;
    height: 50px;
    display: inline-block;
    margin: 0;
    font: 600 14px/52px Raleway;
    letter-spacing: 0.6px;
    color: #FFFFFF !important;
    opacity: 1;
    text-transform: uppercase;
    border-radius: 50px;
    box-shadow: none !important;
    position: relative;
    border: 0;
    opacity: 1 !important;
    text-align: center;
    padding: 0px 25px;
    background-color: #F29D00 !important;
}
.review-form .action.submit.primary:hover
{
    background-color: #625DB0 !important;
}
.product.data.items>.item.content .input-text
.product.data.items>.item.content textarea
{
    background: #fff !important
}
.block.review-add .block-content .control textarea
{
    height: 90px;
}
.block.review-add .block-content .actions-toolbar>.primary
{
    width:100%;
}
.block.review-add .block-content .actions-toolbar>.primary .btnTheme
{
    background: transparent linear-gradient(72deg, #477E00 0%, #BCE14E 100%) 0% 0% no-repeat padding-box !important;
}
.block.review-add .block-content .actions-toolbar>.primary .btnTheme:hover
{
    background: transparent linear-gradient(-72deg, #477E00 0%, #BCE14E 100%) 0% 0% no-repeat padding-box !important;
}
.featured-product-wrapper
{
    display: block;
    position: relative;
    padding: 0 0 80px;
    text-align: center;
}
#product-slider .owl-item .item
{
    padding:10px;
}
#product-slider .owl-nav,
#related-product-slider .owl-nav
{
    margin-top: 0px;
    position: absolute;
    top: 47%;
    left: 0;
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    width: 100%;
    z-index: 0;
}
#product-slider .owl-nav button.owl-prev,
#related-product-slider .owl-nav button.owl-prev
{
    float: left;
    margin-left: -50px;
}
#product-slider .owl-nav button.owl-next,
#related-product-slider .owl-nav button.owl-next
{
    float: right;
    margin-right: -50px;
}
.featured-product-wrapper .btnTheme
{
    border: 2px solid #626262 !important;
    font: 700 14px/28px Raleway;
    letter-spacing: 0px;
    color: #626262 !important;
    text-transform: uppercase;
    padding: 10px 30px
}
.featured-product-wrapper .btnTheme:hover
{
    border-color:transparent !important;
    color:#fff !important;
}
.catalog-product-view .page-header
{
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.catalog-product-view .breadcrumbs .items .item a,
.catalog-product-view .breadcrumbs .item:not(:last-child)::after
{
    color:#626262;
}
.catalog-product-view .page-title-wrapper,
.catalog-product-view .page-title-wrapper .category-image
{
    height: auto;
}
.catalog-product-view .page-title-wrapper .category-image .page-title-contents
{
    padding:40px 0 0;
}
.catalog-product-view .page-title-wrapper .page-title,
.catalog-product-view .page-title-wrapper .category-image:before
{
    display: none;
}

/* DEFAULT MICROSOFT EDGE */
@supports (-ms-ime-align: auto) {
    
}

/* DEFAULT INTERNET EXPLORER 9,10 & 11 */
@media screen and (min-width:0\0){
    
}
/* @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   
} */


.columns .column.main > p{
    margin-bottom: 0px !important;
}

.customer-account-login #maincontent .columns,
.checkout-cart-index #maincontent .columns,
.page-print.account.page-layout-1column #maincontent .columns,
.checkout-onepage-success #maincontent .columns,
.checkout-index-index #maincontent .columns,
.catalogsearch-result-index #maincontent .columns,
.customer-account-create #maincontent .columns,
.customer-account-forgotpassword #maincontent .columns{
    max-width: 1140px;
    width: 100%;
    margin: 0 auto 60px;
    padding: 0 15px;
}
.catalogsearch-result-index #maincontent .columns
{
    padding:0;
}
.account.page-layout-2columns-left #maincontent .columns{
    width: 100%;
    margin: 70px auto 60px;
}
.page-with-filter.page-layout-2columns-left #maincontent .columns > .container{
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.page-with-filter.catalogsearch-result-index .page-title 
{
    margin-bottom: 0;
}

.abs-pager-toolbar .toolbar-amount, 
.account .toolbar .toolbar-amount, 
.toolbar-giftregistry-results .toolbar-amount, 
.toolbar-wishlist-results .toolbar-amount,
.abs-pager-toolbar .limiter, .account .toolbar .limiter,
.toolbar-giftregistry-results .limiter, 
.toolbar-wishlist-results .limiter
{
    font-size: 13px;
}
.account .toolbar .limiter
{
    background-color: #fff;
    border-radius: 30px;
}
.account .column.main .toolbar .limiter-options {
    border-color: transparent;
}
.account .toolbar .limiter .limiter-label {
    padding-left: 10px;
}
.customer-account-login .page-title-wrapper,
.checkout-cart-index .page-title-wrapper,
.page-print.account.page-layout-1column .page-title-wrapper,
.checkout-onepage-success .page-title-wrapper,
.checkout-index-index .page-title-wrapper,
.catalogsearch-result-index .page-title-wrapper,
.customer-account-create .page-title-wrapper,
.customer-account-forgotpassword .page-title-wrapper{
    height: auto;
    max-width: 1140px;
    padding: 30px 0 0;
    margin: 0 auto 20px;
    float: none;
    display: block;
    clip: unset;
    width: 100%;
    position: relative;
}
.category-warranty-info .page-title-wrapper,
.category-payment-info .page-title-wrapper,
.category-shipping-info .page-title-wrapper{
    height: auto;
    max-width: 1140px;
    padding: 30px 30px 0px;
    margin: 0 auto 15px;
    float: none;
    display: block;
    clip: unset;
    width: 100%;
    position: relative;
}
.account.page-layout-2columns-left .page-title-wrapper{
    height: auto;
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto 20px;
    float: none;
    display: inline-block;
    clip: unset;
    width: 100%;
    position: relative;
}
.customer-account-login .page-title-wrapper .page-title,
.checkout-cart-index .page-title-wrapper .page-title,
.checkout-onepage-success .page-title-wrapper .page-title,
.checkout-index-index .page-title-wrapper .page-title,
.catalogsearch-result-index .page-title-wrapper .page-title,
.customer-account-create .page-title-wrapper .page-title,
.customer-account-forgotpassword .page-title-wrapper .page-title{
    height: auto;
    overflow: unset;
    text-align: left;
    margin: 0 0 15px 0;
}
.checkout-onepage-success .page-title-wrapper .page-title{
    height: auto;
    overflow: unset;
    text-align: center;
    margin: 0 0 15px 0;
}
.page-print.account.page-layout-1column .page-title-wrapper .page-title{
    height: auto;
    overflow: unset;
    text-align: left;
    margin: 0 0 15px 0;
    display: inline-block;
    width: 100%;
}
.account.page-layout-2columns-left .page-title-wrapper .page-title,
.category-warranty-info .page-title-wrapper .page-title,
.category-payment-info .page-title-wrapper .page-title,
.category-shipping-info .page-title-wrapper .page-title,
.category-privacy-policy .page-title-wrapper .page-title,
.category-terms-conditions .page-title-wrapper .page-title{
    height: auto;
    overflow: unset;
    text-align: left;
    margin: 0 0 0 0;
}
.customer-account-login .page-title-wrapper .page-title .base,
.checkout-cart-index .page-title-wrapper .page-title .base,
.page-print.account.page-layout-1column .page-title-wrapper .page-title .base,
.checkout-onepage-success .page-title-wrapper .page-title .base,
.checkout-index-index .page-title-wrapper .page-title .base,
.catalogsearch-result-index .page-title-wrapper .page-title .base,
.customer-account-create .page-title-wrapper .page-title .base,
.customer-account-forgotpassword .page-title-wrapper .page-title .base,
.account.page-layout-2columns-left .page-title-wrapper .page-title .base,
.category-warranty-info .page-title-wrapper .page-title .base,
.category-payment-info .page-title-wrapper .page-title .base,
.category-shipping-info .page-title-wrapper .page-title .base,
.category-privacy-policy .page-title-wrapper .page-title .base,
.category-terms-conditions .page-title-wrapper .page-title .base{
    color:#303030;
    font: 600 30px/45px Oswald;
}
.customer-account-login .block .block-title,
.checkout-cart-index .block .block-title,
.page-print.account.page-layout-1column .block .block-title,
.checkout-onepage-success .block .block-title,
.checkout-index-index .block .block-title,
.catalogsearch-result-index .block .block-title,
.customer-account-create .block .block-title,
.customer-account-forgotpassword .block .block-title,
.account.page-layout-2columns-left .block .block-title,
.form.create.account > .fieldset > legend,
.form-edit-account > .fieldset > legend,
.form-address-edit > .fieldset > legend,
.form.amgiftcard-form > .fieldset > legend{
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px;
    padding-bottom: 12px;
    text-align: left;
}
.customer-account-login .block .block-title strong,
.checkout-cart-index .block .block-title strong,
.page-print.account.page-layout-1column .block .block-title strong,
.checkout-onepage-success .block .block-title strong,
.checkout-index-index .block .block-title strong,
.catalogsearch-result-index .block .block-title strong,
.customer-account-create .block .block-title strong,
.customer-account-forgotpassword .block .block-title strong,
.account.page-layout-2columns-left .block .block-title strong,
.mw-reward-points .block .block-title > strong,
.form.create.account > .fieldset > legend > span,
.form-edit-account > .fieldset > legend > span,
.form-address-edit > .fieldset > legend > span,
.form.amgiftcard-form > .fieldset > legend > span{
    font: 600 20px/25px Raleway !important;
    letter-spacing: 0;
    color: #333;
}
.fieldset>.field {
    margin: 0 0 15px;
}
.customer-account-login .fieldset .field > .label,
.checkout-cart-index .fieldset .field > .label,
.page-print.account.page-layout-1column .fieldset .field > .label,
.checkout-onepage-success .fieldset .field > .label,
.checkout-index-index .fieldset .field > .label,
.catalogsearch-result-index .fieldset .field > .label,
.customer-account-create .fieldset .field > .label,
.customer-account-forgotpassword .fieldset .field > .label,
.account.page-layout-2columns-left .fieldset .field > .label,
.reward-table{
    text-align: left;
    font: 600 14px/24px Raleway;
    color: #333;
}
.login-container .fieldset>.field>.control,
.form.amgiftcard-form .fieldset>.field>.control{
    width: 100%;
}
.abs-margin-for-forms-desktop,
.fieldset .legend,
.column:not(.sidebar-main) form .actions-toolbar,
.column:not(.sidebar-additional) form .actions-toolbar,
.login-container .fieldset:after {
    margin-left: 0;
}
.customer-account-login .actions-toolbar,
.checkout-cart-index .actions-toolbar,
.page-print.account.page-layout-1column .actions-toolbar,
.checkout-onepage-success .actions-toolbar,
.checkout-index-index .actions-toolbar,
.catalogsearch-result-index .actions-toolbar,
.customer-account-create .actions-toolbar,
.customer-account-forgotpassword .actions-toolbar,
.account.page-layout-2columns-left .actions-toolbar{
    margin: 0px;
    display: -webkit-inline-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.customer-account-login .actions-toolbar::before,
.checkout-cart-index .actions-toolbar::before,
.page-print.account.page-layout-1column .actions-toolbar::before,
.checkout-onepage-success .actions-toolbar::before,
.checkout-index-index .actions-toolbar::before,
.catalogsearch-result-index .actions-toolbar::before,
.customer-account-login .actions-toolbar::after,
.checkout-cart-index .actions-toolbar::after,
.page-print.account.page-layout-1column .actions-toolbar::after,
.checkout-onepage-success .actions-toolbar::after,
.checkout-index-index .actions-toolbar::after,
.catalogsearch-result-index .actions-toolbar::after,
.customer-account-create .actions-toolbar::before,
.customer-account-forgotpassword .actions-toolbar::before,
.account.page-layout-2columns-left .actions-toolbar::before,
.customer-account-create .actions-toolbar::after,
.customer-account-forgotpassword .actions-toolbar::after,
.account.page-layout-2columns-left .actions-toolbar::after{
    display: none;
}
.customer-account-login .actions-toolbar .primary .action.primary,
.checkout-cart-index .actions-toolbar .primary .action.primary,
.page-print.account.page-layout-1column .actions-toolbar .primary .action.primary,
.checkout-onepage-success .actions-toolbar .primary .action.primary,
.checkout-index-index .actions-toolbar .primary .action.primary,
.catalogsearch-result-index .actions-toolbar .primary .action.primary,
.customer-account-create .actions-toolbar .primary .action.primary,
.customer-account-forgotpassword .actions-toolbar .primary .action.primary,
.account.page-layout-2columns-left .actions-toolbar .primary .action.primary,
.form.amgiftcard-form .buttons-set .action.primary,
.block-rewards-account-summary .action.primary,
.mw-reward-points button,
.aw-ln-range-slider-wrapper .aw-ln-slider-button,
.cart-container .checkout-methods-items .action.primary,
.minicart-wrapper .block-minicart .block-content > .actions .action.primary,
.authentication-dropdown .modal-inner-wrap .modal-content .actions-toolbar .action.secondary,
.checkout-onepage-success .column.main .action.primary,
.actions-toolbar > .secondary a.action.back{
    border-radius: 27px;
    background: transparent linear-gradient(47deg, #477E00 0%, #BCE14E 100%) 0% 0% no-repeat padding-box;
    border: 2px solid transparent;
    height:50px;
    font: 700 14px/50px Raleway;
    padding: 0 20px;
    min-width: 120px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}


.modal-popup .modal-footer .action-primary,
.modal-popup .modal-footer .action-secondary.action-dismiss,
.modal-popup .modal-footer .action-save-address,
.modal-popup .modal-footer .action-hide-popup,
.amgiftcard-form .amactions-toolbar .action.primary,
.form.form-cart .cart.main.actions .action,
.form.form-discount .actions-toolbar .action-apply,
.control.captcha-image .action.captcha-reload,
.payment-option-content .actions-toolbar .amgiftcard-check .action-apply-gift,
.payment-option-content .actions-toolbar .primary .action-apply-gift,
.payment-method-content .payment-method-billing-address .billing-address-details .action-edit-address,
.payment-method-content .payment-method-billing-address .checkout-billing-address .actions-toolbar .primary .action-update,
.shipping-address-item .action-select-shipping-item,
.rewards-block .payment-option-content .actions-toolbar .primary .action,
.new-address-popup .action-show-popup,
.form-wishlist-items > .actions-toolbar .primary .action,
.form-wishlist-items > .actions-toolbar .secondary .action,
.form-wishlist-items .products-grid.wishlist .product-item-inner .box-tocart .actions-primary .action,
.form-wishlist-items .products-grid.wishlist .product-item-inner .product-item-actions .action.delete,
.product-add-form #product_addtocart_form .amgiftcard-preview > button,
#shopping-cart-table .item-actions .actions-toolbar .action-delete,
.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary,
.rewards__checkout-cart-usepoints .buttons-container .button,
.block-rewards-account-summary .action.primary:hover
{
    border-radius: 27px;
    background: transparent linear-gradient(47deg, #477E00 0%, #BCE14E 100%) 0% 0% no-repeat padding-box;
    border: 2px solid transparent;
    font: 700 14px/50px Raleway;
    padding: 0 20px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    height: 50px;
}
.rewards__checkout-cart-usepoints .buttons-container .button
{
    width:100%;
    margin:5px 0;
}
.modal-popup .modal-footer .action-primary:hover,
.modal-popup .modal-footer .action-secondary.action-dismiss:hover,
.modal-popup .modal-footer .action-save-address:hover,
.modal-popup .modal-footer .action-hide-popup:hover,
.customer-account-login .actions-toolbar .primary .action.primary:hover,
.checkout-cart-index .actions-toolbar .primary .action.primary:hover,
.page-print.account.page-layout-1column .actions-toolbar .primary .action.primary:hover,
.checkout-onepage-success .actions-toolbar .primary .action.primary:hover,
.checkout-index-index .actions-toolbar .primary .action.primary:hover,
.catalogsearch-result-index .actions-toolbar .primary .action.primary:hover,
.customer-account-create .actions-toolbar .primary .action.primary:hover,
.customer-account-forgotpassword .actions-toolbar .primary .action.primary:hover,
.account.page-layout-2columns-left .actions-toolbar .primary .action.primary:hover,
.control.captcha-image .action.captcha-reload:hover,
.form.amgiftcard-form .buttons-set .action.primary:hover,
.mw-reward-points button:hover,
.aw-ln-range-slider-wrapper .aw-ln-slider-button:hover,
.cart-container .checkout-methods-items .action.primary:hover,
.minicart-wrapper .block-minicart .block-content > .actions .action.primary:hover,
.modal-popup .modal-footer .action-primary:hover,
.modal-popup .modal-footer .action-save-address:hover
.amgiftcard-form .amactions-toolbar .action.primary:hover,
.form.form-cart .cart.main.actions .action:hover,
.form.form-discount .actions-toolbar .action-apply:hover,
.payment-option-content .actions-toolbar .amgiftcard-check .action-apply-gift:hover,
.payment-option-content .actions-toolbar .primary .action-apply-gift:hover,
.payment-method-content .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.payment-method-content .payment-method-billing-address .checkout-billing-address .actions-toolbar .primary .action-update:hover,
.shipping-address-item .action-select-shipping-item:hover,
.new-address-popup .action-show-popup:hover,
.authentication-dropdown .modal-inner-wrap .modal-content .actions-toolbar .action.secondary:hover,
.checkout-onepage-success .column.main .action.primary:hover,
.form-wishlist-items > .actions-toolbar .primary .action:hover,
.form-wishlist-items > .actions-toolbar .secondary .action:hover,
.form-wishlist-items .products-grid.wishlist .product-item-inner .box-tocart .actions-primary .action:hover,
.form-wishlist-items .products-grid.wishlist .product-item-inner .product-item-actions .action.delete:hover,
.product-add-form #product_addtocart_form .amgiftcard-preview > button:hover,
.rewards-block .payment-option-content .actions-toolbar .primary .action:hover,
.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary:hover,
.rewards__checkout-cart-usepoints .buttons-container .button:hover,
.actions-toolbar > .secondary a.action.back:hover
{
    background: transparent ;
    color:#626262;
    border-color:#626262
}
.customer-account-login .actions-toolbar > .secondary .action,
.checkout-cart-index .actions-toolbar > .secondary .action,
.page-print.account.page-layout-1column .actions-toolbar > .secondary .action,
.checkout-onepage-success .actions-toolbar > .secondary .action,
.checkout-index-index .actions-toolbar > .secondary .action,
.catalogsearch-result-index .actions-toolbar > .secondary .action,
.customer-account-create .actions-toolbar > .secondary .action,
.customer-account-forgotpassword .actions-toolbar > .secondary .action,
.account.page-layout-2columns-left .actions-toolbar > .secondary .action,
.payment-method-content .payment-method-billing-address .checkout-billing-address .actions-toolbar .primary .action-cancel
{
    font:700 14px/50px Raleway;
    letter-spacing: 0px;
    color: #fff;
    height: 50px
}
.customer-account-login .actions-toolbar > .secondary .action
{
    color:#272727;
}
.account.page-layout-2columns-left .box-actions .action{
    font: 700 14px/50px Raleway;
    letter-spacing: 0px;
    color: #241E20;
    height: 50px;
    margin: 0 15px 0 0px;
}
.account.page-layout-2columns-left .block .block-title > strong,
.mw-reward-points .block .block-title > strong{
    margin-bottom: 0px !important;
}
.mw-reward-points .block .block-title > a{
    float: right;
    font: 700 14px/50px Raleway;
    letter-spacing: 0px;
    color: #241E20;
    margin: 1.5rem 3px 0 10px;
}
.account.page-layout-2columns-left .block .block-title > .action{
    float: right;
    font: 700 14px/50px Raleway;
    letter-spacing: 0px;
    color: #241E20;
    margin: 0;
}
.customer-account-login .actions-toolbar > .secondary .action:hover,
.checkout-cart-index .actions-toolbar > .secondary .action:hover,
.page-print.account.page-layout-1column .actions-toolbar > .secondary .action:hover,
.checkout-onepage-success .actions-toolbar > .secondary .action:hover,
.checkout-index-index .actions-toolbar > .secondary .action:hover,
.catalogsearch-result-index .actions-toolbar > .secondary .action:hover,
.customer-account-create .actions-toolbar > .secondary .action:hover,
.customer-account-forgotpassword .actions-toolbar > .secondary .action:hover,
.account.page-layout-2columns-left .actions-toolbar > .secondary .action:hover,
.account.page-layout-2columns-left .box-actions .action:hover,
.account.page-layout-2columns-left .block .block-title > .action:hover,
.mw-reward-points .block .block-title > a:hover,
.payment-method-content .payment-method-billing-address .checkout-billing-address .actions-toolbar .primary .action-cancel:hover{
    text-decoration: underline;
}

.category-warranty-info .page-title-wrapper .category-image,
.category-payment-info .page-title-wrapper .category-image,
.category-shipping-info .page-title-wrapper .category-image{
    height: auto;
}
.category-warranty-info .page-title-wrapper .category-image .banner-image,
.category-payment-info .page-title-wrapper .category-image .banner-image,
.category-shipping-info .page-title-wrapper .category-image .banner-image,
.category-warranty-info .page-title-wrapper .category-image .banner-overlay,
.category-payment-info .page-title-wrapper .category-image .banner-overlay,
.category-shipping-info .page-title-wrapper .category-image .banner-overlay,
.category-warranty-info .breadcrumbs,
.category-payment-info .breadcrumbs,
.category-shipping-info .breadcrumbs{
    display: none;
}
.category-warranty-info .page-title-contents,
.category-payment-info .page-title-contents,
.category-shipping-info .page-title-contents,
.category-privacy-policy .page-title-contents,
.category-terms-conditions .page-title-contents{
    position: unset !important;
    padding: 0 !important;
}
.category-warranty-info .column.main,
.category-payment-info .column.main,
.category-shipping-info .column.main{
    max-width: 1140px;
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 15px;
}


.form.password.reset,
.form.send.confirmation,
/* .form.password.forget, */
.form.create.account,
.form.search.advanced,
.form.form-orders-search{
    min-width: 600px;
    width: 100%;
    float: left;
}
.form.create.account > .fieldset{
    width: 48%;
    margin: 0 1% 15px;
    float: left;
    max-width: 100%;
}
.sidebar.sidebar-main .account-nav-content ul > .item{
    width: 100%;
    display: inline-block;
    margin: 0px;
}
.sidebar.sidebar-main .account-nav-content ul > .item > a{
    color: #241E20;
    font: 400 14px/20px Rubik;
    padding: 8px 18px 8px 15px;
}
.sidebar.sidebar-main .account-nav-content ul > .item .delimiter{
    display: none;
}
.sidebar.sidebar-main .account-nav-content ul > .item.current > strong, 
.sidebar.sidebar-main .account-nav-content ul > .item.current > a{
    font: 400 14px/20px Raleway;
    padding: 8px 18px 8px 15px;
    border-color: transparent;
    font-weight: 500;
    color: #fff;
    background: #f90000;
}
.form-edit-account .field.password-info{
    display: none;
}
.fieldset>.field.choice:before,
.fieldset>.field.no-label:before{
    display: none;
}
.table tbody th.mark {
    border-top: 0;
}
.table thead th {
    width: auto !important;
    padding: 15px 5px 10px !important;
    font: 600 14px/18px Raleway;
    border-bottom: 0px;
}
.table tbody td {
    padding: 5px;
    font: 400 13px/18px Raleway;
    border-top: 0px;
}
.table th.col,
.table td.col{
    width: auto !important;
    min-width:85px;
}
.table tbody+tbody {
    border-top: 1px solid #d1d1d1;
}
.cart.table-wrapper .item .col.item
{
    padding-top:15px;
}
.cart.table-wrapper .col.qty .input-text {
    margin-top: 0;
    line-height: 30px;
    padding: 5px 15px;
    height: 30px;
    width: 50px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}
.mw-reward-points .button-coupon button {
    margin: 29px 0 0 10px;
}
.catalogsearch-result-index .page-wrapper .breadcrumbs{
    display: none;
}
.catalogsearch-result-index .column.main > ul{
    margin-left: 20px;
}
.block.filter {
    margin-bottom: 0;
    background-color: #FFFFFF;
}
.block.filter .category_block
{
    display: block;
    width: 100%;
    position: relative;
    margin:0 0 30px;
    padding: 20px;
    border: 2px solid #DF7B2B;
    border-radius: 10px;
}
.block.filter .category_block h3
{
    font: 700 24px/25px Raleway;
    color: #333;
    display: block;
    width: 100%;
    position: relative;
    padding: 0 0 10px;
    border-bottom: 1px solid #dedede;
}
.block.filter .block-title.filter-title{
    display: none;
}
.filter-content .filter-subtitle 
{
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0 0 10px;
    font: 700 24px/30px Raleway;
    letter-spacing: 0;
    color: #333;
    border-bottom:1px solid #DEDEDE;
}
.sidebar-main .button-list .show-button {
    margin-right: 5px;
}
.sidebar-main .button-list {
    margin: 0 !important;
    width: auto !important;
    position: absolute;
    top: 0;
    right: 0;   
}
.sidebar-main .button-list .action.clear-button {
   
}
.sidebar-main .button-list .action.primary,
#layered-filter-block .button-list .action.primary
{
    display: block;
    position: relative;
    width: 100%;
    height: 25px;
    font: 400 12px/25px Raleway;
    letter-spacing: 0px;
    color: #626262;
    text-transform: uppercase;    
    background: transparent;    
    margin: 0;
    padding: 0 25px 0 10px;
    border: 1px solid #DEDEDE;
    border-radius: 30px;    
}
#layered-filter-block .button-list .action.clear-button:after {
    content: 'X';
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 10px;
    color: #626262;
    font: 700 12px/25px Raleway;
}
.sidebar-main .button-list .action.primary:hover,
#layered-filter-block .button-list .action.primary:hover
{
    background: transparent linear-gradient(47deg, #477E00 0%, #BCE14E 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    border-color: transparent;
}
#layered-filter-block .button-list .action.clear-button:hover:after
{
    color:#fff;
}
.filter-options .filter-options-title .reset{
    display: none;
}
.filter-options .filter-options-item 
{
    padding: 15px;
    margin-bottom: 0px;
    border-bottom: 1px solid #DEDEDE;
}
.filter-options #aw-filter-price.filter-options-item 
{
    border-bottom:0 !important;
}
.filter-options .filter-options-title{
    padding: 0 0 10px;
    text-align: left;
    text-transform: uppercase;
    font: 700 16px/25px Raleway;
    letter-spacing: 0.9px;
    color: #333;
    
}
.filter-options-item .filter-options-title:after
{
    top: 7px;
    color: #333;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
}
.filter-options-item.active .filter-options-title .arrow,
.filter-options-item .filter-options-title .arrow{
    display: none;
}
.filter-options .filter-options-content{
    padding: 0;
}
#aw-filter-cat .block-categories
{
    display: block;
    width: 100%;
    position: relative;
    padding: 15px 0 0;
}
#aw-filter-cat .block-categories ul.accordion
{
    list-style-type: none;
    margin:0 !important;
}
#aw-filter-cat .block-categories ul.accordion li
{
    position: relative;
    display: block;
    width: 100%;
    padding: 0 0 0 15px;
    margin:0;
}
#aw-filter-cat .block-categories ul.accordion li:before
{
    content: '\f105';
    position: absolute;
    top:0;
    left:0;
    color:#626262;
    font-size: 14px;
    font-family: 'Font Awesome 5 free';
    font-weight: 700;
    line-height: 24px;
}
#aw-filter-cat .block-categories ul.accordion li:hover:before
{
    color:#DF7B2B;
}
.filter-options .filter-options-content .items .item,
#aw-filter-cat .block-categories ul.accordion li a{
    padding: 0px;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 1px 0;
    font: 400 14px/22px Raleway;
    color:#626262;
}
.filter-options .filter-options-content .items .item:hover,
#aw-filter-cat .block-categories ul.accordion li:hover a,
.filter-options .filter-options-content .items .item input[type="checkbox"]:checked{
    background: transparent;   
    color: #333;
    cursor: pointer;
}
.filter-options .filter-options-item:last-child{
    margin-bottom: 0px !important;
    border-bottom: 0px !important;
}
.filter-options-content .items > li:first-child{
    margin-top: 0px;
}
.filter-options-content .items > li > label{
    margin: 0px;
}
.filter-options-item .filter-options-content .item input[type=checkbox]:checked+label, 
.filter-options-item .filter-options-content .item input[type=radio]:checked+label {
    color:#333;
}
.filter-options-content .items > li > .count{
    display: none !important;
}

.catalog-product-view.page-layout-fullpage-layout .media-cart,
.catalog-product-view.page-layout-fullpage-layout .product-info-main{
    width: 100%;
    float: left;
    display: inline-block;
}

.catalog-product-view.page-layout-fullpage-layout .product.media{
    width: 100%;
}
.product-info-main .product-overview
{
    line-height: 1.7
}
.toolbar-products {
    border: 1px solid #dedede;
    padding:4px 4px 4px 20px;
    border-radius: 30px;
}
.toolbar-products .pages,
.toolbar-bottom .toolbar-products .pages {
    display: inline-block;
    float: right
}
.toolbar-products .pages .pages-label
{
    display: none
}
.toolbar-sorter
{
    display: inline-block;
    vertical-align: middle;
    float:left;
    margin:0px 12px 0px 0;
    background: #fff;
    padding: 0;
    border-radius: 0px;
}
.sorter .sorter-action,
.limiter .limiter-text
{
    display: none;
}
.sorter-options,.limiter-options {
    padding: 0 30px 0 15px;
    margin:0;
    background-color: transparent;
    height: 40px;
    font: 400 14px/28px Raleway;
    color: #626262;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/down.png);
    background-position: 85% center;
    border-radius: 30px;
}
.sorter-options
{
    padding: 0 40px 0 15px;
}
.limiter-options
{
    background-position: 70% center;
}
.page-products .toolbar .limiter {
    display: inline-block;
    float:left;
    vertical-align: middle;
    margin:0;
}

.page-products .toolbar .limiter label,
.toolbar-sorter .sorter-label
{
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
    padding: 0;
    border-radius: 0;
    font: 400 14px/40px Raleway;
    color:#626262;
}
.toolbar-products .limiter .control {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border-radius: 0 30px 30px 0;
    margin-right:7px;
}
.toolbar-sorter .sorter-label
{
    display: none
}
/* ALL CLEAR BUTTONS */
.action.primary.clear-button {
    background: #ffffff;
    border-color: #910005;
    color: #910005;
}
.action.primary.clear-button:hover {
    background: #910005;
    border-color: #910005;
    color: #ffffff;
}

#layered-selected-filters-block{
    display: none;
}
.aw-ln-range-slider-wrapper
{
    margin-top: 15px;
}
.aw-ln-range-slider-wrapper .aw-ln-slider-filter-info span{
    font: 400 14px/30px Raleway
}
.aw-ln-range-slider-wrapper .ui-slider-range {
    background: #DF7B2B;
}
.aw-ln-range-slider-wrapper .aw-ln-range-slider.ui-slider-horizontal{
    height: 4px;
}
.aw-ln-range-slider-wrapper .aw-ln-range-slider:before,
.aw-ln-range-slider-wrapper .aw-ln-range-slider:after
{
    content: '';
    position: absolute;
    top:-5px;
    left:-8px;
    width:14px;
    height: 14px;
    background: #dadada;
    border-radius: 10px;
}
.aw-ln-range-slider-wrapper .ui-slider-handle {
    background: #DF7B2B;
    border: 2px solid #DF7B2B;
    border-radius: 10px;
    height: 14px;
    margin-left: -8px;
    margin-right: 0;
    padding: 0;
    top: -5px;
    width: 14px;
    cursor: pointer;    
}
.aw-ln-range-slider-wrapper .ui-slider-handle:hover{
    background: #FFFFFF;
}
.aw-ln-range-slider-wrapper .ui-slider-handle::before{
    display: none;
}
.aw-ln-range-slider-wrapper .aw-ln-slider-button{
    float: none;
    margin: 10px auto 0;
    display: block;
    border: 2px solid #626262;
    color: #626262;
    background: #fff;
}
.catalog-product-view.page-layout-fullpage-layout .media-cart,
.catalog-product-view.page-layout-fullpage-layout .product-info-main{
    width: 100%;
    float: left;
    display: inline-block;
}
.catalog-product-view.page-layout-fullpage-layout .product.media{
    width: 100%;
}


/* DEFAULT GALLERY SLIDER CSS */
.gallery-placeholder{
    width: 100%;
}
.fotorama__stage__frame{
    width: 100% !important;
}
.fotorama__stage__frame .fotorama__img {
    width: auto;
    padding: 30px;
    border: 0 !important;
    background: #F4F4F4;
    border-radius: 10px;
}
.fotorama__thumb {
    background-color: transparent;
}
.fotorama__nav--thumbs
{ 
    margin-top:15px;
}
.fotorama__nav--thumbs .fotorama__nav__frame{
    padding: 2px 8px 2px 0;
    height: 100px;
    border-radius: 10px;
}
.fotorama__thumb-border{
    background-image: none;
    border: 2px solid #C45C1D !important;
    border-radius: 15px;
    left:0px;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    width: 100%;
    padding: 5px;
    border-radius: 15px;
    border: 1px solid #BCBCBC !important;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--left:before, 
.fotorama__nav.fotorama__shadows--left:before {
    background-image: none;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right,
.fotorama__thumb__arr {
    bottom: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 25px !important;
    z-index: 1000;
    background: #fff !important;   
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left
{
   /* background: transparent !important; */
}
.fotorama__nav__shaft {
    left: 0px !important;
}
.fotorama__arr--disabled{
    opacity: 1;
}
.fotorama__thumb__arr:hover
{
    opacity: 1;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
    left: -4px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    right: 3px;/*-14px;*/
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon, 
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
    width: 20px;
    height: 50px;
    padding: 0;

}
.fotorama__thumb__arr--right .fotorama__thumb--icon:before,
.fotorama__thumb__arr--left .fotorama__thumb--icon:before 
{
    content: '';
    display: inline-block;
    margin-top:0px;
    opacity: 1;
    color: #707070;
    font: 700 16px/50px 'Font Awesome 5 Free';
}
.fotorama__thumb--icon {
    background-image: none;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
    background-position: auto;
    border-image:none;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon:before {
    content: '\f105';
    
}
.fotorama__thumb__arr--left .fotorama__thumb--icon:before{
   content: '\f104';
}
.fotorama__thumb__arr--right:hover .fotorama__thumb--icon:before,
.fotorama__thumb__arr--left:hover .fotorama__thumb--icon:before 
{
    opacity: 1
}
.fotorama__nav--thumbs {
    display: block;
    height: auto !important;
    text-align: center;
    padding: 0 50px 0 25px;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding: 0 100px 0 0 !important;
}
.fotorama__arr{
    display: none !important;
}

/*  */
.media-cart{}
.media-cart .product-add-form,
.media-cart .product-add-form form{
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}
.media-cart .product-add-form form .details-btnArea,
.media-cart .product-add-form form .details-btnArea .fieldset{
    width: 100%;
    display: inline-block;
}
.media-cart .product-add-form form .details-btnArea .fieldset .actions{
    display: -webkit-inline-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.media-cart .product-add-form form .details-btnArea .fieldset .actions .btnTheme.blue{
    margin-right: 0px;
}
.media-cart .product-share{
    display: inline-block;
    text-align: center;
    width: 100%;
}
.media-cart .share-icons{}
.media-cart .share-icons > a{
    margin: 0 2px;
    background-color: #ddd;
    padding: 5px;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #000;
    border: 0px;
    border-radius: 50px;
}
.media-cart .share-icons > a:hover{
    background-color: #f90000;
    color: #fff;
}


/* MODAL DETAILS */
.modals-overlay{
    z-index: 1000 !important
}
.modal-popup .modal-header{
    background-color: #f5f5f5 !important;
    padding: 10px !important;
    min-height: 30px !important;
}
.modal-popup .modal-header .modal-title{
    border: 0px;
    font-weight: 600;
    line-height: normal;
    min-height: auto;
    padding: 0;
    font-size: 20px;
}
.modal-popup .modal-header .action-close{
    padding: 0 !important;
}
.modal-popup .modal-content{
    padding: 15px !important;
    border-radius: 0 !important;
}
.modal-popup .modal-footer{
    background-color: #f5f5f5 !important;
    padding: 5px !important;
}
.modal-popup{
    z-index: 1010 !important;
}
.modal-popup .modal-inner-wrap {
    margin: 12% auto 0 !important;
}
.modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 450px !important;
}
.checkout-index-index .modal-popup .modal-inner-wrap{
    left: 0 !important;
}

.field-tooltip .field-tooltip-action::before {
    font-size: 22px;
}

/*  */
#shopping-cart-table .cart.item{
    position: relative;
}
#shopping-cart-table .item-actions .actions-toolbar{
    justify-content: flex-start;
}
#shopping-cart-table .item-actions .actions-toolbar .gift-options-cart-item,
#shopping-cart-table .item-actions .actions-toolbar .action-towishlist,
#shopping-cart-table .item-actions .actions-toolbar .action-edit{
    display: none;
}
#shopping-cart-table .item-actions .actions-toolbar .action-delete{
    margin-bottom: 0px;
}
#shopping-cart-table .item-actions td{
    border-top: 0px;
}
#shopping-cart-table .item-info .product-image-wrapper{
    margin: 5px 0;
    padding: 0 !important
}
button, .cart.table-wrapper .actions-toolbar>.action, .action-gift{
    font: 400 14px/18px Segoe UI
}
.cart-summary .summary.title{
    font-weight: 500;
}
.cart-summary .cart-totals #shopping-cart-totals-table th,
.cart-summary .cart-totals #shopping-cart-totals-table td{
    border-top: 0px;
}
.cart.table-wrapper .product-item-name {
    margin-top: 0;
}
.price-including-tax, .price-excluding-tax {
    font-size: 14px;
    line-height: 20px;
    min-width: 110px;
}
.mark, mark{
    background-color: transparent;
}
.cart-summary .block>.title:after, .paypal-review-discount .block>.title:after {
    position: absolute;
    right: -5px;
    top: 8px;
}
.column.main .cart-summary .block>.title strong, .column.main .paypal-review-discount .block>.title strong {
    font-size: 14px;
}
.form.form-cart .cart.main.actions{
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}
.form.form-cart .cart.main.actions .action::before{
    line-height: 50px;
}

.amcard-codes-list
{
    margin-top:20px;
}
.amcard-field-container .amcard-title {
    color: #333;
    font: 700 24px/32px Raleway;
    display: inline-block;
    margin-top: 10px;
}
.amcard-field-container .amcard-field-block {
    display: flex;
    justify-content: flex-start;
    width: 500px;
    max-width: 100%;
    align-items: baseline;
    margin: 15px 0;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
}
.amcard-field-container .amcard-field-block .amcard-field {
    width: 350px;
    max-width: 100%;
    margin-right: 10px;
}
.amcard-field-container .amcard-field-block .amcard-field:focus,
.amcard-field-container .amcard-field-block .amcard-field:hover
{
    outline: 0px;
}
.amcard-field-container .amcard-field-block .amcard-button,
.amcard-field-container .amcard-check {
    
    border-radius: 27px;
    background: transparent linear-gradient(47deg, #477E00 0%, #BCE14E 100%) 0% 0% no-repeat padding-box;
    border: 2px solid transparent;
    font:700 14px/50px Raleway;
    text-transform: uppercase;
    padding: 0 20px;
    color:#FFFFFF;
    text-align: center;
}
.amcard-field-container .amcard-field-block .amcard-button:hover,
.amcard-field-container .amcard-check:hover 
{
    background: transparent ;
    color:#626262;
    border-color: #626262;
}
.fieldset>.field:not(.choice)>.label
{
    width:100%;
    text-align: left;
}
.password-strength-meter-container
{
    border-radius: 10px;
    overflow: hidden;
}
.password-strength-meter {
    background-color: #f7f7f7;
    margin-top:3px;   
    border-radius: 10px;
    font-size:14px;
    overflow: hidden;
}
.opc-sidebar {
    margin: 6px 0 20px;
}
.opc-progress-bar{
    display: block;
}
.opc-progress-bar-item
{
    width:190px;
}
.opc-progress-bar-item._active:before,
.opc-progress-bar-item._active>span:before
{
    background: #BEE34F;
}
.opc-block-summary {
    background: #f5f5f5;
    padding: 22px 30px;
    margin: 0 0 0;
}
.opc-block-summary .minicart-items-wrapper {
    margin: 0;
    max-height: 650px;
    padding: 15px;
    border: 0;
    background: #fff;
}
.opc-block-summary .minicart-items .product-item{
    min-height: auto;
    padding-right: 10px 0;
    border:0;
}
.opc-block-summary .minicart-items .product-item:hover {
    box-shadow: none;
}
#checkout-shipping-method-load .table-checkout-shipping-method {
    width: 100%;
    margin-bottom: 20px;
}
#checkout-shipping-method-load .table-checkout-shipping-method .row{
    margin: 0;
}
.table-checkout-shipping-method tbody td {
    border-top: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
}
#opc-sidebar{
    background-color: #f5f5f5;
}
.opc-block-shipping-information{
    display: none;
}
.opc-wrapper .shipping-address-item.selected-item {
    border-color: #D62522;
}
.opc-wrapper .shipping-address-item.selected-item::after {
    background: #D62522;
}
.payment-method-content .payment-method-billing-address .billing-address-details > a,
.block-content address > a,
.shipping-address-item > a{
    color: #000;
}
.payment-method-content .payment-method-billing-address .billing-address-details > a:hover,
.block-content address > a:hover{
    text-decoration: underline;
}
.payment-option .payment-option-title .action.action-toggle{
    color: #000;
    font-weight: 500;
}
.table-wrapper .table .col.actions .action,
.account.page-layout-2columns-left .page-title-wrapper .order-actions-toolbar .actions .action{
    color: #f90000;
}
.table-wrapper .table .col.actions .action:hover,
.account.page-layout-2columns-left .page-title-wrapper .order-actions-toolbar .actions .action:hover{
    color: #000000;
}
.account.page-layout-2columns-left .page-title-wrapper .order-status,
.account.page-layout-2columns-left .page-title-wrapper .return-status,
.return-status, .order-status {
    display: inline-block;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
    padding: 5px 10px;
    border: 1px solid #ccc;
}
.account.page-layout-2columns-left .page-title-wrapper .order-date,
.page-print.account.page-layout-1column .page-title-wrapper .order-date{
    margin: 5px 0 15px;
    display: inline-block;
    float: left;
}
.page-print.account.page-layout-1column .page-header{
    display: none;
}
.checkout-onepage-success .page-main{
    text-align: center; 
}
.checkout-onepage-success #maincontent .columns
{
    margin:0 auto 0;
}
.checkout-onepage-success .heading
{
    margin:40px 0 30px;
    font-size:40px;
    color:#333;
}
.checkout-onepage-success p
{
    font-size:18px;
    margin-bottom: 30px
}
.checkout-onepage-success .print,
.checkout-onepage-success .column.main .checkout-success .order-number{
    margin: 0;
    color: #f53f29;
    font-size:20px;
}
.checkout-onepage-success .print:hover,
.checkout-onepage-success .column.main .checkout-success .order-number:hover {
    color: #1B2C60;
}
.checkout-onepage-success .actions-toolbar{
    justify-content: center;
    margin-top:20px;
}
.page.messages .messages .message{
    margin: 0 0 1px;
    z-index: 11;
}
.authentication-wrapper{
    float: right;
    margin: 0;
    max-width: 50%;
    position: relative;
    z-index: 1;
}
.authentication-wrapper .action,
.cart-empty a{
    color:#BEE34F;
    font-weight: 600;
}
.authentication-wrapper .action:hover,
.cart-empty a:hover{
    color: #DF7B2B;
}
.authentication-dropdown .modal-inner-wrap{
    padding: 20px;
    background: #ffffff;
}
.authentication-dropdown .modal-inner-wrap .modal-header{
    display: none;
}
.authentication-dropdown .modal-inner-wrap .modal-content{
    border: 0px;
    border-radius: 0px;
}
.block.block-customer-login .block-content .actions-toolbar > .secondary .action.action-remind
{
    color:#303030 !important;
}
.wishlist-index-index .products-grid .product-item {
    border: 1px solid #e8e8e8;
}
.form-wishlist-items .products-grid.wishlist .product-item:hover{
    box-shadow: none;
}
.form-wishlist-items .products-grid.wishlist .product-item .product-item-info{
    padding: 10px;
}
.form-wishlist-items .products-grid.wishlist .product-item-inner textarea{
    padding: 5px 10px !important;
    height: 65px !important;
    background: #f4f4f4;
    line-height: 20px;
    margin: 5px 0 10px;
}
.form-wishlist-items .products-grid.wishlist .product-item-inner .box-tocart .fieldset{
    margin-bottom: 5px;
}
.form-wishlist-items .products-grid.wishlist .product-item-inner .box-tocart .field.qty .input-text{
    padding: 5px;
}
.form-wishlist-items .products-grid.wishlist .product-item-inner .box-tocart .actions-primary,
.form-wishlist-items .products-grid.wishlist .product-item-inner .box-tocart .actions-primary .action{
    width: 100%;
    position: relative;
    height: 50px;
    left:0;
    top:0;
}
.form-wishlist-items .products-grid.wishlist .product-item-inner .product-item-actions{
    text-align: center;
}
.form-wishlist-items .products-grid.wishlist .product-item-inner .product-item-actions .action.edit{
    display: none;
}
.form-wishlist-items .products-grid.wishlist .product-item-inner .product-item-actions .action.delete{
    display: block;
}
.form-wishlist-items .products-grid.wishlist .product-item-inner .product-item-actions .action.delete:hover{
    text-decoration: underline;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-details.top
{
    margin:0;
    text-align: left;
    padding:0;
    min-height: 40px;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-name-warpper .product-name
{
    max-height:22px;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-reviews-summary
{
    margin:7px 0;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-reviews-summary .rating-summary
{
    left:0;
}
.wishlist-index-index .actions-toolbar {
    margin-top: 30px;
    text-align: right;
}
.wishlist-index-index .actions-toolbar>.primary
{
    float:right;
}
.wishlist-index-index .actions-toolbar .primary .action
{
    width:auto;
}
.wishlist-index-index .actions-toolbar>.primary .action, 
.wishlist-index-index .actions-toolbar>.secondary .action {
    margin-bottom: 10px !important;
}
.actions-toolbar > .secondary a.action.back
{
    text-decoration: none !important;
    display: inline-block;
}
.item-actions .action.action-delete span{
    height: 40px;
    width: 20px;
    display: inline-block;
    visibility: hidden;
    text-align: center;
    line-height: unset;
    margin: 0 auto;
    vertical-align: bottom;
}
.item-actions .action.action-delete, 
#shopping-cart-table .item-actions .actions-toolbar .action-delete {
    background: transparent;
    height: auto;
    font: 500 14px/20px Poppins !important;
    text-transform: none;
    text-decoration: none;
    padding: 0;
    border-radius: 0;
    width: auto;
}
.item-actions .action.action-delete span::before{
    content: '\f2ed';
    color: #333;
    visibility: visible;
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    font-weight: 400;
    line-height: 38px;
    display: inline-block;
}
.block-authentication .actions-toolbar > .secondary {
    padding-top: 0;
}
.actions-toolbar > .primary .action:last-child, .actions-toolbar > .secondary .action:last-child {
    margin: 0;
}
/*  */
#rewardpoints_box{
    margin: 20px 0;
}
#rewardpoints_box #rewardpoints-form .discount.discount-codes{
    width: 100% !important;
    padding: 0 !important;
    background-color: transparent !important;
}
#rewardpoints_box #rewardpoints-form .discount-form > div > div:not(.class){
    width: 100% !important;
    border-top-style: dotted;
}
#rewardpoints_box #rewardpoints-form .discount-form a{
    color: #f90000;
}
#rewardpoints_box #rewardpoints-form .discount-form a:hover{
    color: #000000;
}
.mw_reward_slider_contaner{
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 0;
    padding-right: 10px;
    position: relative;
    min-height: 16px;
    width: 80% !important;
    margin: 10px 10%;
}
#mw_amount{
    color: #910005 !important;
    padding: 5px !important;
    height: 35px !important;
}




.checkout-cart-index .cart-summary > #block-shipping{
    display: none !important;
}


/* COMMON */
.navbar-nav a:hover{
    text-decoration: none;
}


/* DEFAULT CMS CUSTOM CONTENT PAGES CSS */
.custom-content-listing{
    display: inline-block;
    width: 100%;
    padding: 80px 0;
    margin: 0;
}
.custom-content-listing > h2,
.custom-content-listing > h3,
.custom-content-listing > h4,
.custom-content-listing > h5,
.custom-content-listing > h6{
    font-family: Raleway;
    margin: 25px 0 15px;
    padding: 0;
    color: #333;
    font-weight: 600;
}
.cms-payment-and-shipping-policy h2:first-child
{
    margin-top:0;
}
.custom-content-listing > h2:first-child,
.custom-content-listing > h3:first-child,
.custom-content-listing > h4:first-child,
.custom-content-listing > h5:first-child,
.custom-content-listing > h6:first-child{
    margin-top: 0 0 15px;
}
.custom-content-listing > p{
    text-align: justify;
    letter-spacing: 0px;
    opacity: 1;
    margin-bottom: 15px;
}
.custom-content-listing > p strong{
    font-weight: 600;
}
.custom-content-listing > ul,
.custom-content-listing > ol{
    margin: 0 0 0 20px;
    padding: 0;
    list-style-position: inside;
    display: inline-block;
    width: 100%;
}
.custom-content-listing > ul ul,
.custom-content-listing > ul ol,
.custom-content-listing > ol ul,
.custom-content-listing > ol ol{
    margin: 10px 0 10px 20px;
    padding: 0;
    display: inline-block;
    width: 100%;
}
.custom-content-listing > ul > li,
.custom-content-listing > ol > li{
    text-align: justify !important;
    letter-spacing: 0px;
    opacity: 1;
    margin: 0 0 10px 0;
    display: block;
    padding-left:20px;
    position: relative;
    font: 400 14px/25px Raleway;
    color:#626262;
}
.custom-content-listing > ul > li:before,
.custom-content-listing > ol > li:before
{
    content: '\f105';
    position: absolute;
    top:0;
    left:0;
    font-family: 'Font Awesome 5 Free';
    font-size:14px;
    line-height: 25px;
    font-weight: 700;
    color: #626262;
}
.custom-content-listing > ul > li li,
.custom-content-listing > ol > li li{
    text-align: left !important;
    font: 400 14px/20px Lato;
    letter-spacing: 0px;
    opacity: 1;
    color: #676767;
    margin: 0 0 10px 0;
}

/*  */
#rewardpoints_box{
    margin: 20px 0;
}
#rewardpoints_box #rewardpoints-form .discount.discount-codes{
    width: 100% !important;
    padding: 0 !important;
    background-color: transparent !important;
}
#rewardpoints_box #rewardpoints-form .discount-form > div > div:not(.class){
    width: 100% !important;
    border-top-style: dotted;
}
#rewardpoints_box #rewardpoints-form .discount-form a{
    color: #f90000;
}
#rewardpoints_box #rewardpoints-form .discount-form a:hover{
    color: #000000;
}
.mw_reward_slider_contaner{
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 0;
    padding-right: 10px;
    position: relative;
    min-height: 16px;
    width: 80% !important;
    margin: 10px 10%;
}
#mw_amount{
    color: #910005 !important;
    padding: 5px !important;
    height: 35px !important;
}
.checkout-cart-index .cart-summary > #block-shipping{
    display: none !important;
}
#custom_main_container .title-style,
#custom_main_container .page-title
{
    margin:60px 0 40px;
    display: block;
}
#custom_main_container .title-style .title-name,
#custom_main_container .page-title .base
{
    font: 700 36px/50px Raleway;
    letter-spacing: 0;
    color: #333;
    opacity: 1;
    text-align: left !important
}

.account .sidebar.sidebar-main
{
    margin:0 0 100px;
}
.account #custom_main_container .page-title,
.account #custom_main_container .title-style{
    margin: 0 0 30px 0;
    display: block;
}

.account .sidebar.sidebar-main .items .item
{
    letter-spacing: 0px;
    color: #333;
    text-transform: capitalize;
    opacity: 1;
    display: inline-block;
    padding: 0 15px;
    float: left;
    background: #f9f9f9;
    border-radius: 0;
    width: 100%;
    font: 600 16px/50px Raleway;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.account .sidebar.sidebar-main .items .item a:visited 
{
    color: #272727;
}
.account .sidebar.sidebar-main .items .item:first-child
{
    border-radius:5px 5px 0 0;
}
.account .sidebar.sidebar-main .items .item:last-child
{
    border:0;
    border-radius:0 0 5px 5px;
}
.account .sidebar.sidebar-main .items .item:hover,
.account .sidebar.sidebar-main .items .item.current
{
    color: #fff;
    background: transparent linear-gradient(47deg, #477E00 0%, #BCE14E 100%) 0% 0% no-repeat padding-box;
}
.account .sidebar.sidebar-main .items .item:hover a,
.account .sidebar.sidebar-main .items .item.current a {
    color: #fff;
}
.account .sidebar.sidebar-main .items .item.current strong
{
    font-weight: 400
}
.account .block-collapsible-nav .block-collapsible-nav-title
{
    display: none;
}
.amcardacc-codes-block .fieldset>.legend,.amcardacc-codes-block .fieldset:last-child
{
    margin:0 !important;
}
.amcardacc-template-container .amcardacc-messages-container .message.error {
    margin: 0 !important;
    padding: 0  !important;
    display: block;
    line-height: 1 !important;
    font-size: 1.3rem;
    background: transparent !important;
    color: #e02b27;
    padding-left: 0 !important;
    position: relative;
}
.amcardacc-template-container .amcardacc-messages-container .message.error>:first-child:before
{
    margin: -17px 0 0;
    opacity: 0 !important
}
.amcardacc-template-container .amcardacc-messages-container.-visible .message.error>:first-child:before
{
    opacity: 1 !important
} 
.amcardacc-template-container .amcardacc-messages-container .message.error div{
    margin: 10px 0 0;
    padding: 0px 20px;
    display: block;
    line-height: 30px;
    font-size: 1.3rem;
    background: #fae5e5;
    color: #e02b27;
    padding-left: 40px;
    position: relative;
    overflow: hidden;
}
.box-content address,.box-content p,
.box-address-billing .box-content address
{
    line-height: 1.6;
    font-size:14px;
}
.amgcard-account-index .amcard-field-container .amcard-field-block .amcard-button
{
    line-height: 45px;
}
.items.order-links.rewards-links {
    margin-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}
.order-links .item {
    margin-right: 5px;
    line-height: 40px;
}
.order-links .item a {
    border: 1px solid #e8e8e8;
    border-bottom: 0;
    background: #F4F4F4;
    color: #272727;
    padding: 8px 25px;
    font-weight: 600;
    display: inline-block;
    border-radius: 5px 5px 0 0;
}
.order-links .item a:hover, .order-links .item.current strong {
    background: transparent linear-gradient(47deg, #477E00 0%, #BCE14E 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    padding: 8px 25px;
    display: inline-block;
    border-bottom: 0;
    font-weight: 600;
    border-radius: 5px 5px 0 0;
}
.order-details-items {
    border: 1px solid #e8e8e8;
    padding:25px;
}
.order-details-items .heading,.order-details-items .heading span
{
    font: 700 40px/50px Raleway;
}
.account textarea {
    font: 400 14px/20px Raleway;
    height: 65px;
    padding: 10px 20px;
}
.block-title.subtitle {
    margin-top: 25px;
    padding-top: 10px;
}
.block-rewards-referral-list div.rewards-social-buttons {
    display: inline-block;
    float: left;
    height: 20px;
}
.block-rewards-referral-list div.rewards-social-buttons div.fb {
    position: relative;
    top: -6px;
    display: inline-block;
    margin-top: 0px
}
.block-rewards-referral-list div.rewards-social-buttons div.tw {
    padding-top: 0px;
    position: relative;
    top: -2px;
    display: inline-block;
}

.account .column.main ul {
    list-style-position: inside;
}
.account .page-main .columns .sidebar.sidebar-main ~ .column.main
{
    margin-top:0;
}
.category-terms-conditions .category-cms,
.category-privacy-policy .category-cms
{
    text-align: center;
    font: 600 50px/40px Poppins;
}
.products-grid.wishlist .product-item .product-item-info
{
    text-align: left;
    border: 0;
}
.products-grid.wishlist .product-item-photo .product-image-photo,
.products-grid.wishlist .product-image-photo
{
    min-height: 200px;
}
.products-grid.wishlist .product-item-photo .product-image-wrapper
{
    height:200px;
}
.products-grid.wishlist .product-item .fieldset .field.qty {
    text-align: left;
    padding:0;
}
.products-grid.wishlist .product-item-inner .fieldset>.field:not(.choice)>.control
{
    width:auto;
    float: none;
    display: inline-block;
}
.products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
    text-align: center;
    float: none;
}
.products-grid.wishlist .product-item-name>a
{
    font: 600 16px/22px Poppins;
}
.checkout-agreements-items .checkout-agreements-item-title, 
.opc-block-shipping-information .shipping-information-title, 
.opc-block-summary>.title, .opc-wrapper .step-title 
{
    border-bottom: 1px solid #dee2e6;
    color: #303030;
    font-weight: 400;
    font-size: 2.3rem;
}
.authentication-dropdown {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}
.checkbox-group .label--checkbox
{
    font-size: 12px;
}
.table:not(.cart):not(.totals)>thead>tr>td, 
.table:not(.cart):not(.totals)>thead>tr>th 
{
    border-bottom: 1px solid #e8e8e8;
}
.modal-popup.confirm .modal-inner-wrap .modal-content
{
    border:0;
}
.modal-popup .modal-footer .action-primary,
.modal-popup .modal-footer .action-secondary.action-dismiss
{
    height: 35px;
    line-height: 35px;
}
.fieldset>.field:not(.choice)>.control
{
    position: relative;
}
.validation-advice
{
    position: absolute;
    bottom: 2px;
    line-height: 1;
    margin: 0;
}
input.validation-failed, textarea.validation-failed {
    border-color: #ed8380 !important;
}
.toolbar-blog-posts
{
    display: block;
    text-align: center;
}
.toolbar-blog-posts .pages .pages-label
{
    display: none
}
.fieldset>.field._required>.label:after, 
.fieldset>.field.required>.label:after, 
.fieldset>.fields>.field._required>.label:after, 
.fieldset>.fields>.field.required>.label:after
{
    vertical-align: -webkit-baseline-middle
}
.account main#maincontent,
.customer-account-login main#maincontent,
.customer-account-create main#maincontent,
.customer-account-forgotpassword main#maincontent,
.checkout-cart-index main#maincontent,
.checkout-index-index main#maincontent
{
    min-height: 100vh
}

.checkout-cart-index .page-header,
.page-layout-1column .page-header,
.page-layout-checkout .page-header,
.account .page-header,
.catalogsearch-result-index .page-header
{
    position: relative;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.checkout-cart-index .main-menu-wrapper .navbar-nav .nav-item .nav-link, 
.checkout-cart-index .main-menu-wrapper .navbar-nav .level0 .level-top,
.checkout-cart-index .user-links .account-wrapper .action,
.checkout-cart-index .user-links .cart-wrapper .action,
.page-layout-1column .main-menu-wrapper .navbar-nav .nav-item .nav-link, 
.page-layout-1column .main-menu-wrapper .navbar-nav .level0 .level-top,
.page-layout-1column .user-links .account-wrapper .action,
.page-layout-1column .user-links .cart-wrapper .action,
.page-layout-checkout .main-menu-wrapper .navbar-nav .nav-item .nav-link, 
.page-layout-checkout .main-menu-wrapper .navbar-nav .level0 .level-top,
.page-layout-checkout .user-links .account-wrapper .action,
.page-layout-checkout .user-links .cart-wrapper .action,
.account .main-menu-wrapper .navbar-nav .nav-item .nav-link, 
.account .main-menu-wrapper .navbar-nav .level0 .level-top,
.account .user-links .account-wrapper .action,
.account .user-links .cart-wrapper .action,

.catalogsearch-result-index .main-menu-wrapper .navbar-nav .nav-item .nav-link, 
.catalogsearch-result-index .main-menu-wrapper .navbar-nav .level0 .level-top,
.catalogsearch-result-index .user-links .account-wrapper .action,
.catalogsearch-result-index .user-links .cart-wrapper .action
{
    color: #333333
}
.checkout-cart-index .main-menu-wrapper .navbar-nav .nav-item.active .nav-link, 
.checkout-cart-index .main-menu-wrapper .navbar-nav .level0.active .level-top, 
.checkout-cart-index .main-menu-wrapper .navbar-nav .nav-item:hover .nav-link, 
.checkout-cart-index .main-menu-wrapper .navbar-nav .level0:hover .level-top,
.page-layout-1column .main-menu-wrapper .navbar-nav .nav-item.active .nav-link, 
.page-layout-1column .main-menu-wrapper .navbar-nav .level0.active .level-top, 
.page-layout-1column .main-menu-wrapper .navbar-nav .nav-item:hover .nav-link, 
.page-layout-1column .main-menu-wrapper .navbar-nav .level0:hover .level-top,
.page-layout-checkout .main-menu-wrapper .navbar-nav .nav-item.active .nav-link, 
.page-layout-checkout .main-menu-wrapper .navbar-nav .level0.active .level-top, 
.page-layout-checkout .main-menu-wrapper .navbar-nav .nav-item:hover .nav-link, 
.page-layout-checkout .main-menu-wrapper .navbar-nav .level0:hover .level-top,
.account .main-menu-wrapper .navbar-nav .nav-item.active .nav-link, 
.account .main-menu-wrapper .navbar-nav .level0.active .level-top, 
.account .main-menu-wrapper .navbar-nav .nav-item:hover .nav-link, 
.account .main-menu-wrapper .navbar-nav .level0:hover .level-top,

.catalogsearch-result-index .main-menu-wrapper .navbar-nav .nav-item.active .nav-link, 
.catalogsearch-result-index .main-menu-wrapper .navbar-nav .level0.active .level-top, 
.catalogsearch-result-index .main-menu-wrapper .navbar-nav .nav-item:hover .nav-link, 
.catalogsearch-result-index .main-menu-wrapper .navbar-nav .level0:hover .level-top
{
    color: #BEE34F;
}
.page-layout-1column .user-links .account-wrapper .action,
.page-layout-1column .user-links .cart-wrapper .action,
.checkout-cart-index .user-links .account-wrapper .action,
.checkout-cart-index .user-links .cart-wrapper .action,
.page-layout-checkout .user-links .account-wrapper .action,
.page-layout-checkout .user-links .cart-wrapper .action,
.account .user-links .account-wrapper .action,
.account .user-links .cart-wrapper .action,

.catalogsearch-result-index .user-links .account-wrapper .action,
.catalogsearch-result-index .user-links .cart-wrapper .action
{
    border-color: #333
}
.catalog-product-view .white-icon,
.page-layout-1column .white-icon,
.page-layout-checkout .white-icon,
.account .white-icon, .catalogsearch-result-index .white-icon,
.checkout-cart-index .cart-summary .block.discount,
.checkout-index-index .discount-code,.checkout-index-index .rewards-block,
.checkout-index-index .amcard-field-container,.checkout-cart-index .amcard-field-container
{
    display: none
}
.catalog-product-view .black-icon,
.page-layout-1column .black-icon,
.page-layout-checkout .black-icon,
.account .black-icon,
.catalogsearch-result-index .black-icon
{
    display: block
}
.sales-order-printinvoice .logo img
{
    height: auto !important
}
.account .user-links .account-wrapper .action
{
    color: #fff !important;
    border-color: transparent !important;
    background: transparent linear-gradient(47deg, #477E00 0%, #BCE14E 100%) 0% 0% no-repeat padding-box !important;
}
.sales-order-printinvoice .float-button-wrapper,
.sales-order-printinvoice .desktop-header,
.sales-order-printinvoice .action.nav-toggle
{
    display: none !important;
}