html{
    scroll-behavior: smooth;
}
body{
    text-align: left;
    font: 400 15px/25px 'Open Sans';
    letter-spacing: 0.15px;
    color: #4E4E4E;
    width: 100vw;
    max-width: 1920px;
    display: block;
    margin: 0 auto;
    overflow-x: hidden;
    background-color: #ffffff;
}
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;
}
p{
    line-height: 1.7;
    margin: 0;
}
h1, h2, h3, h4, h5, h6{
   font-family: 'Saira SemiCondensed';
    margin: 0;
    font-weight: 600;
}
.text-white{
    color: #fff;
}
.text-left{
    text-align: left !important;
}
.text-right{
    text-align: right !important;
}
.text-center{
    text-align: center !important;
}
.text-justify{
    text-align: justify !important;
}

/* CUSTOM WEB FONTS */
/* Open Sans Fonts */
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-BoldItalic.eot');
    src: url('../fonts/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/OpenSans-BoldItalic.woff') format('woff'),
        url('../fonts/OpenSans-BoldItalic.ttf') format('truetype'),
        url('../fonts/OpenSans-BoldItalic.svg#OpenSans-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBold.eot');
    src: url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/OpenSans-ExtraBold.woff') format('woff'),
        url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'),
        url('../fonts/OpenSans-ExtraBold.svg#OpenSans-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype'),
        url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBoldItalic.eot');
    src: url('../fonts/OpenSans-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/OpenSans-ExtraBoldItalic.woff') format('woff'),
        url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype'),
        url('../fonts/OpenSans-ExtraBoldItalic.svg#OpenSans-ExtraBoldItalic') format('svg');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/OpenSans-Light.woff') format('woff'),
        url('../fonts/OpenSans-Light.ttf') format('truetype'),
        url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-LightItalic.eot');
    src: url('../fonts/OpenSans-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-LightItalic.woff2') format('woff2'),
        url('../fonts/OpenSans-LightItalic.woff') format('woff'),
        url('../fonts/OpenSans-LightItalic.ttf') format('truetype'),
        url('../fonts/OpenSans-LightItalic.svg#OpenSans-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic.eot');
    src: url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Italic.woff2') format('woff2'),
        url('../fonts/OpenSans-Italic.woff') format('woff'),
        url('../fonts/OpenSans-Italic.ttf') format('truetype'),
        url('../fonts/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype'),
        url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBoldItalic.eot');
    src: url('../fonts/OpenSans-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBoldItalic.woff') format('woff'),
        url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype'),
        url('../fonts/OpenSans-SemiBoldItalic.svg#OpenSans-SemiBoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.eot');
    src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff'),
        url('../fonts/OpenSans-SemiBold.ttf') format('truetype'),
        url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/* Saira Fonts */
