
@font-face {
    font-family: 'Georgia';
    src: url('fonts/Georgia.woff2') format('woff2'),
        url('fonts/Georgia.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir Next';
    src: url('fonts/AvenirNext-Regular.woff2') format('woff2'),
        url('fonts/AvenirNext-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('fonts/AvenirNext-Italic.woff2') format('woff2'),
        url('fonts/AvenirNext-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir Next Demi';
    src: url('fonts/AvenirNext-DemiBold.woff2') format('woff2'),
        url('fonts/AvenirNext-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('fonts/AvenirNext-Medium.woff2') format('woff2'),
        url('fonts/AvenirNext-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Comme';
    src: url('fonts/Comme-Regular.woff2') format('woff2'),
        url('fonts/Comme-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Comme';
    src: url('fonts/Comme-SemiBold.woff2') format('woff2'),
        url('fonts/Comme-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Comme';
    src: url('fonts/Comme-Medium.woff2') format('woff2'),
        url('fonts/Comme-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Comme';
    src: url('fonts/Comme-Light.woff2') format('woff2'),
        url('fonts/Comme-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Comme';
    src: url('fonts/Comme-Bold.woff2') format('woff2'),
        url('fonts/Comme-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}



/* MARGINS & PADDINGS */
ul, ol {
padding-left:10px;
}
.p-xxs {
padding: 5px !important;
}
.p-xs {
padding: 10px !important;
}
.p-sm {
padding: 15px !important;
}
.p-m {
padding: 20px !important;
}
.p-md {
padding: 25px !important;
}
.p-lg {
padding: 30px !important;
}
.p-t-xl {
padding-top: 40px !important;
}
.p-b-xl {
padding-bottom: 40px !important;
}
.m-xxs {
margin: 2px 4px;
}
.m-xs {
margin: 5px;
}
.m-sm {
margin: 10px;
}
.m {
margin: 15px;
}
.m-md {
margin: 20px;
}
.m-lg {
margin: 30px;
}
.m-xl {
margin: 50px;
}
.m-n {
margin: 0 !important;
}
.m-l-none {
margin-left: 0;
}
.m-l-xs {
margin-left: 5px;
}
.m-l-sm {
margin-left: 10px;
}
.m-l {
margin-left: 15px;
}
.m-l-md {
margin-left: 20px;
}
.m-l-lg {
margin-left: 30px;
}
.m-l-xl {
margin-left: 40px;
}
.m-l-n-xxs {
margin-left: -1px;
}
.m-l-n-xs {
margin-left: -5px;
}
.m-l-n-sm {
margin-left: -10px;
}
.m-l-n {
margin-left: -15px;
}
.m-l-n-md {
margin-left: -20px;
}
.m-l-n-lg {
margin-left: -30px;
}
.m-l-n-xl {
margin-left: -40px;
}
.m-t-none {
margin-top: 0;
}
.m-t-xxs {
margin-top: 1px;
}
.m-t-xs {
margin-top: 5px;
}
.m-t-sm {
margin-top: 10px;
}
.m-t {
margin-top: 15px;
}
.m-t-md {
margin-top: 20px;
}
.m-t-lg {
margin-top: 30px;
}
.m-t-xl {
margin-top: 40px;
}
.m-t-xxl {
margin-top: 50px;
}
.m-t-xxxl {
margin-top: 60px;
}
.m-t-n-xxs {
margin-top: -1px;
}
.m-t-n-xs {
margin-top: -5px;
}
.m-t-n-sm {
margin-top: -10px;
}
.m-t-n {
margin-top: -15px;
}
.m-t-n-md {
margin-top: -20px;
}
.m-t-n-lg {
margin-top: -30px;
}
.m-t-n-xl {
margin-top: -40px;
}
.m-r-none {
margin-right: 0;
}
.m-r-xxs {
margin-right: 1px;
}
.m-r-xs {
margin-right: 5px;
}
.m-r-sm {
margin-right: 10px;
}
.m-r {
margin-right: 15px;
}
.m-r-md {
margin-right: 20px;
}
.m-r-lg {
margin-right: 30px;
}
.m-r-xl {
margin-right: 40px;
}
.m-r-n-xxs {
margin-right: -1px;
}
.m-r-n-xs {
margin-right: -5px;
}
.m-r-n-sm {
margin-right: -10px;
}
.m-r-n {
margin-right: -15px;
}
.m-r-n-md {
margin-right: -20px;
}
.m-r-n-lg {
margin-right: -30px;
}
.m-r-n-xl {
margin-right: -40px;
}
.m-b-none {
margin-bottom: 0;
}
.m-b-xxs {
margin-bottom: 1px;
}
.m-b-xs {
margin-bottom: 5px;
}
.m-b-sm {
margin-bottom: 10px;
}
.m-b {
margin-bottom: 1vmin;
}
.m-b-md {
margin-bottom: 3vmin;
}
.m-b-lg {
margin-bottom: 4vmin;
}
.m-b-xl {
margin-bottom: 7vmin;
}
.m-b-xxl {
    margin-bottom:7vmin;
}
.m-b-n-xxs {
margin-bottom: -1px;
}
.m-b-n-xs {
margin-bottom: -5px;
}
.m-b-n-sm {
margin-bottom: -10px;
}
.m-b-n {
margin-bottom: -15px;
}
.m-b-n-md {
margin-bottom: -20px;
}
.m-b-n-lg {
margin-bottom: -30px;
}
.m-b-n-xl {
margin-bottom: -40px;
}
.space-15 {
margin: 15px 0;
}
.space-20 {
margin: 20px 0;
}
.space-25 {
margin: 25px 0;
}
.space-30 {
margin: 30px 0;
}
.vh100 {
height:100vh!important;
}
.transition-400 {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.transition-700 {
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms;
}
.transition-1000 {
    -webkit-transition: all 1000ms;
    -moz-transition: all 1000ms;
    -o-transition: all 1000ms;
    transition: all 1000ms;
}
.transition-1500 {
    -webkit-transition: all 1500ms;
    -moz-transition: all 1500ms;
    -o-transition: all 1500ms;
    transition: all 1500ms;
}
.transition-2000 {
    -webkit-transition: all 2000ms;
    -moz-transition: all 2000ms;
    -o-transition: all 2000ms;
    transition: all 2000ms;
}
.fullwidth.container {
    width:90%;
    max-width:90%;
} 
.flex {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.flex-1 > * {
    flex:1;
}
.flex-wrap {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.flex-wrap > *{
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.flex-justify-center {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.justify-center {
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.justify-space-between{
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.justify-flex-start{
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
}
.justify-flex-end{
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
}
.justify-space-around{
    -ms-flex-pack:distribute;
    justify-content:space-around;
}
.flex-justify-align-center {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.align-item-center { 
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.align-item-flex-start { 
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
}
.align-item-flex-end { 
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
}
.flex-align-item-center {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.font-weight-light {
    font-weight: 300!important;
}
.font-weight-medium {
    font-weight: 500!important;
}
.font-weight-bold {
    font-weight: 700!important;
}
.font-weight-extra-bold {
    font-weight: 900!important;
}
.absolute {
    position:absolute;
}
.relative{
    position:relative;
}
.whitetext{
    color:#fff!important;
}
.transition {
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
}
.text-left {
    text-align: left;
}
.text-right{
     text-align: right;
}
.text-center {
    text-align: center;
}
.uppercase {
    text-transform: uppercase; 
}
body.account-account .account-container a:hover, body.account-account .account-container a:focus{
    border-color:#ebbd9a;
}
body.account-account .account-container a:hover .icon-font::before, body.account-account .account-container a:focus .icon-font::before{
    color:#ebbd9a;
}
.font-size-14 {
    font-size:calc(10px + 0.20833333333vw);    
}
h2 {
    font-size:calc(16px + 0.83333333333vw);
}
h3 {
    font-size:calc(12px + 0.67708333333vw);
}
h4 {
    font-size:calc(10px + 0.52083333vw);
}
h5 {
    font-size:calc(10px + .41666667vw);
}
/* =Theme customization starts here
------------------------------------------------------- */

/** Take out the divider line between content and sidebar **/
@media (min-width:1200px) {
    /* body .container, footer > .container {*/
    /*    max-width: 1920px;*/
    /*    width:80%;*/
    /*}*/
    /*body .normal.container {*/
    /*    max-width: 1200px;*/
    /*    width:80%;*/
    /*} */
}

@media (min-width: 992px) and (max-width:1300px) {

}

a {
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    color:#ebbd9a;
}
a:hover {
    color:#05232f;
}
h1,h2,h3,h4,h5 {
    font-family: 'Comme';
    color:#383838;
}
.special-heading {
    line-height:1em;
    margin-bottom:3vmin;
    font-family: 'Georgia';
    color:#161616;  
    font-weight:400;
}
h2.main-title {
    font-size:calc(17.5px + 0.91145833333vw);
    line-height:1em;
    margin-bottom:5vmin;
    color:#161616!important;
    font-family: 'Georgia';
}
body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
    color:#383838!important;
    font-size:calc(17.5px + 0.91145833333vw);
    font-family: 'Georgia';
    margin-bottom:5vmin!important;
    font-weight:400!important;
    text-transform: capitalize!important;
}
 body.iid-4:not(.cke_editable) h2:not(.swal2-title):not([style]) {
    font-size:calc(12.5px + 0.65104166666vw);
 }
body:not(.cke_editable) h2:not(.swal2-title):not([style]):after {
    display:none!important;
}
body:not(.cke_editable) #content > h2:not(.swal2-title):not([style]) {
    display: none;
}
body {
    font-family: 'Avenir Next';
    font-size: calc(8px + 0.3125vw)!important;
    color:#6c6c6c;
    line-height:1.7em;
    font-weight: 400;
    padding-bottom:0!important;
    letter-spacing:0px;
    -webkit-font-smoothing: antialiased;
}
body .btn-primary{
    color:#fff;
    font-size: calc(8px + 0.3125vw);
    padding: 1.7vmin 5vmin;
    border-radius: 0;
    display: inline-block;
    background:#ebbd9a;
    letter-spacing: .5px;
    font-family: 'Avenir Next Demi';
    border-color:#ebbd9a;
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
}
.mi-button .btn {
    line-height: 2em;
}
body .btn-primary:hover, body .btn-primary:focus, body .btn-primary:disabled,:disabled, body .btn-primary:active:hover, body .btn-primary:active:focus {
    color:#161616;
    background-color:#fff;
    border-color:#ebbd9a;
    color:#ebbd9a;
}
body .swal2-popup .swal2-styled.swal2-confirm {
    background-color:#ebbd9a;
}
.breadcrumb {
    /* visibility: hidden; */
    font-family: 'Georgia';
    background:none;
    border:none;
}
.breadcrumb > li {
    padding:0 10px;
}
.breadcrumb a {
    color:#161616;
}
.breadcrumb a:hover {
    color:#ebbd9a;
}
.breadcrumb > li:nth-child(1){
    padding-left: 0;
}
body .breadcrumb {
    margin:5vmin 0;
}
body .breadcrumb li::after {
    content: '|'!important;
    color:#161616;
    top: 36%;
    font-weight:bold; 
    font-size: 18px;
}
.main-title > *:last-child, body:not(.cke_editable) h2:not(.swal2-title):not([style])> *:last-child {
    font-weight: 600;
}
.featured-module .slick-nav i.fa {
    font-size:50px;
    color:#161616;
}
.account-wishlist .table-bordered>tbody>tr>td, .account-wishlist .table>thead:first-child>tr:first-child>td {
    border-left:none;
    border-right:none;
}
.account-wishlist .table-bordered {
    border:none;
}
.remove-wishlist.btn-primary {
    padding: 6px 6px;
    color: #6c6c6c;
    background: none;
    border: none;
        -webkit-text-stroke: 2px white;
    font-size: calc(15px + 0.78vw);
}
.remove-wishlist.btn-primary i {
      -webkit-text-stroke: 2px white;
    font-size: calc(15px + 0.78vw);
}

/*======================= Header ========================*/
#enquiry .item-details button[onclick^="cart.remove"], #cart .item-details button[onclick^="cart.remove"] {
    background:none;
    border:none;
    color:#6c6c6c;
}
#cart .item-details button[onclick^="cart.remove"] i {
-webkit-text-stroke: 2px white; 
font-size:calc(15px + 0.78vw);
}
body #cart.slide-out-cart .dropdown-menu .cart_close {
    background:none;
}
#cart.slide-out-cart .dropdown-menu .cart_close i {
 -webkit-text-stroke: 2px white; 
font-size:calc(15px + 0.78vw);   
position: relative;
    z-index: -1;
}
body .megamenu-wrapper {
    padding:3vmin 0;
    background:#fff;
    position: absolute;
    width: 100%;
    left: 0;
    border-top:1px solid;
    transform: scale(0);
    transform-origin: top;
    opacity: 0;
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
}
.megamenu-trigger:hover .megamenu-wrapper {
    opacity: 1;
    transform: scale(1);
}
body .megamenu-wrapper a {
    padding:0!important;
}    
body .subcategory {
    margin-bottom: 3vmin;
    padding: 2vmin 0vmin;
    padding-right:9vmin;
}
.sub-sub-category {
    margin-bottom: 2vmin;
}
body .level-2 .title {
    font-family: 'Georgia';
    padding-bottom: 1vmin;
    font-size:calc( 8px + 0.4166667vw);
    border-bottom:1px solid #000;
    color:#161616;
    border-radius:0!important;
    margin-bottom:2vmin;
    text-transform: uppercase;
}
body .level-2 .title a {
    /*font-weight:bold!important;*/
}
/*body .subcategory.level-2:nth-child(2)  .title a, body .subcategory.level-2:nth-child(3)  .title a {*/
/*    justify-content:center;*/
/*}*/
body .megamenu-left {
    flex:7.5;
    display: grid;
    grid-template-columns:1fr 1fr 1fr ;
    grid-template-rows: auto auto;
}
body .megamenu-right {
    flex:3.5;
}
/* body .megamenu-wrapper .container {
    align-items: center;
} */
body .header-container .header-menu #main-menu {
    position:unset;
    width:100%;
    display:flex;
}
body .header-container .header-menu #main-menu > li {
    position:unset;
    flex:1;
}
body .header-container .header-menu #main-menu > li:last-child {
    flex:0;
}

.subcategory.level-2:nth-child(1)  {
    /*grid-column: 1;*/
    /*grid-row: 1 / 3;*/
}
.subcategory.level-2:nth-child(2)  {
    /*grid-column: 2;*/
    /*grid-row: 1;*/
}
.subcategory.level-2:nth-child(3)  {
    /*grid-column: 2;*/
    /*grid-row: 2;*/
}
.subcategory.level-2:nth-child(4)  {
    /*grid-column: 3;*/
    /*grid-row: 1;*/
}
.currency.dropdown-toggle {
    color:#000;
    border:1px solid #ccc;
}
.currency.dropdown-toggle +.dropdown-menu  .btn-link {
    color:#000;
}


.header-container .header-menu #main-menu ul a {
    padding:1.5vmin 14px;
    text-transform: uppercase;
}
.header-container .header-menu #main-menu ul a:hover {
    background:#ebbd9a;
    color:#000;
}
body .header-container {
    grid-template-columns: 20% 1fr 20%;
    grid-template-rows: auto auto;
}
body .header-container .header-top {
   justify-content:flex-end;
}
body .header-container .header-top.left{
    -ms-grid-column: 3;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1;
    justify-content:flex-start;
}
body .header-container .header-top.right{
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1;
}
body .header-container .header-logo {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    text-align:center;
    padding:1vmin 0;
    padding-bottom: 2vmin;
}
body .fixed-header.fixed  .header-container .header-top.right {
    grid-row: 2;
}
body .fixed-header.fixed .header-container .header-logo {
    height:0;
    opacity:0;
    padding:0;
}
body .fixed-header.fixed .header-container .header-logo img { 
    opacity:0;
    height:0!important;
}
body .fixed-header.fixed .header-top.left {
    grid-row: 2;
    justify-content:center;
}
body .fixed-header.fixed .search-custom .search-box input {
    opacity:0;
    display: none;
}
body .fixed-header.fixed .search-custom .search-box  {
    background:none;
    width:auto;
}
body .fixed-header.fixed {
    background:#ebbd9a;
}
body .fixed-header.fixed .currency.dropdown-toggle {
    border:none;
    color:#fff;
}
body .fixed-header.fixed > .container {
    width:90%;
    max-width:100%;
}
body .fixed-header.fixed .header-container .header-menu #main-menu>li>a {
    color:#fff;
}
body .fixed-header.fixed .header-container .header-menu #main-menu>li:last-child>a {
    margin-right:0;
}
body .fixed-header.fixed .header-container .header-menu {
        grid-column: 2;
}
/*body .fixed-header.fixed .header-container {*/
/*    grid-template-columns: 6% 1fr 10%;   */
/*}*/
body .fixed-header.fixed .header-container {
    grid-template-columns: 1fr 1140px 1fr;
}
/*body .fixed-header.fixed .header-container .header-menu #main-menu>li>a {*/
/*    margin-right:4vmin;*/
/*        margin-left:4vmin;*/
/*}*/
body .fixed-header.fixed .header-top > * {
    margin-right:1vmin;
}
body .search-custom .search-box button {
    padding-left:0;
}
body .fixed-header.fixed .search-custom .search-box button img {
filter: brightness(0) invert(1);
}
body .fixed-header.fixed .header-links>a img, body .fixed-header.fixed .header-container #account>a[data-toggle="dropdown"] img, body .fixed-header.fixed .header-container #enquiry>a img, body .fixed-header.fixed .header-container #cart>a img, body .fixed-header.fixed .header-container ._search>a img , body .fixed-header.fixed #wishlist-total img 
{
    filter: brightness(0) invert(1)
}
body .fixed-header.fixed .header-container .header-menu {
    padding:0;   
}
body .header-container > *{
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
}
body .header-container .header-menu {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 1 / 4;
    -ms-grid-row: 2;
    grid-row: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
            padding:1vmin 0;
}
body .header-logo-image img {
    max-width:45%;
}

.header-logo img {
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);  
}
body .header-container .header-menu #main-menu>li>a {
    font-family: 'Comme';
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 0!important;

    padding-right:0;
    font-size:calc(9px + 0.3125vw);
    letter-spacing: -.5px;
    color:#383838;
    border-bottom:2px solid transparent;
}
body .header-container .header-menu #main-menu>li:last-child>a {
    margin-right:0;
}
.header-container .header-menu #main-menu>li>a:hover,.header-container .header-menu #main-menu>li.active>a {
    color:#ebbd9a;
}
body .header-mobile-links i { 
    color:#000;
    font-size:22px!important;
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
}
/* body .header-container i:hover { 
    color: #56b4dd;
    font-size:22px!important;
} */
body .header-container .header-menu #main-menu a .sub-arrow {
    display:none!important;
}

body .slideshow .slider-nav {
    top:50%;
    text-align: center;
    background: none;
}
body .slideshow .slider-nav i {
    font-size: calc(20px + 1.04166666667vw);
    color:#000;
}
.slick-dots {
    display:flex;
    justify-content: center;
    list-style: none;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius:50%;
    border:1px solid #000;
    padding: 5px;
    margin-right: 10px;
    cursor: pointer;
}
.slick-dots li.slick-active button {
    background:#000;
}
body .header-container .header-links>a, body .header-container #account>a[data-toggle="dropdown"], body .header-container #enquiry>a, body .header-container #cart>a, body .header-container ._search>a {
    padding:0!important;
}
body .header-container .header-links>a img, body .header-container #account>a[data-toggle="dropdown"] img , body .header-container #enquiry>a img, body .header-container #cart>a img, body .header-container ._search>a img {
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
}

body .header-container .header-links>a:hover img, body .header-container #account>a[data-toggle="dropdown"]:hover img , body .header-container #enquiry>a:hover img, body .header-container #cart>a:hover img, body .header-container ._search>a:hover img {
    transform:scale(1.07);
}
.header-top > * {
    text-align: center;
    margin-right: 1.7vmin;
}
body .header-container .header-top.right > * {
    width: 40px;
}
body .header-container .header-top.right > *#cart {
    margin-right:0;
}
.header-top > *:last-child {
    margin-right: 0;
} 
.top-header {
    background:#ebbd9a;
    font-size:calc(8px + .3125vw);
    padding:3px 0;
    color:#fff; 
    text-transform:uppercase;
    font-weight: 500;
    text-align: center;
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
}
.top-header p {
    margin-bottom:0;
}
body .fixed-header.fixed .top-header {
    height:0;
    opacity:0;
    padding:0;
}
body .search-custom .search-box{
    border:none;
}
body .search-custom .search-box input {
    border-bottom:1px solid #383838;
    border-radius:0;
    height: 30px!important;
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
}
body .search-custom .search-box input:focus {
    border-bottom:1px solid #ebbd9a;
}
body .search-custom .search-box button img, #wishlist-total img  {
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
}
body .search-custom .search-box button:hover img, #wishlist-total:hover img {
    transform:scale(1.07);
}
body .header-container #enquiry>a .badge, body .header-container #cart>a .badge {
    background:#ebbd9a;
    top: 145%;
    left: 110%;
    height:17px;
    width:16px;
}
.footer-social-icons a:hover {
    transform:scale(1.07);
}
.page-wrapper {
    padding:0 7vmin;
}
body .module-instagram {
    padding:0 7vmin;
}
.page-banner .page-banner-title {
    display:none!important;
}
#enquiry .cart-dorpdown-footer .btn, #cart .cart-dorpdown-footer .btn {
    font-size: calc(8px + 0.3125vw);
}
/*======================= Home ========================*/
.module-instagram .special-heading {
    font-size:calc(17.5px + 0.91145833333vw);
    margin-bottom:1vmin;
    font-weight:400;
}
 body.common-home .home-logo-section .logo-wrapper .logo img{ 
     height:20px!important;
 }