@font-face {
    font-family: 'Saira SemiCondensed';
    src: url('../fonts/SairaSemiCondensed-ExtraLight.eot');
    src: url('../fonts/SairaSemiCondensed-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SairaSemiCondensed-ExtraLight.woff2') format('woff2'),
        url('../fonts/SairaSemiCondensed-ExtraLight.woff') format('woff'),
        url('../fonts/SairaSemiCondensed-ExtraLight.ttf') format('truetype'),
        url('../fonts/SairaSemiCondensed-ExtraLight.svg#SairaSemiCondensed-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Saira SemiCondensed SemiCond';
    src: url('../fonts/SairaSemiCondensed-Bold.eot');
    src: url('../fonts/SairaSemiCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SairaSemiCondensed-Bold.woff2') format('woff2'),
        url('../fonts/SairaSemiCondensed-Bold.woff') format('woff'),
        url('../fonts/SairaSemiCondensed-Bold.ttf') format('truetype'),
        url('../fonts/SairaSemiCondensed-Bold.svg#SairaSemiCondensed-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Saira SemiCondensed';
    src: url('../fonts/SairaSemiCondensed-ExtraBold.eot');
    src: url('../fonts/SairaSemiCondensed-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SairaSemiCondensed-ExtraBold.woff2') format('woff2'),
        url('../fonts/SairaSemiCondensed-ExtraBold.woff') format('woff'),
        url('../fonts/SairaSemiCondensed-ExtraBold.ttf') format('truetype'),
        url('../fonts/SairaSemiCondensed-ExtraBold.svg#SairaSemiCondensed-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Saira SemiCondensed';
    src: url('../fonts/SairaSemiCondensed-Medium.eot');
    src: url('../fonts/SairaSemiCondensed-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SairaSemiCondensed-Medium.woff2') format('woff2'),
        url('../fonts/SairaSemiCondensed-Medium.woff') format('woff'),
        url('../fonts/SairaSemiCondensed-Medium.ttf') format('truetype'),
        url('../fonts/SairaSemiCondensed-Medium.svg#SairaSemiCondensed-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Saira SemiCondensed';
    src: url('../fonts/SairaSemiCondensed-Light.eot');
    src: url('../fonts/SairaSemiCondensed-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SairaSemiCondensed-Light.woff2') format('woff2'),
        url('../fonts/SairaSemiCondensed-Light.woff') format('woff'),
        url('../fonts/SairaSemiCondensed-Light.ttf') format('truetype'),
        url('../fonts/SairaSemiCondensed-Light.svg#SairaSemiCondensed-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Saira SemiCondensed';
    src: url('../fonts/SairaSemiCondensed-Regular.eot');
    src: url('../fonts/SairaSemiCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SairaSemiCondensed-Regular.woff2') format('woff2'),
        url('../fonts/SairaSemiCondensed-Regular.woff') format('woff'),
        url('../fonts/SairaSemiCondensed-Regular.ttf') format('truetype'),
        url('../fonts/SairaSemiCondensed-Regular.svg#SairaSemiCondensed-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Saira SemiCondensed';
    src: url('../fonts/SairaSemiCondensed-SemiBold.eot');
    src: url('../fonts/SairaSemiCondensed-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SairaSemiCondensed-SemiBold.woff2') format('woff2'),
        url('../fonts/SairaSemiCondensed-SemiBold.woff') format('woff'),
        url('../fonts/SairaSemiCondensed-SemiBold.ttf') format('truetype'),
        url('../fonts/SairaSemiCondensed-SemiBold.svg#SairaSemiCondensed-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Saira SemiCondensed';
    src: url('../fonts/SairaSemiCondensed-Thin.eot');
    src: url('../fonts/SairaSemiCondensed-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SairaSemiCondensed-Thin.woff2') format('woff2'),
        url('../fonts/SairaSemiCondensed-Thin.woff') format('woff'),
        url('../fonts/SairaSemiCondensed-Thin.ttf') format('truetype'),
        url('../fonts/SairaSemiCondensed-Thin.svg#SairaSemiCondensed-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Saira SemiCondensed';
    src: url('../fonts/SairaSemiCondensed-Black.eot');
    src: url('../fonts/SairaSemiCondensed-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SairaSemiCondensed-Black.woff2') format('woff2'),
        url('../fonts/SairaSemiCondensed-Black.woff') format('woff'),
        url('../fonts/SairaSemiCondensed-Black.ttf') format('truetype'),
        url('../fonts/SairaSemiCondensed-Black.svg#SairaSemiCondensed-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

ul {
     padding: 0;
     margin: 0;
    list-style-position: inside;    
}
ul li{
    margin-bottom:0
}
*:focus{
    outline: none !important;
    box-shadow: none !important;
}
h1,h2,h3{
    font-family: 'Saira SemiCondensed';
    font-weight: 600;
}
 h2{
    margin:0
}
a{
    color: #1D1D1D;
}
a:hover{
    text-decoration: none;
    color: #BF1E2C;
}
a,
a:hover,
a:focus{
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

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


/* Container CSS */
@media (min-width:1200px){
    .container{
        width: 1170px;
    }
}
@media only screen and (min-width:992px) and (max-width: 1199.9px){
    .container{
        width: 970px;
    }
}
@media only screen and (min-width:768px) and (max-width: 991.9px){
    .container{
        width: 750px;
    }
}
@media only screen and (max-width: 767.9px){
    .container{
        width: 100%;
    }
}
/* END Container 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; }


.pd-t20-b60{
    padding: 20px 0 60px;
}
.pd-t40-b80{
    padding: 40px 0 80px;
}
.pd-t60-b100{
    padding: 60px 0 100px;
}
.pd-t80-b120{
    padding: 80px 0 120px;
}

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

a:hover,
button: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;
}

/* DEFAULT HEADER CSS */
.page-header {
    border: 0;
    margin: 0 auto;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;

    width: 100%;
    max-width: 1920px;
    scroll-behavior: smooth;
    -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
    -webkit-transition: all 0.5s ease-in;
       -moz-transition: all 0.5s ease-in;
        -ms-transition: all 0.5s ease-in;
         -o-transition: all 0.5s ease-in;
            transition: all 0.5s ease-in;
}
.page-header + .page-main, 
.page-header + .page-title-wrapper, 
.page-header + .breadcrumb-section,
.catalogsearch-result-index .page-header + .breadcrumb-section + .page-main,
.cms-thank-you .page-header + .breadcrumb-section + .page-main,
.cms-privacy-policy .page-header + .breadcrumb-section + .page-main,
.cms-terms-conditions .page-header + .breadcrumb-section + .page-main{
    margin: 155px 0 0 !important;
}
.page-header.sticky {
    /* -webkit-animation-name: stickySlideDown;
          animation-name: stickySlideDown; */
    padding: 0;
    -webkit-transition: none;
    transition: none;
}
@-webkit-keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}


.desktop-header{
    display: block !important;
    margin: 0px;
}
.mobile-header{
    display: none !important;
}


.page-header .switcher .options .action.toggle, 
.page-footer .switcher .options .action.toggle{
    padding: 0 20px 0 0;
    background-image: url('../images/down.png') !important;
    background-position: right center;
    background-size: 9px !important;
    background-repeat: no-repeat !important;
}
.page-header .switcher .options .action.toggle, 
.page-footer .switcher .options .action.toggle,
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a{
    text-align: left;
    font: 600 16px/19px 'Open Sans';
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    text-transform: capitalize;
}
.page-header .switcher strong,
.page-footer .switcher strong{
    font-weight: 600;
}
.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 0 0 3px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 700;
    overflow: hidden;
    speak: none;
    text-align: right;*/

    display: none;
}
.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 0 0 3px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 700;
    overflow: hidden;
    speak: none;
    text-align: right;*/

    display: none;
}


.logo-wrapper-container{
    padding: 0;
    display: inline-block;
    position: relative;
    width: 100%;
    float: left;
    background-color: #ffffff;
    box-shadow: 0px 3px 30px rgb(0, 0, 0, 0.2);
}
.logo-wrapper-container > .container-fluid{
    padding: 0;
}

.bottombar-wrapper{
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    position: relative;
    padding: 0 4%;
    background-color: #1D1D1D;
}

.logo-wrapper-main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 105px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 4% 0 3%;
    background-color: #ffffff;
}
.logo-wrapper-main .logo-wrapper{
    width: auto;
    height: auto;
    max-width: fit-content;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: center;
}
.logo-wrapper-container .logo-wrapper > a{
    display: inline-block;
}
.logo-wrapper-main .logo-wrapper img{
    width: auto;
    height: 82px;
}

.search-wrapper{
    float: none;
    width: auto;
    max-width: 100%;
    display: inline-block;
    margin-right: 30px;
}
.search-wrapper .search-find{
    display: none;
}
.search-wrapper .search-box{
    display: block;
}
.search-wrapper .search-box > .action{
    padding: 0;
    border: 0;
    box-shadow: none;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #ffffff;
    display: inline-block;
    background-color: #EAEAEA;
    width: 45px;
    height: 45px;
    border-radius: 7px;
}
.search-wrapper .search-box > .action img,
.search-wrapper .icon-setting img{
    height: 20px;
    width: auto;
}
.search-wrapper .search-find form.minisearch /* m2 Search-Find CSS */{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0;
    overflow: visible;
    border: 0;
    background: transparent 0% 0% no-repeat padding-box;
    justify-content: center;
    max-width: 100%;
}
.search-wrapper .search-find form.minisearch .field.search-search {
    width: calc(100% - 50px);
    float: left;
}
.search-wrapper .search-find .search-search{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: unset;
    border-radius: 100px;
    overflow: hidden;
    border: 2px solid #DEDEDE;
    background: #ffffff 0% 0% no-repeat padding-box;
    justify-content: center;
    width: 420px;
    max-width: 100%;
}
.search-wrapper .search-find button{
    display: -webkit-inline-flex;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: right;
    border: 0;
    box-shadow: none;
    background-color: transparent;
    padding: 0 10px 0 0;
    margin: 0;
    width: 50px;
}
.search-wrapper .search-find button .fa-search{
    text-align: center;
    font: 700 12px/15px 'Font Awesome 5 Free';
    letter-spacing: 0px;
    color: #BF1E2C;
    opacity: 1;
}
.search-wrapper .search-find .search-search button img{
    width: auto;
    height: 20px;
}
/*.search-wrapper .search-find .search-search select{
    border: 0;
    border-right: 1px solid #ddd;
    border-radius: 0;
    width: 80%;
    white-space: nowrap;
    font: 300 14px/24px Futura; 
    overflow: hidden !important;
    text-overflow: ellipsis;
    padding: 5px 15px;
    background-position: 95% center !important;
    margin: 0 0 0 0 !important;
}*/
.search-wrapper .search-find .search-search .input-text{
    border: 0;
    padding: 14px 5px 14px 20px;
    border-radius: 0;
    margin: 0 0 0 0;
    width: calc(100% - 50px);
    height: 50px;
    background-color: transparent;
    text-transform: unset;
    text-align: left;
    font: 400 15px/20px 'Open Sans';
    letter-spacing: 0.15px;
    color: #4E4E4E;
    opacity: 1;
}
.search-wrapper .search-find .search-search .input-text::placeholder{
    text-align: left;
    font: 400 15px/20px 'Open Sans';
    letter-spacing: 0.15px;
    color: #4E4E4E;
    opacity: 1;
}
.search-wrapper .search-find .search-search .input-text:hover,
.search-wrapper .search-find .search-search .input-text:focus,
.search-wrapper .search-find .search-search .input-text:visited{
    border: 0 !important;
}
.search-wrapper .search-find .actions /* m2 Search-Find CSS */{
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    min-width: auto;
    width: 25%;
    height: 50px;
    text-align: center;
    font-size: 15px;
    margin: 0;
    padding: 0 15px 0 5px;
}
.search-wrapper .search-find .actions .search-icon /* m2 Search-Find CSS */{
    height: 50px;
    display: inline-block;
    padding: 0;
    margin: 0 8px 0 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}
.search-wrapper .search-find .actions .search-icon img /* m2 Search-Find CSS */{
    width: auto;
    height: 16px;
    border: 0;
    padding: 0;
    margin: 0;
}

/* FOr SHINRAI ONLY */
.user-links .contactno-wrapper{
    display: -webkit-inline-flex;
    display: inline-flex;
    align-items: center;
    width: auto;
    margin-right: 0;
    position: relative;
}
.user-links .contactno-wrapper > .action {
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    position: relative;
    z-index: 0;
    font-size: 32px;
    line-height: 105px;
    color: #ffffff;
}
.user-links .contactno-wrapper > .action .conticon{
    display: inline-block;
    float: left;
    position: relative;
}
.user-links .contactno-wrapper > .action .contnumber{
    display: inline-block;
    float: right;
    text-align: left;
    margin-left: 10px;
}
.user-links .contactno-wrapper > .action .contnumber strong{
    text-align: left;
    font: 400 15px/18px 'Open Sans';
    letter-spacing: 0;
    color: #BF1E2C;
    opacity: 1;

    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 0px;
}
.user-links .contactno-wrapper > .action .contnumber > a{
    text-align: left;
    font: 700 15px/19px 'Open Sans';
    letter-spacing: 0;
    color: #1D1D1D;
    opacity: 1;

    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    width: 100%;
    float: left;
}
/* FOr SHINRAI ONLY */



.logo-wrapper-main .user-links{
    float: right;
    width: auto;
    height: 90px;
    display: -webkit-inline-flex;
    display: inline-flex;
    align-items: center;
}
.user-links .account-wrapper{
    display: inline-block;
    margin-right: 30px;
}
.user-links .account-wrapper .account{
    display: inline-flex;
    align-items: center;
}
.user-links .account-wrapper .account .action{
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    padding: 0;
    background-color: #EAEAEA;
    border: 0;
    box-shadow: none;
    width: 45px;
    height: 45px;
    border-radius: 7px;
}
.user-links .account-wrapper .account .action img{
    height: 20px;
    width: auto;
}

.user-links .wishlist-wrapper{
    display: inline-block;
    margin-right: 30px;
}
.user-links .wishlist-wrapper .wishlist{
    display: inline-flex;
    align-items: center;
}
.user-links .wishlist-wrapper .wishlist .action{
    padding: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    font-size: 24px;
    line-height: 90px;
    color: #ffffff;
}
.user-links .wishlist-wrapper .wishlist .action img{
    height: 24px;
    width: auto;
}

.user-links .cart-wrapper{
    display: -webkit-inline-flex;
    display: inline-flex;
    align-items: center;
    width: auto;
    margin-right: 0;
    position: relative;
}
.user-links .cart-wrapper > .minicart-wrapper > a.action {
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    position: relative;
    z-index: 0;
    font-size: 32px;
    line-height: 105px;
    color: #ffffff;
}
.user-links .cart-wrapper img {
    height: 32px;
    width: auto;
}
.user-links .cart-wrapper .icon-setting {
    display: flex;
    color: #ffffff;
    align-items: center;
}
.user-links .cart-wrapper .icon-setting .carticon{
    display: inline-block;
    float: left;
    position: relative;
}
.user-links .cart-wrapper .icon-setting .cartprice{
    display: inline-block;
    float: right;
    text-align: left;
    margin-left: 10px;
}
.user-links .cart-wrapper .icon-setting .cartprice h6{
    text-align: left;
    font: 400 15px/18px 'Open Sans';
    letter-spacing: 0;
    color: #BF1E2C;
    opacity: 1;

    text-transform: uppercase;
    margin-bottom: 0px;
}
.user-links .cart-wrapper .icon-setting .cartprice p{
    text-align: left;
    font: 700 15px/19px 'Open Sans';
    letter-spacing: 0;
    color: #1D1D1D;
    opacity: 1;

    text-transform: uppercase;
    margin: 0;
}

/* Mini-Cart Wrapper */
.minicart-wrapper {
    display: inline-block;
    position: relative;
    float: none;
    width: 100%;
    margin-left: 0;
    top: 0;
}
.minicart-wrapper .action.showcart .counter-number{
    text-shadow: none !important;
}
.minicart-wrapper .action.showcart.active {
    display: flex;
}
.minicart-wrapper .block-minicart{
    margin-top: 0;
}
.block-minicart .subtitle.empty {
    display: block;
    font-size: 15px;
    padding: 20px 0;
    text-align: center;
    color: #1D1D1D;
}
.minicart-wrapper .action.showcart.active {
    display: inline-block;
}
.minicart-wrapper .action.showcart .counter.qty{
    position: absolute;
    background-color: #165201;
    width: 18px;
    height: 18px;
    text-align: center;
    font: 700 11px/18px 'Open Sans';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    border: 0;
    border-radius: 20px;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0 7px 0 0;
    top: 3px;
    right: 0;

    display: none;
}
.minicart-wrapper .action.showcart .count {
    position: absolute;
    background-color: #165201;
    width: 18px;
    height: 18px;
    text-align: center;
    font: 700 11px/18px 'Open Sans';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    border: 0;
    border-radius: 20px;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0 7px 0 0;
    top: 3px;
    right: 0;

    display: none;
}
.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-items .product>.product-item-photo,
.minicart-items .product>.product-image-container {
    float: left;
    display: inline-block;
    width: 80px;
    height: auto;
}
.minicart-items .product-item-photo .product-image-photo {
    min-height: fit-content !important;
    height: auto !important;
}
.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;
    color: #1D1D1D;
}
.minicart-wrapper .block-minicart .block-content .subtotal .label{
    float: left;
    padding-left: 10px;
    color: #1D1D1D;
    font: 500 16px/18px 'Open Sans';
}
.minicart-wrapper .block-minicart .block-content .subtotal .price-container{
    float: right;
    padding-right: 10px;
}
.minicart-wrapper .block-minicart .block-content > .actions {
    margin-top: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.minicart-wrapper .block-minicart .block-content>.actions>.primary {
    margin: 0 0 10px;
}
.minicart-wrapper .block-minicart .block-content > .actions > .secondary .action {
    color: black;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
.minicart-wrapper .minicart-items-wrapper{
    min-height: 200px;
    max-height: 250px;
    overflow: auto;
    padding: 10px;
    margin: 0;
    border: 1px solid #ccc;
}
.minicart-items .product-item-name {
    margin: 0;
}
.minicart-items .product-item-details {
    text-align: left;
}
.minicart-items .product-item-details .product-item-pricing{
    position: relative;
}
.block-minicart dl.product.options.list {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    background-color: #f1f1f1;
    padding: 7px 10px 0;
    width: 100%;
}
.minicart-items .product-item-details .details-qty {
    margin-top: 0;
}
.minicart-wrapper .block-minicart li:hover {
    cursor: unset;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item{
    height: auto;
    min-height: 135px;
    padding: 5px 0 10px !important;
    border: 0 !important;
    border-bottom: 1px solid #00000029 !important;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item:hover {
    box-shadow: none;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item:last-child{
    border-bottom: 0px !important;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product-item-photo .product-image-wrapper {
    height: auto;
    margin: 0;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .details-qty .item-qty{
    width: 50px;
    height: 30px;
    padding: 5px;
    margin: 0;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product.actions .primary{
    display: none;
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product-item-name a {
    color: #1D1D1D;
    font: 500 15px/20px 'Open Sans';
}
.minicart-wrapper .minicart-items-wrapper .minicart-items .product-item .product-item-name a:hover {
    color: #BF1E2C;
    text-decoration: none;
}
.minicart-items .product-item-details .price {
    color: #1D1D1D;
    font: 700 15px/16px 'Open Sans' !important;
    letter-spacing: 0;
}
.minicart-items .product-item-pricing .label {
    display: inline-block;
    font-size: 14px;
    padding: 0;
    color: #333;
    position: relative;
    top: -2px;
}
.minicart-wrapper .product .product.actions {
    margin: -25px 0 25px 0;
    position: relative;
    bottom: 0;
    height: 0;
    width: 100%;
    text-align: right;
    z-index: 1;
}
.minicart-items .update-cart-item {
    font: 600 12px/20px 'Open Sans';
    vertical-align: top;
    border: 0;
    border-radius: 7px;
    background-color: #BF1E2C;
    color: #ffffff;
    padding: 4px 11px;
    box-shadow: none;
}

.minicart-items .product .toggle {
    border: 0;
    padding: 5px 25px 5px 0;
    color: #1D1D1D;
}
.cart.table-wrapper .item-options,
.minicart-items .product-item-details .product .options.list,
.opc-block-summary .items-in-cart .product .item-options,
.block-giftregistry-shared-items .product .item-options,
.multicheckout .item-options,
.opc-block-summary .product-item .product.options .content .item-options{
    background-color: #f7f7f7;
    padding: 10px;
}
.cart.table-wrapper .item-options{
    background-color: transparent;
    padding: 0;
}
.cart.table-wrapper .item-options dt.label,
.minicart-items .product-item-details .product .options.list dt.label,
.opc-block-summary .items-in-cart .product .item-options dt.label,
.block-giftregistry-shared-items .product .item-options dt.label,
.multicheckout .item-options dt.label,
.opc-block-summary .product-item .product.options .content .item-options dt.label{
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    color: #1D1D1D;
    letter-spacing: 0;
    margin: 5px 10px 0 0;
    white-space: inherit;
}
.opc-block-summary .items-in-cart .product.options span.toggle{
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    color: #1d1d1d;
    letter-spacing: 0;
    margin: 5px 10px 0 0;
    white-space: inherit;
}
.cart.table-wrapper .item-options dd.values,
.minicart-items .product-item-details .product .options.list dd.values,
.opc-block-summary .items-in-cart .product .item-options dd.values,
.block-giftregistry-shared-items .product .item-options dd.values,
.multicheckout .item-options dd.values,
.opc-block-summary .product-item .product.options .content .item-options dd.values{
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    color: #1D1D1D;
    letter-spacing: 0;
    white-space: inherit;
    margin: 5px 0 0 0;
}
.cart.table-wrapper .item-options dd.values .price,
.minicart-items .product-item-details .product .options.list dd.values .price,
.opc-block-summary .items-in-cart .product .item-options dd.values .price,
.block-giftregistry-shared-items .product .item-options dd.values .price,
.multicheckout .item-options dd.values .price,
.opc-block-summary .product-item .product.options .content .item-options dd.values .price{
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    color: #1D1D1D;
    letter-spacing: 0;
    white-space: inherit;
}

/* Mini-Quote Wrapper */
.miniquote-wrapper {
    display: inline-block;
    position: relative;
    float: none;
    width: 100%;
    margin-left: 0;
}
.miniquote-wrapper .block-miniquote{
    margin-top: 15px;
}
.miniquote-wrapper .action.showquote.active {
    display: inline-block;
}
.miniquote-wrapper .action.showquote .counter.qty{
    /*position: absolute; */
    /* background-color: #2A4A9D; */
    /* width: 19px; */
    /* height: 19px; */
    text-align: left;
    font: 400 13px/18px 'Open Sans';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    border: 0;
    border-radius: 0;
    display: inline-block;
    padding: 0;
    margin: 0;
    top: 0;
    right: 0;
}
.miniquote-wrapper .action.showquote .count {
    /*position: absolute; */
    /* background-color: #2A4A9D; */
    /* width: 19px; */
    /* height: 19px; */
    text-align: left;
    font: 400 13px/18px 'Open Sans';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    border: 0;
    border-radius: 0;
    display: inline-block;
    padding: 0;
    margin: 0;
    top: 0;
    right: 0;
}
.miniquote-wrapper .action.showquote .counter.qty .counter-number{
    font-size: 12px;
    line-height: 17px;
    color: #fff;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.miniquote-wrapper .action.showquote:before{
    display: none;
}
.miniquote-wrapper .action.showquote.active::before{
    display: none;
}


.miniquote-items .product>.product-item-photo,
.miniquote-items .product>.product-image-container {
    float: left;
    display: inline-block;
    width: 80px;
    height: auto;
}
.miniquote-items .product-item-photo .product-image-photo {
    min-height: fit-content !important;
    height: auto !important;
}
.miniquote-wrapper .block-miniquote .block-content .items-total,
.miniquote-wrapper .block-miniquote .block-content .subtotal{
    float: left;
    margin: 0 0 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.miniquote-wrapper .block-miniquote .block-content .subtotal .label{
    float: left;
    padding-left: 10px;
    color: #ffffff;
    font: 500 16px/18px 'Open Sans';
}
.miniquote-wrapper .block-miniquote .block-content .subtotal .price-container{
    float: right;
    padding-right: 10px;
}
.miniquote-wrapper .block-miniquote .block-content > .actions {
    margin-top: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.miniquote-wrapper .block-miniquote .block-content>.actions>.primary {
    margin: 0 0 10px;
}
.miniquote-wrapper .block-miniquote .block-content > .actions > .secondary .action {
    color: black;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
.miniquote-wrapper .miniquote-items-wrapper{
    min-height: 110px;
    max-height: 320px;
    overflow: auto;
    padding: 10px;
    margin: 0;
    border: 1px solid #ccc;
}
.miniquote-items .product-item-name {
    margin: 0;
}
.miniquote-items .product-item-details {
    text-align: left;
}
.block-miniquote dl.product.options.list {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    background-color: #f1f1f1;
    padding: 7px 10px 0;
    width: 100%;
}
.miniquote-items .product-item-details .details-qty {
    margin-top: 0;
}
.miniquote-wrapper .block-miniquote li:hover {
    cursor: unset;
}
.miniquote-wrapper .miniquote-items-wrapper .miniquote-items .product-item{
    min-height: auto;
    padding: 5px 0 10px !important;
    border: 0 !important;
    border-bottom: 1px solid #00000029 !important;
    border-radius: 0;
    opacity: 1;
}
.miniquote-wrapper .miniquote-items-wrapper .miniquote-items .product-item:hover {
    box-shadow: none;
}
.miniquote-wrapper .miniquote-items-wrapper .miniquote-items .product-item:last-child{
    border-bottom: 0px !important;
}
.miniquote-wrapper .miniquote-items-wrapper .miniquote-items .product-item .product-item-photo .product-image-wrapper {
    height: auto;
    margin: 0;
}
.miniquote-wrapper .miniquote-items-wrapper .miniquote-items .product-item .details-qty .item-qty{
    height: 30px;
    padding: 5px;
    margin: 0;
}
.miniquote-wrapper .miniquote-items-wrapper .miniquote-items .product-item .product.actions .primary{
    display: none;
}
.miniquote-wrapper .miniquote-items-wrapper .miniquote-items .product-item .product-item-name a {
    color: #ffffff;
    font: 500 16px/27px 'Open Sans';
}
.miniquote-wrapper .miniquote-items-wrapper .miniquote-items .product-item .product-item-name a:hover {
    color: #ffffff;
    text-decoration: none;
}
.miniquote-items .product-item-details .price {
    color: #26436E;
    font: 400 16px/16px 'Open Sans' !important;
    letter-spacing: -0.78px;
}
.miniquote-items .product-item-pricing .label {
    display: inline-block;
    font-size: 14px;
    padding: 0;
    color: #333;
}
.miniquote-wrapper .product .product.actions {
    margin: -25px 0 25px 0;
    position: relative;
    bottom: 0;
    height: 0;
    width: 100%;
    text-align: right;
}
.miniquote-items .update-quote-item {
    font: 500 14px/20px 'Open Sans';
    vertical-align: top;
    border: 0;
    border-radius: 8px;
    background-color: #ebc600;
    color: #ffffff;
    padding: 4px 11px;
}

/* DEFAULT MENU CSS */
.main-menu-wrapper {
    background-color: transparent;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}
/*Bootstrap Reset*/
.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
}
.main-menu-wrapper nav{
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
    border: 0px !important;
}
.main-menu-wrapper nav .collapse, 
.main-menu-wrapper nav .collapsing{
    padding: 0;
    text-align: center;
    border: 0;
}
.main-menu-wrapper nav .collapse .navbar-nav{
    float: left;
    margin: 0 auto;
    width: auto;
    display: table;
}
.navbar-nav > li:first-child > a {
    padding-right: 0px;
    margin-right: 0px;
}
.navbar-nav > li:last-child > a {
    padding-right: 0px;
    margin-right: 0px;
}
.dropdown-menu,
.submenu {
    padding: 0px 0; 
    margin: 0 0 0; 
    border: 0px solid transition !important;
    border: 0px solid rgba(0,0,0,.15);  
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: 0px 0px 5px rgb(0, 0, 0, 0.16) !important;
}
/*=-====Main Menu=====*/
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .submenu > li > a {
    padding: 16px 15px 16px 25px;
}
.navbar-nav .open .dropdown-menu > li,
.navbar-nav .open .submenu > li{
    position: relative;
}
.navbar-default .navbar-nav > li{
    margin: 0;
}
.navbar-default .navbar-nav > li + li{
    margin: 0 0 0 1px;
}
.navbar-default .navbar-nav > li > a {
    padding: 0 25px;
    margin: 0;
    background-color: transparent;
    display: inline-block;
    text-decoration: none;
    text-align: left;
    font: 400 15px/50px 'Open Sans';
    letter-spacing: 0;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
}


/* .navbar-default .navbar-nav > li > a::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: transparent 0% 0% no-repeat padding-box;
    border: 0;
    border-radius: 0;
    opacity: 1;
} */

.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li.has-active > a {
    color: #ffffff !important;
    font-weight: 700;
    background: #BF1E2C !important;
    outline: none;
}
.main-menu-wrapper nav > .active > a,
.main-menu-wrapper nav > .active > a:focus,
.main-menu-wrapper nav > .active > a:hover,
.main-menu-wrapper nav > li > a:hover,
.main-menu-wrapper nav > li > a:focus,
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover{
    color: #ffffff !important;
    font-weight: 700;
    background: #BF1E2C !important;
    outline: none;
}
/* .navbar-default .navbar-nav > li.active > a::after,
.navbar-default .navbar-nav > li > a:hover::after,
.navbar-default .navbar-nav > li > a:focus::after,
.navbar-default .navbar-nav > li.has-active > a::after {
    background: #00618D 0% 0% no-repeat padding-box;
    opacity: 1;
} */

.navbar-default .navbar-nav .dropdown-menu > li > a {
    display: inline-block;
    position: relative;
    background-color: transparent;

    padding: 0;
    margin: 0;
    border: 0;
    clear: both;
    white-space: normal;
    text-align: left;
    font: 400 15px/30px 'Open Sans';
    letter-spacing: 0px;
    color: #1D1D1D;
    opacity: 1;
}
.navbar-default .navbar-nav .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .dropdown-menu > li.active > a{
    font-weight: 700;
    background-color: transparent;
    color: #BF1E2C !important;
}
.navbar-default .navbar-nav .dropdown-menu > li > a::before{
    content: '';
    display: inline-block;
    background-image: url('../images/icon-right-grey.png');
    background-size: inherit;
    background-position: center center;
    background-repeat: no-repeat;
    width: 15px;
    height: 30px;
    float: left;
    margin: 0 10px 0 0;
}
.navbar-default .navbar-nav .dropdown-menu > li > a:hover::before,
.navbar-default .navbar-nav .dropdown-menu > li > a:focus::before,
.navbar-default .navbar-nav .dropdown-menu > li.active > a::before{
    background-image: url('../images/icon-right-red.png');

    -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;
}
.navbar-default .navbar-nav .dropdown-menu .dropdown-toggle::after{
    content: '\f0da';
    font: 700 13px/19px 'Font Awesome 5 Free';
    display: inline-block;
    float: right;
}
/*-----./ Main Menu-----*/

.navbar-default .navbar-toggle { border-color: #fff } /*Toggle Button*/
.navbar-default .navbar-toggle .icon-bar { background-color: #fff } /*Toggle Button*/
/*==========Sub Menu=v==========*/
.main-menu-wrapper nav .collapse ul > li:hover > a{}
.main-menu-wrapper nav .collapse ul ul > li:hover > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{}
.main-menu-wrapper nav .collapse ul ul ul > li:hover > a{}

.main-menu-wrapper nav .collapse ul ul, .main-menu-wrapper nav .collapse ul ul.dropdown-menu{
    min-width: 280px;
    width: auto;
    padding: 15px 25px;
    background-color: #ffffff;
    border-radius: 0;
    margin: 0;
    z-index: 1;
}
.main-menu-wrapper nav .collapse ul ul ul, .main-menu-wrapper nav .collapse ul ul ul.dropdown-menu{}
.main-menu-wrapper nav .collapse ul ul ul ul, .main-menu-wrapper nav .collapse ul ul ul ul.dropdown-menu{}

/******************************Drop-down menu work on hover**********************************/
.main-menu-wrapper nav{
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    min-height: fit-content;
}
@media only screen and (min-width: 767px) {
    .main-menu-wrapper nav .collapse ul li{position:relative;}
    .main-menu-wrapper nav .collapse ul li:hover> ul{display:block}
    .main-menu-wrapper nav .collapse ul ul{
        position: absolute;
        top: 100% !important;
        left: 0 !important;
        min-width: 300px;
        display: none;
        z-index: 9;
    }
    /*******/
    .main-menu-wrapper nav .collapse ul ul li{position:relative}
    .main-menu-wrapper nav .collapse ul ul li + li{ margin: 10px 0 0 0; }
    .main-menu-wrapper nav .collapse ul ul li:hover> ul{display:block}
    .main-menu-wrapper nav .collapse ul ul ul{position:absolute;top: 0 !important;left:100%;min-width:210px;display:none}
    /*******/
    .main-menu-wrapper nav .collapse ul ul ul li{position:relative}
    .main-menu-wrapper nav .collapse ul ul ul li:hover ul{display:block; width: 100%;}
    .main-menu-wrapper nav .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:210px;display:none;z-index:1}
}
/* New CSS */
.main-menu-wrapper .navbar-nav .level0.submenu .category-item.parent{
    position: relative;
}
.main-menu-wrapper .navbar-nav .level0.submenu .category-item a.ui-corner-all,
.main-menu-wrapper .navbar-nav .level0.submenu li a{
    position: relative;
    text-decoration: none !important;
    width: 100%;

    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: end;

    padding: 0;
    clear: both;
    white-space: normal;
    text-align: left;
    font: 400 15px/20px 'Open Sans';
    letter-spacing: 0px;
    color: #1D1D1D;
    opacity: 1;
    border: 0;
}
.main-menu-wrapper .navbar-nav .level0.submenu .category-item a.ui-corner-all::before,
.main-menu-wrapper .navbar-nav .level0.submenu li a::before{
    content: '';
    display: inline-block;
    background-image: url('../images/icon-right-grey.png');
    background-size: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 12px;
    height: 20px;
    float: left;
    margin: 0 5px 0 0;
}
.main-menu-wrapper .navbar-nav .level0.submenu .category-item:hover > a.ui-corner-all,
.main-menu-wrapper .navbar-nav .level0.submenu .category-item.active > a.ui-corner-all,
.main-menu-wrapper .navbar-nav .level0.submenu .category-item:focus > a.ui-corner-all,
.main-menu-wrapper .navbar-nav .level0.submenu li.active > a,
.main-menu-wrapper .navbar-nav .level0.submenu li:hover > a,
.main-menu-wrapper .navbar-nav .level0.submenu li:focus > a{
    font-weight: 700 !important;
    background-color: transparent;
    color: #BF1E2C !important;
}
.main-menu-wrapper .navbar-nav .level0.submenu .category-item:hover > a.ui-corner-all::before,
.main-menu-wrapper .navbar-nav .level0.submenu .category-item.active > a.ui-corner-all::before,
.main-menu-wrapper .navbar-nav .level0.submenu .category-item:focus > a.ui-corner-all::before,
.main-menu-wrapper .navbar-nav .level0.submenu li.active > a::before,
.main-menu-wrapper .navbar-nav .level0.submenu li:hover > a::before,
.main-menu-wrapper .navbar-nav .level0.submenu li:focus > a::before{
    background-image: url('../images/icon-right-red.png');
    -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;
}
.main-menu-wrapper .navbar-nav .level0.submenu .category-item a.ui-corner-all span.ui-icon-carat-1-e {
    /*display: inline-block;
    text-align: center;
    z-index: 99;
    float: right;*/
}
.main-menu-wrapper .navbar-nav .level0.submenu .category-item a.ui-corner-all span.ui-icon-carat-1-e::after {
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 15px;
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 0;
    display: inline-block;
    position: relative;
    z-index: 99;
    float: right
}
.main-menu-wrapper .navbar-nav .level0.submenu .category-item.parent .submenu{
    position: absolute;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    top: 0 !important;
    left: 100% !important;
    width: 250px;
    background: #fff;
    padding: 0;
    margin: 0;
    z-index: 10;
    display: none;
}
.main-menu-wrapper .navbar-nav .level0.submenu .category-item.parent .submenu .category-item{
    font: 600 16px/19px 'Open Sans';
    border-bottom: 0;
    margin: 0 0 0 0;
}


/* DEFAULT SELECT CSS */
select{
    background: transparent;
    background-clip: padding-box;
    border: 0px;
    border-radius: 1px;
    height: auto;
    display: inline-block;
    padding: 4px 15px 4px 5px;
    vertical-align: middle;
    width: 100%;
    min-width: 20px;
    box-sizing: border-box;
    text-align: left;
    font: 600 18px/32px 'Open Sans';
    letter-spacing: -0.36px;
    color: #222222;
    opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.select-custom {
    background-image: url('../images/down.png') !important;
    background-position: 97% center;
    background-size: 9px !important;
    background-repeat: no-repeat !important;
}
select option{
    background-color: #ffffff;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
    padding: 0 5px;
    margin: 5px 0;
    border: 0;
    white-space: normal;
}



/* PAGE TITLE WRAPPER - BANNER SECTION */
.page-title-wrapper{
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: fit-content;
    float: left;
    position: relative;
}
.page-title-wrapper .category-image{
    text-align: center;
    height: auto;
    min-height: 70px;
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    top: 0;
    margin: 0;
}
.page-title-wrapper .category-image .banner-image{
    width: 100%;
}
.page-title-wrapper .category-image .banner-overlay{
    /* background-image: radial-gradient(closest-side at 50% 50%, rgb(0, 0, 0, 0.6) 0%, rgb(0, 0, 0, 0) 100%); */
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page-title-wrapper .category-image .page-title-contents{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 15px 15px 110px 15px;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.page-title-wrapper .page-title{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
}
.page-title-wrapper .page-title .base{
    text-align: center;
    font: 600 62px/75px 'Saira SemiCondensed';
    letter-spacing: -1.6px;
    color: #ffffff;
    opacity: 1;

    text-shadow: none;
    text-transform: capitalize;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
} 

.breadcrumb-section{
    display: block;
    
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
    
    position: absolute;
    left: 0;
    bottom: 0;
}
.breadcrumbs{
    margin: 10px 0 0 0;
    padding: 0;
    max-width: 100%;
    text-align: center;

    position: absolute;
    width: 100%;
    left: 0;
    bottom: 55px;
}
.breadcrumbs .items{
    display: inline-block;
    width: 100%;
}
.breadcrumbs .items .item{
    margin: 0;
    max-width: fit-content;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumbs .items .item a{
    text-align: left;
    font: 600 15px/18px 'Open Sans';
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 0.5;
}
.breadcrumbs .items .item a:hover {
    text-decoration: none;
    opacity: 1;
}
.breadcrumbs .items .item strong,
.breadcrumbs .items .item > span{
    text-align: left;
    font: 600 15px/18px 'Open Sans';
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
    white-space: normal;
}
.breadcrumbs .item:not(:last-child)::after {
    /* content: '\f105'; */
    padding: 0;
    margin: 0 4px;
    /* font: 400 15px/20px 'Open Sans'; */
    /* font: 600 13px/22px 'Font Awesome 5 Free';
    letter-spacing: 0;
    color: #1D1D1D; */
    opacity: 1;
    vertical-align: inherit;

    content: '';
    vertical-align: inherit;
    background-image: url('../images/icon-right-grey.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 9px;
    height: 23px;
    line-height: 23px;
}
/* .breadcrumbs .item:nth-last-child(-2n+2)::after {
    content: '\f101';
    padding: 0;
    margin: 0 3px;
    font: 600 16px/25px 'Font Awesome 5 Free';
    letter-spacing: 0.96px;
    color: #FFFFFF;
    opacity: 1;
    vertical-align: inherit;
} */


/* SEARCH BOX */
#searchArea {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.99);
    -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 .search-search,
#searchArea form.search-area-form{
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#searchArea input[type="search"],
#searchArea .input-text {
    width: 500px;
    max-width: 95%;
    color: #fff;
    background: transparent;
    margin: 0 auto 50px;
    outline: none;
    background-color: rgba(0, 0, 0, 0.35);
    background-clip: padding-box;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    text-align: left;
    font: italic 13px/45px 'Open Sans';
    letter-spacing: 0px;
    text-transform: unset;
    color: #747474;
    height: 45px;
    padding: 0 20px;
    vertical-align: baseline;
    box-sizing: border-box;
    opacity: 1;
}
#searchArea input[type="search"]:focus::placeholder,
#searchArea .input-text:focus::placeholder,
#searchArea input[type="search"]:hover::placeholder,
#searchArea .input-text:hover::placeholder{
    color: #fff;
    text-transform: unset;
}
#searchArea .search-search .button {
    max-width: 100%;
    background-color: #009A4E;
    color: #ffffff;
    overflow: hidden;
    min-width: 150px;
    width: auto;
    height: 45px;
    display: inline-block;
    margin: 15px 0 0;
    font: 400 13px/45px 'Open Sans' !important;
    letter-spacing: 0.6px;
    color: #FFFFFF !important;
    opacity: 1;
    text-transform: uppercase !important;
    border-radius: 50px;
    box-shadow: none !important;
    position: relative;
    border: 0;
    opacity: 1 !important;
    text-align: center;
    padding: 15px 25px 0px !important;
}
#searchArea .search-search .button:hover{
    background-color: #54585B !important;
    border-color: #54585B !important;
}
#searchArea .close {
    position: fixed;
    top: 15px;
    right: 15px;
    background: transparent;
    color: rgba(255, 255, 255, 0.25);
    border-color: transparent;
    box-shadow: none;
    padding: 10px 17px;
    font-size: 27px;
}



/* TITLE STYLE */
.title-style{
    display: inline-block;
    width: 100%;
    border: 0;
    float: left;
    margin-bottom: 30px;
}
.title-style .small-title-name{
    text-align: left;
    font: 400 20px/25px 'Open Sans';
    letter-spacing: 0;
    color: #BF1E2C;
    text-transform: capitalize;
    opacity: 1;
    margin: 0 0 5px 0;
}
.title-style .title-name{
    margin: 0;
    padding: 0;
    float: left;
    display: inline-block;
    width: 100%;
    word-break: break-word;
    text-align: left;
    font: 600 42px/55px 'Saira SemiCondensed';
    letter-spacing: -1.2px;
    color: #1D1D1D;
    opacity: 1;
    text-transform: capitalize;
}
.title-style .title-description{
    margin: 10px 0 0 0;
    display: inline-block;
    width: 100%;
    text-align: left;
    font: 600 16px/25px 'Open Sans';
    letter-spacing: 0;
    color: #1d1d1d;
    opacity: 1;
}
.title-style .title-link{
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    height: 40px;
    border-radius: 50px;
    background: #F5F5F5 0% 0% no-repeat padding-box;

    text-align: center;
    font: 700 14px/40px 'Open Sans';
    letter-spacing: 0.28px;
    color: #1D1D1D;
    text-transform: uppercase;
    opacity: 1;
}
.title-style .title-link:hover{
    background: #1d1d1d 0% 0% no-repeat padding-box;
    color: #ffffff;
}

.title-style.flex{
    display: inline-flex;
    display: -webkit-inline-flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.title-style.flex .title-name{
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    justify-content: center;
    
    width: inherit;
    max-width: max-content;
    
    background-color: #f5f5f5;
    border-radius: 20px 0 20px 0;
    margin: 0 15px 0 0;
    padding: 16px 25px;

    text-align: center;
    font: 500 28px/32px 'Open Sans';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1; 
}
.title-style.flex.nobg .title-name{
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    justify-content: center;
    
    width: inherit;
    max-width: max-content;
    
    background-color: transparent;
    border-radius: 20px 0 20px 0;
    margin: 0 15px 0 0;
    padding: 16px 25px;

    text-align: left;
    font: 700 42px/62px 'Open Sans';
    letter-spacing: -1.04px;
    color: #1D1D1D;
    opacity: 1;
}
.title-style.flex .title-name.bg-red{
    background-color: #E8494D !important;
}
.title-style.flex .title-name.bg-blue{
    background-color: #BF1E2C !important;
}
.title-style.flex .title-name.icon::before{
    content: '';
    width: 25px;
    height: 29px;
    padding: 0;
    margin: 0 12px 0 0;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.title-style.flex .title-name.icon.sale::before{
    background-image: url('../images/icon-hot.png');
}
.title-style.flex .title-name.icon.trending::before{
    background-image: url('../images/icon-flash.png');
}
.title-style.flex .title-name.icon.recommended::before{
    background-image: url('../images/icon-thumb.png');
}
.title-style.flex .title-right{
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    justify-content: flex-end;
    height: 65px;
    width: 100%;
    border-bottom: 1px solid #DEDEDE;
}
.title-style.flex .title-right .owl-theme{
    margin: 0 15px;
}
.title-style.flex .title-right .owl-theme .custom-nav{
    position: relative;
    top: 0;
}
.title-style.flex .title-right .owl-theme .custom-nav.disabled{
    display: none;
    opacity: 0;
}

.title-right .custom-nav button{
    width: 40px;
    height: 40px;
    box-shadow: none;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 50px !important;
    background-color: #F5F5F5 !important;
}
.title-right .custom-nav button:hover{
    background: linear-gradient(211deg, #BF1E2C 0%, #69A554 100%) !important;
}
.title-right .custom-nav button + button{
    margin: 0 0 0 5px !important;
}
.title-right .custom-nav button span{
    display: none;
}
.title-right .custom-nav .owl-prev::before{
    content: '\f104';
    width: 100%;
    height: 100%;
    font: 700 15px/40px 'Font Awesome 5 Free';
    color: #1D1D1D;
}
.title-right .custom-nav .owl-next::before{
    content: '\f105';
    width: 100%;
    height: 100%;
    font: 700 15px/40px 'Font Awesome 5 Free';
    color: #1D1D1D;
}
.title-right .custom-nav .owl-prev:hover::before,
.title-right .custom-nav .owl-next:hover::before{
    color: #ffffff;
}


/* DEFAULT PRODUCT VIEW */
.product-item{
    display: inline-block;
    width: 100% !important;
    float: left;
    min-height: auto;
    margin-bottom: 40px;
    font-size: 14px;
    vertical-align: top;
    line-height: 14px;
    box-shadow: none;
    background: transparent 0% 0% no-repeat padding-box;
    border-radius: 15px;
    position: relative;
    z-index: 5;
    border: 0;
    padding: 15px !important;
    overflow: hidden;
}
.product-item:hover{
    cursor: pointer;
    border: 0;
    box-shadow: 0px 5px 12px rgb(0, 0, 0, 0.12);
}
.product-item .product-item-info{
    width: 100%;
}
.product-item-info .product-item-photo{
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0 0 12px;
}
.product-item-photo .product-image-container{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.product-item-photo .product-image-wrapper{
    width: 100%;
    height: auto;
    /* max-height: 170px; */
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-item-photo .product-image-photo, 
.product-image-photo{
    display: block;
    width: auto !important;
    max-width: 100%;
    height: 100%;
    max-height: 165px;
    margin: 0 auto;
    padding: 0; 
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.product-item .product-label{
    display: inline-block;
    width: calc(100% + 30px);
    float: left;
    margin: 0 0 0 -15px;
    padding: 0 15px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.product-item .product-label .label-container{
    display: inline-block;
    width: 100%;
    float: left;
    text-align: left;
}
.product-item .product-label .label-container > span{
    text-align: center;
    font: 400 10px/10px 'Open Sans';
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
    text-transform: uppercase;
    white-space: normal;
    word-break: break-word;

    padding: 0;
    margin: 0 0 5px 5px;
    border: 0;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
    border-radius: 60px;
    width: 46px;
    height: 46px;

    display: inline-flex;
    display: -webkit-inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background-color: transparent;

    background-size: auto;
    background-position: right top;
    background-repeat: no-repeat; */
}
.product-item .product-label .label-container > span strong{
    font: 700 14px/14px 'Open Sans';
}
.product-item .product-label .label-container > span:first-child{
    margin: 0 0 0 0;
}
.sale-icon{
    /* background-image: url('../images/bg-sale.png'); */
    background-color: #E8494D !important;
    box-shadow: 0 0 0 5px rgba(232, 73, 77, 0.2) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}
.new-icon{
    /* background-image: url('../images/bg-new.png'); */
    background-color: #BF1E2C !important;
    box-shadow: 0 0 0 5px rgba(0, 142, 206, 0.2) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}
.popular-icon{
    background-color: #69568A !important;
    box-shadow: 0 0 0 5px rgba(105, 86, 138, 0.2) !important;
}
.save-icon{
    background-color: #E8494D !important;
    box-shadow: 0 0 0 5px rgba(232, 73, 77, 0.2) !important;
}
.bestseller-icon{
    background-color: #69568A !important;
    box-shadow: 0 0 0 5px rgba(105, 86, 138, 0.2) !important;
}
.stock-icon{
    /* background-image: url('../images/bg-outofstock.png'); */
    background-color: #868686 !important;
    box-shadow: 0 0 0 5px rgba(134, 134, 134, 0.2) !important;
}

/* Product Rating Stars */
.product-details-wrapper .product-info-main .rating-stars{
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}
.product-details-wrapper .product-info-main .rating-stars .stars{
    text-align: left;
    font: 700 17px/22px 'Font Awesome 5 Free';
    letter-spacing: 1.4px;
    color: #F19C1E;
    text-transform: capitalize;
    opacity: 1;
    padding: 0 2px;
    width: auto;
}

.product-item-info .product-item-details{
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: auto;
}
.product-item-info .product-item-details .product-name-warpper{
    display: inline-block;
    width: 100%;
    text-decoration: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
.product-item-info .product-item-details .product-name-warpper span{
    display: -webkit-inline-flex;
    display: inline-flex;
    align-items: baseline;
    justify-content: flex-start;
    width: 100%;
}
.product-item-info .product-item-details .product-name-warpper .category-name{
    text-align: left;
    font: 400 12px/16px 'Open Sans';
    letter-spacing: 0px;
    color: #4E4E4E;
    opacity: 1;
    margin: 0 auto 2px;
}
.product-item-info .product-item-details .product-name-warpper .product-name{
    text-align: left;
    font: 700 14px/20px 'Open Sans';
    letter-spacing: 0px;
    color: #1D1D1D;
    opacity: 1;
    height: 40px;
    margin: 0 auto 10px;
    overflow: hidden;
}
.product-item-info .product-item-details .product-name-warpper .product-descr{
    text-align: left;
    font: 400 16px/25px 'Open Sans';
    letter-spacing: 0px;
    color: #636363;
    opacity: 1;
    height: 100px;
    overflow: hidden;
    margin: 0 auto 10px;
}
.product-item-info .product-item-details .product-name-warpper .product-descr p{
    text-align: left;
    font: 400 16px/25px 'Open Sans';
    letter-spacing: 0px;
    color: #636363;
    opacity: 1;
    height: 100px;
    overflow: hidden;
    margin: 0 auto;
}
.product-item .product-reviews-summary.short{
    display: none !important;
}
.product-item-info .product-item-details .price-box{
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.price-box .price-label{
    display: none !important;
}
.price-box .price-container .price{
    text-align: left;
    font: 500 14px/18px 'Open Sans' !important;
    letter-spacing: 0px !important;
    color: #E8494D !important;
    text-transform: unset;
    opacity: 1;

    display: inline-block;
}
.product-item .special-price{
    display: inline-block;
    margin: 0;
}
.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,
.product-item .minimal-price .price{
    text-align: left;
    font: 500 14px/18px 'Open Sans' !important;
    letter-spacing: 0px !important;
    color: #E8494D !important;
    text-transform: unset;
    opacity: 1;
}
.price-box .minimal-price-link{
    margin: 0;
}
.price-box .minimal-price-link .price-wrapper{
    text-align: left;
    font: 500 14px/18px 'Open Sans' !important;
    letter-spacing: 0px !important;
    color: #E8494D !important;
    text-transform: unset;
    opacity: 1;
    border: 0;
    box-shadow: none;
    margin: 0 8px 0 0;
    text-align: right;
}

.price-box .old-price{
    margin: 0 0 0 8px;
}
.price-box .old-price .price{
    text-decoration: line-through;
    text-align: left;
    font: 500 11px/18px 'Open Sans' !important;
    letter-spacing: 0px !important;
    color: #B2B2B2 !important;
    text-transform: unset;
    opacity: 1;

    border: 0;
    box-shadow: none;
    margin: 0 0 0 0;
}

.product-item-info .product-item-details .prodOptions{
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    text-align: center;
}
.product-item-info .product-item-details .prodOptions img{
    width: auto;
    height: 20px;
    display: inline-block;
}

.product-item .category-hover-link{
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.product-item .category-hover-link form{
    width: auto;
}
.product-item .category-hover-link .action{
    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: 148px;
    max-width: 100%;
    width: auto;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 50px;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #1D1D1D;
    position: relative;
}
.product-item .category-hover-link .action.tocart{
    padding: 0 10px;
    margin: 0;
}
.product-item .category-hover-link .action.towishlist{
    min-width: 40px;
    margin: 0 0 0 5px;
}
.product-item .category-hover-link .action.towishlist::before{
    display: none !important;
}
.product-item .category-hover-link .action:hover{
    background: transparent linear-gradient(207deg, #BF1E2C 0%, #69A554 100%) 0% 0% no-repeat padding-box;
    color: #ffffff;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.product-item .category-hover-link .action.tocart.outofstock{
    min-width: 148px !important;
    max-width: 100% !important;
    border: 1px solid #DEDEDE;
}
.product-item .category-hover-link .action.outofstock:hover{
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border: 1px solid #DEDEDE;
    color: #1D1D1D;
}



/* DEFAULT TOOLBAR CSS */
.toolbar{
    margin: 0 0 0 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.toolbar::before, .toolbar::after{
    display: none;
}
/* Toolbar Pagination */
.toolbar .pages{
    float: right;
    margin: 0;
}
.toolbar .pages .label.pages-label{
    display: none;
}
.pages .items{
    float: left;
}
.pages .items .item {
    font-size: 14px;
    display: inline-block;
    float: left;
    line-height: 40px;
    margin: 0 2px;
}
.pages .item .label{
    display: none;
}
.pages a.page,
.pages a.page:visited {
    text-align: center;
    font: 700 16px/40px 'Open Sans';
    letter-spacing: 0.32px;
    color: #1D1D1D;
    opacity: 1;
}
.pages a.page,
.pages strong.page{
    display: inline-block;
    padding: 0 0;
    margin: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 50px;
    border: 0;
    text-decoration: none;
    font-size: 14px;
    line-height: 26px;
}
.pages strong.page,
.pages a.page:hover{
    text-align: center;
    font: 700 16px/40px 'Open Sans';
    letter-spacing: 0.32px;
    color: #1D1D1D;
    opacity: 1;
    background-color: #f5f5f5;
}
.pages .action.previous {
    margin-right: 0;
}
.pages .action.previous::before{
    content: '\f104';
    font: 700 17px/40px 'Font Awesome 5 Free';
    letter-spacing: 0;
    color: #ffffff;
    /* content: '';
    width: 33px !important;
    height: 33px; */
    display: inline-block;
    position: relative;
    top: 0;
    margin-right: 0px;
    /* background-image: url('../images/arrow-left.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center; */
}
.pages .action.next {
    margin-left: 0;
}
.pages .action.next::before{
    content: '\f105';
    font: 700 17px/40px 'Font Awesome 5 Free';
    letter-spacing: 0;
    color: #ffffff;
    /* content: '';
    width: 33px;
    height: 33px; */
    display: inline-block;
    position: relative;
    top: 0;
    margin-left: 0;
    /* background-image: url('../images/arrow-right.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center; */
}
.pages .action,
.pages .action:visited,
.pages .action.previous:visited::before,
.pages .action.next:visited::before{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    border: 0;
    box-shadow: none;
    background: transparent linear-gradient(215deg, #BF1E2C 0%, #69A554 100%) 0% 0% no-repeat padding-box;
}
.pages .action:hover {
    background: #f5f5f5 0% 0% no-repeat padding-box;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    color: #1D1D1D;
    letter-spacing: 0;
    opacity: 1;
}
/* .pages .action.previous:hover::before,
.pages .action.next:hover::before{
    color: #ffffff;
} */
/* .pages .action.previous:hover::before{
    background-image: url('../images/arrow-left2.png');
}
.pages .action.next:hover::before{
    background-image: url('../images/arrow-right2.png');
} */

/* Toolbar Amount */
.toolbar .toolbar-amount{
    /* visibility: collapse; */
    padding: 0;
    margin: 0 0 0 0;
    text-align: left;
    font: 400 16px/26px 'Open Sans';
    letter-spacing: 0px;
    color: #1D1D1D;
    opacity: 1;
    text-transform: capitalize;

    display: inline-block;
    position: absolute;
    right: 0;
    left: auto;
}
.toolbar .toolbar-amount .toolbar-number{
    visibility: visible;
}
.toolbar .toolbar-amount span:first-child{
    font-weight: 700;
}
.toolbar .toolbar-amount span:first-child::before {
    content: 'Showing';
    margin: 0 5px 0 0;
    font-weight: 700;
    text-transform: capitalize !important;
}
.toolbar .toolbar-amount span:first-child::after {
    /* content: '-';
    margin: 0 -1px 0 5px;
    position: relative; */
}
.toolbar .toolbar-amount span:first-child::after {
    content: 'out';
    position: relative;
    margin: 0 0 0 5px;

    display: none !important;
}
.account .toolbar .toolbar-amount span:first-child::before,
.account .toolbar .toolbar-amount span:first-child::after{
    display: none !important;
}
/* .toolbar .toolbar-amount span:last-child::before {
    content: 'out';
    margin: 0 6px 0 -15px;
} */
.toolbar .toolbar-amount span:last-child{}
/* Toolbar Field-Limiter & Toolbar Sorter */
.toolbar .field.limiter .label span,
.toolbar .field.limiter .limiter-text{
    display: none;
}
.toolbar-top .toolbar-sorter.sorter{
    opacity: 1;
    float: left;
    padding: 2px 10px;
    margin: 0 40px 0 0;
    border: 0;
}
.toolbar .field.limiter .label,
.toolbar .toolbar-sorter.sorter .sorter-label{
    margin: 0 12px 0 0;
    text-align: left;
    font: 400 15px/40px 'Open Sans';
    letter-spacing: 0.15px;
    color: #4E4E4E;
    opacity: 1;
    padding: 0;
    text-transform: capitalize;
}
.toolbar .field.limiter .label::after,
.toolbar .toolbar-sorter.sorter .sorter-label::after{
    content: ':';
    text-align: left;
    font: 400 15px/40px 'Open Sans';
    letter-spacing: 0.15px;
    color: #4E4E4E;
    opacity: 1;
    display: inline-block;
    position: relative;
    margin-left: 1px;
}
.toolbar .field.limiter .label::after{
    content: 'Results per page:';
}
.toolbar .field.limiter select,
.toolbar .toolbar-sorter.sorter select {
    /* min-width: 165px; */
    background-position: 97% center;
    background-image: url('../images/down.png') !important;
    background-size: 8px !important;
    background-repeat: no-repeat;
    padding: 0 20px 0 0;
    margin: 0;
    height: 26px;
    box-shadow: none;
    text-align: left;
    font: 700 15px/25px 'Open Sans';
    letter-spacing: 0.15px;
    color: #1D1D1D;
    opacity: 1;
    background-color: transparent;
    border: 0;
    border-radius: 20px;
    opacity: 1;
}

/* DEFAULT LIST-TOP-TOOLBAR CSS */
.toolbar-top{
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 0 15px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
    opacity: 1;
}
.toolbar-top .toolbar{
    overflow: hidden;
}
.toolbar-top .modes,
.toolbar-top .toolbar-amount,
.toolbar-top .toolbar-sorter.sorter .sorter-action{
    display: none;
}
.toolbar-top .field.limiter{
    display: inline-flex;
    align-items: center;
    position: relative;
    margin: 0;
}
.toolbar-top .toolbar-sorter.sorter{
    display: inline-flex;
    align-items: center;
    position: relative;
    margin: 0 25px 0 0;
    padding: 0 15px;
    border: 2px solid #DEDEDE;
    border-radius: 50px;
}
.toolbar-top .pages{
    float: right;
    display: inline-block;
    position: absolute;
    right: 0;
}

/* DEFAULT LIST-BOTTOM-TOOLBAR CSS */
.toolbar-bottom{
    width: 100%;
    margin: 0 0 0;
    padding: 11px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(112, 112, 112, 0.3);
    position: relative;
}
.toolbar-bottom .toolbar {
    width: 100%;
    overflow: hidden;
    text-align: right;
}
.toolbar-bottom .pages{
    display: inline-block;
    float: right;
    padding: 0;
    margin: 0;
}
.toolbar-bottom .field.limiter{
    text-transform: uppercase !important;
    float: left;
    display: inline-block;
}
.toolbar-bottom .modes,
.toolbar-bottom .toolbar-amount,
.toolbar-bottom .toolbar-sorter.sorter .sorter-action,
.toolbar-bottom .field.limiter .limiter-text,
.toolbar-bottom .toolbar-sorter.sorter{
    display: none;
}


/* PRODUCT MEDIA - PRODUCT DETAILS PAGE */
.product.media {
    float: left;
    margin-bottom: 0;
    width: 100%;
    padding: 0;
}

/* 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;
}

/* Justified Tabs Fill 100% */
.nav-tabs.nav-justified{
    width: 100%;
    display: table;
    table-layout: fixed;
}
.nav-tabs.nav-justified>li {
    display: table-cell;
    width: 100%;
}


/* DEFAULT FOR HOVER SHADOW */
#new-arrivals .item{
    min-height: 430px;
    margin-top: 10px;
}


/* DEFAULT FORM INPUTS */
.input-label{
    text-align: left;
    font: 400 15px/25px 'Open Sans';
    letter-spacing: 0px;
    color: #111111;
    text-transform: capitalize;
    opacity: 1;

    margin: 0 0 5px 0;
}
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{
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #CDCDCD;
    border-radius: 7px;
    height: 50px;
    text-align: left;
    font: 600 15px/20px 'Open Sans';
    letter-spacing: 0px;
    color: #1D1D1D;
    text-transform: unset;
    opacity: 1;
    padding: 15px 15px;
    vertical-align: baseline;
    width: 100%;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    cursor: pointer;
}
select {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #CDCDCD;
    border-radius: 7px;
    height: 50px;
    text-align: left;
    font: 600 15px/20px 'Open Sans';
    letter-spacing: 0px;
    color: #1D1D1D;
    text-transform: unset;
    opacity: 1;
    padding: 10px 30px 10px 15px;
    vertical-align: baseline;
    width: 100%;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    cursor: pointer;
    background-image: url('../images/down.png');
    background-position: 97% center;
    background-repeat: no-repeat;
    background-size: 10px
}
textarea,
.sendfriend-product-send textarea{
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #CDCDCD;
    border-radius: 7px;
    height: 50px;
    text-align: left;
    font: 600 15px/20px 'Open Sans';
    letter-spacing: 0px;
    color: #1D1D1D;
    text-transform: unset;
    opacity: 1;
    padding: 15px !important;
    vertical-align: baseline;
    width: 100%;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    cursor: pointer;
    min-height: 140px;
    height: auto !important;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="url"]:hover,
input[type="tel"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="datetime"]:hover,
input[type="email"]:hover,
input[type="text"]:visited,
input[type="password"]:visited,
input[type="url"]:visited,
input[type="tel"]:visited,
input[type="search"]:visited,
input[type="number"]:visited,
input[type="datetime"]:visited,
input[type="email"]:visited,
.input-text:focus,
.input-text:hover,
.input-text:visited,
textarea:focus,
textarea:hover,
textarea:visited,
select:focus,
select:hover,
select:visited{
    border: 1px solid #1D1D1D;
}
.input-text::placeholder,
select::placeholder,
textarea::placeholder{
    text-align: left;
    font: 400 15px/25px 'Open Sans';
    letter-spacing: 0.3px;
    color: #4E4E4E !important;
    text-transform: none;
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: transparent !important;
    background-image: none !important;
    color: -internal-light-dark(#5F5F5F, #1D1D1D) !important;
}
.input-text.validation-failed,
.control .input-text.mage-error {
    border: 1px solid #ed8380;
}
.form-group{
    margin-bottom: 10px;
}
.checkout-index-index .column.main .input-text,
.customer-account-create .column.main .input-text,
.customer-account-forgotpassword .column.main .input-text,
.customer-account-createpassword .column.main .input-text,
.customer-account-login .column.main .input-text,
.sendfriend-product-send .column.main .input-text,
.amgiftcard-apply-code .block > .content .input-text,
.page-product-amgiftcard .column.main .input-text{
    margin: 0 0 0 0 !important;
    height: 50px;
}
.sendfriend-product-send textarea{
    min-height: 190px;
    height: auto !important;
}
.checkout-index-index select,
.customer-account-create select,
.page-product-amgiftcard select{
    margin: 0 0 0 0 !important;
    padding: 0 20px 0 10px;
    height: 50px;
    min-width: 60px;
    background-position: 97% center;
    background-image: url('../images/down.png');
    background-size: 7px !important;
    background-repeat: no-repeat;
    /* border: 0; */
    box-shadow: none;
}
.page-product-amgiftcard select#am_giftcard_amount{
    margin-bottom: 10px !important;
}
.account.page-layout-2columns-left .toolbar .limiter select{
    margin: 0 0 0 0 !important;
    padding: 0 15px 0 5px;
    height: 40px;
    min-width: 60px;
    background-position: 97% center;
    background-image: url('../images/down.png');
    background-size: 10px;
    background-repeat: no-repeat;
    background-color: transparent;
    /* border: 0; */
    box-shadow: none;
}


/* DEFAULT CART SUMMARY 
.cart-summary {
    top: auto !important;
    padding: 20px 20px 30px;
    background-color: #141414;
    box-shadow: 0 0 0 1px #ffffff;
}

/* OWL-CAROUSEL NAVIGATION CSS */
.owl-carousel.owl-loaded{
    display: inline-block;
    float: left;
    width: 100%;
}

.owl-theme .owl-nav {
    margin: 0px;
    position: absolute;
    display: inline-block;
    width: 100%;
    top: 45%;
    z-index: 99;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
    display: -webkit-inline-flex;
    display: inline-flex;
    align-items: center;
    position: absolute;
    margin: 0;
    width: 55px;
    height: 55px;
    background: transparent;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    opacity: 1;
}
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span{
    font-size: 0px;
    position: relative;
}
.owl-carousel .owl-nav button.owl-next{
    right: -65px;
}
.owl-carousel .owl-nav button.owl-prev{
    left: -65px;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover{
    background-color: transparent;
}
.owl-carousel .owl-nav button.owl-next span::before,
.owl-carousel .owl-nav button.owl-prev span::before{
    content: '';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font: 700 24px/55px 'Font Awesome 5 Free';
    width: 55px;
    height: 55px;
    border-radius: 0;
    background-color: transparent;
    /* background-repeat: no-repeat;
    background-size: auto;
    background-position: center center; */
    color: #000000;
}
.owl-carousel .owl-nav button.owl-next span::before{
    content: '\f061';
    /* background-image: url('../images/arrow-right.png'); */
}
.owl-carousel .owl-nav button.owl-prev span::before{
    content: '\f060';
    /* background-image: url('../images/arrow-left.png'); */
}

.owl-carousel .owl-nav button.owl-next span::after,
.owl-carousel .owl-nav button.owl-prev span::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #ffffff;
    -webkit-transform: skewX(-15deg);
       -moz-transform: skewX(-15deg);
        -ms-transform: skewX(-15deg);
         -o-transform: skewX(-15deg);
            transform: skewX(-15deg);

}


.owl-carousel .owl-nav button.owl-next:hover span::before{
    color: #4C8ABA;
    /* background-color: #ffffff; */
    /* background-image: url('../images/arrow-right2.png'); */
}
.owl-carousel .owl-nav button.owl-prev:hover span::before{
    color: #4C8ABA;
    /* background-color: #ffffff; */
    /* background-image: url('../images/arrow-left2.png'); */
}
.owl-theme .owl-nav .disabled {
    opacity: 1 !important;
}

/* .owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span{
    display: inline-block;
    width: 100%;
    line-height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px;
}
.owl-carousel .owl-nav button.owl-prev span{
    background-image: url('../images/left-arrow.png');
}
.owl-carousel .owl-nav button.owl-next span{
    background-image: url('../images/right-arrow.png');
} */

/* OWL-CAROUSEL DOTS CSS */
.owl-theme .owl-dots{}
.owl-theme .owl-dots .owl-dot{
    margin: 0 0 0 0;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}
.owl-theme .owl-dots .owl-dot span{
    width: 12px;
    height: 12px;
    border-radius: 0;
    margin: 0 6px;
    border: 0;
    background-color: rgba(255 255 255 / 0.25);
    box-shadow: none;
}
.owl-theme .owl-dots .owl-dot.active,
.owl-theme .owl-dots .owl-dot:hover{}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
    background-color: #ffffff;

    -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;
}
/* END OWL-CAROUSEL DOTS CSS */


/* SECTION BOTTOM LINK */
.section-bottom-link{
    display: inline-block;
    width: 100%;
    margin-top: 60px;
    text-align: center;
}
.section-bottom-link > p{
    text-align: center;
    font: 400 18px/24px 'Open Sans';
    letter-spacing: 0px;
    color: #1D1D1D;
    opacity: 1;
    margin: 0 0 20px;
}
/* .section-bottom-link .btn-link{
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font: 700 15px/24px 'Open Sans';
    letter-spacing: 0px;
    color: #BF1E2C;
    opacity: 1;
    display: inline-block;
    position: relative;
}
.section-bottom-link .btn-link::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    display: inline-block;
    background-color: #BF1E2C;
    width: 100%;
    height: 2px;
    border-radius: 10px;
}
.section-bottom-link .btn-link:hover{
    color: #ffffff;
}
.section-bottom-link .btn-link:hover::after{
    background-color: #ffffff;
} */

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

.btnTheme{
    display: inline-block !important;
    position: relative;
    min-width: 180px;
    width: auto;
    height: 50px;
    margin: 0;
    padding: 0 20px !important;
    border-radius: 7px !important;
    box-shadow: none !important;
    border: 1px solid #bf1e2c !important;
    background: #bf1e2c 0% 0% no-repeat padding-box !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    text-shadow: none !important;
    text-align: center !important;
    font: 600 15px/48px 'Open Sans' !important;
    letter-spacing: 0 !important;
    color: #FFFFFF !important;
    opacity: 1;
}
.btnTheme::after{
    content: '';
    display: inline-block;
    background-image: url('../images/icon-right-white.png');
    background-size: inherit;
    background-position: center center;
    background-repeat: no-repeat;
    width: 9px;
    height: 12px;
    margin: 0 0 0 10px;
}
.btnTheme:hover{
    background: #1d1d1d 0% 0% no-repeat padding-box !important;
    border: 1px solid #1d1d1d !important;
    color: #FFFFFF !important;
}
.btnTheme:hover::after{
    background-image: url('../images/icon-right-white.png');
}
/* Grey Button */
.btnTheme.grey{
    background: #EAEAEA 0% 0% no-repeat padding-box !important;
    border: 1px solid #EAEAEA !important;
    color: #1D1D1D !important;
}
.btnTheme.grey:hover{
    background: #1d1d1d 0% 0% no-repeat padding-box !important;
    border: 1px solid #1d1d1d !important;
    color: #FFFFFF !important;
}
.btnTheme.grey::after{
    background-image: url('../images/icon-right.png');
}
.btnTheme.grey:hover::after{
    background-image: url('../images/icon-right-white.png');
}
/* White Button */
.btnTheme.white{
    background: #ffffff 0% 0% no-repeat padding-box !important;
    border: 1px solid #ffffff !important;
    color: #bf1e2c !important;
    box-shadow: 6px 8px 10px rgba(0,0,0,0.12) !important;
}
.btnTheme.white:hover{
    background: #1d1d1d 0% 0% no-repeat padding-box !important;
    border: 1px solid #1d1d1d !important;
    color: #FFFFFF !important;
    box-shadow: none !important;
}
.btnTheme.white::after{
    background-image: url('../images/icon-right-red.png');
    background-size: contain;
    width: 11px;
    height: 15px;
    position: relative;
    top: 2px;
}
.btnTheme.white:hover::after{
    background-image: url('../images/icon-right-white.png');
}
/* Transparent White Button */
.btnTheme.blank-white{
    background: transparent 0% 0% no-repeat padding-box !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
}
.btnTheme.blank-white:hover{
    background: #bf1e2c 0% 0% no-repeat padding-box !important;
    border: 1px solid #bf1e2c !important;
    color: #FFFFFF !important;
}
.btnTheme.blank-white::after{
    background-image: url('../images/icon-right-white.png');
}
.btnTheme.blank-white:hover::after{
    background-image: url('../images/icon-right-white.png');
}
/* Transparent Black Button */
.btnTheme.blank-black{
    background: transparent 0% 0% no-repeat padding-box !important;
    border: 1px solid #1d1d1d !important;
    color: #1d1d1d !important;
}
.btnTheme.blank-black:hover{
    background: #bf1e2c 0% 0% no-repeat padding-box !important;
    border: 1px solid #bf1e2c !important;
    color: #FFFFFF !important;
}
.btnTheme.blank-black::after{
    background-image: url('../images/icon-right.png');
}
.btnTheme.blank-black:hover::after{
    background-image: url('../images/icon-right-white.png');
}

.unavailable.stock,
.out-of-stock{
    display: inline-block;
    padding: 0;
    margin: 0 5px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: transparent;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    color: #ffffff;
}
.unavailable.stock:hover,
.out-of-stock:hover{
    background-color: #868686 !important;
    color: #000000 !important;
}


/* Back to Top */
#back2Top{
    position: fixed;
    right: 0;
    bottom: 100px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: none;
    background-color: transparent;
    background: #1d1d1d 0% 0% no-repeat padding-box;
    color: #ffffff;
    border: 0;
    border-radius: 5px 0 0 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0 0 4px 0;
    z-index: 95;
    line-height: 38px;
    font-size: 18px;
}
#back2Top .fa-caret-up{
    line-height: 0;
}
#back2Top span{
    margin-top: 0px;
    font: 600 12px/12px 'Open Sans';
}
#back2Top:hover{
    background: #bf1e2c 0% 0% no-repeat padding-box;
    color: #ffffff;
}

ul.nav {
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

/* CUSTOM CSS */
.home-banner-section.desktopView{
    display: block;
}
.home-banner-section.mobileView{
    display: none;
}
.home-banner-section{
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 -120px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
#home-main-carousel {
    display: block;
    height: 100%;
    width: 100%;
}
#home-main-carousel .carousel-inner > .item > img{
    width: 100%;
}
#home-main-carousel .carousel-item{}
#home-main-carousel .carousel-item img{
    /*position: absolute;
    top: -10%;
    right: 0;
    width: 100%;
    height: auto;
    max-height: fit-content;*/
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    max-height: fit-content;
}
.home-banner-section .home-mainslider .carousel-caption {
    position: absolute;
    right: 8%;
    top: 0;
    bottom: auto;
    left: auto;
    z-index: 10;
    padding: 9% 20px 5%;
    color: #1E1E1E;
    text-align: left;
    width: 650px;
    max-width: 100%;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background-image: radial-gradient(closest-side at 50% 50%, rgb(0, 0, 0, 0.6) 0%, rgb(0, 0, 0, 0) 100%); */
}
.home-mainslider .carousel-caption .contentArea{
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 0;
    width: 620px;
    max-width: 100%;
}
.home-mainslider .carousel-caption h1{
    text-align: right;
    font: 600 72px/80px 'Saira SemiCondensed';
    letter-spacing: -1.6px;
    color: #ffffff;
    opacity: 1;
    text-transform: capitalize;
    text-shadow: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.home-mainslider .carousel-caption h3{
    text-align: left;
    font: 400 21px/25px 'Open Sans';
    letter-spacing: 0px;
    color: #4E4E4E;
    opacity: 1;
    text-shadow: none;
    margin: 0 0 35px;
}
.home-mainslider .carousel-caption .btnTheme{
    width: auto;
}
.home-mainslider .carousel-control{
    width: 67px;
    font-size: 25px;
    color: #ffffff !important;
    text-align: center;
    text-shadow: none;
    background: none !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    opacity: 0.6;
}
.home-mainslider .carousel-control:hover{
    opacity: 1;
    color: #CB9A32 !important;
}
.home-mainslider .carousel-control.left{
    left: 2%;
}
.home-mainslider .carousel-control.right{
    right: 2%;
}
.home-mainslider .carousel-control img:first-child{
    display: block;
}
.home-mainslider .carousel-control img:last-child{
    display: none;
}
.home-mainslider .carousel-control:hover img:first-child{
    display: none;
}
.home-mainslider .carousel-control:hover img:last-child{
    display: block;
}

.home-mainslider .carousel-indicators{
    top: 0;
    bottom: 0;
    left: 10%;
    width: auto;
    margin: 0;
    text-align: left;
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.home-mainslider .carousel-indicators li{
    width: 35px;
    height: 25px;
    border-radius: 7px;
    margin: 0 0 0 0;
    border: 0;
    background-color: transparent;
    box-shadow: none;
    position: relative;
    
    display: inline-block;
    text-align: left;
    font: 600 15px/25px 'Saira SemiCondensed';
    letter-spacing: -0.4px;
    color: #606060;
    opacity: 1;
    text-indent: 0;
}
.home-mainslider .carousel-indicators li + li{
    margin: 15px 0 0 0;
}
.home-mainslider .carousel-indicators li:hover,
.home-mainslider .carousel-indicators li.active{
    font-size: 30px;
    color: #ffffff;

    -webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;
}

/* Scroll Down Button */
.scrollDown{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: inline-block;
    text-align: center;
}
.scrollDown > a{
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
    font: 700 15px/20px 'Open Sans';
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;

    text-transform: uppercase;
}
.scrollDown > a img{
    margin: 8px 0 0 0;
}
/* Scroll Down Button */

.featured-aboutus-wrapper{
    display: inline-block;
    width: 100%;
    float: left;
    padding: 200px 0;

    position: relative;
    z-index: 0;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.1), rgba(255,255,255,0.1)), url('../images/bg03.png');
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}
.featured-aboutus-wrapper .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.featured-aboutus-wrapper .title-style{
    margin: 0 0 20px;
    padding: 0 30px 0 0;
}
.featured-aboutus-wrapper .title-style .title-name{
    font-size: 52px;
    line-height: 62px;
    letter-spacing: -1.5px;
}
.featured-aboutus-main{
    display: inline-block;
    width: 100%;
    float: left;
    padding: 0 0 0 30px;
}
.featured-aboutus-main p{
    text-align: left;
    font: 400 15px/24px 'Open Sans';
    letter-spacing: 0;
    color: #4E4E4E;
    opacity: 1;
    margin: 0 0 15px 0;

    display: inline-block;
    width: 100%;
}
.featured-aboutus-main h4{
    text-align: left;
    font: 600 17px/24px 'Open Sans';
    letter-spacing: 0;
    color: #4E4E4E;
    opacity: 1;
}
.featured-aboutus-main h4 strong{
    font-weight: 600;
    text-transform: uppercase;
}
.featured-aboutus-main .btnTheme{
    margin: 40px 0;
}

.featured-services-wrapper{
    display: inline-block;
    width: 100%;
    float: left;
    padding: 180px 0 80px;
    margin: -230px 0 0 0;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0)), url('../images/bg04.png');
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
}
.featured-services-wrapper .title-style{
    margin: 0 0 50px 0;
    position: relative;
}
.featured-services-wrapper .title-style .title-name{
    display: inline-block;
}
.featured-services-wrapper .title-style .owl-theme{
    margin: -45px 0 0 0;
}
.featured-services-wrapper .title-style .custom-nav.owl-nav {
    position: relative;
    display: inline-flex;
    display: -webkit-inline-flex;
    justify-content: space-between;
    width: 450px;
    max-width: 100%;
    top: 50px;
}
.custom-nav.owl-nav button{
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background-color: transparent !important;
}
.custom-nav.owl-nav button::before{
    content: '';
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    justify-content: center;

    width: 45px;
    height: 45px;
    border-radius: 7px;
    border: 0;
    box-shadow: none;

    background-color: #EAEAEA;
    background-size: inherit;
    background-position: center center;
    background-repeat: no-repeat;
}
.custom-nav.owl-nav button.owl-prev::before{
    background-image: url('../images/icon-left.png');
}
.custom-nav.owl-nav button.owl-next::before{
    background-image: url('../images/icon-right.png');
}
.custom-nav.owl-nav button.owl-prev:hover::before{
    background-color: #ffffff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    background-image: url('../images/icon-left-red.png');
}
.custom-nav.owl-nav button.owl-next:hover::before{
    background-color: #ffffff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    background-image: url('../images/icon-right-red.png');
}
.custom-nav.owl-nav button span{
    display: none;
}

.featured-services-main{
    position: relative;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
}
.featured-services-main .imageArea{
    position: relative;
    z-index: 1;
    display: inline-block; 
    width: 100%;
    float: left;
    height: 330px;
    overflow: hidden;
}
.featured-services-main .imageArea img{
    width: auto;
    height: 100%;
    max-width: unset;
    object-fit: cover;
}
.featured-services-main .imageArea h3{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;

    text-align: left;
    font: 600 20px/30px 'Saira SemiCondensed';
    letter-spacing: -0.5px;
    color: #ffffff;
    opacity: 1;
}
.featured-services-main .contentArea{
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: auto; 
    float: left;
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #dedede;
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    z-index: 1;
}
.featured-services-main .contentArea h3{
    text-align: left;
    font: 600 26px/35px 'Saira SemiCondensed';
    letter-spacing: -0.8px;
    color: #1D1D1D;
    opacity: 1;
    text-transform: capitalize;
    margin: 0 0 5px 0 ;
}
.featured-services-main .contentArea p{
    text-align: left;
    font: 400 14px/25px 'Open Sans';
    letter-spacing: 0;
    color: #4E4E4E;
    opacity: 1;

    height: 130px;
    overflow: hidden;
}
.featured-services-main .contentArea .btnTheme{
    margin: 30px 0 0 0;
}
.featured-services-main:hover .imageArea h3{
    opacity: 0;
    -webkit-transition: all .1s linear;
       -moz-transition: all .1s linear;
        -ms-transition: all .1s linear;
         -o-transition: all .1s linear;
            transition: all .1s linear;
}
.featured-services-main:hover .contentArea{
    top: 0;
    opacity: 1;
    -webkit-transition: all .5s linear;
       -moz-transition: all .5s linear;
        -ms-transition: all .5s linear;
         -o-transition: all .5s linear;
            transition: all .5s linear;
}

.featured-whyus-wrapper{
    display: inline-block;
    width: 100%;
    float: left;
    padding: 100px 0 200px;
    position: relative;
    z-index: 0;
    background-image: linear-gradient(to bottom, rgba(248,248,248,0.4), rgba(248,248,248,0.4)), url('../images/bg05.png');
    background-position: center center;
    background-size: 120%;
    background-repeat: no-repeat;
}
.featured-whyus-wrapper .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.featured-whyus-main{
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
}
.featured-whyus-main img{
    height: 60px;
    width: auto;
    margin: 0 0 20px;
}
.featured-whyus-main h4{
    text-align: center;
    font: 600 25px/35px 'Saira SemiCondensed';
    letter-spacing: -0.5px;
    color: #1D1D1D;
    opacity: 1;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.featured-whyus-main p{
    text-align: center;
    font: 400 14px/25px 'Open Sans';
    letter-spacing: 0;
    color: #4E4E4E;
    opacity: 1;
}
/* ABOUT US PAGE CSS */
.aboutPage{
    padding: 80px 0 200px;
}
.featured-aboutus-wrapper.aboutPage > .container > .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.featured-aboutus-wrapper > .container > .row img{
    padding: 0 30px 0 0;
}
.featured-aboutus-wrapper .featured-whyus-wrapper{
    padding: 80px 0 60px;
    background: none;
}
.featured-aboutus-wrapper .featured-whyus-wrapper .title-style{
    margin: 0 0 50px;
}
/* ABOUT US PAGE CSS */

.featured-testimonials-wrapper{
    display: inline-block;
    width: 100%;
    float: left;
    padding: 180px 0 90px;
    margin: -200px 0 0 0;

    position: relative;
    z-index: 0;
    background-image: linear-gradient(to bottom, rgba(248,248,248,0), rgba(248,248,248,0)), url('../images/bg06.png');
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
}
.featured-testimonials-wrapper .title-name{
    color: #ffffff;
}
.testimonails-content{
    display: inline-block;
    width: 70%;
    float: left;
    text-align: center;
    padding: 15px;
    margin: 0 15%;
}
.testimonails-content p{
    text-align: center;
    font: 400 15px/25px 'Open Sans';
    letter-spacing: 0;
    color: #ffffff;
    opacity: 1;
}
.testimonails-content p strong{
    font-weight: 600;
}
.testimonails-content h6{
    text-align: center;
    font: 600 14px/25px 'Open Sans';
    letter-spacing: 0;
    color: #ffffff;
    opacity: 1;
    text-transform: uppercase;
    margin: 20px 0 0 0;
}
.featured-testimonials-main{
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
    margin: 50px 0 0;
}
.featured-testimonials-main .item{
    display: inline-block;
    text-align: center;
}
.featured-testimonials-main img{
    height: 50px;
    width: auto !important;
}

/* Product-List Page CSS for SHINRAI */
.product-list-wrapper .our-services-main{
    position: relative;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    margin: 0 0 30px;

}
.our-services-main .imageArea{
    position: relative;
    z-index: 1;
    display: inline-block; 
    width: 100%;
    float: left;
    overflow: hidden;
}
.our-services-main .imageArea img{
    width: 100%;
    height: auto;
    max-height: unset;
}
.our-services-main .imageArea h3{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: inline-flex;
    display: -webkit-inline-flex;
    justify-content: flex-start;
    align-items: flex-end;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(0,0,0,0.5));

    text-align: left;
    font: 600 25px/30px 'Saira SemiCondensed';
    letter-spacing: -0.5px;
    color: #ffffff;
    opacity: 1;
}
.our-services-main .contentArea{
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    overflow: auto; 
    float: left;
    padding: 30px;
    background-color: rgba(144, 0, 12, 0.95);
    border: 1px solid rgba(144, 0, 12, 1);
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    z-index: 1;
}
.our-services-main .contentArea h3{
    text-align: left;
    font: 600 24px/30px 'Saira SemiCondensed';
    letter-spacing: -0.8px;
    color: #ffffff;
    opacity: 1;
    text-transform: capitalize;
    margin: 0 0 5px 0 ;
}
.our-services-main .contentArea p{
    text-align: left;
    font: 400 14px/25px 'Open Sans';
    letter-spacing: 0;
    color: #ffffff;
    opacity: 1;

    max-height: 130px;
    overflow: hidden;
}
.our-services-main .contentArea .btnTheme{
    margin: 20px 0 0 0;
}
.our-services-main:hover .imageArea h3{
    opacity: 0;
    -webkit-transition: all .1s linear;
       -moz-transition: all .1s linear;
        -ms-transition: all .1s linear;
         -o-transition: all .1s linear;
            transition: all .1s linear;
}
.our-services-main:hover .contentArea{
    top: 0;
    opacity: 1;
    -webkit-transition: all .5s linear;
       -moz-transition: all .5s linear;
        -ms-transition: all .5s linear;
         -o-transition: all .5s linear;
            transition: all .5s linear;
}
/* Product-List Page CSS for SHINRAI */
.product-list-contents .section-bottom-link{
    margin-top: 30px;
}

.gallery-wrapper{
    display: inline-block;
    width: 100%;
    float: left;
    padding: 80px 0;

    background-image: linear-gradient(to bottom, rgba(255,255,255,0.1), rgba(255,255,255,0.1)), url('../images/bg03.png');
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}
.gallery-container{
    display: inline-block;
    width: 100%;
    float: left;
}
.gallery-container .gallery-image{}
.gallery-container .gallery-image .gallery-main{
    display: inline-block;
    width: 100%;
    float: left;

    position: relative;
    z-index: 0;
    overflow: hidden;
}
.gallery-container .gallery-image .gallery-main > a{
    display: inline-block;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.gallery-container .gallery-image .gallery-main > a img{
    width: 100%;
    height: auto;
}
.gallery-container .gallery-image.large{
    display: inline-block;
    width: 100%;
    float: left;
}
.gallery-container .gallery-image.large,
.gallery-container .gallery-image.small{
    margin: 0 0 25px;
}
.gallery-container .gallery-image.small{
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: baseline;
    width: 100%;
    float: left;
}
.gallery-container .gallery-image.small .gallery-main{
    width: calc(100% / 2);
}
.gallery-container .gallery-image.small .gallery-main + .gallery-main{
    margin: 0 0 0 25px;
}
.gallery-container .gallery-image .gallery-main .gallery-info-main{
    display: inline-block;
    padding: 0 15px 10px;
    margin: 0 0 0 0;

    position: absolute;
    left: 0;
    bottom: -100%;
    z-index: -1;
    opacity: 0;
}
.gallery-container .gallery-image .gallery-main:hover .gallery-info-main{
    bottom: 0;
    z-index: 1;
    opacity: 1;

    -webkit-transition: all .5s linear;
       -moz-transition: all .5s linear;
        -ms-transition: all .5s linear;
         -o-transition: all .5s linear;
            transition: all .5s linear;
}
.gallery-info-main ul{
    list-style: none;
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    float: left;
}
.gallery-info-main ul li{
    margin: 5px 10px;

    text-align: left;
    font: 400 14px/20px 'Open Sans';
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
}
.gallery-info-main ul li .fa-tag,
.gallery-info-main ul li .fa-calendar-alt{
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 0 8px 0 0;
}
.gallery-info-main ul li span{
    text-align: left;
    font: 400 14px/20px 'Open Sans';
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
}

/* Booking Service Wrapper CSS */
.service-booking-wrapper{
    display: inline-block;
    width: 100%;
    float: left;
    padding: 80px 0;
}
.service-booking-wrapper .webforms .webforms-contact-us{
    display: inline-block;
    width: 100%;
    float: left;
}
.service-booking-wrapper .form-group,
.service-booking-wrapper .fieldset .field{
    width: 100%;
    margin: 0 0 18px 0;
}
.service-booking-wrapper .fieldset .field.section-title{
    margin: 0;
}
.service-booking-wrapper form h3,
.service-booking-wrapper .fieldset .field.section-title > label{
    text-align: left !important;
    font: 600 20px/30px 'Open Sans' !important;
    letter-spacing: 0px !important;
    color: #1D1D1D !important;
    text-transform: capitalize !important;
    margin: 25px 0 5px !important;
}
.service-booking-wrapper .fieldset .field.section-title.custom-required > label::after{
    content: '*';
    font-size: 15px;
    line-height: 5px;
    font-weight: 700;
    color: #bf1e2c;
    position: relative;
    top: -5px;
    left: -2px;
}
.service-booking-wrapper form h3 span,
.service-booking-wrapper form h3 label{
    color: #BF1E2C;
    font-weight: 700;
    margin: 0 0 0 0;
}
.service-booking-wrapper .form-group label,
.service-booking-wrapper .fieldset .field label{
    text-align: left;
    font: 400 14px/20px 'Open Sans';
    letter-spacing: 0px;
    color: #1D1D1D;
    text-transform: inherit;
    margin: 0 0 4px;
    white-space: normal;
}
.service-booking-wrapper .fieldset .field.applicable-custom > label{
    display: none;
}
.service-booking-wrapper .form-group label span{
    color: #BF1E2C;
    font-weight: 700;
    margin: 0 0 0 0;
}
.service-booking-wrapper .fieldset .field.required label::after,
.service-booking-wrapper .fieldset .field label label{
    color: #BF1E2C;
    font-weight: 700;
    margin: 0 0 0 -1px;
}
.service-booking-wrapper .form-group textarea,
.service-booking-wrapper .fieldset .field textarea{
    min-height: 160px;
}
.service-booking-wrapper .form-group .input-text,
.service-booking-wrapper .form-group input,
.service-booking-wrapper .form-group select,
.service-booking-wrapper .form-group textarea,
.service-booking-wrapper .fieldset .field .webforms-calendar,
.service-booking-wrapper .fieldset .field .input-text,
.service-booking-wrapper .fieldset .field input,
.service-booking-wrapper .fieldset .field select,
.service-booking-wrapper .fieldset .field textarea{
    margin: 0 0 0 0;
    width: 100%;
}
.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger:before {
    line-height: 50px;
    margin: 0 15px 0 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    line-height: 50px;
    height: 50px;
}
.service-booking-wrapper .fieldset > .field .field.choice,
.service-booking-wrapper .fieldset > .fields > .field .field.choice {
    margin-bottom: 0;
}
.service-booking-wrapper .form-group .checkbox,
.service-booking-wrapper .form-group .radio,
.service-booking-wrapper .fieldset .field .checkbox,
.service-booking-wrapper .fieldset .field .radio{
    display: inline-block;
    width: 100%;
    float: left;
    margin: 0 0 0 0;
}
.service-booking-wrapper .form-group .checkbox + .checkbox,
.service-booking-wrapper .form-group .radio + .radio,
.service-booking-wrapper .fieldset .field .checkbox + .checkbox,
.service-booking-wrapper .fieldset .field .radio + .radio{
    margin: 5px 0 0 0;
}
.service-booking-wrapper .form-group .checkbox:last-child,
.service-booking-wrapper .form-group .radio:last-child,
.service-booking-wrapper .fieldset .field .checkbox:last-child,
.service-booking-wrapper .fieldset .field .radio:last-child{
    margin: 5px 0 18px 0;
}
.service-booking-wrapper .form-group .checkbox > label,
.service-booking-wrapper .form-group .radio > label,
.service-booking-wrapper .fieldset .field .checkbox > label,
.service-booking-wrapper .fieldset .field .radio > label{
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    width: 100%;
}
.service-booking-wrapper .form-group .checkbox input[type=checkbox], 
.service-booking-wrapper .form-group .checkbox-inline input[type=checkbox], 
.service-booking-wrapper .fieldset .field input[type=checkbox], 
.service-booking-wrapper .fieldset .field input[type=checkbox]{
    margin: 4px 10px 0 -10px;
    width: auto;
}
.service-booking-wrapper .form-group .radio input[type=radio], 
.service-booking-wrapper .form-group .radio-inline input[type=radio],
.service-booking-wrapper .fieldset .field input[type=radio], 
.service-booking-wrapper .fieldset .field input[type=radio]{
    margin: 0 10px 0 -10px;
    width: auto;
}
.service-booking-wrapper input[type=checkbox] + input[type=text]{
    height: auto;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding: 0 5px;
    width: 100%;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin: 0 0 0 8px;
}
.service-booking-wrapper .fieldset .field .validation-advice{
    line-height: normal;
    margin: 3px 0 0 0;
}
.service-booking-wrapper .actions-toolbar > .primary{
    width: 100%;
    float: none;
    text-align: left;
    padding: 0 15px;
}
.service-booking-wrapper .form-group .btnTheme,
.service-booking-wrapper .actions-toolbar > .primary .btnTheme{
    width: auto;
    float: none;
    margin: 20px 0 0 0;
}
.service-booking-wrapper form > .fieldset{
    padding: 0;
    margin: 0;
}
.service-booking-wrapper form > .fieldset > .field{
    padding: 0 15px;
    margin: 0 0 15px 0;
}
.service-booking-wrapper .actions-toolbar{
    padding: 0;
    margin: 0;
    width: 100%;
}
.service-booking-wrapper .webforms-description-text{
    display: inline-block;
    width: 100%;
    float: left;
    margin: 0;
}
/* Booking Service Wrapper CSS */

/* Cargo Service Wrapper CSS */
.cargo-booking{
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url('../images/bg07.png');
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}
.cargo-booking .service-booking-form > .col-xs-12.col-sm-12.col-md-12.col-lg-12{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.cargo-details{
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

    padding: 50px 5%;
    width: calc((100% / 2) - 15px);
    background-color: #F9F9F9;
    min-height: 320px;
    margin: 5px 0;
    float: left;
}
.cargo-details + .cargo-details{
    margin: 5px 0 5px 30px;
}
.cargo-details > p{
    text-align: left;
    font: 600 16px/24px 'Open Sans';
    letter-spacing: 0px;
    color: #1D1D1D;
}
.cargo-booking .service-booking-form > .col-xs-12.col-sm-12.col-md-12.col-lg-12 > p{
    text-align: left;
    font: 400 14px/20px 'Open Sans';
    letter-spacing: 0px;
    color: #1D1D1D;
}
.cargo-booking form > .fieldset .type-select-checkbox{
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-direction: row-reverse;
    align-items: baseline;
    justify-content: flex-end;
    position: relative;
    width: 100%;
}
.cargo-booking form > .fieldset .terms-agreement-section > label{
    position: absolute;
    top: 3px;
    left: 40px;
    width: calc(100% - 40px);
}
/* Cargo Service Wrapper CSS */
.cargo-booking .fieldset .additional-label > label{
    display: none !important;
}
.service-booking-wrapper form.webforms-bus-service,
.service-booking-wrapper form.webforms-tpcs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}



.product-list-wrapper{
    display: inline-block;
    width: 100%;
    float: left;
    padding: 60px 0 90px;
    margin: 0;
}
.product-list-wrapper .product-list-contents > .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-list-wrapper .product-list-contents > .row > .col-xs-12.col-sm-6.col-md-4.col-lg-4{
    padding: 0 8px;
}
.product-list-wrapper .product-item{
    margin-bottom: 40px;
}
.product-list-wrapper .toolbar-top{
    margin: 0 0 25px;
    width: 100%;
    display: none !important;
}
.product-list-wrapper .toolbar-top .toolbar{
    display: inline-flex;
    justify-content: flex-start;
}
.product-list-wrapper .toolbar-bottom{
    margin: 0;
    width: 100%;
    display: none !important;
}
.product-list-wrapper .toolbar-bottom .toolbar{
    display: inline-flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
/*Search Page Toolbar CSS*/
.search.results .product-list-wrapper .toolbar-top{
    padding: 20px 0 15px;
}
.search.results .product-list-wrapper .toolbar-bottom{
    padding: 15px 0 20px;
}
/*Search Page Toolbar CSS*/
.catalogsearch-result-index #maincontent .columns .sidebar.sidebar-main,
.catalogsearch-result-index #maincontent .columns .column.main .block.filter,
.catalogsearch-result-index #maincontent .columns .search.results .product-list-wrapper::after{
    display: none;
}
.catalogsearch-result-index #maincontent .columns .sidebar.sidebar-main ~ .column.main{
    width: 100%;
}

.product-details-wrapper{
    display: inline-block;
    width: 100%;
    padding: 100px 0 50px;

    background-image: linear-gradient(to bottom, rgba(255,255,255,0.1), rgba(255,255,255,0.1)), url('../images/bg03.png');
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}
.product-details-wrapper > .container > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;    
    flex-wrap: wrap;
    align-items: flex-start;
}
.product-details-wrapper + .product.info.detailed{
    display: none !important;
}
.product-details-wrapper .product-info-main{
    position: relative;
    width: 100%;
}
.product-details-wrapper .product-info-main{
    width: 95% !important;
    display: inline-block;
    float: right;
}
.product-details-wrapper .product-info-main .prd-info{
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 0 0 0;
}
.product-details-wrapper .product-info-main .prd-info,
.product-details-wrapper .product-info-main .product-overview,
.product-details-wrapper .product-info-main .product-specification-main,
.product-details-wrapper .product-info-main .buttonArea{
    display: inline-block;
    width: 100%;
    text-align: left;
}
.product-details-wrapper .product-info-main .prd-info .small-product-label{
    text-align: left;
    font: 400 18px/20px 'Open Sans';
    letter-spacing: 0.2px;
    color: #4E4E4E;
    opacity: 1;
    margin: 0 0 8px;
}
.product-details-wrapper .product-info-main .prd-info .product-label{
    text-align: left;
    font: 600 62px/75px 'Saira SemiCondensed';
    letter-spacing: -1.5px;
    color: #1D1D1D;
    opacity: 1;
    text-transform: capitalize;
    margin: 0 0 0 0;
}
.product-details-wrapper .product-info-price{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.product-details-wrapper .price-box{
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 20px 0;
    padding: 0;
    border-bottom: 0;
    align-items: center;
}
.product-details-wrapper .price-box > .price-container,
.product-details-wrapper .price-box .special-price,
.product-details-wrapper .price-box .old-price{
    text-align: left;
    display: inline-block !important;
    margin: 0 15px 0 0 !important;
}
.product-details-wrapper .price-box > .price-container,
.product-details-wrapper .price-box .special-price{}
.product-details-wrapper .price-box .old-price{
    float: left;
}
.product-details-wrapper .price-box .special-price .price{
    text-align: left;
    font: 600 25px/32px 'Saira SemiCondensed' !important;
    letter-spacing: -0.5px !important;
    color: #BF1E2C !important;
    opacity: 1;
}
.product-details-wrapper .price-box > .price-container .price,
.product-details-wrapper .price-box .normal-price .price{
    text-align: left;
    font: 600 25px/32px 'Saira SemiCondensed' !important;
    letter-spacing: -0.5px !important;
    color: #BF1E2C !important;
    opacity: 1;
}
.product-details-wrapper .price-box .old-price .price{
    text-decoration: line-through;
    text-align: left;
    font: 500 18px/32px 'Saira SemiCondensed' !important;
    letter-spacing: -0.5px !important;
    color: #B2B2B2 !important;
    opacity: 1;
    border: 0;
    box-shadow: none;
}


.product-info-main .stock.available, 
.product-info-main .stock.unavailable {
    text-align: left;
}
.product-details-wrapper .product-info-stock-sku{
    display: inline-block;
    width: 100%;
    float: left;
    text-align: left;
    padding: 0;
    margin: 0;
}
.product-info-stock-sku .product-stock{
    margin: 0 0 20px 0;
    display: inline-block;
    width: 100%;
}
.product-info-stock-sku .product-stock.available{
    display: none !important;
}
.product-info-stock-sku .product-stock .stock-label{
    text-align: left;
    font: 400 15px/20px 'Open Sans';
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 1;
}
.product-info-stock-sku .product-stock .stock-avail{
    text-align: left;
    font: 700 15px/20px 'Open Sans';
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    text-transform: capitalize;
    margin: 0 0 0 5px;
}
.product-info-stock-sku .product-stock.available .stock-avail{
    color: #308e4d;
}
.product-info-stock-sku .product-stock.unavailable .stock-avail{
    color: #BF1E2C;
}
.product-details-wrapper .product-add-form{
    padding: 0;
    width: 100%;
}
.product-details-wrapper .product-info-main .product-overview{
    margin: 0 0 25px 0;
    display: none;
}
.product-details-wrapper .product-overview p{
    text-align: left;
    font: 400 15px/24px 'Open Sans';
    letter-spacing: 0;
    color: #4E4E4E;
    opacity: 1;
}
.product-details-wrapper .product-overview p + p{
    margin: 10px 0 0 0;
}
.product-details-wrapper .product-overview span{
    text-align: left;
    font: 400 16px/25px 'Open Sans';
    letter-spacing: 0px;
    color: #303030;
    opacity: 1;
    margin: 0 0 0 0;
    display: inline-block;
}
.product-details-wrapper .product-overview span a{
    text-align: left;
    font: 400 16px/25px 'Open Sans';
    letter-spacing: 0px;
    color: #BF1E2C !important;
    opacity: 1;
    margin: 0 0 0 0;
    display: inline-block;
    text-decoration: underline;
}
.product-details-wrapper .product-overview span a:hover{
    text-decoration: none;
}

/* Product Options CSS */
.product-options-wrapper{
    margin: 0 0 15px 0;
    display: inline-block;
    width: 100%;
    float: left;
}
.product-options-select{
    margin: 0 0 15px 0;
}
.product-options-wrapper .fieldset{
    margin: 0 !important;
}
.product-options-wrapper .fieldset .field{
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    width: 100%;
    margin: 0 0 10px;
}
.product-options-wrapper .fieldset .field > .fieldset,
.product-options-wrapper .fieldset .field > .control{ width: 100%; }
.product-options-wrapper .option-label,
.product-options-wrapper .fieldset .field .label{
    display: inline-block;
    margin: 0 10px 0 0;
    text-align: left;
    font: 400 14px/25px 'Open Sans';
    letter-spacing: 0.28px;
    color: #4E4E4E;
    text-transform: uppercase;
    opacity: 1;
}
.product-options-wrapper select,
.product-options-wrapper .fieldset .field .control select{
    position: relative;
    padding: 0 40px 0 15px;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50px;
    width: 100%;
    height: 50px;
    text-align: left;
    font: 400 16px/25px 'Open Sans';
    letter-spacing: 0.16px;
    color: #1D1D1D;
    background: #ffffff url('../images/down.png') no-repeat 92% center;
    border: 2px solid #dedede;
    opacity: 1;
}
/* Product Options Swatches CSS */
.product-options-wrapper .swatch-opt{
    margin: 0;
    display: inline-block;
    width: 100%;
    float: left;
}
.product-options-wrapper .swatch-opt .swatch-attribute{
    display: inline-block;
    width: 100%;
    float: left;
    margin: 0;
}
.product-options-wrapper .swatch-opt .swatch-attribute + .swatch-attribute{
    margin: 25px 0 0 0;
}
.product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-label{
    display: inline-block;
    margin: 0 10px 0 0;
    text-align: left;
    font: 400 15px/50px 'Open Sans';
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 1;
}
.product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-label::after{
    content: ':';
    display: inline-block;
    position: relative;
    font: 400 15px/50px 'Open Sans';
    color: #FFFFFF;
    margin: 0 0 0 2px;
}
.product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-selected-option{
    text-align: left;
    font: 700 15px/22px 'Open Sans';
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    padding: 0 0 0 0;
}
.product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-options{
    margin: 0;
}
.product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-options select{}
.product-options-wrapper .swatch-option{
    width: 50px !important;
    height: 50px !important;
    background-size: 50px !important;
    border-radius: 50px;
    border: 2px solid transparent;
    margin: 0 10px 10px 0;
    padding: 0;
}
.product-options-wrapper .swatch-option.selected,
.product-options-wrapper .swatch-option:hover,
.product-options-wrapper .swatch-option:focus{
    border: 2px solid #ffffff !important;
    outline: unset !important;
}
.swatch-option-tooltip{
    display: none !important;
}

.product-options-wrapper .swatch-opt .swatch-attribute.size,
.product-options-wrapper .swatch-opt .swatch-attribute.finishing{
    display: inline-flex;
    display: -webkit-inline-flex;
    width: 100%;
    align-items: center;
}
.product-options-wrapper .swatch-opt .swatch-attribute.size .swatch-attribute-selected-option,
.product-options-wrapper .swatch-opt .swatch-attribute.finishing .swatch-attribute-selected-option{
    display: none;
}

/*Prevent text selection*/
.product-options-wrapper .fieldset .field .control select{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
/* END Product Options CSS */


.product-details-wrapper .qty-btnArea{
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
}
/* QUANTITY CONTROLS CSS */
.qty-btnArea .qtyCounter{
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
}
.qty-btnArea .qtyCounter .box-title{
    display: inline-block;
    margin-right: 10px;
    text-align: left;
    font: 400 14px/25px 'Open Sans';
    letter-spacing: 0.28px;
    color: #4E4E4E;
    text-transform: uppercase;
    opacity: 1;
}
.qty-btnArea .qtyCounter .box-details .control{
    position: relative;
    padding: 0;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #F7F7F7 0% 0% no-repeat padding-box;
    border: 0;
    border-radius: 50px;
    opacity: 1;
    width: 120px;
    height: 50px;
    z-index: 0;
}
.qty-btnArea .qtyCounter .box-details .control .count{
    display: inline-block;
    margin: 5px 0;
    padding: 0 0 0 0;
    position: relative;
    height: 40px;
    text-align: center;
    font: 700 16px/40px 'Open Sans';
    letter-spacing: 0.32px;
    color: #1D1D1D;
    opacity: 1;
    width: 40px;
    background-color: #EBEBEB;
    border-radius: 50px;
    border: 0;
    position: relative;
}
.qty-btnArea .qtyCounter .box-details .control .count + div.mage-error {
    position: absolute;
    top: 100%;
    line-height: 12px;
    left: 0;
    font-size: 11px;
    width: calc(100% + 10px);
}
.qty-btnArea .qtyCounter .box-details .control .plus,
.qty-btnArea .qtyCounter .box-details .control .minus{
    text-align: center;
    font: 700 13px/50px 'Font Awesome 5 Free';
    letter-spacing: 0px;
    color: #636363;
    text-transform: uppercase;
    opacity: 1;
    cursor: pointer;
    display: inline-block;
    width: 33%;
    height: 50px;
}
.qty-btnArea .qtyCounter .box-details .control .plus:hover,
.qty-btnArea .qtyCounter .box-details .control .minus:hover {
    color: #BF1E2C;
}
/*Prevent text selection*/
.qty-btnArea .qtyCounter .box-details .control span{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
/* END QUANTITY CONTROLS CSS */

.qty-btnArea .btnArea{
    display: inline-block;
    width: auto;
    float: left;
}
.qty-btnArea .btnArea .btnTheme.tocart{
    padding: 0 25px !important;
    min-width: auto;
    width: 180px;
}
.qty-btnArea .btnArea .btnTheme.tocart:hover{}

.qty-btnArea .btnArea .btnTheme.towishlist{
    min-width: auto;
    padding: 0 !important;
    margin: 0 0 0 15px !important;
    position: relative;
    top: 1px;
    background: transparent !important;
}
.qty-btnArea .btnArea .btnTheme.towishlist img{
    width: auto;
    height: 25px;
}
.qty-btnArea .btnArea .btnTheme.towishlist:hover{
    background: transparent !important;
}
.qty-btnArea .product-share,
.qty-btnArea .payment-request-button{
    display: none !important;
}

/* SHINRAI Details Page CSS */
.product-options-bottom .box-tocart{
    margin: 0 !important;
}
.product-options-bottom .box-tocart .fieldset{
    margin: 0;
}
.product-options-bottom .box-tocart .fieldset .actions .btnTheme.tocart{
    padding: 0 25px !important;
    margin: 0;
    min-width: auto;
    width: 180px;
}
.product-options-bottom .wk-bg-container{
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    z-index: 1000;
}
.product-options-bottom .wk-bg-container .wk-box-modal{
    width: 900px;
    max-width: 95%;
}
.wk-bg-container .wk-modal-head{
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    line-height: 50px;
    letter-spacing: -1.2px;
    font-family: 'Saira SemiCondensed';
    text-transform: capitalize;
    color: #1D1D1D;
    padding: 0;
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
}
.wk-bg-container .wk-modal-head .wk-close{
    background: transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 25px;
}
.wk-bg-container .wk-modal-head .wk-close::before{
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url('../images/icon-close.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.wk-bg-container .wk-modal-body{}
.wk-bg-container .wk-modal-body .wk-wrapper{}
.wk-bg-container .wk-modal-body .wk-wrapper .wk-calendar-container{
    width: 50%;
}
.wk-bg-container .wk-modal-body .wk-wrapper .wk-calendar-container .wk-booking-table{}
.wk-booking-table .wk-calendar-conatiner{}
.wk-booking-table .wk-calendar-conatiner .wk-calendar-title{
    text-align: center;
    font: 600 22px/30px 'Saira SemiCondensed';
    letter-spacing: -0.8px;
    color: #1D1D1D;
    opacity: 1;
}
.wk-booking-table .wk-calendar-conatiner .wk-calendar-title .wk-previous-cal{}
.wk-booking-table .wk-calendar-conatiner .wk-calendar-title .wk-previous-cal::before{
    content: '';
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 7px;
    border: 0;
    box-shadow: none;
    background-image: url('../images/icon-left.png');
    background-color: #EAEAEA;
    background-size: 12px;
    background-position: center center;
    background-repeat: no-repeat;
}
.wk-booking-table .wk-calendar-conatiner .wk-calendar-title .wk-previous-cal:hover::before{
    background-color: #ffffff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    background-image: url('../images/icon-left-red.png');
}
.wk-booking-table .wk-calendar-conatiner .wk-calendar-title .wk-next-cal{}
.wk-booking-table .wk-calendar-conatiner .wk-calendar-title .wk-next-cal::after{
    content: '';
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    justify-content: center;
     width: 40px;
    height: 40px;
    border-radius: 7px;
    border: 0;
    box-shadow: none;
    background-image: url('../images/icon-right.png');
    background-color: #EAEAEA;
    background-size: 12px;
    background-position: center center;
    background-repeat: no-repeat;
}
.wk-booking-table .wk-calendar-conatiner .wk-calendar-title .wk-next-cal:hover::after{
    background-color: #ffffff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    background-image: url('../images/icon-right-red.png');
}
.wk-booking-table .wk-calendar-conatiner .wk-calendar-content{}
.wk-booking-table .wk-calendar-conatiner .wk-calendar-content .wk-calendar-head{}
.wk-booking-table .wk-calendar-conatiner .wk-calendar-content .wk-calendar-head .wk-calendar-col{
    height: auto;
    text-align: center;
    font: 400 13px/22px 'Open Sans';
    letter-spacing: 0;
    color: #BF1E2C;
    opacity: 1;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wk-booking-table .wk-calendar-conatiner .wk-calendar-content .wk-calendar-head .wk-calendar-body{}
.wk-booking-table .wk-calendar-conatiner .wk-calendar-content .wk-calendar-head .wk-calendar-body .wk-calendar-row{}
.wk-booking-table .wk-calendar-conatiner .wk-calendar-content .wk-calendar-head .wk-calendar-body .wk-calendar-row .wk-calendar-col{}
.wk-day{
    text-align: center;
    font: 400 13px/25px 'Open Sans' !important;
    letter-spacing: 0;
    opacity: 1;
    border-radius: 0;
}
.wk-passed-day{
    color: #BDBDBD !important;
}
.wk-available-day.slot-not-available{
    color: #4E4E4E !important;
    border-color: #4E4E4E !important;
}
.wk-available-day{
    color: #0FABDA !important;
    border-bottom: 2px solid #0FABDA !important;
}
.wk-available-day.active{
    color: #ffffff !important;
    border-radius: 7px !important;
    background-color: #0fabda !important;
    border-color: #0fabda !important;
}

.wk-bg-container .wk-modal-body .wk-wrapper .wk-day-container{
    width: 50%;
}
.wk-day-container .wk-booking-table{
    background-color: #90000C;
    background-image: url('../images/bg08.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    background-blend-mode: luminosity;
    padding: 15px 35px;
}
.wk-day-container .wk-booking-table-head{}
.wk-day-container .wk-booking-table-head .wk-selected-date-wrapper{}
.wk-day-container .wk-booking-table-head .wk-selected-date-wrapper .wk-selected-date{
    text-align: left;
    font: 600 48px/48px 'Saira SemiCondensed';
    letter-spacing: -1.2px;
    color: #ffffff;
    opacity: 1;
}
.wk-day-container .wk-booking-table-head .wk-selected-date-wrapper .wk-selected-month-day{}
.wk-day-container .wk-booking-table-head .wk-selected-date-wrapper .wk-selected-month-day .wk-month{
    text-align: left;
    font: 500 18px/22px 'Saira SemiCondensed';
    letter-spacing: -0.5px;
    color: #ffffff;
    opacity: 1;
}
.wk-day-container .wk-booking-table-head .wk-selected-date-wrapper .wk-selected-month-day .wk-selected-day{
    text-align: left;
    font: 500 18px/22px 'Saira SemiCondensed';
    letter-spacing: -0.5px;
    color: #ffffff;
    opacity: 1;
}
.wk-day-container .wk-booking-table-body{}
.wk-day-container .wk-booking-table-body .wk-row{
    border: 0;
    margin: 0;
    padding: 10px;
    background-color: transparent;
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.wk-day-container .wk-booking-table-body .wk-row:hover{
    background-color: rgba(78, 0, 0, 0.25);
}
.wk-day-container .wk-booking-table-body .wk-row + .wk-row{
    margin-top: 5px;
}
.wk-day-container .wk-booking-table-body .wk-row .wk-col{
    width: auto;
}
.wk-day-container .wk-booking-table-body .wk-row .wk-col.first{
    display: none;
}
.wk-day-container .wk-booking-table-body .wk-row .wk-col.middle{}
.wk-day-container .wk-booking-table-body .wk-row .wk-col.middle .wk-label-dates{
    float: left;
    opacity: 1;
}
.wk-day-container .wk-booking-table-body .wk-row .wk-col.middle .wk-label-dates span{
    text-align: left;
    font: 400 13px/15px 'Open Sans';
    letter-spacing: -0.5px;
    color: #ffffff;
    opacity: 1;
}
.wk-day-container .wk-booking-table-body .wk-row .wk-col.middle .wk-label-dates span div{
    text-align: left;
    font: 700 12px/15px 'Open Sans';
    letter-spacing: -0.5px;
    color: #ffffff !important;
    opacity: 1;
}
.wk-day-container .wk-booking-table-body .wk-row .wk-col.middle .wk-label-dates span div:first-child{}
.wk-day-container .wk-booking-table-body .wk-row .wk-col.middle .wk-label-avl-qty span.wk-avl-text{
    text-align: left;
    font: 700 12px/15px 'Open Sans';
    letter-spacing: -0.5px;
    color: #ffffff !important;
    opacity: 1;
}
.wk-day-container .wk-booking-table-body .wk-row .wk-col.middle .wk-label-avl-qty span.wk-avl-text + span{
    margin: 0 0 0 5px;
    text-align: left;
    font: 400 12px/15px 'Open Sans';
    letter-spacing: -0.5px;
    color: #ffffff;
    opacity: 1;
}

.wk-day-container .wk-booking-table-body .wk-row .wk-col.last{
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    justify-content: space-between;
}
.wk-day-container .wk-booking-table-body .wk-row .wk-col.last .wk-booked-txt{
    display: inline-block;
    width: 100%;
    text-align: left;
    font: 400 11px/15px 'Open Sans';
    letter-spacing: -0.5px;
    color: #ffffff;
    opacity: 1;
    margin: 0;
    padding: 0;
}
.wk-day-container .wk-booking-table-body .wk-row .wk-col.last .wk-booked-txt::after{
    content: ':';
    text-align: left;
    font: 400 11px/15px 'Open Sans';
    letter-spacing: -0.5px;
    color: #ffffff;
    opacity: 1;
}
.wk-day-container .wk-booking-table-body .wk-row .wk-col.last input{
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 5px;
    line-height: 40px;
    margin: 0 0 0 6px;
    border: 0;
}

.wk-bg-container .wk-modal-foot{
    padding: 8px 0;
}
.wk-bg-container .wk-modal-foot .wk-notation-wrapper{}
.wk-bg-container .wk-modal-foot .wk-notation-wrapper > label{
    text-align: left;
    font: 600 12px/20px 'Open Sans';
    letter-spacing: 0px;
    color: #1D1D1D;
    opacity: 1;
    margin: 0;
}
.wk-bg-container .wk-modal-foot .wk-notation-wrapper .noations-group{
    text-align: left;
    font: 400 12px/20px 'Open Sans';
    letter-spacing: 0;
    color: #1D1D1D;
    opacity: 1;
}
.wk-bg-container .wk-modal-foot .wk-notation-wrapper .noations-group span{
    margin: 0 0 0 0;
}
.wk-bg-container .wk-modal-foot .wk-notation-wrapper .noations-group span + span{
    margin: 0 0 0 15px;
}
.wk-bg-container .wk-modal-foot .wk-notation-wrapper .noations-group .notation-slots{
    text-align: left;
    font: 400 12px/20px 'Open Sans';
    letter-spacing: 0;
    color: #1D1D1D;
    opacity: 1;
}
.wk-bg-container .wk-modal-foot .wk-notation-wrapper .noations-group .notation-slots::before{
    content: '';
    display: inline-block;
    height: 12px;
    width: 12px;
    border-radius: 2px;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 20px;
    position: relative;
    top: 1px;
}
.wk-bg-container .wk-modal-foot .wk-notation-wrapper .noations-group .available-slots::before {
    background-color: #0FABDA;
}
.wk-bg-container .wk-modal-foot .wk-notation-wrapper .noations-group .not-available-slots::before {
    background-color: #4E4E4E;
}
.wk-bg-container .wk-modal-foot .wk-notation-wrapper .noations-group .already-booked-slots::before{
    background-color: #BF1E2C;
}
.wk-modal-foot .wk-slots-summary-wrapper{}
.wk-modal-foot .slots-summary{
    width: 50%;
}
.wk-modal-foot .slots-summary > label{
    text-align: left;
    font: 400 13px/20px 'Open Sans';
    letter-spacing: 0;
    color: #BF1E2C;
    opacity: 1;
    text-transform: uppercase;
}
.wk-modal-foot .booked-slot-summary{}
.wk-modal-foot .booked-slot-summary .booked-short-history{
    padding: 0;
    margin: 0 0 2px;
    font-weight: 400;
}
.wk-modal-foot .booked-slot-summary .booked-short-history > span{
    text-align: left;
    font: 400 13px/20px 'Open Sans';
    letter-spacing: 0;
    color: #1D1D1D;
    opacity: 1;
}
.wk-modal-foot .booked-slot-summary .booked-short-history > span strong{
    font-weight: 600;
}
.wk-modal-foot .booked-slot-summary .booked-short-history .remove-slot{
    height: 20px;
    line-height: 20px;
}
.wk-modal-foot .booked-slot-summary .booked-short-history .remove-slot::before{
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    background-image: url('../images/icon-close.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-color: transparent;
    padding: 0;
    position: relative;
    top: 2px;
}
.wk-modal-foot .slots-summary + .cart.button {
    width: 50%;
}
.wk-modal-foot .slots-summary + .cart.button .btnTheme{
    min-width: auto;
}
/* SHINRAI Details Page CSS */

/* Product Details Share Option CSS */
/* .product-details-wrapper .product-info-main .product-share{
    display: inline-block;
    width: 100%;
    text-align: left;
    float: left;
    margin: 0 0 15px;
}
.product-details-wrapper .product-info-main .product-share .label{
    margin: 0 12px 0 0;
    padding: 0;
    width: auto;
    text-align: left;
    font: 400 15px/30px 'Open Sans';
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
    float: left;
    height: 30px;
    display: flex;
    align-items: center;
}
.product-details-wrapper .product-info-main .product-share .share-icons{}
.product-details-wrapper .product-info-main .product-share .share-icons > a{
    margin: 0 8px 0 0;
    padding: 0;
    height: 30px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0px;
    font-size: 18px;
    border: 0px;
    border-radius: 0;
    display: inline-block;
    color: #ffffff;
}
.product-details-wrapper .product-info-main .product-share .share-icons > a:hover{
    color: #BF1E2C;
} */
/* END Product Details Share Option CSS */

/* Hoverable Product Share CSS */
@keyframes pop-in {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
           -moz-transform: scale(0);
            -ms-transform: scale(0);
             -o-transform: scale(0);
                transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
            -ms-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }
}
@keyframes pop-out {
    0% {
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
            -ms-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
           -moz-transform: scale(0);
            -ms-transform: scale(0);
             -o-transform: scale(0);
                transform: scale(0);
    }
}
.social-share-hover{
    text-align: center;
    display: inline-block;
    position: relative;
    float: left;

    margin: 0 0 0 10px;
}
.social-share-hover:hover{
    cursor: pointer;
}
.social-share-hover a,
.social-share-hover a:hover,
.social-share-hover a:active,
.social-share-hover a:visited,
.social-share-hover a:focus {
    display: inline-block;
    text-decoration: none;
}
.social-share-hover .toggle {
    display: inline-block;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0;
}
.social-share-hover .toggle img {
    height: 27px;
    width: auto;
}
.social-share-hover:hover .dials a {
    animation: pop-in 0.3s ease both;
}
.social-share-hover .dials {
    margin: 10px 0 0;
    padding: 8px 5px;
    list-style: none;
    opacity: 0;
    z-index: -1;
    position: absolute;
    left: -52px;
    top: 100%;
    background: #F1F8FB 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 16px rgb(0, 0, 0, 0.05);
    border-radius: 10px;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
}
.social-share-hover .dials::before{
    content: '';
    top: 0;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #f1f8fb;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
}
.social-share-hover:hover .dials {
    opacity: 1;
    z-index: 9;
}
.social-share-hover .dials li{
    margin: 0 0 0 0;
}
.social-share-hover .dials li + li{
    margin: 0 0 0 5px;
}
.social-share-hover .dials a {
    display: inline-block;
    border-radius: 50%;
    width: auto;
    height: auto;
    font-size: 18px;
    line-height: 18px;
    color: #1D1D1D;
    margin: 0;
    padding: 7px;
    transform: scale(0);
    animation: pop-out 0.3s ease both;
}
.social-share-hover .dials a:hover {
    color: #BF1E2C;
}
.social-share-hover .dials a.pop-in {
  animation: pop-in 0.3s ease both;
}
.social-share-hover .dials li:nth-child(0) a {
  animation-delay: 0s;
}
.social-share-hover .dials li:nth-child(1) a {
  animation-delay: 0.1s;
}
.social-share-hover .dials li:nth-child(2) a {
  animation-delay: 0.2s;
}
.social-share-hover .dials li:nth-child(3) a {
  animation-delay: 0.3s;
}
.social-share-hover .dials li:nth-child(4) a {
  animation-delay: 0.4s;
}
.social-share-hover .dials li:nth-child(5) a {
  animation-delay: 0.5s;
}
.social-share-hover .dials li:nth-child(6) a {
  animation-delay: 0.6s;
}
/* Hoverable Product Share CSS */

.product-description-wrapper{
    display: inline-block;
    width: 100%;
    float: left;
    padding: 60px 4% 25px;
    background-color: #f4f4f4;
}
.product-description-wrapper > .container-fluid > .row > .col-xs-12.col-sm-12.col-md-12.col-lg-12{
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
}
.product-description-container{
    display: inline-block;
    width: 100%;
    float: left;
}
.product-description-container .nav-tabs{
    border-bottom: 1px solid #DEDEDE;
    margin: 0 0 20px;
    display: table;
    width: 100%;
}
.product-description-container .nav-tabs li{}
.product-description-container .nav-tabs li + li{
    margin: 0 0 0 15px;
}
.product-description-container .nav-tabs li a{
    text-align: left;
    font: 700 22px/25px 'Open Sans';
    letter-spacing: 0px;
    color: #1D1D1D;
    opacity: 1;
    display: inline-block;
    padding: 16px 25px;
    margin: 0;
    position: relative;
    z-index: 0;
    border: 0 !important;
    border-radius: 20px 0 !important;
    box-shadow: 0 0 0 15px transparent;
    background: transparent !important;
}
.product-description-container .nav-tabs li:hover a,
.product-description-container .nav-tabs li:focus a,
.product-description-container .nav-tabs li.active a{
    background-color: #BF1E2C !important;
    color: #FFFFFF !important;
    box-shadow: 0 0 0 15px #ffffff !important;
}
.product-description-main{
    display: inline-block;
    width: 100%;
    float: left;
    padding: 25px 25px;
}
.product-description-main .table{
    margin: 0;
}
.product-description-main .table.table-striped> tbody > tr:nth-of-type(odd){
    background-color: #F8FBFD;
}
.product-description-main .table.table-striped> tbody > tr:nth-of-type(even){
    background-color: #ffffff;
}
.product-description-main .table tbody th{
    text-align: left;
    font: 700 16px/20px 'Open Sans';
    letter-spacing: 0.18px;
    color: #1D1D1D;
    opacity: 1;
    padding: 15px !important;
    border: 0;
    width: 25%;
    border-radius: 15px 0 0 15px;
}
.product-description-main .table tbody td{
    text-align: left;
    font: 400 16px/20px 'Open Sans';
    letter-spacing: 0.18px;
    color: #4E4E4E;
    opacity: 1;
    padding: 15px !important;
    border: 0;
    width: 75%;
    border-radius: 0 15px 15px 0;
}
.product-description-container .reviewscontent .tabbing-description{
    display: inline-block;
    width: 100%;
    float: left;
    padding: 25px 25px;
}

.related-products-wrapper{
    padding: 25px 4% 50px;
}
.related-products-wrapper + .related-products-wrapper{
    padding: 0 4% 50px;
}
.related-products-wrapper .product-item{
    margin-bottom: 0;
}

.quickenquiry-wrapper{
    display: inline-block;
    width: 100%;
    float: left;
    padding: 0;
}
.quickenquiry-wrapper.bg-grey{
    background-color: #f4f4f4;
}
.quickenquiry-main{
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
}
.quickenquiry-main .imageArea{
    display: inline-block;
    width: 100%;
}
.quickenquiry-main .imageArea img{
    width: 100%;
}
.quickenquiry-main .contentArea{
    position: absolute;
    top: 0;
    left: 40%;
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60%;
    height: 100%;
    padding: 9% 15px 15px;
}
.quickenquiry-main .contentArea h2{
    text-align: center;
    font: 700 40px/48px 'Open Sans';
    letter-spacing: -2.08px;
    color: #1D1D1D;
    opacity: 1;
}
.quickenquiry-main .contentArea .btnTheme{
    min-width: auto;
    margin-top: 25px;
    padding: 0 20px !important;
}

.subscribe-wrapper{
    display: inline-block;
    width: 100%;
    float: left;
    padding: 50px 0 200px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/bg01.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-blend-mode: overlay; */
    overflow: hidden;
    position: relative;
}
.subscribe-wrapper.desktopNewsView{
    display: inline-block;
}
.subscribe-wrapper.mobileNewsView{
    display: none;
}
.subscribe-wrapper .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.subscribe-wrapper .title-style{
    margin: 0 0 20px;
}
.subscribe-wrapper .title-name{
    color: #FFFFFF;
}
.subscribe-wrapper .title-description{
    color: #FFFFFF;
    margin: 0;
}
.subscribe-main{
    display: inline-block;
    width: 100%;
    float: left;
}
.subscribe-main .form-subscribe{
    display: inline-block;
    width: 650px;
    max-width: 100%;
}
.subscribe-main .form-subscribe .form-control{
    width: 100%;
    height: 50px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 0;
    box-shadow: 6px 8px 20px rgba(0,0,0,0.19);
    border-radius: 7px;
    padding: 0 0 0 0;
    display: -webkit-inline-flex;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 0;
}
.subscribe-main .form-subscribe .form-control input{
    margin: 0;
    padding: 15px 15px 15px 25px;
    width: 75%;
    background-color: transparent !important;
    border: 0;
}
.subscribe-main .form-subscribe .form-control div.mage-error{
    position: absolute;
    left: 20px;
    top: 100%;
    margin: 3px 0 0 0;
}
.subscribe-main .form-subscribe .form-control button.btnTheme{
    min-width: auto;
    width: 25%;
    padding: 0 10px !important;
    margin: 0;
    border-radius: 0 7px 7px 0 !important;
}

.subscribe-main > .btnTheme{
    min-width: unset;
    padding: 0 25px !important;
}

.reachus-wrapper{
    display: inline-block;
    width: 100%;
    float: left;
    padding: 80px 0 230px;
    position: relative;
    z-index: 0;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0)), url('../images/bg07.png');
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}
.reachus-wrapper .title-style{
    margin-bottom: 35px;
}

.enquiry-wrapper{
    width: 100%;
    float: none;
    margin: 0;
    display: inline-flex;
    display: -webkit-inline-flex;
    justify-content: space-between;

    background: transparent 0% 0% no-repeat padding-box;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    z-index: 1;
}
.enquiry-wrapper .title-style p{
    text-align: center;
    font: 400 15px/24px 'Open Sans';
    letter-spacing: 0px;
    color: #4E4E4E;
    opacity: 1;

    margin: 0 0 10px 0;
}
.enquiry-wrapper .webforms{
    display: inline-block;
    width: 100%;
    float: left;
}
.enquiry-wrapper .webforms form{
    display: inline-block;
    width: 100%;
    float: left;
}
.enquiry-wrapper .fieldset .field{
    margin: 0 0 12px 0;
    padding: 0;
}
.enquiry-wrapper .form-group label,
.enquiry-wrapper .fieldset .field label{
    text-align: left;
    font: 400 14px/20px 'Open Sans';
    letter-spacing: 0px;
    color: #1D1D1D;
    text-transform: capitalize;
}
.enquiry-wrapper .form-group label span{
    color: #D83836;
    font-weight: 600;
    margin: 0 0 0 0;
}
.enquiry-wrapper .fieldset .field.required label::after,
.enquiry-wrapper .fieldset .field label label{
    content: '*';
    color: #D83836;
    font-weight: 700;
    margin: 0 0 0 -1px;
}
.enquiry-wrapper .form-group textarea,
.enquiry-wrapper .fieldset .field textarea{
    min-height: 153px;
}
.enquiry-wrapper .form-group .input-text,
.enquiry-wrapper .form-group input,
.enquiry-wrapper .form-group select,
.enquiry-wrapper .form-group textarea,
.enquiry-wrapper .fieldset .field .input-text,
.enquiry-wrapper .fieldset .field input,
.enquiry-wrapper .fieldset .field select,
.enquiry-wrapper .fieldset .field textarea{
    margin: 0 0 0 0;
}
.enquiry-wrapper .fieldset .field .validation-advice{
    line-height: normal;
    margin: 3px 0 0 0;
}
.enquiry-wrapper .actions-toolbar > .primary{
    width: 100%;
    float: none;
    text-align: center;
}
.enquiry-wrapper .form-group .btnTheme,
.enquiry-wrapper .actions-toolbar > .primary .btnTheme{
    width: 100%;
    float: none;
}
.enquiry-wrapper .fieldset,
.enquiry-wrapper .fieldset > .field,
.enquiry-wrapper .actions-toolbar{
    padding: 0;
    margin: 0;
}
.enquiry-wrapper .bottom-text{
    margin: 20px 0 0;
}
.enquiry-wrapper .bottom-text > h3{
    text-align: center;
    font: 600 25px/30px 'Saira SemiCondensed';
    letter-spacing: -0.5px;
    color: #1D1D1D;
    opacity: 1;
    text-transform: capitalize;
    margin: 0 0 2px;
}
.enquiry-wrapper .bottom-text > p{
    text-align: center;
    font: 400 15px/24px 'Open Sans';
    letter-spacing: 0px;
    color: #4E4E4E;
    opacity: 1;
}
.enquiry-wrapper .webforms-gdpr{
    display: none;
}

.category-contact-us .page-footer .quickenquiry-wrapper{
    display: none;
}
.contactUs-wrapper{
    display: inline-block;
    width: 100%;
    float: left;
    padding: 160px 0 80px;
    margin: -230px 0 0 0;
    position: relative;
    z-index: 0;

    background-image: linear-gradient(to bottom, rgba(248,248,248,0), rgba(248,248,248,0)), url('../images/bg06.png');
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
}
.contactUs-wrapper .title-name{
    color: #ffffff;
}
.contactUs-wrapper .row .col-xs-12.col-md-4{
    position: relative;
}
.contactUs-wrapper .row .col-xs-12.col-md-4 + .col-xs-12.col-md-4::before{
    content: '';
    display: inline-block;
    width: 2px;
    height: 165px;

    background-color: rgba(255,255,255,0.1);
    position: absolute;
    left: -1px;
    top: 3px;
}
.contactUs-main{
    display: inline-block;
    width: 100%;
    float: left;

    padding: 0 10%;
    margin: 5px 0 20px;
    text-align: center;
}
.contactUs-main img{
    height: 60px;
    width: auto;
    margin: 0 0 20px 0;
}
.contactUs-main h3{
    text-align: center;
    font: 600 22px/30px 'Saira SemiCondensed';
    letter-spacing: -0.5px;
    color: #ffffff;
    opacity: 1;
    text-transform: capitalize;
    margin: 0 0 5px;
}
.contactUs-main p,
.contactUs-main a{
    text-align: center;
    font: 400 15px/24px 'Open Sans';
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
}
.contactUs-main p:hover,
.contactUs-main a:hover{}


.page-footer .footer.content,
.cms-thank-you .page-footer .quickenquiry-wrapper{
    display: none;
}
.thankYou-wrapper{
    position: relative;
    display: block;
    width: 100%;
}
.thankYou-wrapper .imageArea{
    display: block;
    overflow: hidden;
    text-align: right;
    width: 100%;
}
.thankYou-wrapper .imageArea img{
    width: 100%;
    height: auto;
}
.thankYou-wrapper .contentArea{
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 15px 100px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.thankYou-wrapper .contentArea h2.base1{
    text-align: center;
    font: 600 60px/70px 'Saira SemiCondensed';
    letter-spacing: -1.6px;
    color: #ffffff;
    opacity: 1;
    margin: 0 0 20px;
    position: relative;
    z-index: 0;
}
.thankYou-wrapper .contentArea p.base2{
    text-align: center;
    font: 400 15px/22px 'Open Sans';
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
}
.thankYou-wrapper .contentArea p + p{
    margin: 15px 0 0 0;
}
.thankYou-wrapper .contentArea .btnArea{
    position: relative;
    z-index: 0;
}
.thankYou-wrapper .contentArea .btnTheme{
    margin: 40px 0 0;
    min-width: 170px;

    position: relative;
    z-index: 0;
}

.thankYou-wrapper .contentArea h2.base1::before{
    content: '';
    width: 1px;
    height: 500%;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: calc(100% + 30px);
    margin: 0 auto;
}
.thankYou-wrapper .contentArea .btnArea::after{
    content: '';
    width: 1px;
    height: 500%;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: auto;
    top: calc(100% + 30px);
    margin: 0 auto;
}

.amquickview-hover,
.amquickview-hover:hover {
    background-color: #ce2424;
    opacity: 0.9;
}
.amquickview-hover a{
    font: 600 14px/17px 'Open Sans';
    letter-spacing: 1px;
}
.amquickview-hover a img{
    margin-right: 7px;
    opacity: 1;
    width: auto !important;
    height: 14px;
}

.page-header .switcher strong{
    display: inline-block;
}
.page-header .switcher strong p{
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
}
.page-header .switcher strong p span{
    margin-left: 2px;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
    margin: 0;
    padding: 5px 0;
    list-style: none none;
    background: #fff;
    border: 0;
    margin: 7px 0 7px;
    min-width: 80px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0,0,0,0.15);
}
.page-header .switcher .options.active ul.dropdown, 
.page-footer .switcher .options.active ul.dropdown {
    display: block;
}
.page-header .switcher .options ul.dropdown::before, 
.page-footer .switcher .options ul.dropdown::before,
.page-header .switcher .options ul.dropdown::after, 
.page-footer .switcher .options ul.dropdown::after{
    display: none;
}
.page-header .switcher .options ul.dropdown a, 
.page-footer .switcher .options ul.dropdown a{
    display: block;
    padding: 2px 8px;
    text-align: left;
}
.page-header .switcher .options ul.dropdown a p, 
.page-footer .switcher .options ul.dropdown a p{
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
}
.page-header .switcher .options ul.dropdown a:hover p, 
.page-footer .switcher .options ul.dropdown a:hover p{
    color: #BF1E2C;
}
.page-header .switcher .options ul.dropdown a p span,
.page-footer .switcher .options ul.dropdown a p span{
    margin-left: 5px;
    line-height: 21px;
}


.page-footer{
    margin: -1px 0 0 0;
    padding: 0;
    background: transparent;
}

.page-footer .footer-top-main{
    margin: -140px 0 0 0;
    padding: 40px 0 50px;
    
    display: inline-block;
    width: 100%;
    float: left;
    background-color: transparent;
    position: relative;

    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0)), url('../images/bg02.png');
    background-position: top center;
    background-size: auto;
    background-repeat: no-repeat;
    /* background-blend-mode: overlay;*/
}
.footer-top-main > .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-footer .footer-top-main .footer-logo{
    margin: 0 0 20px 0;
}
.page-footer .footer-top-main .footer-logo a{
    display: inline-block;
}
.page-footer .footer-top-main .footer-logo a img{
    max-height: 90px;
    max-width: 100%;
}
.page-footer .footer-top-main .footer-payments{}
.page-footer .footer-top-main .footer-payments img{
    width: 100%;
}

/* WhatsApp Logo CSS */
.whatsapp-wrapper{
    position: fixed;
    right: 60px;
    top: auto;
    bottom: 85px;
    z-index: 100;
}
.whatsapp-wrapper > a{
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    justify-content: center;

    width: 80px;
    height: 80px;
    border-radius: 80px;
    background-color: #4AC959;

    font-size: 45px;
    color: #ffffff;
    box-shadow: 0 3px 20px rgba(0,0,0,0.16);
}
.whatsapp-wrapper > a .fa-whatsapp{}


.page-footer .footer-top-main .footer-title{
    margin-bottom: 15px;
}
.page-footer .footer-top-main .footer-title h3{
    text-align: left;
    font: 600 21px/25px 'Saira SemiCondensed';
    letter-spacing: -0.5px;
    color: #1D1D1D;
    opacity: 1;
    text-transform: capitalize;
    position: relative;
}
.page-footer .footer-top-main .footer-links{
    position: relative;
}
.page-footer .footer-top-main .footer-links > p{
    text-align: left;
    font: 400 14px/24px 'Open Sans';
    letter-spacing: 0px;
    color: #4E4E4E;
    opacity: 1;
}
.page-footer .footer-top-main .footer-links .contact-details{
    margin: 0;
    display: inline-block;
    width: 100%;
}
.page-footer .footer-top-main .footer-links .contact-details li{
    margin: 0 0 15px;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
}
.page-footer .footer-top-main .footer-links .contact-details li:last-child{
    margin: 0 0 0;
}
.page-footer .footer-top-main .footer-links .contact-details li > p,
.page-footer .footer-top-main .footer-links .contact-details li > a{
    text-align: left;
    font: 400 14px/20px 'Open Sans';
    letter-spacing: 0px;
    color: #4E4E4E;
    opacity: 1;
    width: calc(100% - 30px);
}
.page-footer .footer-top-main .footer-links .contact-details li > p:hover,
.page-footer .footer-top-main .footer-links .contact-details li a:hover{
    color: #BF1E2C;
    cursor: pointer;
}
.page-footer .footer-top-main .footer-links .contact-details li > img{
    width: auto;
    height: fit-content;
    max-width: 17px;
    max-height: 17px;
    margin: 2px 17px 0 0;
}
.page-footer .footer-top-main .footer-links .contact-details li > .fa-map-marker-alt,
.page-footer .footer-top-main .footer-links .contact-details li > .fa-phone-alt,
.page-footer .footer-top-main .footer-links .contact-details li > .fa-envelope{
    font-size: 15px;
    line-height: 20px;
    color: #BF1E2C;
    text-align: center;
    width: 15px;
    position: relative;
    top: 3px;
}

.page-footer .footer-top-main .footer-links ul{
    list-style: none;
}
.page-footer .footer-top-main .footer-links ul li{}
.page-footer .footer-top-main .footer-links ul li + li{
    margin-top: 5px;
}
.page-footer .footer-top-main .footer-links ul li a{
    text-align: left;
    font: 400 15px/20px 'Open Sans';
    letter-spacing: 0;
    color: #4E4E4E;
    opacity: 1;
    display: inline-flex;
    display: -webkit-inline-flex;
    text-decoration: none;
    cursor: pointer;
    margin: 0 0 0 0;
}
.page-footer .footer-top-main .footer-links ul li a:hover{
    color: #BF1E2C;
}
.footer-top-main .footer-links a{
    display: inline-block;
    margin-bottom: 20px;
}
.page-footer .footer-top-main .footer-links .imageArea{
    display: inline-block;
    width: 100%;
    float: left;
}
.page-footer .footer-top-main .footer-links .imageArea img{
    margin: 0 0 20px;
}
.page-footer .footer-top-main .footer-links .imageArea img:last-child{
    margin: 0 0 0;
}

.footer-top-main .social-wrapper{
    display: inline-flex;
    display: -webkit-inline-flex;
    width: auto;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 20px 0 0 0;
}
.footer-top-main .social-wrapper li{
    margin: 0 !important;
}
.footer-top-main .social-wrapper li + li{
    margin: 0 0 0 15px !important;
}
.footer-top-main .social-wrapper li a{
    text-align: center !important;
    font: 700 20px/20px 'Font Awesome 5 Free' !important;
    color: #1D1D1D !important;
    align-items: center;
    justify-content: center;    

    width: 45px;
    height: 45px;
    padding: 0;
    background-color: #EAEAEA;
    box-shadow: none;
    border-radius: 7px;
    position: relative;
}
.footer-top-main .social-wrapper li a:hover{
    background-color: #BF1E2C !important;
    color: #ffffff !important;
}

.footer-bottom-main{
    display: inline-block;
    width: 100%;
    float: left;
    padding: 12px 0;
    background-color: #EAEAEA;
}
.footer-bottom-main .copyright{
    background-color: transparent;
    text-align: center;
    font: 400 13px/18px 'Open Sans';
    letter-spacing: 0;
    color: #1D1D1D;
    opacity: 1;
    margin: 0 0 0 0;
    padding: 0;
    width: 100%;
}
.footer-bottom-main .copyright img{
    width: auto;
    height: 12px;
    margin: 0 0 0 4px;
}
.footer-bottom-main .copyright strong{
    text-align: left;
    font: 700 13px/18px 'Open Sans';
}
.footer-bottom-main .payment-link{
    display: inline-block;
    float: right;
}
.footer-bottom-main .payment-link img {
    width: auto;
    height: 25px;
}


/* DEFAULT MICROSOFT EDGE */
@supports (-ms-ime-align: auto) {
    .page-title-wrapper .category-image .banner-image {
        max-width: unset;
        position: relative;
        height: auto;
        width: 100%;
        z-index: -1;
        margin: 0 auto;
        max-height: unset;
        left: 0px;
        bottom: 150%;
    }
}

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

/* DEFAULT CONTAINER ISSUES */
.cms-index-index .columns > .container{
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
}
/* SIDEBAR */
.page-main .columns .sidebar.sidebar-main,
.page-with-filter.page-layout-2columns-left #maincontent .columns .sidebar.sidebar-main{
    display: inline-block;
    float: left;
    width: 280px;
    max-width: 100%;
    flex-grow: unset;
    flex-basis: unset;
    margin: 0 0 30px 0;
    padding: 0 0 0 0 /* 80px 20px 0 0 */;
    border-radius: 20px;
}
.page-main .columns .sidebar.sidebar-main ~ .column.main,
.page-with-filter.page-layout-2columns-left #maincontent .columns .column.main{
    display: inline-block;
    flex-grow: unset;
    max-width: 100%;
    width: calc(100% - 280px);
    float: left;
    padding: 0 15px 20px;
}

.account.page-layout-2columns-left .sidebar.sidebar-main{
    background-color: #f4f4f4;
    padding: 0 0 20px;
    border-radius: 0;
}
.account.page-layout-2columns-left .sidebar.sidebar-main > .block{}
.account.page-layout-2columns-left .sidebar.sidebar-main > .block > .title{}
.account.page-layout-2columns-left .sidebar.sidebar-main > .block > .title strong{
    display: inline-block;
    width: 100%;
    margin: 0;
}
.account.page-layout-2columns-left .sidebar.sidebar-main > .block > .title strong::before{
    content: 'Account';
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 12px 15px;
    background: #BF1E2C 0% 0% no-repeat padding-box;
    text-align: left;
    font: 700 20px/24px 'Open Sans';
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
}
.account.page-layout-2columns-left .sidebar.sidebar-main > .block > .account-nav-content > ul{
    float: left;
}

.category-contact-us .category-description{
    margin-bottom: 0px;
}

.columns .column.main > p{
    margin-bottom: 0px !important;
}
.customer-account-login input[type="email"],
.customer-account-login .input-text,
.account.page-layout-2columns-left input[type="text"],
.account.page-layout-2columns-left input[type="password"],
.account.page-layout-2columns-left input[type="url"],
.account.page-layout-2columns-left input[type="tel"],
.account.page-layout-2columns-left input[type="search"],
.account.page-layout-2columns-left input[type="number"],
.account.page-layout-2columns-left input[type="datetime"],
.account.page-layout-2columns-left input[type="email"],
.account.page-layout-2columns-left .input-text{
    margin: 0 0 0 0;
}
.account.page-layout-2columns-left select {
    margin: 0 0 0 0;
    background-image: url('../images/down.png') !important;
    background-position: 95% center;
    background-size: 10px !important;
    background-repeat: no-repeat !important;
}

.customer-account-login #maincontent .columns,
.customer-account-createpassword #maincontent .columns,
.customer-account-logoutsuccess #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,
.catalogsearch-result-index #maincontent .columns .search.results .product-list-wrapper{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 15px;
}
.account.page-layout-2columns-left #maincontent .columns{
    width: 100%;
    margin: 20px auto;
}
/* .page-with-filter.page-layout-2columns-left #maincontent .columns > .container{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
} */
.page-products.page-with-filter.page-layout-2columns-left #maincontent .columns > .container{
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 60px 4% !important;
    background-color: #f4f4f4;
}
.customer-account-login .page-title-wrapper,
.customer-account-createpassword .page-title-wrapper,
.customer-account-logoutsuccess .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,
.cms-no-route.cms-noroute-index .page-title-wrapper,
.cms-no-route .page-title-wrapper,
.sendfriend-product-send .page-title-wrapper,
.shipping-tracking-popup .page-title-wrapper{
    height: auto !important;
    max-width: 1170px;
    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,
.category-privacy-policy .page-title-wrapper,
.category-terms-conditions .page-title-wrapper{
    height: auto;
    max-width: 1170px;
    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: 1170px;
    padding: 0 15px;
    margin: 0 auto 20px;
    float: none;
    display: inline-block;
    clip: unset;
    width: 100%;
    position: relative;
}
.cms-terms-conditions .page-title-wrapper,
.cms-privacy-policy .page-title-wrapper,
.cms-shipping .page-title-wrapper,
.cms-return-exchange .page-title-wrapper{
    height: auto;
    max-width: 1170px;
    padding: 0;
    margin: 0 auto 20px;
    float: none;
    display: inline-block;
    clip: unset;
    width: 100%;
    position: relative;
}
.customer-account-login .page-title-wrapper::before,
.customer-account-create .page-title-wrapper::before,
.account.page-layout-2columns-left .page-title-wrapper::before,
.catalogsearch-result-index .page-title-wrapper::before{
    z-index: -1;
}
.customer-account-login .page-title-wrapper .page-title,
.customer-account-createpassword .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,
.cms-no-route.cms-noroute-index .page-title-wrapper .page-title,
.cms-no-route .page-title-wrapper .page-title,
.cms-terms-conditions .page-title-wrapper .page-title,
.cms-privacy-policy .page-title-wrapper .page-title,
.cms-shipping .page-title-wrapper .page-title,
.cms-return-exchange .page-title-wrapper .page-title,
.shipping-tracking-popup .page-title-wrapper .page-title{
    height: auto;
    overflow: unset;
    text-align: left;
    margin: 0 0 20px 0;
}
.customer-account-logoutsuccess .page-title-wrapper .page-title,
.checkout-onepage-success .page-title-wrapper .page-title{
    height: auto;
    overflow: unset;
    text-align: center;
    margin: 0 0 20px 0;
}
.page-print.account.page-layout-1column .page-title-wrapper .page-title{
    height: auto;
    overflow: unset;
    text-align: left;
    margin: 0 0 20px 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,
.customer-account-createpassword .page-title-wrapper .page-title .base,
.customer-account-logoutsuccess .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-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,
.sendfriend-product-send .page-title-wrapper .page-title .base,
.shipping-tracking-popup .page-title-wrapper .page-title .base,
.cms-no-route.cms-noroute-index .page-title-wrapper .page-title .base,
.cms-no-route .page-title-wrapper .page-title .base{
    text-align: left;
    font: 700 35px/45px 'Open Sans';
    letter-spacing: 0;
    color: #1d1d1d;
    text-transform: uppercase;
    text-shadow: none;
    opacity: 1;
    white-space: normal;
}
.customer-account-logoutsuccess .page-title-wrapper .page-title .base,
.checkout-onepage-success .page-title-wrapper .page-title .base{
    text-align: center;
    font: 700 35px/45px 'Open Sans';
    letter-spacing: 0;
    color: #1d1d1d;
    text-transform: uppercase;
    text-shadow: none;
    opacity: 1;
}
.cms-terms-conditions .page-title-wrapper .page-title .base,
.cms-privacy-policy .page-title-wrapper .page-title .base,
.cms-shipping .page-title-wrapper .page-title .base,
.cms-return-exchange .page-title-wrapper .page-title .base{
    font: 700 35px/45px 'Open Sans';
    text-shadow: none;
    color: #1d1d1d;
}
.customer-account-login .block .block-title,
.customer-account-createpassword .block .block-title,
.customer-account-logoutsuccess .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 #c6c6c6 !important;
    margin-bottom: 15px !important;
    padding-bottom: 5px !important;
    text-align: left;
}
.customer-account-login .block .block-title strong,
.customer-account-createpassword .block .block-title strong,
.customer-account-logoutsuccess .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: 700 20px/20px 'Open Sans' !important;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #1D1D1D;
}
.fieldset > .field {
    margin: 0 0 15px;
}
.field.choice,
.checkbox-group{
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 100%;
    align-items: baseline;
}
.field.choice > input[type=checkbox],
.field.choice > input[type=radio],
.checkbox-group > input[type=checkbox]{
    margin: 4px 5px 0 0;
    cursor: pointer;
    position: relative;
    top: 1px;
}
.field.choice .label{
    cursor: pointer;
}
.checkbox-group > label{
    cursor: pointer;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 13px;
}
.customer-account-login .fieldset .field > .label,
.customer-account-createpassword .fieldset .field > .label,
.customer-account-logoutsuccess .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: 400 14px/18px 'Open Sans';
    color: #1D1D1D;
    padding: 0;
    margin: 0 0 2px 0;
    white-space: normal;
}
.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;
}
.login-container .fieldset:after {
    margin-top: 0;
}
.fieldset .legend,
.fieldset .legend > span{
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #1D1D1D;
    text-transform: capitalize;
}
.customer-account-login .actions-toolbar,
.customer-account-createpassword .actions-toolbar,
.customer-account-logoutsuccess .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,
.sendfriend-product-send .actions-toolbar{
    margin: 0px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-inline-flex;
    width: 100%;
    /*align-items: baseline;*/
    justify-content: space-between;
    flex-direction: row-reverse;
}
.customer-account-login .actions-toolbar::before,
.customer-account-createpassword .actions-toolbar::before,
.customer-account-logoutsuccess .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,
.sendfriend-product-send .actions-toolbar::before,
.customer-account-login .actions-toolbar::after,
.customer-account-createpassword .actions-toolbar::after,
.customer-account-logoutsuccess .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,
.sendfriend-product-send .actions-toolbar::after{
    display: none;
}
.customer-account-login .actions-toolbar .primary .action.primary,
.customer-account-createpassword .actions-toolbar .primary .action.primary,
.customer-account-logoutsuccess .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-onepage-success .checkout-success button.action.secondary,
.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,
.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,
.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary,
#referralForm .fieldset .buttons-set .action.primary{
    cursor: pointer;
    display: inline-block;
    position: relative;
    min-width: 100px;
    height: 45px;
    margin: 0;
    padding: 0 15px;
    border-radius: 7px;
    box-shadow: none !important;
    border: 0;
    background: #bf1e2c 0% 0% no-repeat padding-box;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none !important;
    text-align: center;
    font: 700 15px/45px 'Open Sans' !important;
    letter-spacing: 0px !important;
    color: #FFFFFF !important;
    opacity: 1;
}
.modal-popup .modal-footer .action-primary,
.modal-popup .modal-footer .action-save-address,
.amgiftcard-form .amactions-toolbar .action.primary,
.form.form-cart .cart.main.actions .action,
.form.form-discount .actions-toolbar .action-apply,
.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,
.new-address-popup .action-show-popup,
.form-wishlist-items > .actions-toolbar .primary .action,
.form-wishlist-items .products-grid.wishlist .product-item-inner .box-tocart .actions-primary .action,
.form-wishlist-items .products-grid.wishlist .product-item-inner .unavailable.stock,
.product-add-form #product_addtocart_form .amgiftcard-preview > button,
#shopping-cart-table .item-actions .actions-toolbar .action-delete,
.sendfriend-product-send .actions-toolbar .action.primary,
.sendfriend-product-send .actions-toolbar .action.add,
.rewards__checkout-cart-usepoints .discount-form > .buttons-container .button.action{
    border-radius: 7px;
    border: 0;
    background: #BF1E2C 0% 0% no-repeat padding-box;
    box-shadow: none;
    height: 45px;
    min-width: 100px;
    font: 700 15px/45px 'Open Sans';
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 15px;
    text-align: center;
}
#shopping-cart-table .item-actions .actions-toolbar .action-delete{
    border-radius: 7px;
    border: 0;
    background: #BF1E2C 0% 0% no-repeat padding-box;
    box-shadow: none;
    height: 45px;
    min-width: auto;
    font: 700 15px/45px 'Open Sans';
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 15px;
    text-align: center;
}
.control.captcha-image .action.captcha-reload{
    border-radius: 5px;
    background: #dddddd;
    border: 0;
    height: 45px;
    font: 700 15px/45px 'Open Sans';
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 20px;
    text-align: center;
}
.abs-revert-to-action-secondary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar>.primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action,
.cart-container #block-giftcard.block.discount .check-giftcard-status,
.cart-container #block-giftcard.block.discount #activateGiftCard .action.giftcards{
    border-radius: 7px;
    border: 0;
    background: #BF1E2C 0% 0% no-repeat padding-box;
    box-shadow: none;
    text-decoration: none;
    padding: 0 15px;
    min-width: auto;
    text-align: center;
    font: 700 15px/45px 'Open Sans';
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
    opacity: 1;
}
.cart-summary .checkout-methods-items .item {
    display: inline-block;
    width: 100%;
    float: left;
    margin: 15px 0;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
    width: 300px;
    max-width: 100%;
    font: 700 15px/45px 'Open Sans';
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 0 5px;
}
.authentication-wrapper > .action{
    position: relative;
    min-width: auto;
    width: auto;
    height: 45px;
    display: inline-block !important;
    margin: 0;
    border-radius: 7px;
    box-shadow: none !important;
    border: 0 !important;
    opacity: 1 !important;
    text-align: center;
    font: 700 15px/45px 'Open Sans' !important;
    letter-spacing: 0px !important;
    color: #FFFFFF !important;
    text-transform: uppercase;
    text-decoration: none !important;
    text-shadow: none !important;
    padding: 0px 20px !important;
    background: #BF1E2C 0% 0% no-repeat padding-box;
    opacity: 1;
}
.customer-account-login .actions-toolbar .primary .action.primary:hover,
.customer-account-createpassword .actions-toolbar .primary .action.primary:hover,
.customer-account-logoutsuccess .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-onepage-success .checkout-success button.action.secondary: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 .products-grid.wishlist .product-item-inner .box-tocart .actions-primary .action:hover,
.product-add-form #product_addtocart_form .amgiftcard-preview > button:hover,
#shopping-cart-table .item-actions .actions-toolbar .action-delete:hover,
.amgiftcard-form .amactions-toolbar .action.primary:hover,
.rewards__checkout-cart-usepoints .buttons-container .action:hover,
.rewards__checkout-cart-usepoints .discount-form > .buttons-container .button.action:hover,
#reward-points-form .actions-toolbar .primary .action:hover,
#referralForm .fieldset .buttons-set .action.primary:hover,
.minicart-items .update-cart-item:hover,
.sendfriend-product-send .actions-toolbar .action.primary:hover,
.sendfriend-product-send .actions-toolbar .action.add:hover,
.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary:hover,
.abs-revert-to-action-secondary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar>.primary .action.primary:hover,
.abs-discount-code .form-discount .actions-toolbar .primary .action:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover,
#referralForm .fieldset .buttons-set .action.primary:hover,
.cart-summary .checkout-methods-items .action.primary.checkout:hover,
.authentication-wrapper > .action:hover,
.cart-container #block-giftcard.block.discount .check-giftcard-status:hover,
.cart-container #block-giftcard.block.discount #activateGiftCard .action.giftcards:hover{
    background: #1d1d1d 0% 0% no-repeat padding-box !important;
    color: #ffffff !important;
    border: 0 !important;
}
.customer-account-login .actions-toolbar > .secondary .action,
.customer-account-createpassword .actions-toolbar > .secondary .action,
.customer-account-logoutsuccess .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,
.sendfriend-product-send .actions-toolbar .action.back,
.shipping-tracking-popup .column.main .page.tracking > .actions > .action.close,
.amgiftcard-account-index .amgiftcard-info.customer-account-gift-card-item > a,
.modal-popup .modal-inner-wrap .modal-footer .action.secondary, 
.modal-popup .modal-inner-wrap .modal-footer .action-secondary{
    /* font: 600 14px/50px 'Open Sans';
    letter-spacing: 0px;
    color: #ffffff;
    display: block;
    margin: 0; */
    cursor: pointer;
    display: inline-block;
    position: relative;
    min-width: 100px;
    height: 45px;
    margin: 0 0 5px 0;
    padding: 0 15px;
    border-radius: 7px;
    box-shadow: none !important;
    border: 0;
    background: #BF1E2C 0% 0% no-repeat padding-box;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none !important;
    text-align: center;
    font: 700 15px/45px 'Open Sans' !important;
    letter-spacing: 0px !important;
    color: #FFFFFF !important;
    opacity: 1;
}
.modal-popup .modal-inner-wrap .modal-footer .action-secondary{
    margin: 0 0 0 0 !important;
    padding: 0 10px;
}
.account.page-layout-2columns-left .box-actions .action{
    font: 700 15px/25px 'Open Sans';
    height: 45px;
    letter-spacing: 0px;
    color: #1D1D1D;
    margin: 0;
}
.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 15px/45px 'Open Sans';
    height: 45px;
    letter-spacing: 0px;
    color: #1D1D1D;
    margin: 1.5rem 3px 0 10px;
}
.account.page-layout-2columns-left .block .block-title > .action{
    float: right;
    font: 700 14px/20px 'Open Sans';
    height: 20px;
    letter-spacing: 0px;
    color: #1D1D1D;
    margin: 5px 0 0 0;
}
.customer-account-login .actions-toolbar > .secondary .action:hover,
.customer-account-createpassword .actions-toolbar > .secondary .action:hover,
.customer-account-logoutsuccess .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,
.payment-method-content .payment-method-billing-address .checkout-billing-address .actions-toolbar .primary .action-cancel:hover,
.cms-no-route.cms-noroute-index .column.main .disc li a:hover,
.cms-no-route .column.main .disc li a:hover,
.sendfriend-product-send .actions-toolbar .action.back:hover,
.shipping-tracking-popup .column.main .page.tracking > .actions > .action.close:hover,
.form.send.friend #recipients-options .fields.additional .secondary .action.remove:hover,
.amgiftcard-account-index .amgiftcard-info.customer-account-gift-card-item > a:hover,
.modal-popup .modal-inner-wrap .modal-footer .action.secondary:hover, 
.modal-popup .modal-inner-wrap .modal-footer .action-secondary:hover{
    background: #1d1d1d 0% 0% no-repeat padding-box !important;
    color: #ffffff !important;
    border: 0 !important;
}
.account.page-layout-2columns-left .box-actions .action:hover,
.account.page-layout-2columns-left .block .block-title > .action:hover,
.minicart-wrapper .actions .secondary .action.viewcart:hover,
.mw-reward-points .block .block-title > a: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,
.category-privacy-policy .page-title-wrapper .category-image,
.category-terms-conditions .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-privacy-policy .page-title-wrapper .category-image .banner-image,
.category-terms-conditions .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-privacy-policy .page-title-wrapper .category-image .banner-overlay,
.category-terms-conditions .page-title-wrapper .category-image .banner-overlay,
.category-warranty-info .breadcrumbs,
.category-payment-info .breadcrumbs,
.category-shipping-info .breadcrumbs,
.category-privacy-policy .breadcrumbs,
.category-terms-conditions .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,
.category-privacy-policy .column.main,
.category-terms-conditions .column.main{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 15px;
}

.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
    font: 700 16px/16px 'Open Sans' !important;
    letter-spacing: 0 !important;
    color: #1D1D1D !important;
}

.block-title.spend.subtitle{
    margin-top: 25px;
    padding-top: 10px;
}
.password-strength-meter {
    font-weight: 600;
    color: #1D1D1D;
}
.payment-method-content .payment-method-billing-address .checkout-billing-address .actions-toolbar .primary .action-cancel{
    margin: 0 5px 5px 0;
}
.opc-wrapper .form-shipping-address .fieldset .field .label{
    border: 0;
}
.products-list .product-image-wrapper .product-image-photo, .cart.table-wrapper .product-image-wrapper .product-image-photo, .minicart-items .product-image-wrapper .product-image-photo, .block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
    width: 100% !important;
    height: auto;
}

.cart-summary .block .actions-toolbar>.primary,
.cart-summary .block .actions-toolbar>.primary .action.primary {
    width: 100% !important;
}

.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.search.advanced,
.form.form-orders-search{
    min-width: auto;
    width: 500px;
    max-width: 100%;
    float: left;
}
.form.create.account{
    min-width: 500px;
    width: auto;
    max-width: 100%;
}
.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 + .item{
    margin-top: 5px;
}
.sidebar.sidebar-main .account-nav-content ul > .item > a{
    text-align: left;
    font: 400 15px/20px 'Open Sans';
    letter-spacing: 0px;
    color: #1D1D1D;
    opacity: 1;
    display: inline-block;
    width: 100%;
    padding: 0 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,
.sidebar.sidebar-main .account-nav-content ul > .item > a:hover{
    border-color: transparent;
    color: #BF1E2C;
    background: transparent;
    text-align: left;
    font: 700 15px/20px 'Open Sans';
    letter-spacing: 0px;
    opacity: 1;
    display: inline-block;
    width: 100%;
    padding: 0 15px;
}
.form-edit-account .field.password-info{
    display: none;
}
.fieldset>.field.choice:before,
.fieldset>.field.no-label:before{
    display: none;
}


.table thead th {
    width: auto !important;
    padding: 10px 5px 5px !important;
    font: 600 14px/18px 'Open Sans';
    border-bottom: 0px;
}
.table tbody td {
    padding: 5px !important;
    font: 400 14px/18px 'Open Sans';
    border-top: 0px;
}
.table tbody th.mark{
    border-top: 0;
}
.table th.col,
.table td.col{
    width: auto !important;
    min-width: 85px;
}
.table tbody+tbody {
    border-top: 1px solid #dddddd;
}
.table tfoot {
    /* background: #ffffff; */
}

.cart.table-wrapper .col.qty .input-text {
    margin-top: 0;
    line-height: 30px;
    padding: 5px 15px;
    height: 30px;
    width: 50px;
}

.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-content.filter-content{
    background-color: transparent;
    display: inline-block;
    width: 100%;
    float: left;
}
.block-content.filter-content > .filter-current,
.block-content.filter-content > .block-actions.filter-actions,
.column.main .catalog-topnav{
    display: none !important;
}
.block.filter {
    display: inline-block;
    width: 100%;
    float: left;
    /* background-color: #ffffff; */
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 0;
}
.block.filter .block-title.filter-title{
    display: none;
}
.filter-content .filter-subtitle{
    display: inline-block;
    width: 100%;
    margin: 0 0 25px 0;
    padding: 0 0 15px 0;
    border-radius: 0;
    background: transparent 0% 0% no-repeat padding-box;
    border-bottom: 3px solid #1D1D1D;
    text-align: left;
    font: 700 25px/30px 'Open Sans';
    letter-spacing: 0px;
    color: #1D1D1D;
    text-transform: capitalize;
    opacity: 1;

    display: none !important;
}
.filter-options-title{
    text-align: left;
    font: 700 17px/22px 'Open Sans';
    letter-spacing: 0px;
    color: #FFFFFF !important;
    text-transform: none;
    opacity: 1;

    display: inline-block;
    width: calc(100% - 20px);
    float: left;

    position: relative;
    margin: 0 20px 0 0;
    padding: 12px 15px 12px 20px;
    border-radius: 20px 0;
    background-color: #BF1E2C;
    overflow: visible;
    z-index: 0;
}
.filter-options-title::after{
    /* display: none; */
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    height: 100%;
    border-radius: 0 20px 0 0;
    background-color: #ffffff;
    display: inline-block;
    z-index: -1;
}
.filter-options .filter-options-content{
    display: inline-block;
    width: 100%;
    float: left;

    border-radius: 0 0 20px 20px;
    background-color: #ffffff;
    margin: 0 0 15px 0;
    padding: 10px;
}
.filter-content .item{
    margin: 0;
}
.filter-options .filter-options-content ul,
.filter-options .filter-options-content ol{
    list-style-type: none;
}
.filter-options .filter-options-content ul ul,
.filter-options .filter-options-content ol ol{
    padding: 0 0 0 15px;
}
.filter-options .filter-options-content > ul li,
.filter-options .filter-options-content > ol li{
    position: relative;
}
.filter-options .filter-options-content ul li > input,
.filter-options .filter-options-content ul li a > span.count,
.filter-options .filter-options-content ol li > input,
.filter-options .filter-options-content ol li a > span.count{
    display: none;
}
.filter-options .filter-options-content > form > ul > li.item.-filter-parent > a > span.label{
    text-align: left;
    font: 700 16px/24px 'Open Sans';
    letter-spacing: 0px;
    color: #1D1D1D;
    text-transform: uppercase;
    opacity: 1;
    background: transparent !important;
}
.filter-options .filter-options-content ul li a,
.filter-options .filter-options-content ol li a{
    display: inline-block;
    width: 100%;
    float: left;
    margin: 0;
    padding: 5px 8px;
    border-radius: 10px;
    background: transparent;
}
.filter-options .filter-options-content ul li a span.label,
.filter-options .filter-options-content ol li a span.label{
    text-align: left;
    font: 400 14px/18px 'Open Sans';
    letter-spacing: 0.16px;
    color: #4E4E4E;
}
.filter-options .filter-options-content ul li.active a,
.filter-options .filter-options-content ul li > a:hover,
.filter-options .filter-options-content ol li.active a,
.filter-options .filter-options-content ol li > a:hover{
    background: transparent linear-gradient(216deg, #BF1E2C 0%, #69A554 100%) 0% 0% no-repeat padding-box;
}
.filter-options .filter-options-content ul li.active a::after,
.filter-options .filter-options-content ul li a:hover::after,
.filter-options .filter-options-content ol li.active a::after,
.filter-options .filter-options-content ol li a:hover::after{
    content: '\f105';
    text-align: center;
    font: 700 12px/16px 'Font Awesome 5 Free';
    float: right;
    color: #ffffff;
    width: 16px;
    height: 16px;
    border-radius: 40px;
    background-color: rgba(255,255,255,0.2);
    margin: 3px -2px 0 0;
}
.filter-options .filter-options-content ul li.active a span.label,
.filter-options .filter-options-content ul li > a:hover span.label,
.filter-options .filter-options-content ol li.active a span.label,
.filter-options .filter-options-content ol li > a:hover span.label,
.filter-options .filter-options-content > form > ul > li.item.-filter-parent.active > a > span.label,
.filter-options .filter-options-content > form > ul > li.item.-filter-parent > a:hover > span.label{
    color: #ffffff;
}
.filter-options .filter-options-content ul li span.subcat_arrow,
.filter-options .filter-options-content ol li span.subcat_arrow{
    display: inline-block;
    position: absolute;
    top: 0;
    cursor: pointer; 
}
.filter-options .filter-options-content ul li span.subcat_arrow::after ,
.filter-options .filter-options-content ol li span.subcat_arrow::after {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    padding: 0 10px;
    display: inline-block;
    float: right;
    position: absolute;
    right: 0;
    line-height: 42px;
}
.filter-options .filter-options-content ul li span.subcat_arrow.open::after ,
.filter-options .filter-options-content ol li span.subcat_arrow.open::after {
    content: '\f0d8';
}

.filter-options-content .am-filter-items-attr_price{
    padding: 5px 12px 15px;
}
.filter-options-content .am-filter-items-attr_price .amshopby-slider-display{
    text-align: left;
    font: 400 15px/20px 'Open Sans';
    letter-spacing: 0.16px;
    color: #4E4E4E;
    opacity: 1;
}

/* New Price Filter CSS */
.ui-slider-horizontal{
    height: 3px;
    background: #EBEBEB;
    margin: 10px 0 15px;
}
.ui-slider-range{
    position: absolute;
    height: 100%;
    background: transparent linear-gradient(34deg, #BF1E2C 0%, #69A554 100%) 0% 0% no-repeat padding-box;
}
.ui-slider .ui-slider-handle{
    position: absolute;
    z-index: 2;
    cursor: pointer;
    width: 10px;
    height: 10px;
    display: inline-block;
    padding: 0;
    background: #BF1E2C;
    top: -3px;
}
.ui-slider .ui-slider-handle:hover{
    width: 11px;
    height: 11px;
    background: transparent linear-gradient(209deg, #BF1E2C 0%, #69A554 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0 0 0 4px #BF1E2C33;
    top: -4px;
}
/* END New Price Filter CSS */


#aw-filter-cat{}
#aw-filter-cat .block-categories{}
#aw-filter-cat .block-categories ul{
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-position: unset;
    list-style-type: none;
}
#aw-filter-cat .block-categories > ul > li{
    display: inline-block;
    width: 100%;
    position: relative;
    float: left;
    margin: 0;
}
#aw-filter-cat .block-categories > ul > li + li{
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #999999;
}
#aw-filter-cat .block-categories > ul > li > a{
    padding: 0;
    display: inline-block;
    float: left;
    width: 100%;
    background-color: transparent;

    text-align: left;
    font: 400 15px/20px 'Open Sans';
    letter-spacing: 0;
    color: #ffffff;
    text-transform: capitalize;
    opacity: 1;
}
#aw-filter-cat .block-categories > ul > li:hover > a,
#aw-filter-cat .block-categories > ul > li:focus > a,
#aw-filter-cat .block-categories > ul > li.active > a{
    color: #BF1E2C;
    font-weight: 700;
}
#aw-filter-cat .block-categories > ul > li:hover > a::after,
#aw-filter-cat .block-categories > ul > li:focus > a::after,
#aw-filter-cat .block-categories > ul > li.active > a::after{
    content: '\f04b';
    display: inline-block;
    position: relative;
    top: -2px;
    margin: 0 0 0 9px;
    font: 700 8px/20px 'Font Awesome 5 Free';
    color: #BF1E2C;
}
#aw-filter-cat .block-categories > ul > li > .subcat_arrow + ul.sub-menu{
    display: none !important;
}
#aw-filter-cat .block-categories > ul > li > .subcat_arrow.open + ul.sub-menu{
    display: inline-block !important;
}
#aw-filter-cat .block-categories > ul > li > .subcat_arrow::before{
    content: '\f067';
    position: absolute;
    right: 0;
    top: 0;
    background-color: #BF1E2C;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    font: 700 13px/50px 'Font Awesome 5 Free';
    color: #ffffff;
    cursor: pointer;
}
#aw-filter-cat .block-categories > ul > li > .subcat_arrow.open::before{
    content: '\f068';
}
#aw-filter-cat .block-categories ul ul{
    padding: 25px 0 20px 35px;
    list-style-position: outside;
    list-style-type: upper-alpha;
}
#aw-filter-cat .block-categories ul ul li{
    margin: 0 0 10px 0;
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: left;
    font: 400 15px/20px 'Open Sans';
    letter-spacing: 0px;
    color: #5F5F5F;
    opacity: 1;
    text-transform: uppercase;
}
#aw-filter-cat .block-categories ul ul li a{
    display: inline-block;
    width: 100%;
    float: left;
    color: #5F5F5F;
    padding: 0 0 0 5px;
}
#aw-filter-cat .block-categories ul ul li:hover,
#aw-filter-cat .block-categories ul ul li:hover a{
    color: #BF1E2C;
}