body.common-home .featured.section-space {
      position:relative;
  }
 body.common-home .featured-module .slick-nav.left, .featured-module .slick-nav.prev {
    left: 35px;
}
body.common-home .featured-module .slick-nav.right, .featured-module .slick-nav.next {
    right: 40px;
}
body.common-home.section-space.featured {
    overflow:visible;     
 }
body.common-home .home-logo-section {
    border-top:1px solid #000;
    padding:3vmin 10vmin;
}
body.common-home .section-space.home_logo_showcase { 
    padding-bottom:2vmin;
    padding-top:2vmin;
}
.home-about-content {
padding: 0 10vmin;
}
.home-about-content .text {
    padding-right:8vmin;
}
.sticker {
    background:#ebbd9a!important;
}
body .slider-slideshow-description{
    height:100%;
    text-align: center;
    height: 100%;
}
body .slider-slideshow-description .container{
    display: flex;
    justify-content: flex-end;
    height: 100%;
}
body .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0{
    padding-bottom:35vmin;
    font-size:calc(20px + 1.04166666667vw);
    font-family: 'Georgia';
    text-transform: uppercase;
}
body.common-home .section-space.slideshow {
    padding: 0 10vmin;
}
body .slideshow .slider-custom-dots{
    left: auto;
    transform: rotate(90deg);
    right: 15px;
    top: 50%;
    bottom: auto;
    width: auto;
}
body .slideshow .slider-custom-dots .owl-dot{
    width: 12px;
    height: 12px;
    background: none;
    border: 1px solid #fff;
}
body .slider-slideshow-description-link .btn-primary {
    background:#fff;
    border-color:#fff;
    color:#161616;
    font-family: 'Avenir Next Demi';
}
body .slideshow .slider-custom-dots .owl-dot.active {
    background-color: #fff;
}
body .fcategory h3 {
    font-family: 'Georgia';
    text-align:center;
    font-size:calc(17.5px + 0.91145833333vw);
    margin-bottom:5vmin;
    visibility:hidden;
}
body .fcategory .product-thumb {
    border:none;
    text-align: center;
}
body .fcategory .product-thumb h4 {
    font-size:calc(12px + 0.625vw);
    font-family: 'Georgia';
    font-weight: 500;
}
body .fcategory .product-thumb h4 a {
    color:#161616
}
body .fcategory .product-thumb .description {
    font-size:calc(10px + 0.3125vw);
}
body .fcategory .product-thumb .text {
    padding: 3vmin;
    position: relative;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -9vmin;
    background: #fff;
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
}
body .fcategory .product-thumb .text:hover {
    background:#ebbd9a;
    color:#fff;
}
body .fcategory .product-thumb .text:hover h4 a{
    color:#fff
}
body.common-home .featured-module .featured {
    display: flex;
    flex-wrap: wrap;
    padding-right:0;
}
body.common-home .featured-module .featured .featured-image {
    width:40%;
    padding-right:4vmin;
}
body.common-home .featured-module .featured .slider {
    width:60%;
}
body.common-home .featured-module .featured h2 {
    text-align: left!important;
}
body.common-home .section-space {
    padding: 7vmin 10vmin;
}
body.common-home .section-space.home_about_content {
    padding:7vmin 0;
}
body.common-home .section-space.instagram { 
    padding:3vmin 0
}