#aw-filter-price{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}
#aw-filter-price .filter-options-content {
    margin: 0;
    padding: 0;
}
#aw-filter-price .filter-options-title > .label{
    display: inline-block;
    width: 100%;
    margin: 0 0 25px 0;
    padding: 0 0 15px 0;
    border-radius: 0;
    background: transparent 0% 0% no-repeat padding-box;
    border-bottom: 3px solid #ffffff;
    text-align: left;
    font: 700 25px/30px 'Open Sans';
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: capitalize;
    opacity: 1;
}
#aw-filter-price .filter-options-title{
    padding: 0;
}
#aw-filter-cat .filter-options-content input[type="checkbox"]{
    /*display: none;*/
}

#layered-filter-block .button-list{
    display: none;
}
#layered-filter-block .button-list .action.primary {
    width: 50%;
    display: block;
    margin: 0 auto;
}
.aw-ln-range-slider-wrapper{
    padding: 20px 0;
}
/* 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{
    /* background: #f5f5f5;
    padding: 5px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%; */
    display: none;
}

/* #layered-selected-filters-block .selected-items-list{}
#layered-selected-filters-block .selected-items-list .selected-item{
    background-color: #ffffff;
    line-height: normal;
    font-size: 12px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 0px;
    cursor: pointer;
}
#layered-selected-filters-block .selected-items-list .selected-item > span{
    font: 600 11px/15px Futura;
    letter-spacing: 0.2px;
    text-align: left;
    color: #000;
}
#layered-selected-filters-block .selected-items-list .selected-item .action-close{
    display: none;
}
#layered-selected-filters-block .selected-items-list .selected-item .action-clear{
    font: 600 11px/15px Futura;
    color: #BF1E2C;
    margin: 0px;
} */