body.common-home .featured-module .featured {
    padding-left: 0;
}
body .product-block {
    border:none;
        font-family: 'Georgia';
        font-weight:400;
}
body .product-block .product-inputs {
    display: none;
}
body .product-block:hover .cart-buttons {
    opacity: 1;
}
body .product-block  .cart-buttons {
   position: absolute;
   bottom:0; 
   width:100%;
   opacity: 0;
   -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
   -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
   -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
   transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
}
body .product-block  .cart-buttons .btn-primary {
    width:100%;
    padding:1vmin;
} 
body .product-block .product-button {
    display: none;
}
body.common-home .product-block .product-name {
    font-family: 'Georgia';
    font-size:calc(10px + 0.3125vw);

}
body.common-home .product-block .product-name a {
    color:#161616;
}
body.common-home .product-block .product-name a:hover {
    color:#ebbd9a;
}
body.common-home .product-block .product-details .price {
    display: none;
}
.home-logo-section .logo-wrapper {
    justify-content:center;
}
.home-logo-section .logo-wrapper .logo {
    margin-right:4.5vmin;
}
.home-logo-section .logo-wrapper .logo:last-child {
    margin-right:0;
}
/*======================= About ========================*/
.iid-4 .home-logo-section {
    left: 50%;
    position: relative;
    width: calc(100vw - 17px);
    margin-left: calc(-50vw + 7.5px);
}
.iid-4 .home-logo-section > div {
    max-width: calc(100% - 20vmin);
    margin:0 auto;
    padding-top: 3vmin;
    border-top:1px solid #000;
}
.iid-4 .slick-track {
    margin:0 auto;
}
/*======================= News ========================*/
body .bnews-list {
    display:flex;
    flex-wrap: wrap;
}
body .bnews-list > .artblock:nth-child(1) {
    width: calc(100% / 1);
}
body .bnews-list > .artblock:nth-child(2) {
    margin-right:2vmin;
}
body .bnews-list > .artblock:nth-child(3) {
    margin-left:2vmin;
}
body .bnews-list > .artblock:nth-child(2), body .bnews-list > .artblock:nth-child(3) {
    width: calc((100% / 2) - 2vmin);
}
body .bnews-list > .artblock:nth-child(4), body .bnews-list > .artblock:nth-child(5), body .bnews-list > .artblock:nth-child(6) {
    width: calc((100% / 3) - 2.7vmin);
    margin-right:4vmin;
}
body .bnews-list > .artblock:nth-child(6) {
    margin-right:0;
}
body .bnews-list .artblock{
    text-align: center;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    padding:0;
    margin-bottom:3vmin;
}
body .article-image-wrapper {
    height: 40vmin;
    background-size: cover!important;
    background-position: center!important;
    position: relative;
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
}
body .article-image-wrapper:hover {
    transform:scale(1.02);
}
body .bnews-list > .artblock:nth-child(1) .article-image-wrapper { 
    height: 60vmin;
}
body .bnews-list > .artblock:nth-child(2) .article-image-wrapper, body .bnews-list > .artblock:nth-child(3) .article-image-wrapper { 
    height: 60vmin;
}
body .article-image-wrapper img {
    display: none;
}
body .bnews-list .artblock .name {
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    font-size:calc(12px + 0.625vw);
}
body .bnews-list .artblock .name a {
    color:#000;
    font-weight:600;
}
body .bnews-list .artblock .article-meta {
    margin-bottom: 2vmin;
    border: none;
    color: #000;
    font-family: 'Muli', sans-serif;
    font-weight: 500!important;
    padding: 0;
}
body .bnews-list .artblock .description {
    color:#000;
    font-family: 'Muli', sans-serif;
    font-weight: 400!important;
}
body .bnews-list .artblock .blog-button {
    display: none;
}
.pagination>li>a, .pagination>li>span {
    color:#161616;
    font-family: 'Muli', sans-serif;
    border:none;
    font-weight: 700;
    font-size:calc(10px + 0.3125vw);
        padding: 4px 10px;
}
body .pagination>.active>span  {
    border-radius: 50%;
    background:#ebbd9a;
    color:#fff;
        padding: 4px 10px;
}
body .pagination i.fa {
    font-size:40px;
    -webkit-text-stroke: 1px #fff;
}
body .pagination {
    display: flex;
    align-items: center;
    padding-top: 30px;
    justify-content: center;
} 
body .bnews-list .artblock .article-image-wrapper a {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
body.news-article .title h2:not(.swal2-title):not([style]) {   
    text-align: left!important;
    margin-bottom: 3vmin!important;
}
body .article-content .article-meta {
    border:none;
    color:#aaa;
    font-style: italic;
}
body .article-content #image-article {
    width:100%;
    object-fit: cover;
}
body .media-detail__btn-group {
    width:100%;
}
body .media-detail__btn-group .prev{
    float:left;
    color:#000;
}
body .media-detail__btn-group .next{
    float:right;
    color:#000;
}
.media-detail__btn-group .fa {
    font-size:30px;
}
body .recent-news.bnews-list .artblock {
    width: 100%;
    text-align: left;
    padding: 0;
    margin-bottom: 2vmin;
}
body .recent-news.bnews-list .artblock .article-meta {
    display:block!important;
    color:#aaaaaa;
    font-style: italic;
}

/*======================= Product ========================*/
body .featured .slick-no-slide {
    margin:auto;
}
#enquiry .img-thumbnail,body #cart .img-thumbnail {
    border:none
}
.product-view .product-image-block {
    margin-bottom:2vmin;
}
.waiting_list_container {
   background:#ebbd9a;
   padding:3vmin;
   color:#fff;
}
.waiting_list_container .btn-primary {
    background:#888888;    
}
body.product-search #content {
    text-align:center;
}
body #filter-groups .list-group-item {
    /*padding:15px 0;*/
    padding:0;
}
body #filter-groups .list-group-item.item-header {
    font-family: 'Georgia';
    /*font-size:calc(18px + 0.9375vw);*/
       font-size:calc(10px + 0.3125vw);
    color:#000;
    margin-bottom: 1.5vmin;
    position:relative;
        font-family: 'Comme';
}
body #filter-groups .list-group-item.item-header.collapsed:after {
    content:'-';
    font-size:calc(10px + 0.52083333vw);
    position:absolute;
    right:0;
}
body #filter-groups .list-group-item.item-header:after {
    content:'+';
    font-size:calc(10px + 0.52083333vw);
    position:absolute;
    right:0;
}
body .product-view>.product-gutter {
    width:calc(33% - 2vmin);
    margin-right:3vmin;
    padding:0;
}
body .product-view>.product-gutter:nth-child(3n) {
    margin-right:0vmin;
}
body .product-block .manufacturer {
flex: 1;
    min-height: 20px;
    font-size: calc(5px + 0.3125vw);
    font-weight: 500;
    color: #828282;
    margin-bottom: -4px;
}
body .product-block .custom-text {
    font-size: calc(5px + 0.3125vw);
    font-weight:500;
    color:#000;
}
body .product-block .product-name {
    font-size:calc(10px + 0.3125vw);
    color:#000;
    /*font-family: 'Comme';*/
    font-weight:400;
        font-family: 'Georgia';
    letter-spacing:-0.5px;
    padding:0;

    font-weight:400;
}
.pid-40.product-product .product-image-additional-container {
    display:none;
}
body .label-primary {
   background:#ebbd9a;
}
body.product-product .vertical .product-image-additional-container {
    width:85px;
}
body .product-description-col {
    margin-bottom:2vmin;
}
body .product-block .product-details {
    padding:0;
    margin:0 auto;
    flex:2;
}
body #product-tabs+.tab-content {
    margin-bottom:7vmin;
}
body .product-block .product-details .price {
    font-size:calc(10px + 0.3125vw);
    color:#000;
    /*font-family: 'Comme';*/
        font-weight:400;
        font-family: 'Georgia';
}
body .product-block .product-name a {
    color:#000;
} 
body .product-block .product-name a:hover {
    color:#ebbd9a;
} 
body #side-categories .group .item.level-1 {
    color:#000;
    font-family: 'Muli', sans-serif;
}
body #side-categories .group .item.level-1 a {
    color:#000;
    font-weight: 700;
    font-size:calc(10px + 0.3125vw);
}
body #side-categories .group .item a {
    color:#9d9d9d;
    font-weight: 600;
    font-size:calc(8px + 0.3125vw);
    border-bottom: 1px solid #e1e1e1;
}
body #side-categories .group .item a:hover {
    color:#000;
    background:none;
}
body #side-categories .group .item.level-2 {
    padding-left:2vmin;
}   
body #side-categories .group .item.level-3 {
    padding-left:4vmin;
}
body #side-categories .group .item .toggle {
    border:none;
}
body #side-categories .group .item.active+.sub {
    border:none;
}
body #side-categories .group .item .toggle i {
    font-size: 20px;
}
body #side-manufacturer label {
    text-transform: uppercase;
    color: #000;
    font-family: 'Muli', sans-serif;
}
body #filter-groups div[id*='side'] {
    padding: 0vmin 0;
    border-bottom: 1px solid #e1e1e1;
}
body #filter-groups #side_filter {
    border:none;
    padding:0;
}
body .product-view>.product-gutter {
    margin-bottom:6vmin;
}
body .filters-wrap {
    justify-content: flex-end;
    color:#000;
    font-family: 'Muli', sans-serif;
    position:relative;
}
.filters-wrap select {
    border:1px solid #f2f2f2;    
    box-shadow: none;
    background:url('../image/select-tri.png');
    -webkit-appearance:none;
    background-repeat:no-repeat;
    background-position:90% 50%;
    font-weight:600;
}
body .filters-wrap > *{
    padding:0;
}
body .filters-wrap label {
    color:#000;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
}
body .filters-wrap .view-limit {
    width:115px;
    margin-right:2vmin;
}
body .filters-wrap .view-limit  .input-group-b4 {
    flex-wrap:wrap;
}
.manufacturer-row {
    padding:2vmin 0;
    align-items: center;
    border-bottom: 1px solid #000;
}
.brand-alphabet {
    font-family: 'Georgia';  
    font-size:calc(32.5px + 1.69270833333vw);
    margin-right: 3vmin;
}
.manufacturer a {
    color:#6c6c6c;
    font-size:calc(10px + 0.3125vw);
    text-transform: uppercase;
}
.manufacturer-list {
    display: flex;
    flex-wrap: wrap;
    width:100%;
}
.manufacturer-list .manufacturer {
    margin-right: 3vmin;
    width:calc((100% / 4) - 3vmin);
    text-align: center;
}
.alphabet-list {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    padding:3vmin 0;
}
.alphabet-list a{ 
    width: calc(100% / 26);
    font-family: 'Georgia';  
    font-size:calc(12px + 0.625vw);
    color:#000;
    text-align: center;
}
.alphabet-list a:hover {
    color:#ebbd9a;
}
.search-manufacturer  .search-box {
    display: flex;
    white-space: nowrap;
    padding: 2px;
    border: none;
    border-radius: 50px;
    overflow: hidden;
    background: white;
    width:40%;
    margin:0 auto;
    margin-bottom: 5vmin;
}
body .search-manufacturer .search-box button {
    background-color: transparent;
    background: transparent;
    box-shadow: none;
    padding: 0px 14px 0px;
    vertical-align: middle;
    line-height: 1;
    border: 0px;
    min-width: 0px;
    width: auto;
    height: auto;
    min-height: 0px;
}
body .search-manufacturer .search-box input[type="text"] {
    border: none;
    border-bottom: 1px solid #383838;
    border-radius: 0;
    box-shadow: none;
    text-transform: uppercase;
    height: 30px!important;
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
}
body .search-manufacturer .search-box button:hover {
    transform:scale(1.1);
}
body .search-manufacturer .search-box button {
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
}
.manufacturer-wrapper {
    margin-bottom:5vmin
}
h3.product-name {
    font-size:calc(12px + 0.67708333333vw);
    /*text-transform: caplitalize;*/
    margin-bottom: 3vmin;
    flex:9;
          font-family: 'Georgia';
          font-weight:400;
}
.product-price  {
    font-size:calc(12px + 0.3125vw);
          font-family: 'Georgia';
          font-weight:400;
    color:#383838;
    margin-bottom: 3vmin;
}
.new-prices {
    opacity:0.6;
    margin-top:1vmin;
}
.product-description {
    color:#000;
    font-weight: 500;
    color:#6c6c6c;
    margin-bottom: 3vmin;
    text-align:justify;
}
body.product-product #product {
    max-width: 100%;
}
body.product-product .product-image-additional-container img {
    border:none
}
#product .select-group {
    align-items:center;
    max-width:70%;
}
#product div.required .control-label:before {
    display:none;
}
#product .select-group label {
    width:75px;
    font-weight:600;
    color:#000;
}
.product-description label {
    display:block;
    color:#000;
          font-weight:600;
    margin-bottom: .5vmin;
}
.customize-field label {
    font-weight: 600;   
    color:#000;
}
#product .select-group select {
    flex:8;
    font-weight:600;
}
.quantity-group {
    display:flex;
}
.quantity-group.input-group {
    max-width:70%;
}
.quantity-group.input-group .input-group-addon {
    width: 76px;
    flex: none;
    text-align: left;
    padding: 0;
    font-weight: 600; 
    color:#000;
}
body #product .input-group-btn {
    width: 45px;
    flex: none;
}
body #product .input-group-btn button {
    background:#888888;
    color:#fff;
    font-weight:500;
    font-size:16px;
    height:30px;
    padding:0;
}
body #product .input-group .form-control[name^="quantity"] {
    flex: none;
    width: 60px;
    height:30px!important;
}
body #product .input-group  .glyphicon-minus:before {
    display: none;
}
body #product .input-group .glyphicon-plus:before {
    display: none;
}
body .related-row .featured-module  .slick-nav.prev .absolute{
    top:40.5%;
}
body .related-row .featured-module  .slick-nav.next .absolute {
    top:40.5%;
}
body .featured-module .slick-nav.left, .featured-module .slick-nav.prev {
    left:-50px;
}
body .featured-module .slick-nav.right, .featured-module .slick-nav.next {
    right:-50px;
}
body.product-product .related-row {
    padding:3vmin 0;
}
body.product-product .related-row .featured-module .featured {
    padding:0;
}
body.product-product:not(.cke_editable)  .related-row h2.target-heading {
    font-family: 'Georgia';
    font-weight:400;
    margin-bottom:7vmin;
    text-transform:initial!important;
        font-size: calc(15.5px + 0.91145833333vw);
}
body.product-product:not(.cke_editable) .related-row h2:not(.swal2-title):not([style]).target-heading:before {
    content:'';
    height:1px;
    display: inline-block;
    width: 30%;
    background:#e1e1e1;
    vertical-align: middle;
    margin-right: 1vmin;
}
body.product-product:not(.cke_editable) .related-row h2:not(.swal2-title):not([style]).target-heading:after {
    content:'';
    height:1px;
    display: inline-block!important;
    width: 30%;
    background:#e1e1e1;
    vertical-align: middle;
    margin:0!important;
    margin-left: 1vmin!important;
}
body #side-price .ui-slider-handle{
    background:#ebbd9a;
    width:15px;
    height:15px;
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.55);
}
body #side-price .ui-slider-range {
    background: #ebbd9a;
}
body #side-price .ui-slider-horizontal {
    height: 3px;
    background:#000;
}
.gift-card  .product-image-block img {
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
}
.gift-card  .product-image-block {
    overflow: hidden;
}
.gift-card:hover  .product-image-block img {
    transform:scale(1.05)
}