.aw-ln-range-slider-wrapper .aw-ln-slider-filter-info{
    margin: 20px 0 10px;
}
.aw-ln-range-slider-wrapper .aw-ln-slider-filter-info span{
    font-weight: 400;
}
.aw-ln-range-slider-wrapper .ui-slider-range {
    background-color: #BF1E2C;
    position: absolute;
    border: 2px solid #BF1E2C;
    top: -1px;
}
.aw-ln-range-slider-wrapper .aw-ln-range-slider.ui-slider-horizontal{
    height: 1px;
    background: #999999;
}
.aw-ln-range-slider-wrapper .aw-ln-range-slider.ui-slider-horizontal::before{
    /* content: '';
    display: inline-block;
    position: absolute;
    top: -5px;
    left: -7px;
    float: left;
    width: 14px;
    height: 14px;
    background: #EAC200 0% 0% no-repeat padding-box; */
    display: none;
}
.aw-ln-range-slider-wrapper .aw-ln-range-slider.ui-slider-horizontal::after{
    /* content: '';
    display: inline-block;
    position: absolute;
    top: -5px;
    right: -6px;
    float: right;
    width: 14px;
    height: 14px;
    background: #EAC200 0% 0% no-repeat padding-box; */
    display: none;
}
.aw-ln-range-slider-wrapper .ui-slider-handle {
    background: #BF1E2C;
    border: 2px solid #ffffff;
    border-radius: 20px;
    width: 15px;
    height: 15px;
    margin-left: -8px;
    margin-right: 0;
    padding: 0;
    top: -7px;
    cursor: pointer;
}
.aw-ln-range-slider-wrapper .ui-slider-handle:hover,
.aw-ln-range-slider-wrapper .ui-slider-handle:focus{
    background: #ffffff;
    border-color: #BF1E2C;
}
.aw-ln-range-slider-wrapper .ui-slider-handle::before{
    display: none;
}
.aw-ln-range-slider-wrapper .aw-ln-slider-button{
    float: none;
    margin: 20px auto 0;
    padding: 0 25px;
    display: block;
    width: auto;
    min-width: 120px;
    box-shadow: none;
    border: 1px solid !important;
    text-align: center;
    height: 45px;
    font: 600 14px/45px 'Open Sans' !important;
    letter-spacing: 0.28px !important;
    color: #ffffff !important;
    text-transform: uppercase;
    text-decoration: none !important;
    background: #BF1E2C 0% 0% no-repeat padding-box;
    border-radius: 0;
    opacity: 1;

    display: none !important;
}
.aw-ln-range-slider-wrapper .aw-ln-slider-button:hover{
    background-color: rgba(191, 98, 40, 0.1) !important;
    border-color: #BF1E2C !important;
    color: #BF1E2C !important;
}


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

.account .column.main .block:not(.widget) .box-title>span,
.multicheckout .box-title>span,
.paypal-review .block .box-title>span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title>span, 
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title>span,
.sales-guest-view .column.main .block:not(.widget) .box-title>span {
    font-weight: 700;
    line-height: 20px;
    font-size: 14px;
    color: #1D1D1D;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-family: 'Open Sans';
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 20px;
    font-size: 14px;
}


/* DEFAULT GALLERY SLIDER CSS */
.gallery-placeholder{
    width: 100%;
}
.fotorama__stage__frame{
    width: 100% !important;
}
.fotorama__stage, .fotorama__nav {
    margin: 0 auto;
}
/* .fotorama__wrap{
    pointer-events: none;
} */
.fotorama__stage{
    background: transparent 0% 0% no-repeat padding-box;
    border: 0;
    opacity: 1;
}
.fotorama__stage__frame .fotorama__img {
    width: auto;
    border: 0 !important;
    padding: 0;
}
.fotorama__stage__shaft.fotorama__grab{
    max-width: 100%;
}
.product-details-wrapper .product.media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal{
    margin-top: 20px;
    display: block !important;
}
.fotorama__thumb {
    background-color: transparent;
    width: 94%;
    margin: 0 3%;
}
.fotorama__nav--thumbs .fotorama__nav__frame{
    padding: 2px 8px;
    height: 100px;
}
.fotorama__thumb-border{
    background-image: none;
    border: 1px solid #BF1E2C;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    width: 100%;
    padding: 2px;
    background: transparent;
    border: 0 !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: 30px !important;
    z-index: 1000;
    border-radius: 0;
    background: rgba(20, 20, 20, 0.8) !important;
}
.fotorama__arr--disabled{
    opacity: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
    left: -1px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    right: -3px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
    background-position: center center;
    background-image: url('../images/arrow-right.png');
}
.fotorama__thumb__arr--left .fotorama__thumb--icon{
    background-position: center center;
    background-image: url('../images/arrow-left.png');
}