#button-login {
    padding:0.7vmin 5vmin;
}
.product-name-wrapper {
    display: flex;
    align-items: flex-start ;
}
.product-name-wrapper .btn-wishlist {
    border:none;
    background:none;
}   
.product-name-wrapper .btn-wishlist:hover {
    border:none;
    background:none;
}  
.product-name-wrapper .btn-wishlist i {
    font-size:calc(15px + 0.78125vw);
}
.product-name-wrapper .btn-wishlist i.fa-heart {
    color:#ebbd9a;
}
body .wishlist-btn-cart {
    padding: 6px 12px;
}
#myModal .modal-content button.close {
    color:#000;
    position: relative;
    z-index: 9;
    opacity:1;
}
body #myModal .modal-body{
    padding:3vmin;
}
.modal.in .modal-dialog {
    margin-top: 30vh;
}
body #side-price #price_max {
    text-align:left;    
}
body #side-price #price_min {
    text-align:left;
} 
body #side-price .price-container>*:nth-child(2) {
    padding-left:30%;
}
body #side-price .price-container>* .input-group-addon {
    padding:6px 0;
}
.cart-quantity .input-group .input-group-btn+input, #cart .input-group .form-control[name^=quantity] {
    height:30px!important;
}
.cart-quantity .input-group .input-group-btn >.btn , #cart .input-group>* .btn {
    width:35px;
    padding:0;
}
body .order-history-content table,body .order-history-content td {
    border:1px solid #6C6C6F!important;
}
body .order-history-content .product-table td {
    border-right:none!important;
    border-left:none!important;
}
body #filter-groups .list-group {
     padding:0vmin 0;
    border-bottom: 1px solid #e1e1e1;
 }
 #coupon-content input, #voucher-content input {
     height:36px !important;
     flex:6;
 }
 #coupon-content .input-group-btn, #voucher-content .input-group-btn {
    width:20vmin;
 }
 #button-coupon, #button-voucher, #button-credit{
    height:36px !important;
    padding:0 10px;
 }