.fotorama__nav--thumbs {
    display: block;
    height: auto !important;
    text-align: center;
    padding: 0 50px 0 0;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding: 0 0 0 0 !important;
    /* padding: 0 100px 0 0 !important; */
}

.product-details-wrapper .product.media .fotorama__arr{
    /* display: block; */
    background-color: transparent;
}
.product-details-wrapper .product.media .fotorama__arr .fotorama__arr__arr{}
.product-details-wrapper .product.media .fotorama__arr--prev .fotorama__arr__arr::before{
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #e0b759;
    font-size: 60px;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 255, 255, 0.3);
}
.product-details-wrapper .product.media .fotorama__arr--next .fotorama__arr__arr::before{
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #e0b759;
    font-size: 60px;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 255, 255, 0.3);
}
.product-details-wrapper .product.media .fotorama__arr--prev .fotorama__arr__arr:hover::before,
.product-details-wrapper .product.media .fotorama__arr--next .fotorama__arr__arr:hover::before{
    background-color: rgb(255, 255, 255, 0.6);
    color: #CE2424;
    -webkit-transition: all .3s linear;
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
            transition: all .3s linear;
}

.fotorama--fullscreen .fotorama__arr{
    /* display: block !important; */
}
.fotorama--fullscreen .fotorama__nav-wrap.fotorama__nav-wrap--horizontal{
    /* display: none !important; */
}
.fotorama__thumb__arr--left::before{
    /* content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #2F2F2F;
    font-size: 20px; */
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;

    content: '';
    background-image: url('../images/arrow-left.png');
    background-position: center center;
    background-size: 12px;
    background-repeat: no-repeat;

}
.fotorama__thumb__arr--right::before{
    /* content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #2F2F2F;
    font-size: 20px; */
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;

    content: '';
    background-image: url('../images/arrow-right.png');
    background-position: center center;
    background-size: 12px;
    background-repeat: no-repeat;
}
.fotorama__thumb__arr--left:hover::before{
    /* color: #BF1E2C; */
    background-image: url('../images/arrow-left2.png');
}
.fotorama__thumb__arr--right:hover::before{
    /* color: #BF1E2C; */
    background-image: url('../images/arrow-right2.png');
}


/*  */
.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{
    color: #BF1E2C;
    color: #fff;
}

.stripe-icon-container.right {
    float: right;
    position: relative;
    top: -0.6em;
    margin: 0 0 0 10px;
}

/* 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: 400;
    line-height: normal;
    min-height: auto;
    padding: 0;
    font-size: 20px;
}
.modal-popup .modal-header .action-close{
    padding: 15px !important;
    margin: 0;
}
.modal-popup.confirm .modal-header .action-close{
    padding: 8px 10px !important;
}
.modal-popup .modal-content{
    padding: 15px !important;
    border-radius: 0 !important;
    box-shadow: none;
    border: 0;
    color: #1D1D1D;
}
.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;
    border-radius: 
}
#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: 0px;
}
button, .cart.table-wrapper .actions-toolbar>.action, .action-gift{
    font: 700 14px/18px 'Open Sans';
}
.cart-summary {
    padding: 15px !important;
    top: 0 !important;
}
.cart-summary .summary.title{
    font-weight: 400;
    margin: 0 0 10px 0;
    font-family: 'Open Sans';
}
.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;
    font-size: 15px;
    font-weight: 500;
}
.cart.table-wrapper .product-item-name a{
    color: #1D1D1D;
}
.price-including-tax, .price-excluding-tax {
    font-size: 14px;
    line-height: 18px;
}
.mark, mark{
    background-color: transparent;
}
.cart-summary .block>.title:after, .paypal-review-discount .block>.title:after {
    position: absolute;
    right: 0;
    top: 11px;
}
.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: 40px;
}
/* New GiftCard CSS */
.cart-container #block-giftcard.block.discount .check-giftcard-status{
    width: 100% !important;
    margin: 0;
    /* padding: 0 10px; */
    /* font-size: 13px; */
}
.cart-container .form-cart .actions.main .action {
    margin: 0 5px 5px;
    display: block;
}
.cart-summary .checkout-methods-items {
    margin: 10px 0 0;
    padding: 0;
}


.opc-sidebar {
    margin: 6px 0 20px;
}
.opc-progress-bar{
    margin: 0 0 30px;
}
.opc-progress-bar-item._active:before ,
.opc-progress-bar-item._complete:before {
    background: #4BB543;
    border-color: #4BB543;
}
.opc-progress-bar-item._active>span:before,
.opc-progress-bar-item._complete>span:before{
    background: #4BB543;
    border-color: #4BB543;
}
.opc-progress-bar-item._active>span:after ,
.opc-progress-bar-item._complete>span:after {
    border-color: #4BB543;
}
.opc-progress-bar-item._complete>span:after{
    color: #4BB543;
}
.opc-block-summary {
    background: #f4f4f4; 
    padding: 22px 30px;
    margin: 0 0 0;
    border-radius: 0;
}
.opc-block-summary .minicart-items-wrapper {
    margin: 0;
    max-height: 320px;
    padding: 15px;
    border: 0;
    background: #fff; 
}
.opc-block-summary .minicart-items .product-item{
    min-height: auto;
    padding: 10px 0 5px !important;
    box-shadow: none;
}
.opc-block-summary .minicart-items .product-item:first-child{
    min-height: auto;
    padding: 0 0 5px 0 !important;
}
.opc-block-summary .minicart-items .product-item:last-child{
    min-height: auto;
    padding: 10px 0 0 0 !important;
}
.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 thead th {
    display: none;
}
.table-checkout-shipping-method tbody td {
    border-top: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
}
#opc-sidebar{
    background-color: #141414;
    box-shadow: 0 0 0 0.5px #ffffff;
}
.opc-sidebar .modal-content{
    box-shadow: none;
}
.opc-block-shipping-information{
    display: none;
}
.opc-wrapper .shipping-address-item.selected-item {
    color: #1D1D1D;
    border-color: #BF1E2C;
}
.opc-wrapper .shipping-address-item.selected-item::after {
    background: #BF1E2C;
}
.opc-wrapper .step-title, 
.opc-block-shipping-information .shipping-information-title, 
.opc-block-summary>.title, 
.checkout-agreements-items .checkout-agreements-item-title {
    padding-bottom: 10px;
    color: #1D1D1D;
    font-weight: 600;
    font-size: 24px;
    border-bottom: 1px solid rgb(255, 255, 255, 0.24) !important;
}
.opc-block-summary{
    padding: 20px;
}
.opc-block-summary .product-item {
    margin: 0;
    padding-left: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0;
}
.opc-block-summary .product-item .product-item-name-block {
    vertical-align: top;
}
.opc-block-summary .product-item .product-item-name-block .product-item-name,
.opc-block-summary .product-item .details-qty{
    margin: 0 0 10px 0;
    font: 600 14px/15px 'Open Sans';
    color: #1D1D1D;
}
.opc-block-summary .product-item .details-qty .label{
    padding: 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    /* color: #333; */
    color: #1D1D1D;
}
.opc-block-summary .product-item .subtotal .price-excluding-tax,
#opc-new-shipping-address .fieldset > .field{
    margin: 0 0 0 0;
}
#opc-new-shipping-address .fieldset > .field select{
    margin: 0 0 15px 0 !important;
}
.opc-block-summary .product-item .subtotal .price{
    font: 700 16px/16px 'Open Sans';
    color: #1D1D1D;
}
.payment-method-content .payment-method-billing-address .billing-address-details > a,
.block-content address > a,
.shipping-address-item > a{
    color: #1D1D1D;
}
.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: #ffffff;
    font-weight: 600;
    width: 100%;
    text-transform: uppercase;
}
.payment-option .payment-option-title .action.action-toggle::after{
    font-size: 12px;
    line-height: 22px;
    float: right;
    color: #ffffff;
}
.table-wrapper .table .col.actions .action{
    display: inherit;
    color: #1D1D1D;
}
.account.page-layout-2columns-left .page-title-wrapper .order-actions-toolbar .actions .action{
    /* display: inherit; */
    color: #1D1D1D;
}
.table-wrapper .table .col.actions .action:hover,
.account.page-layout-2columns-left .page-title-wrapper .order-actions-toolbar .actions .action:hover{
    color: #BF1E2C;
}
.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;
    float: left;
    margin: 0 10px 10px 0;
    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 .print{
    display: block;
    float: none;
    margin: 0;
    color: #1D1D1D;
}
.checkout-onepage-success .column.main .checkout-success .order-number{
    display: inline-block;
    float: none;
    margin: 0;
    color: #1D1D1D;
}
.checkout-onepage-success .print:hover,
.checkout-onepage-success .column.main .checkout-success .order-number:hover {
    color: #BF1E2C;
}
.checkout-onepage-success .actions-toolbar{
    justify-content: center;
    margin: 10px 0 0 0 !important;
}
.page.messages .messages .message{
    margin: 0 0 0;
}
/* .page.messages .messages .message .container{
    position: relative;
}
.page.messages .messages .message>*:first-child:before{
    margin: auto;
    left: -27px;
    top: 0;
    bottom: 0;
}
.page.messages .messages .message.error>*:first-child:before{

} */
.authentication-wrapper{
    float: right;
    margin: 0;
    max-width: 50%;
    position: relative;
    z-index: 1;
}
.cart-empty a{
    color: #1D1D1D;
    font-weight: 500;
}
.cart-empty a:hover{
    color: #BF1E2C;
}
.authentication-dropdown .modal-inner-wrap{
    padding: 20px;
    background: #ffffff;
    box-shadow: none;
}
.authentication-dropdown .modal-inner-wrap .modal-header{
    /* display: none; */
    padding: 0;
    border: 0;
    background: transparent;
}
.authentication-dropdown .modal-inner-wrap .modal-content{
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
}
.block-authentication .actions-toolbar>.secondary {
    padding: 0;
    margin: 0;
}
.block-authentication .actions-toolbar>.secondary .action{
    margin-top: 0px;
    font-size: 13px !important;
    padding: 0 9px !important;
    min-width: auto;
}
.form-wishlist-items .products-grid.wishlist .product-item:hover{
    box-shadow: none;
}
.form-wishlist-items .products-grid.wishlist .product-item .product-item-info{
    padding: 0;
    box-shadow: none;
    border: 0;
    margin: 0;
    background: unset;
}
.form-wishlist-items .products-grid.wishlist .product-item-info .product-item-inner{
    display: block;
    border: 0;
    clip: unset;
    height: auto;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    width: 100%;
    box-shadow: none;
    background: transparent;
}
.form-wishlist-items .products-grid.wishlist .product-item-inner .comment-box{
    margin: 0;
}
.form-wishlist-items .products-grid.wishlist .product-item-inner .box-tocart {
    display: inline-block;
    float: left;
    width: 65%;
}
.form-wishlist-items .products-grid.wishlist .product-item-inner .box-tocart .fieldset {
    margin-bottom: 5px;
    display: inline-block;
    width: fit-content;
}
.form-wishlist-items .products-grid.wishlist .product-item-inner .box-tocart .field.qty{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.form-wishlist-items .products-grid.wishlist .product-item-inner .box-tocart .field.qty .label{
    margin: 0;
}

.form-wishlist-items .products-grid.wishlist .product-item-inner textarea{
    padding: 7px 15px !important;
    height: 60px !important;
    border-radius: 20px;
}
.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;
    margin: 0 0 0 10px;
    height: 35px;
}
.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,
.form-wishlist-items .products-grid.wishlist .product-item-inner .unavailable.stock{
    width: 100%;
    margin: 0 0 0 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{
    color: #ffffff;
}
.form-wishlist-items .products-grid.wishlist .product-item-inner .product-item-actions .action.delete:hover{
    text-decoration: underline;
}

/*  */
#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: #BF1E2C;
}
#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;
}
.products-grid.wishlist .product-item-name{
    margin-top: 0;
    height: 30px;
    overflow: hidden;
    text-align: center;
    font: 700 16px/27px 'Open Sans';
    letter-spacing: 0.4px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
}
.products-grid.wishlist .product-item-name > .product-item-link{
    color: #ffffff;
}
.products-grid.wishlist .product-item .price-box{
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}



.checkout-cart-index .cart-summary > #block-shipping{
    display: none !important;
}
.wishlist-index-index .column.main .wishlist-toolbar{
    display: none;
}
.wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.2%) / 3) !important;
    padding: 0;
    width: 32.5% !important;
    margin-bottom: 25px;
    box-shadow: 0 0 0 0.5px #999999;
}
.wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0 !important;
}
.wishlist-index-index .product-item-photo .product-image-wrapper{
    padding-bottom: 0 !important;
    max-height: 140px;
    max-width: 100%;
}
.wishlist-index-index .product-item .special-price {
    display: inline-block;
    margin: 0;
    float: left;
}
.wishlist-index-index .product-item .old-price {
    display: inline-block;
    margin: 0 0 0 10px;
}
.wishlist-index-index .price-box .old-price .price{
    margin: 0;
}
.wishlist-index-index .products-grid.wishlist .product-item-comment {
    display: block;
    height: 75px;
    margin: 5px 0 10px;
    min-height: 70px;
    padding: 10px 15px !important;
}
.category-our-products .category-description,
.category-premium-herbs .category-description,
.category-chinese-herbs .category-description,
.category-floral-teas .category-description,
.category-health-teas .category-description{
    display: none;
}
.customer-account-logoutsuccess .column.main{
    min-height: 150px;
}
.customer-account-logoutsuccess .column.main p{
    text-align: center;
}
.customer-account-create .fieldset>.field:not(.choice)>.label,
.customer-account-create .fieldset>.field:not(.choice)>.control,
.customer-account-forgotpassword .fieldset>.field:not(.choice)>.label,
.customer-account-forgotpassword .fieldset>.field:not(.choice)>.control{
    width: 100%;
}
/* .page-main .container .container { padding: 0; width: 100%; } */


/* COMMON */
.navbar-nav a:hover{
    text-decoration: none;
}
.action.primary:hover,
.action.primary:focus,
.action.primary:visited {
    /* background: rgba(191, 98, 40, 0.1);
    border: 0;
    color: #fff; */
}
.cart-totals .grand .mark, 
.cart-totals .grand .amount, 
.opc-block-summary .table-totals .grand .mark, 
.opc-block-summary .table-totals .grand .amount {
    padding-top: 5px;
}
.cart.table-wrapper .product-item-photo {
    top: 0;
}
.cart.table-wrapper table .item-info .product-image-container{
    width: 70px !important;
}
#shopping-cart-table .item-actions .actions-toolbar {
    width: auto;
    display: flex;
    margin: -10px 0 0 0;
}
.cart-totals {
    border-top: 0px !important;
}
.cart-summary .block .fieldset{
    /* margin: 5px 0 25px 5px; */
    margin: 0 0 10px 0;
}
.cart-summary .block .fieldset .control .input-text{
    margin-bottom: 0;
    background-color: #ffffff;
}
.cart-summary .block .fieldset .control .input-text::placeholder{
    font-size: 13px;
}
.checkout-cart-index #discount-coupon-form .actions-toolbar .primary .action.primary{
    box-shadow: none;
}
.totals.shipping.excl .mark .value{
    display: inline-block;
    width: 100%;
    font-size: 13px;
    color: #1D1D1D;
}
.abs-discount-block .block .content, 
.cart-summary .block .content, 
.paypal-review-discount .block .content, 
.cart-discount .block .content {
    padding: 5px 0 10px;
}

.item-actions .action.action-delete,
#shopping-cart-table .item-actions .actions-toolbar .action-delete{
    background: transparent !important;
    height: auto;
    border: 0 !important;
    font: 600 16px/20px 'Open Sans' !important;
    text-transform: none;
    text-decoration: none;
    padding: 0;
    border-radius: 0;
    width: auto;
}
.item-actions .action.action-delete:hover,
#shopping-cart-table .item-actions .actions-toolbar .action-delete:hover{
    color: #ffffff;
    background: transparent !important;
}
.item-actions .action.action-delete span,
.wishlist-index-index .product-item-inner .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 span::before,
.wishlist-index-index .product-item-inner .action.delete span::before{
    content: '\f2ed';
    color: #ffffff;
    visibility: visible;
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    font-weight: 400;
    line-height: 38px;
    display: inline-block;
}
.wishlist-index-index .product-item-inner .box-tocart .field.qty{ display: flex; line-height: 40px; }
.wishlist-index-index .product-item-inner .box-tocart{ display: inline-block; float: left; width: auto; margin: 0 0 5px; }
.wishlist-index-index .product-item-inner .box-tocart .product-item-actions{ text-align: center; display: inline-block; float: left; margin: 0 0 0 0; }
.wishlist-index-index .product-item-inner > .product-item-actions{ float: right; margin: 0 0 0 0; height: 105px; text-align: center; display: flex; flex-direction: column; justify-content: flex-end; }

.wishlist-index-index .price-box .price-container .price { text-align: inherit; }