.cart-total > div[class*=col] {
     padding-left:7.5%;
 }
/*======================= Contact ========================*/
    .default-address-label{
        display:block!important;
    }
select.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    height:40px!important;
}

.form-horizontal .control-label {
    display:none;
}
.contact-form-row > * {
    padding-right: 2vmin;
}
.contact-form-row > .contact-form {
    padding-left: 2vmin;
}
.contact-body>* {
    width:100%;
    flex:auto;
}
.detail-wrapper .detail {
    margin-bottom: 1vmin;
}
body .form-control:focus {
    border-color: #ebbd9a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(235, 189, 154,.5), 0 0 8px rgb(235, 189, 154, .5);
    box-shadow: inset 0 1px 1px rgb(235, 189, 154,.5), 0 0 8px rgb(235, 189, 154, .5);
} 
/*======================= Footer ========================*/
.floating-whatsapp{
    position: fixed;
    bottom: 15%;
    right: 3vmin;
    z-index: 9;
    width: 5vmin;
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
}
.floating-whatsapp:hover {
    transform:scale(1.07);
}
.floating-whatsapp img {
    max-width:100%;
}
footer h5 {
  font-size:calc(10px + 0.416666667vw);  
  color:#383838;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 2vmin;
}
body #footer-area {
    position: relative!important;
    padding:0 30px;
}
body footer {
    background-size:cover!important;
    padding-bottom:0;
    border-top:none!important;
    border:none;
    padding-top:0;
    color:#6c6c6c;
    background:#fff;
    font-size:calc(8px + .3125vw);
}
body .mailchimp-integration h3 {
    font-size:calc(10px + 0.4166667vw);
    text-transform: uppercase;
    margin-bottom:0;
    margin-right: 1vmin;
    font-weight: 500;
}
body footer a {
    color:#6c6c6c;
}
body .footer-upper-contet{
    padding:3vmin 0;
}
/*body .footer-upper-contet>* {*/
/*       flex:.458*/
/*}*/

body .footer-upper-contet>* {
        flex: 0.4;
}
body .footer-upper-contet>*:first-child {
       flex:.44 ;

}
body .footer-upper-contet>*:nth-child(2){
     padding-right: 5vmin;
}

body .footer-upper-contet>*:last-child {
    flex: .25;
}