.items.order-links{ border-bottom: 1px solid #dddddd; display: inline-block; width: 100%; }
.items.order-links.rewards-links { margin-bottom: 0; border-bottom: 1px solid #dddddd; }
.order-links .item { margin: 1px 1px 0 1px; }
.order-links .item a { border: 0; background: #ffffff; color: #1D1D1D; padding: 0 25px; font-weight: 500; display: inline-block; }
.order-links .item a:hover, .order-links .item.current strong { 
    background: #BF1E2C;
    color: #ffffff;
    padding: 0px 25px;
    display: inline-block;
    border: 0;
    font-weight: 600; 
}
.order-details-items {
    margin-top: -1px;
    padding: 20px;
}
.order-details-items .order-title, 
.order-details-items .block-title{ margin-bottom: 15px; }
.order-details-items .order-title > strong, 
.order-details-items .block-title > strong{
    font-weight: 500;
    width: 100%;
    display: inline-block;
}
.order-details-items .order-title > .action, 
.order-details-items .block-title > .action{ margin-top: 1.5rem; margin-bottom: 1rem; margin-right: 20px; margin-left: 0; }
.rewards-referral-link{
    word-break: break-all;
}
.opc-wrapper .shipping-address-item {
    line-height: 22px;
    padding: 15px;
    font-size: 14px;
}
.checkout-onepage-success .page-title-wrapper a.print, .opc-wrapper .shipping-address-item:before{ display: none !important; }
.opc-wrapper .step-title, .opc-block-shipping-information .shipping-information-title, .opc-block-summary>.title, .checkout-agreements-items .checkout-agreements-item-title {
    border-bottom: 0;
    padding-bottom: 15px;
}
.catalog-category-view.page-layout-2columns-left #custom_main_container .sidebar.sidebar-main.remove-side-bar{
    display: none;
}
.catalog-category-view.page-layout-2columns-left #custom_main_container .sidebar.sidebar-main.remove-side-bar + .column.main{
    width: 100%;
    padding: 0 0 60px;
}

.page-print.account.page-layout-1column .actions-toolbar > .primary .action,
.page-print.account.page-layout-1column .actions-toolbar > .secondary .action,
.page-print .column.main > .order-details-items .actions-toolbar{
    display: none !important;
}

.product-details-wrapper .product.attribute.overview .value p{ margin-bottom: 15px; }
.product-details-wrapper .product.attribute.overview .value p:last-child{ margin-bottom: 0; }
.form.send.friend{ margin: 0 0 60px 0; width: 600px; max-width: 100%; }
.form.send.friend .fieldset .legend{ border-bottom: 1px solid #f5f5f5; margin-bottom: 15px; padding-bottom: 5px; }
.form.send.friend .fieldset > .field .label, .form.send.friend .fieldset > .field .control{ width: 100% !important; }
.form.send.friend .fieldset > .field .label{ text-align: left; padding-bottom: 5px; }

.column.main > .order-details-items .actions-toolbar{ text-align: right; }
.column.main > .order-details-items .actions-toolbar > .action{ color: #BF1E2C; }
.column.main > .order-details-items .order-title > .action{ color: #BF1E2C; margin-top: 10px; margin-bottom: 10px; margin-left: 0; }
.column.main > .order-details-items .actions-toolbar > .action:hover, .column.main > .order-details-items .order-title > .action:hover{ color: #333333 !important; }
.column.main > .order-details-items .order-title > .action.track{ display: none !important; }

/* CUSTOM CONTAINER CLASS TO SPECIFIC PAGE */
.shipping-tracking-popup .column.main {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.block.discount > .content{ display: none; }
.block.discount.active > .content{ display: block; }
.block.discount .amgiftcard-info{ display: inline-block; width: 100%; margin-bottom: 6px; }
.block.discount .amgiftcard-info > div{ display: inline-block; float: left; margin-right: 25px; }
.gift-card-content > .content{ display: block !important; }

.page-with-filter.category-premium-herbs #aw-filter-price,
.page-with-filter.category-chinese-herbs #aw-filter-price,
.page-with-filter.category-floral-teas #aw-filter-price,
.page-with-filter.category-health-teas #aw-filter-price,
.page-with-filter.category-our-products #aw-filter-price{
    display: none !important; 
}

.cart-discount .block.discount {
    width: 100% !important;
}

.amgiftcard-apply-code .block{
    margin-bottom: 30px;
}
.amgiftcard-apply-code .block > .title{ 
    color: #ffffff; 
    background: #BF1E2C; 
    padding: 10px 15px;
    margin-bottom: 0px;
    cursor: pointer;
}
.amgiftcard-apply-code .block > .title strong{ 
    font: 700 20px/26px 'Open Sans';
    color: #ffffff;
}
.amgiftcard-apply-code .block > .title::after{
    content: '\f107';
    font-size: 15px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    float: right;
    line-height: 24px;
    color: #ffffff;
    margin: 1px;
}
.amgiftcard-apply-code .block.active > .title::after{
    content: '\f106';
}
.amgiftcard-apply-code .block > .content{
    padding: 15px;
    border: 1px solid #eee;
    border-top: 0;
}
.amgiftcard-apply-code .block > .content form.amgiftcard-form{
    margin-bottom: 0;
}
.sendfriend-product-send .actions-toolbar .action.add{
    margin-top: 0px !important;
}
.form.send.friend .fieldset.recipients .actions-toolbar{
    justify-content: center !important;
}
.form.send.friend #recipients-options .fields.additional .actions-toolbar{
    height: 30px;
    background: #ffffff;
}
.form.send.friend #recipients-options .fields.additional .secondary .action.remove{
    font: 600 16px/18px 'Open Sans';
    letter-spacing: 0px;
    color: #ffffff;
    float: right;
    text-align: right;
    position: absolute;
    right: 20px;
    left: auto;
}
.amgiftcard-preview-index .wrapper-inner .main .logo{ margin: 0 0 0 0; }
.amgiftcard-preview-index .wrapper-inner .main .main-content .message-container td{ padding: 10px 0; }
.amgiftcard-preview-index .wrapper-inner .main .footer .closing{ margin: 0 0 0 0; font-weight: 600; }
.amgiftcard-tooltip{ background-color: #ffffff; padding: 8px; font-size: 12px; color: #ffffff; }
.product-details-wrapper .product-specification-main .amgiftcard-button{
    display: inline-block;
    padding: 0 25px;
    font-family: 'Futura';
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    word-break: break-all;
    background: #BF1E2C;
    border-radius: 30px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
}
.product-details-wrapper .product-specification-main .amgiftcard-button:hover {
    background: #BF1E2C;
}
.amgiftcard-image.-selected,
.amgiftcard-image:hover {
    padding: 0;
    cursor: pointer;
    border: 2px solid #BF1E2C;
}
#amgiftcard_amount_custom_block > div > span{ margin-right: 10px; }
#amgiftcard_amount_custom_block > div > span .price{ font-weight: 600; }

.product-details-wrapper .product-specification-main .amgiftcard-icon {
    display: inline-block;
    min-width: 25px;
    min-height: 25px;
    margin-right: 5px;
    margin-top: -3px;
    vertical-align: middle;
}
.page-product-amgiftcard .box-tocart.boxed-contents.qty-count,
.page-product-amgiftcard .box-tocart.boxed-contents.qty-count .actions{
    margin-top: 0px !important;
    padding-top: 0px;
}
.page-product-amgiftcard .box-tocart.boxed-contents.qty-count .box-title,
.page-product-amgiftcard .box-tocart.boxed-contents.qty-count .box-details{
    display: none !important;
}


/* DEFAULT CMS CUSTOM CONTENT PAGES CSS */
.custom-content-listing{ display: inline-block; width: 100%; padding: 60px 0; margin: 0; }
.custom-content-listing > h2 {margin: 25px 0 10px;padding: 0;color: #1D1D1D;font-weight: 600;}
.custom-content-listing > h3 {margin: 25px 0 10px;padding: 0;color: #1D1D1D;font-weight: 600;}
.custom-content-listing > h4 { margin: 25px 0 10px; padding: 0; color: #1D1D1D; font-weight: 600; }
.custom-content-listing > h5 { font-family: 'Open Sans'; margin: 25px 0 10px; padding: 0; color: #1D1D1D; font-weight: 600; }
.custom-content-listing > h6 {margin: 25px 0 10px;padding: 0;color: #1D1D1D;font-weight: 600;}
.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: 0 0 15px; }
.custom-content-listing > p { text-align: justify;letter-spacing: 0px;color: #4E4E4E;opacity: 1;margin-bottom: 15px; line-height: 25px;}
.custom-content-listing > p strong, .custom-content-listing strong{font-weight: 700;}
.custom-content-listing > p a {letter-spacing: 0px; color: #BF1E2C; display: inline-block;}
.custom-content-listing > p a:hover{color: #0075aa;}
.custom-content-listing > ul,
.custom-content-listing > ol{margin: 0 0 15px 0;padding: 0 0 0 40px;display: inline-block;width: 100%;list-style-position: inherit;}
.custom-content-listing > ul ul,
.custom-content-listing > ul ol,
.custom-content-listing > ol ul,
.custom-content-listing > ol ol{margin: 10px 0;padding: 0 0 0 10px;display: inline-block;width: 100%;list-style: none;}
.custom-content-listing > ul > li,
.custom-content-listing > ol > li{letter-spacing: 0px;color: #4E4E4E;opacity: 1;margin: 0 0 10px 0;padding: 0;line-height: 25px;}
.custom-content-listing > ul > li:last-child,
.custom-content-listing > ol > li:last-child{margin: 0 0 0 0 !important;}
.custom-content-listing > ul > li::before,
.custom-content-listing > ol > li{text-align: left !important;letter-spacing: 0px;color: #4E4E4E;opacity: 1;margin: 0 0 5px 0;padding: 0 0 0 0;}
.custom-content-listing > ul > li li,
.custom-content-listing > ol > li li{text-align: left !important;letter-spacing: 0px;color: #4E4E4E;opacity: 1;margin: 0 0 5px 0;padding: 0 0 0 0;}
.custom-content-listing > ul > li a,
.custom-content-listing > ol > li a{color: #BF1E2C;}
.custom-content-listing > ul > li a:hover,
.custom-content-listing > ol > li a:hover{color: #0075aa;}

@media only screen and (max-width: 639px) {
.custom-content-listing > ul, .custom-content-listing > ol { padding-left: 30px; }
.custom-content-listing { padding: 30px 0; }
}

/* CMS PAGE DESIGNING */
.cmspage-wrapper{
    display: inline-block;
    width: 100%;
    float: left;
    padding: 50px 0;
}
.cmspage-wrapper .title-name{
    font: 700 50px/64px 'Open Sans';
    letter-spacing: 0px;
    color: #ffffff;
    text-shadow: 0px 3px 50px #2352E029;
}
.cmspage-wrapper .custom-content-listing{
    padding: 0;
}
.cmspage-wrapper .custom-content-listing h3{
    text-align: left;
    font: 700 20px/30px 'Open Sans';
    letter-spacing: 0px;
    color: #0E4C79;
    margin: 20px 0 30px;
    display: inline-block;
    width: 100%;
}



.catalog-category-view.page-layout-2columns-left .column.main > .category-description{ display: none !important; }
.cms-terms-conditions .table-bordered{ border: 1px solid #dee2e6 !important; }
.cms-terms-conditions .table td{ padding: 7px !important; font: 400 14px/20px 'Open Sans'; border: 1px solid #dee2e6; }
#amgiftcard-form .amactions-toolbar { display: flex; justify-content: flex-start; }
#amgiftcard-form .amactions-toolbar > .action { margin-right: 10px; }
.checkout-index-index .checkout-payment-method .payment-option-title { border-top: 0; padding: 12px 15px; background: #BF1E2C; margin-bottom: 10px; }
.checkout-index-index .checkout-payment-method .payment-option-content { padding: 15px; margin: -10px 0 15px; border: 1px solid #eeeeee; border-top: 0; }
.checkout-index-index .checkout-payment-method .payment-option-content .form.form-discount{ 
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center; 
}
.checkout-payment-method .payment-option-inner{
    width: 100%;
}
.checkout-index-index .checkout-payment-method .payment-option-content .form.form-discount .actions-toolbar{ 
    justify-content: flex-end;
    flex-direction: row;
    width: 100%;
 }
.checkout-index-index .checkout-payment-method .payment-option-content .form.form-discount .actions-toolbar .action{ margin: 0 0 0 10px;
    box-shadow: none; }
.enquiry-side-bar div#aw-filter-price { display: none; }
.abs-revert-secondary-color:hover, .abs-revert-to-action-secondary:hover, .paypal-review .block .actions-toolbar .action.primary:hover, .abs-discount-block .actions-toolbar .action.primary:hover, .abs-discount-block .actions-toolbar .action.cancel:hover, .block-compare .action.primary:hover, .cart-summary .block .actions-toolbar>.primary .action.primary:hover, .abs-discount-code .form-discount .actions-toolbar .primary .action:hover, .cart-summary .form.giftregistry .fieldset .action.primary:hover, .paypal-review-discount .actions-toolbar .action.primary:hover, .paypal-review-discount .actions-toolbar .action.cancel:hover, .cart-discount .actions-toolbar .action.primary:hover, .cart-discount .actions-toolbar .action.cancel:hover, .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover{
    background-color: #BF1E2C;
}


.billing-address-same-as-shipping-block.field.choice {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}
.billing-address-same-as-shipping-block.field.choice label {
    margin: 0 0 0 10px;
}

.cms-page-view.page-layout-1column .columns .column.main{}

.category-about-us .columns,
.category-gallery .columns,
.category-shuttle-bus-service-sign-up .columns,
.category-tampines-pasir-ris-cargo-shuttle-tpcs .columns,
.category-contact-us .columns,
.cms-thank-you .columns,
.category-our-services .columns,
.catalog-product-view .columns,
.category-our-story .columns,
.catalogsearch-result-index .columns,
.category-shop-by-brands .columns,
.blog-page .columns,
.page-with-filter.page-products.page-layout-2columns-left .columns{
    display: inline-block;
    width: 100%;
    float: left;
}
.category-about-us .columns > .container,
.category-gallery .columns > .container,
.category-shuttle-bus-service-sign-up .columns > .container,
.category-tampines-pasir-ris-cargo-shuttle-tpcs .columns > .container,
.category-contact-us .columns > .container,
.cms-thank-you .columns > .container,
.category-our-services .columns > .container,
.catalog-product-view .columns > .container,
.category-our-story .columns > .container,
/* .catalogsearch-result-index .columns > .container, */
.blog-page .columns > .container,
.page-with-filter.page-products.page-layout-2columns-left .columns > .container{
    width: 100% !important;
    padding: 0 !important;
}
.category-cms, .category-image, .category-description{
    margin-bottom: 0;
}
.category-description {
    display: inline-block;
    width: 100%;
    float: left;
}
.category-about-us .columns .column.main,
.category-gallery .columns .column.main,
.category-shuttle-bus-service-sign-up .columns .column.main,
.category-tampines-pasir-ris-cargo-shuttle-tpcs .columns .column.main,
.category-our-services .columns .column.main,
.category-contact-us .columns .column.main,
.category-our-story .columns .column.main,
.category-shop-by-brands .columns .column.main,
.blog-page .columns .column.main{
    padding-top: 0;
}

.account .messages {
    margin-bottom: 0;
}
.cart-totals tbody .mark .label, .cart-totals tfoot .mark .label{
    color: #1D1D1D;
    font-size: 16px;
}
.cms-thank-you .breadcrumb-section,
.cms-thank-you .page-footer .subscribe-wrapper{
    display: none !important;
}
.category-gallery .columns,
.category-shuttle-bus-service-sign-up .columns,
.category-tampines-pasir-ris-cargo-shuttle-tpcs .columns,
.cms-thank-you .columns .column.main{
    padding: 0 !important;
}
.catalogsearch-result-index .columns{
    padding: 0 !important;
    max-width: 100% !important;
}
.catalogsearch-result-index .search.results .container {
    width: 100%;
    padding: 0;
}
.category-faqs .page-title-wrapper .page-title .base{
    text-transform: capitalize;
}
.mst-searchautocomplete__highlight {
    font-weight: 600;
    color: #BF1E2C;
}
.cms-noroute-index .page-title-wrapper .page-title .base{
    text-align: left;
    color: #1d1d1d;
}
.cms-no-route.cms-noroute-index .column.main .disc li a,
.cms-no-route .column.main .disc li a{
    min-width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    font-weight: 700 !important;
    line-height: normal !important;
    background: transparent;
    color: #337ab7 !important;
    text-transform: unset;
}
.cms-no-route.cms-noroute-index .column.main .disc li a:hover,
.cms-no-route .column.main .disc li a:hover{
    background: transparent !important;
    text-decoration: underline;
    color: #1d1d1d !important;
}

/* VES MEGA-MENU */
.ves-menu{
    margin: 0;
    padding: 0;
}
.ves-menu .ves-megamenu{
    background: transparent;
    float: none;
    margin: 0 auto;
    width: auto;
    display: table;
}
.ves-megamenu .dropdown.submenu-left{
    margin: 0;
}
.ves-megamenu .dropdown.submenu-right {
    margin: 0;
}
.ves-megamenu li.level0{
    margin: 0;
}
.ves-megamenu li.level0 + li.level0{
    margin: 0 0 0 25px;
}
.ves-megamenu li.level0 > a{
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: left;
    font: 700 16px/55px 'Open Sans';
    letter-spacing: 0.36px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
}
.ves-megamenu li.level0 > a::after{
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: transparent 0% 0% no-repeat padding-box;
    border: 0;
    border-radius: 0;
    opacity: 1;
}
.ves-megamenu li.level0:hover > a,
.ves-megamenu li.level0.active > a {
    color: #ffffff !important;
    background: transparent !important;
    outline: none;
}
.ves-megamenu li.level0:hover > a::after,
.ves-megamenu li.level0.active > a::after {
    background: #00618D 0% 0% no-repeat padding-box;
    opacity: 1;
}
.ves-megamenu li.level0 > a > .caret {
    border: 0;
    width: 10px;
    height: 45px;
    float: right;
    margin: 0 0 0 3px;
    background-image: url('../images/down.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 7px;

    display: none;
}

@media only screen and (min-width: 768px){
    .navigation .level0 > .submenu {
        background: #fff;
        border: 0 !important;
        border-radius: 0 0 20px 20px;
        box-shadow: 3px 13px 26px rgb(0, 0, 0, 0.16) !important;
        min-width: 230px;
        width: 770px !important;
        max-width: 100%;
        padding: 15px;
        left: auto !important;
        right: 0 !important;
    }
    .navigation .level0 .submenu a {
        display: block;
        font-size: 14px;
        line-height: 40px;
        color: #1E1E1E;
        padding: 0;
        font-weight: 600;
        letter-spacing: 0;
    }
    .navigation .level0 .submenu a:hover{
        background: transparent;
        color: #BF1E2C;
    }
    .navigation .level0 .submenu .active>a{
        border: 0 !important;
    }

    .megamenu-sidebar.right-sidebar{
        max-width: 175px;
        max-height: 236px;
        display: inline-block;
        float: right;
        width: 30% !important;
    }
    .ves-menu .megamenu-sidebar.right-sidebar .side-section{
        position: relative;

        display: inline-flex;
        display: -webkit-inline-flex;
        align-items: flex-start;
    }
    .ves-menu .megamenu-sidebar.right-sidebar .side-section .imageArea{
        display: inline-block;
        width: 100%;
    }
    .ves-menu .megamenu-sidebar.right-sidebar .side-section .imageArea img{
        width: 100%;
    }
    .ves-menu .megamenu-sidebar.right-sidebar .side-section .contentArea{
        position: absolute;
        left: 0;
        top: 0;

        padding: 15px;
        margin: 0;
        width: 100%;
        text-align: left;
    }
    .ves-menu .megamenu-sidebar.right-sidebar .side-section .contentArea h3{
        text-align: left;
        font: 700 18px/25px 'Open Sans';
        letter-spacing: -0.64px;
        color: #1D1D1D;
        opacity: 1;
        margin: 0 0 15px;
    }
    .ves-menu .megamenu-sidebar.right-sidebar .side-section .contentArea .btnTheme{
        min-width: auto;
        width: auto;
        font-size: 12px !important;
        padding: 0 10px !important;
        height: 35px !important;
        line-height: 33px !important;
        
        border: 2px solid #1D1D1D !important;
        background: transparent !important;
        -webkit-background-clip: unset !important;
        -webkit-text-fill-color: unset !important;
        color: #1D1D1D !important;
    }
    .ves-menu .megamenu-sidebar.right-sidebar .side-section .contentArea .btnTheme:hover{
        background: #ffffff !important;
        color: #1D1D1D !important;
    }

    /* CUSTOM FOR AIRMART */
    .navigation .level0 .submenu.dropdown-mega{}
    .navigation .level0 .submenu.dropdown-mega > .content-wrap{
        display: inline-block;
        width: 100%;
    }
    .navigation .level0 .submenu.dropdown-mega > .content-wrap > .megamenu-content{
        width: 70% !important;
        display: inline-block;
        float: left;
        position: relative;
    }

    /**/
    .level1.ves-column1 > .item-content1 > .mega-col{
        width: 55%;
        height: 260px;
        overflow: auto;
    }
    .submenu.dropdown-mega .megamenu-content .level1.submenu-left{
        position: unset;
        text-align: left;
    }
    .submenu.dropdown-mega .megamenu-content .level1.submenu-left > a{
        display: inline-flex;
        display: -wenkit-inline-flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        float: left;
        border: 0 !important;

        text-align: left;
        font: 500 16px/22px 'Open Sans';
        letter-spacing: 0px;
        color: #4E4E4E;
        opacity: 1;
        
        margin: 2px 0;
        padding: 5px 8px;
        background-color: transparent;
        border-radius: 10px;
    }
    .submenu.dropdown-mega .megamenu-content .level1.submenu-left > a > .caret{
        border: 0;
        width: 10px;
        height: 25px;
        float: right;
        background-image: url('../images/right-arrow.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 7px;
    }
    .submenu.dropdown-mega .megamenu-content .level1.submenu-left > a > .caret{
        border: 0;
        width: 10px;
        height: 25px;
    }
    .submenu.dropdown-mega .megamenu-content .level1.submenu-left > a > .caret::after{
        content: '\f105';
        text-align: center;
        font: 700 15px/22px 'Font Awesome 5 Free';
        float: right;
        color: #1D1D1D;
        display: inline-block;
        position: relative;
    }

    .submenu.dropdown-mega .megamenu-content .level1.submenu-left:hover > a/* ,
    .submenu.dropdown-mega .megamenu-content .level1.submenu-left.active > a,
    .submenu.dropdown-mega .megamenu-content .level1.submenu-left.subhover > a */{
        background-color: #F5F7F4;
        color: #1D1D1D;
    }
    .ves-megamenu.menu-hover .subhover:hover .dropdown-menu {
        padding: 0 0 0 10px;
        box-shadow: none !important;
        background: transparent;
        top: 0 !important;
        left: 55% !important;
        right: 0 !important;
        min-width: auto;
        width: 45% !important;
    }

    /* 2rd level */
    .level2.ves-column1 > .item-content1 > .mega-col{
        max-height: 245px;
        overflow: auto;
    }
    .submenu.dropdown-mega .megamenu-content .level2.submenu-left > a {
        display: inline-block;
        width: 100%;
        float: left;

        text-align: left;
        font: 500 15px/22px 'Open Sans';
        letter-spacing: 0px;
        color: #4E4E4E;
        
        /*white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;*/
        margin: 2px 0;
        padding: 2px 0;
    }
    .submenu.dropdown-mega .megamenu-content .level2.submenu-left:hover > a {
        color: #BF1E2C;
    }
    .submenu.dropdown-mega .megamenu-content .level2.submenu-left.child-view-all > a{
        margin: 35px 0 0 0;
    }
    .submenu.dropdown-mega .megamenu-content .level2.submenu-left.child-view-all > a::after{
        content: '\f105';
        text-align: center;
        font: 700 14px/22px 'Font Awesome 5 Free';
        float: right;
        color: #4E4E4E;
        display: inline-block;
        position: relative;
    }
    .submenu.dropdown-mega .megamenu-content .level2.submenu-left.child-view-all:hover > a::after {
        color: #BF1E2C;
    }
}
/* END VES MEGA-MENU */

dl ul.disc{
    margin-bottom: 30px;
    display: inline-block;
}
ul.disc li{
    margin: 10px 0;
    display: list-item;
    width: 100%;
}
ul.disc li:first-child{
    margin: 0 0 10px 0;
}
ul.disc li:last-child{
    margin: 10px 0 0 0;
}
ul.disc li:last-child > a,
ul.disc li:last-child > .separator{
    display: inline-block;
    margin: 15px 0 0;
}


.label{
    text-align: left;
    font: 400 15px/22px 'Open Sans';
    letter-spacing: 0px;
    color: #1D1D1D;
    text-transform: capitalize;
    opacity: 1;
    padding: 0;
}
legend.label{
    text-align: left;
    font: 600 19px/35px 'Open Sans';
    letter-spacing: 0px;
    color: #1D1D1D;
    text-transform: capitalize;
    opacity: 1;
    padding: 5px 0;
}


/* REVIEW FORM - PRODUCT DETAILS */
.product-info-main .product-reviews-summary {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    height: auto;
    display: inline-flex;
}
.review-actions > a.action.add{
    text-align: left;
    font: 400 14px/25px 'Open Sans';
    letter-spacing: 0.28px;
    color: #4E4E4E;
    opacity: 1;
}
.review-form {
    width: 500px;
    max-width: 100%;
}
.review-form .fieldset{
    margin: 0;
}
.review-form .fieldset .field .input-text{
    margin: 0;
}
.review-form .actions-toolbar .action.primary{
    overflow: hidden;
    min-width: 140px;
    width: auto;
    height: 50px;
    display: inline-block !important;
    margin: 0;
    border-radius: 50px;
    box-shadow: none !important;
    position: relative;
    border: 0 !important;
    opacity: 1 !important;
    text-align: center !important;
    font: 700 16px/50px 'Open Sans' !important;
    letter-spacing: 0.32px !important;
    color: #FFFFFF !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    padding: 0px 30px !important;

    background: #1d1d1d 0% 0% no-repeat padding-box !important;
}
.review-form .actions-toolbar .action.primary:hover{
    background: transparent linear-gradient(211deg, #BF1E2C 0%, #BF1E2C 100%) 0% 0% no-repeat padding-box !important;
    color: #FFFFFF !important;
}

.review-field-rating{
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center !important;
    justify-content: flex-start !important;
}
.review-field-rating > label{
    margin: 5px 15px 5px 0 !important;
}

.review-field-rating .control {
    margin-bottom: 30px;
    margin-top: 5px;
}
/* Stars Unselected */
.review-control-vote::before,
.rating-summary .rating-result>span::before,
.rating-summary .rating-result::before{
    font-weight: 400;
    font-family: 'Font Awesome 5 Free';
}
.review-control-vote::before,
.rating-summary .rating-result>span::before,
.rating-summary .rating-result::before {
    content: '\f005' '\f005' '\f005' '\f005' '\f005';
}
/* Stars Selected */
.review-control-vote label::before,
.rating-summary .rating-result>span::before{
    color: #F19C1E;
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
}
.review-control-vote label::before, 
.review-control-vote::before {
    font-size: 25px;
    height: 25px;
    letter-spacing: 10px;
    line-height: 25px;
}
.rating-summary .rating-result {
    width: 100%;
}

.review-control-vote .rating-1:before {
    content: '\f005';
}
.review-control-vote .rating-2:before {
    content: '\f005' '\f005';
}
.review-control-vote .rating-3:before {
    content: '\f005' '\f005' '\f005';
}
.review-control-vote .rating-4:before {
    content: '\f005' '\f005' '\f005' '\f005';
}
.review-control-vote .rating-5:before {
    content: '\f005' '\f005' '\f005' '\f005' '\f005';
}

/* Account Review Page CSS */
.account .customer-review.view .product-image-photo{
    position: absolute;
}
.account .customer-review.view .stars {
    padding: 0 2px;
    width: auto;
}
.table-reviews .product-name > a, 
.block-reviews-dashboard .product-name > a{
    color: #1e1e1e;
    font-weight: 600;
    font-family: Barlow;
}
.table-reviews .product-name > a:hover, 
.block-reviews-dashboard .product-name > a:hover{
    color: #BF1E2C;
    font-weight: 600;
    font-family: Barlow;
}
.grecaptcha-badge{
    z-index: 15;
}

/* Review Form Product Details Page  */
.block.review-add,
.block.review-list{
    display: inline-block;
    width: 50%;
    float: left;
}
.review-add .block-content .fieldset .review-legend.legend strong {
    display: inline-block;
    font-weight: 600;
    margin: 0 0 0 5px;
}
.review-add .block-content .action-toolbar{}
.review-add .block-content .actions-toolbar > .actions-primary{
    width: 100%;
    text-align: center;
}
.review-add .block-content .actions-toolbar > .actions-primary .action.primary{
    float: none;
}

.cart-empty a {
    color: #BF1E2C;
}
/* Details Page Popup CSS */
.fancybox-slide--iframe .fancybox-content{
    margin: 25px 0;
    padding: 0;
    width: 80% !important;
    height: 550px !important;
    max-width: 96%;
    max-height: calc(100vh - 50px);
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
}
.fancybox-slide--iframe .fancybox-close-small{
    top: 5px;
    right: 10px;
}
.fancybox-close-small::after {
    content: '\f057';
    width: 30px;
    height: 30px;
    font: 700 30px/30px 'Font Awesome 5 Free' !important;
    color: #B4B4B4;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .25s;
    box-sizing: border-box;
    z-index: 2;
}
.fancybox-slide--iframe .fancybox-close-small:hover::after{
    color: #ffffff;
}
.fancybox-iframe{
    width: 100%;
}
.fancybox-slide--iframe .fancybox-iframe html body .page-wrapper .page-header{
    display: none !important;
}
#aw-layered-nav-popup{
    display: none !important;
}
.actions-toolbar > .secondary:last-child{
    margin: 0;
}
#registration .action.primary{
    margin-top: 10px;
}

/* Slider Bullets */
.tp-revslider-mainul{
    position: relative;
}
.tp-revslider-mainul li{
    position: relative;
}
.tp-revslider-mainul li .tp-bgimg.defaultimg::after{
    /* content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.35);
    mix-blend-mode: multiply; */
}
.tp-revslider-mainul li .tp-caption.tp-resizeme {
    text-transform: capitalize !important;
}
.tp-revslider-mainul li .tp-caption.rev-btn{
    margin: 15px 0 0 0 !important;
    min-width: 170px !important;
    text-align: center !important;
    height: 45px;

    padding: 0 15px !important;
    border: 1px solid #ffffff !important;
    border-radius: 7px !important;
    text-transform: uppercase;
    font: 600 15px/45px 'Open Sans' !important;
}
.tp-revslider-mainul li .tp-caption.rev-btn::after {
    content: '';
    display: inline-block;
    background-image: url('../images/icon-right-white.png');
    background-size: inherit;
    background-position: center center;
    background-repeat: no-repeat;
    width: 9px;
    height: 12px;
    margin: 0 0 0 10px;
}
.tp-revslider-mainul li .tp-caption.rev-btn:hover {
    border-color: #bf1e2c !important;
}

.hesperiden.tp-bullets{
    left: 10% !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
    transform: initial !important;
}
.hesperiden .tp-bullet{
    width: 14px !important;
    height: 14px !important;
    border-radius: 50px !important;
    margin: 0 20px 0 0 !important;
    border: 0 !important;
    background: #ffffff !important;
    box-shadow: none;
}
.hesperiden .tp-bullet:hover, 
.hesperiden .tp-bullet.selected{
    background-color: #BF1E2C !important;
    box-shadow: none !important;
}
/* Slider Bullets */
/* Slider Navigations */
.hesperiden.tparrows{
    background: transparent !important;
    width: 67px !important;
    height: 20px !important;
    display: inline-block !important;
    border-radius: 0 !important;
}
.hesperiden.tparrows::before {
    content: '';
    margin: 0 !important;
    display: block !important;
    font-size: 0px !important;
    line-height: 20px !important;
    text-align: center !important;
    opacity: 1 !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.hesperiden.tparrows:hover::before {
    opacity: 1 !important;
}
.hesperiden.tp-leftarrow.tparrows::before{
    background-image: url('../images/arrow-left-dark.png');
    content: '';
}
.hesperiden.tp-leftarrow.tparrows:hover::before{
    background-image: url('../images/arrow-left.png');
}
.hesperiden.tp-rightarrow.tparrows::before{
    background-image: url('../images/arrow-right-dark.png');
    content: '';
}
.hesperiden.tp-rightarrow.tparrows:hover::before{
    background-image: url('../images/arrow-right.png');
}
/* Slider Navigations */

/* Reward Social Links Alignment */
.block-rewards-referral-list div.rewards-social-buttons div.tw{
    top: 1px;
}
.fb .fb-like,
.fb .fb-share-button{
    display: inline-block !important;
}
.fb .fb-like span,
.fb .fb-share-button span{
    height: 20px !important;
}
/* End Reward Social Links Alignment */


.checkout-cart-index .page-main{
    padding: 0 !important;
}
.checkout-cart-index .page-main .columns{
    max-width: 100% !important;
    padding: 0 !important;
}
.checkout-cart-index .columns > .container{
    width: 100% !important;
    padding: 0 !important;
}
.checkout-cart-index .columns .column.main .reward-message,
.checkout-cart-index .columns .column.main .cart-container,
.checkout-cart-index .columns .column.main .cart-empty{
    max-width: 1170px;
    display: block;
    margin: 0 auto 30px;
}

/* Rewards Points */
.rewards__checkout-cart-usepoints{}
.rewards__checkout-cart-usepoints .discount-form{}
.rewards__checkout-cart-usepoints .discount-form > p{
    line-height: 18px;
    font-size: 14px;
}
.rewards__checkout-cart-usepoints .discount-form > .input-box{
    display: inline-flex;
    flex-direction: column-reverse;
    width: 100%;
}
.rewards__checkout-cart-usepoints .discount-form > .input-box input{
    background-color: #ffffff;
}
.rewards__checkout-cart-usepoints .discount-form > .input-box label{
    font: 600 15px/24px 'Open Sans' !important;
    color: #333333 !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
}
.rewards__checkout-cart-usepoints .discount-form > .buttons-container{
    margin: 0;
}
.rewards__checkout-cart-usepoints .discount-form > .buttons-container .button.action,
.cart-summary .block .actions-toolbar>.primary .action.primary{
    width: 100%;
    margin: 0;
}
.rewards__checkout-cart-usepoints .discount-form > .buttons-container .button.action + .button.action{
    width: 100%;
    margin: 5px 0 0 0;
}
/* Rewards Points */


/* Login Account Page Social Buttons */
.block.social-login-authentication-channel.account-social-login .block-content{
    text-align: center;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.customer-account-create .account-social-login, 
.customer-account-login .account-social-login{}
.account-social-login .actions-toolbar.social-btn{
    margin: 5px 10px;
}
.account-social-login .actions-toolbar.social-btn > .btn-social{
    color: #ffffff;
    position: relative;
}
.account-social-login .actions-toolbar.social-btn > .btn-social .fa-facebook,
.account-social-login .actions-toolbar.social-btn > .btn-social .fa-google{
    display: none;
}
.btn-social > :first-child{
    height: 34px;
}
.account-social-login .actions-toolbar.social-btn > .btn-social.btn-facebook::before{
    content: '\f39e';
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    font-size: 19px;
    line-height: 34px;
    font-family: 'Font Awesome 5 Brands';
    display: inline-block;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
}
.account-social-login .actions-toolbar.social-btn > .btn-social.btn-google::before{
    content: '\f1a0';
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    font-size: 19px;
    line-height: 34px;
    font-family: 'Font Awesome 5 Brands';
    display: inline-block;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
}
/* Login Account Page Social Buttons */

.abs-toggling-title.active:after,
.abs-cart-block>.title.active:after,
.minicart-items .product .toggle.active:after,
.abs-discount-block .block>.title.active:after,
.cart-summary .block>.title.active:after,
.paypal-review-discount .block>.title.active:after,
.cart-discount .block>.title.active:after{
    content: '\e621'
}
.product-details-wrapper .giftcard-info .calendar-icon {
    top: -55px;
}
.cms-privacy-policy .breadcrumb-section,
.cms-terms-conditions .breadcrumb-section{
    display: none;
}
.cms-privacy-policy .page-main .page-title-wrapper,
.cms-terms-conditions .page-main .page-title-wrapper{
    margin-top: 30px;
}
.cms-privacy-policy .custom-content-listing,
.cms-terms-conditions .custom-content-listing{
    padding: 0 0 60px;
}
.fancybox-lock body{
    overflow: unset !important;
}
.checkout-onepage-success .page-main .columns .column.main{
    min-height: auto !important;
}
.checkout-onepage-success .actions-toolbar .primary .action.primary,
.checkout-onepage-success .checkout-success button.action.secondary{
    float: none !important;
    margin: 0 0 30px;
}
.payment-method-title .label + .page.messages{
    margin: 0 0 0 10px;
}

.checkout-onepage-success .checkout-success p{
    max-width: 100% !important;
}
.checkout-onepage-success .checkout-success p > img{
    margin: 15px 0;
    max-height: 300px;
    max-width: 100%;
}
.checkout-index-index .fieldset .payment-method .field legend {
    border: 0;
}
/* 19052021 */
.product-options-wrapper > .fieldset > .field{ align-items: flex-start; flex-direction: column; margin: 0 0 15px; }
.product-options-wrapper > .fieldset > .field > .label{ width: 100%; margin: 0 0 5px 0 }
.product-options-wrapper > .fieldset > .field > .control{ width: 100%; margin: 0; }
.product-options-wrapper > .fieldset > .field > .label > span{ font-weight: 600; font-size: 20px; line-height: 20px; color: #1D1D1D; text-transform: capitalize; }
.product-options-wrapper > .fieldset > .field > .control > .field.choice > .label{ margin: 0 0 0 0; position: relative; top: 2px; }