/*body .footer-upper-contet>*:last-child {*/
/*    flex:.54*/
/*}*/
body .footer-upper-contet>*:last-child li:nth-child(4), body .footer-upper-contet>*:last-child li:nth-child(5), body .footer-upper-contet>*:last-child li:nth-child(6) {
    padding-left: 40%;
    /* white-space: pre-wrap; */
    white-space: nowrap;
}
body .footer-contact-links ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
body .footer-contact-links ul li {
    margin-bottom:1vmin;
} 
body .newsletter-section {
    border-top:1px solid #161616!important;
    border-bottom:1px solid #161616;  
    padding:0vmin!important;
}
body .newsletter-section .mailchimp {
    text-align: left;
}
body .newsletter-section .mailchimp .box-content {
    margin-left:0;
    max-width:100%;
}
body .mailchimp-integration{
    display:flex!important;
    align-items:center;
}
body .newsletter-grid {
    display: block;
}
body .mailchimp-integration:not(.popup) .popup-text {
    display: flex;
    align-items: center;
    width:450px;
}
body .newsletter-section .social {
    align-items:center;
    justify-content: flex-end;
}
body .newsletter-section .social .title {
    text-transform: uppercase;
}
body .newsletter-section .social .title h5 {
    margin-bottom:0;
    margin-right: 7vmin;
    font-weight: 500;
}
body .footer-social-icons {
    width:auto;
    padding-top:0;
}
body .footer-social-icons > * {
    margin-right: 3.5vmin;
    padding:1vmin 0;
}
body .footer-social-icons > * img {
    height:25px!important;
}
body .footer-social-icons > *:last-child {
    margin-right:0;
}
body .newsletter-section .btn-primary {
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    background:none;
    border:none;
    right: 5%;
}
body footer a:hover {
    color:#ebbd9a;
}
body .newsletter-section .btn-primary:hover {
    transform:translate(-1vmin, -50%)
}
body .newsletter-grid {
    position: relative;
}
body .newsletter-grid input{
    border:none;
    border-bottom:1px solid #ececec;
    box-shadow: none;
    -webkit-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -moz-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    -o-transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
    transition: all 300ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
}
body .newsletter-grid input:focus{
    border-bottom:1px solid #ebbd9a;
    box-shadow: none;
}
/* body .footer-upper-contet>*:first-child {
    flex:2.5;
    margin-right:10vmin;
}
body .footer-upper-contet>*:last-child { 
    flex:0.6;
} */
.footer-bottom {
    padding:2vmin 0;
    background:#ebbd9a;
    text-transform: uppercase;
    color:#fff;
}
.footer-bottom p {
    margin-bottom:0;
}
body .footer-bottom a {
    color:#ebbd9a;
    text-decoration:none;
}
.footer-description {
    padding-right: 20vmin;
        text-align: justify;
}

/*======================= Responsive ========================*/
@media (max-width: 1601px){ 
    body .footer-upper-contet>*:last-child li:nth-child(4), body .footer-upper-contet>*:last-child li:nth-child(5), body .footer-upper-contet>*:last-child li:nth-child(6) {
            padding-left: 44%;
    }
    .featured-module .slick-nav i.fa {
        font-size:40px
    } 
    /*body .header-container .header-menu #main-menu>li>a {*/
    /*            margin-right:81px;*/
    /*}*/
    body .fixed-header.fixed .container {
        width:100%;
        padding:0;
    }
    body .header-container .header-links>a, body .header-container #account>a[data-toggle="dropdown"], body .header-container #enquiry>a, body .header-container #cart>a, body .header-container ._search>a {
        width:auto;
    }
    body .header-container .header-top.right > * {
        width:auto;
    }
    body .fixed-header.fixed .header-container .header-top.right {
        justify-content:center;
    }
    body.common-home .featured-module .slick-nav.right, .featured-module .slick-nav.next {
        right: 35px;
    } 
}
@media (max-width: 1401px){
    body .header-container #enquiry>a .badge, body .header-container #cart>a .badge {
        left: 120%; 
    }
    body .footer-upper-contet>*:last-child li:nth-child(4), body .footer-upper-contet>*:last-child li:nth-child(5), body .footer-upper-contet>*:last-child li:nth-child(6) {
          padding-left: 47%;  
    }
    .featured-module .slick-nav i.fa {
        font-size:40px
    } 
    /*body .fixed-header.fixed .header-container .header-menu #main-menu>li>a {*/
    /*    margin-right: 3vmin;*/
    /*    margin-left: 3vmin;*/
    /*}*/
    /*body .header-container .header-menu #main-menu>li>a {*/
    /*    margin-right:83px;*/
    /*}*/
    /*body .header-container .header-top {*/
    /*    justify-content: center;*/
    /*}*/
    
}
@media (max-width: 1301px){
    body .footer-upper-contet>*:first-child {
        flex: .6;
    }
    body .footer-upper-contet>* {
        flex: 0.5640;
    }
    body .footer-upper-contet>*:last-child {
        flex: 0;
    }
    body .footer-upper-contet>*:last-child li:nth-child(4), body .footer-upper-contet>*:last-child li:nth-child(5), body .footer-upper-contet>*:last-child li:nth-child(6) {
        padding-left:40px;
    }
    .home-logo-section .logo-wrapper .logo {
        margin-right: 3vmin;
    }
    body #footer-area {
        position: relative!important;
       padding: 0;
    }
    .container {
        width: 970px;
    }

    body .fixed-header.fixed .header-container {
        grid-template-columns: 1fr 940px 1fr;
    }
    
    body .mailchimp-integration:not(.popup) .popup-text {
        width:300px;
    }
}

@media (max-width: 1201px){
    body .header-container .header-links>a, body .header-container #account>a[data-toggle="dropdown"], body .header-container #enquiry>a, body .header-container #cart>a, body .header-container ._search>a {
        width:auto;
    }
    .featured-module .slick-nav i.fa {
        font-size:40px
    } 
    /*body .footer-upper-contet>*:last-child {*/
    /*    flex: 0.7;*/
    /*}*/
    /*body .header-container .header-menu #main-menu>li>a {*/
    /*    margin-right: 60px;*/
    /*}*/
    /*body .fixed-header.fixed .header-container .header-menu #main-menu>li>a {*/
    /*    margin-right: 3vmin;*/
    /*    margin-left: 3vmin;*/
    /*}*/
    body.common-home .section-space {
            padding: 7vmin 5vmin;
    }
    .page-wrapper {
    padding: 0 3vmin;
    }
    body.common-home .featured-module .slick-nav.left, .featured-module .slick-nav.prev {
        left:0;
    }
    body.common-home .featured-module .slick-nav.right, .featured-module .slick-nav.next {
        right:0;
    }
}
@media (max-width: 1101px){
    .home-logo-section .logo-wrapper .logo {
         margin-right: 15px; 
    }
    body .footer-upper-contet>*:last-child li:nth-child(4), body .footer-upper-contet>*:last-child li:nth-child(5), body .footer-upper-contet>*:last-child li:nth-child(6) {
        padding-left:26px;
    }
    body .mailchimp-integration:not(.popup) .popup-text {
        width: 320px;
    }
    .container {
        width: 860px;
    }

    body .fixed-header.fixed .header-container {
        grid-template-columns: 1fr 830px 1fr;
    }
    body.common-home .featured-module .slick-nav.left, .featured-module .slick-nav.prev {
        left:0;
    }
    body.common-home .featured-module .slick-nav.right, .featured-module .slick-nav.next {
        right:0
    }
}
@media (max-width: 991px){
    body .fixed-header.fixed .header-container {
        grid-template-columns: 10% 1fr 20%;
    }
    body .header-container #enquiry>a .badge, body .header-container #cart>a .badge {
        left:135%;
    }
    body .header-container .header-logo {
        -ms-grid-column: 1;
        grid-column: 2/ 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / 1;
    }
    body .bnews-list > .artblock {
        width: calc(100% / 2)!important;
    }
    body .product-view>.product-gutter {
        width:calc(50% - 2vmin);
    }
    .search-manufacturer  .search-box {
        width:70%;
    }
    body .product-view>.product-gutter:nth-child(3n) {
        margin-right:3vmin;
    }
    body .product-view>.product-gutter:nth-child(2n) {
        margin-right:0!important;
    }
    body .header-container .header-mobile-links {
        grid-column: 1 / 1;
        grid-row: 1;
    }
    body .fixed-header.fixed .header-container .header-mobile-links {
        grid-row: 2;
    }
        body .fixed-header.fixed .header-mobile-links i {
        color:#fff;
    }
    
    body.common-home .section-space.slideshow {
        padding:0 5vmin;
    }
    .page-wrapper {
        padding:0 5vmin;
    }
    body .article-image-wrapper {
        height:30vmin!important;
    }
    body .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
        padding-bottom:10vmin;
    }
    
    body.sidr-custom-open #mobileNav::before {
        background:rgba(255,255,255,0.8);
    }
}
@media (max-width: 767px){
    .manufacturer-list .manufacturer{
        width: calc((100% / 2) - 3vmin);
    }
    img {
        max-width: 100%;
    }
    body.common-home .featured-module .slick-nav {
        display:none;
    }
    .footer-bottom p {
        font-size: calc(9px + .3125vw);
    }
    body .product-block .product-name {
        font-size: calc(11px + .3125vw);
    }
    body footer {
        font-size: calc(10px + .3125vw);
    }
    body .product-block .manufacturer {
        font-size: calc(9px + 0.3125vw);
    }
    
    body .footer-upper-contet>*:nth-child(2) {
        padding-right:0;
    }
    
    body .footer-upper-contet>*:last-child li:nth-child(4), body .footer-upper-contet>*:last-child li:nth-child(5), body .footer-upper-contet>*:last-child li:nth-child(6) {
        padding-left:0;
    }
    .product-product .product-image-column{
        margin-top:7vmin;
    }
    body #sidr {
        width:85%;
    }
    body .sidr.sidr-left {
        left:-85%;
    }
    body .cd-accordion-menu .has-children>a+label {
        margin-left:-10px;
    }
    body .cd-accordion-menu ul a, body .cd-accordion-menu ul label {
        background:#fff;
        color:#000;
    }
    .detail-wrapper .detail {
        margin-bottom:4vmin;
    }
    .remove-wishlist.btn-primary {
        padding:6px 12px;
    }
    .checkout-cart .buttons .btn {
        font-size:calc(10px + 0.3125vw);
        width:150px;
    }
     .cart-total > div[class*=col] {
         padding-left:15px;
    } 
    .cart-quantity .input-group .input-group-btn >.btn, #cart .input-group>* .btn {
    height:35px;
}
    #cart .cart-dorpdown-footer .btn {
        
        font-size:calc(8px + 0.3125vw);
    }
    .cart-quantity .input-group {
        align-items:center;
    }
    body #cartSummary tbody tr .input-number {
        height:35px!important;
    }
    body .search-custom .search-box {
        padding:3px 4vmin;
        border:none;
    }
    #mobileNav {
        width:41px;   
    }
    .header-mobile .mobile-account>a {
        color:#000!important;
    }
    body.common-home .section-space.home_logo_showcase {
        padding-left:2vmin;
        padding-right:2vmin;
        padding-top:8vmin;
    }
    .iid-4 .home-logo-section {
        padding-top:10vmin;
    }
    .iid-4 .home-logo-section > div {
        max-width: 100%;
        padding: 3vmin 4vmin;
        padding-bottom: 0;
    }

    .home-about-content .text {
        padding-right:0;
    }
    .home-about-content {
        padding:0;
    }
    body .filters-wrap .view-limit {
        width:33.33333333%;
        margin:0;
    } 
    body.common-home .featured-module .featured .featured-image {
        padding-right:0;
        margin-bottom:3vmin;
    }
    body #cartSummary tbody tr .input-number {
        height:100%;
    }
    body .filters-wrap {
        position:fixed!important; 
    }
    body.common-home .home-logo-section .logo-wrapper {
        text-align:center;
        margin-bottom:1vmin;
        /*flex-wrap:wrap;*/
    }
     body.common-home .home-logo-section .logo-wrapper .logo{
        /*width:calc(17% - 4vmin);*/
        margin-bottom:2vmin;
     }
     body .footer-upper-contet>* {
         flex:auto!important;
     }
     body .featured-module .slick-nav > div{
         top:75%;
     }
     body .slideshow .slider-custom-dots {
         right:0px;
     }
     body .slideshow .slider-custom-dots .owl-dot {
         width:8px;
         height:8px;
     }
     body.common-home .home-logo-section {
         padding:3vmin 4vmin;
     }
     body.common-home .home-logo-section .logo-wrapper .logo img{
        height: auto!important; 
     }
    .floating-whatsapp {
        bottom: 10%;
        width: 12vmin;
    }
    body.product-product:not(.cke_editable) .related-row h2:not(.swal2-title):not([style]).target-heading:before, body.product-product:not(.cke_editable) .related-row h2:not(.swal2-title):not([style]).target-heading:after {
        width:10vmin;
    }
    .currency.dropdown-toggle {
        font-size:12px;
    }
    body .search-custom .search-box button img, #wishlist-total img {
        width:22px;
    }
    body .header-container .header-links>a img, body .header-container #account>a[data-toggle="dropdown"] img, body .header-container #enquiry>a img, body .header-container #cart>a img, body .header-container ._search>a img {
        width:22px;
    }
    body h2.home-featured-title {
        margin-top:3vmin;
    }
    body.common-home .featured-module .featured h2 {
        text-align:center!important;
    }
    .flex-1 > * {
        flex:auto;
        width:100%;
    }
    body .slider-slideshow-description .container {
        justify-content:center;
    }
    body .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
        padding-bottom:0vmin;
    }
    .flex-1 {
        flex-wrap:wrap!important;
    }
    body .header-container {
        grid-template-columns: 20% 1fr 20%;
    }
    body .filters-wrap .form-control {
        height:34px!important;
        background:#fff;
    }
    body .header-container .header-top.right > * {
        width:auto;
        margin-right:10px;
    }
    body .article-image-wrapper {
        height:50vmin!important;
    } 
    body .fixed-header.fixed .header-container .header-mobile-links {
        grid-row: 1;
    }
    .home-about-content  {
        display:block!important;
    }
    .home-about-content img {
        max-width: 100%;
    }
    body .mailchimp-integration:not(.popup) .popup-text {
        width:100%;
    }
    body.common-home .featured-module .featured > * {
        flex:auto;
        width:100%!important;
    }
    body {
        font-family: 'Avenir Next';
        font-size: calc(12px + 0.3125vw)!important; 
              overflow-x: hidden;
    }
    .search-manufacturer  .search-box {
        width:100%;
    }
    body .filters-wrap.fixed {
        top:48px!important;
    }

    body .filters-wrap .btn-primary {
        height:34px;
    }
    body .fixed-header.fixed .header-mobile-links i {
        color:#fff;
    }
    body .header-container .header-mobile-links {
        grid-column: 1 / 1;
        grid-row: 1;
    }
    body .fixed-header.fixed .header-container .header-top.right {
        grid-row: 1;
    }
    .page-wrapper {
        padding: 0 2vmin;
    }
    body .newsletter-section > .container {
        flex-wrap: wrap;
    }
    body .newsletter-section .mailchimp {
        flex:auto;
        margin-bottom: 2vmin;
    }
    body .newsletter-section .social {
        align-items: center;
        margin-bottom: 2vmin;
        justify-content: center;
        flex: auto;
        width: 100%;
    }
    body .header-logo-image img {
        max-width:85%;
    }
    .footer-description {
        padding-right: 0;
    } 
    .contact-form-row > * {
        padding:0!important;
    }

    body .bnews-list > .artblock {
        width: calc(100% / 1)!important;
        margin-right:0!important;
    }
}


@media (min-width: 981px){
}