@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&family=Open+Sans:wght@400;600;700;800&display=swap');

body {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    background: #fafafa;
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
}
/* default font size */
.fa {
    font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
a {
    color: #090A0F;
    text-decoration: none!important;
}
a:hover {
    text-decoration: none;
     color: #090A0F;
}
legend {
    font-size: 18px;
    padding: 7px 0px
}
label {
    font-size: 12px;
    font-weight: normal;
}
select.form-control, textarea.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 {
    font-size: 16px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}
.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}
/*
 * Common Style
*/
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
p{
    margin: 0;
    font-family: "Open Sans";
}
.cuisinContainer{
    margin: 0 105px;
}
.verticalAlign{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.flexRow.row {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap: wrap;
}
.flexRow.row > [class*='col-'] {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-direction:column;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction: column;
}
.flexRow .flexCol {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex: 1 0 auto;
    -webkit-box-direction:column;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction: column;
}
/*
 * Note Found  / Error / Success Area
 */
#error-not-found #content,
#common-success #content{
    min-height: -webkit-calc(100vh - 100px);
    min-height: -moz-calc(100vh - 100px);
    min-height: -ms-calc(100vh - 100px);
    min-height: calc(100vh - 100px);
}
.msgBox{
    padding: 30px 0px;
    height: 100%;
    min-height: -webkit-calc(100vh - 150px);
    min-height: -moz-calc(100vh - 150px);
    min-height: -ms-calc(100vh - 150px);
    min-height: calc(100vh - 150px);
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -moz-box-align: center;
            -ms-flex-align: center;
            	align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    -webkit-box-direction:column;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction: column;
}
.msgBox .msgBoxInner {
    margin-top: -50px;
}
.msgBox .msgBoxTitle{
    margin-bottom: 15px;
}
.msgBox .msgBoxTitle h1{    
    color: #000000;
    font-family: "Open Sans";
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-top: 0;
}
.msgBox .msgBoxTitle p{
    margin: 0;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    letter-spacing: 1px;
    font-family: "Open Sans";
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}
.required .control-label:after{
    content: '*';
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    margin-left: 2px;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #688D3B !important;
    background-color: transparent;  
}
/* top */
#top {
    background-color: #EEEEEE;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}
#top .container {
    padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
    color: #000000;
    font-family: "Open Sans";
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.dropdown-menu-right{
    left: -18px;
    top: 60px !important;
    margin-top: 0 !important;
}
#top .btn-link:hover, #top-links a:hover {
    color: #444;
}
#top-links .dropdown-menu a {
    text-shadow: none;
}
#top-links .dropdown-menu a:hover {
    color: #FFF;
}
#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}
#top-links {
    padding-top: 0px;
}
#top-links ul{margin-bottom: 0;}
.list-inline li{padding: 0;}
#top-links a + a {
    margin-left: 15px;
}
/* logo */
#logo {
    margin: 0 0 10px 0;
}
/* search */
/*#search {
    margin-bottom: 10px;
}*/
#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #ffffff;
    height: 40px;
}
/* cart */
/*#cart {
    margin-bottom: 10px;
}*/
#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}
#cart.open > .btn {
    box-shadow: none;
    text-shadow: none;
    border-radius: none !important;
}
#cart.open > .btn:hover {
    color: #444;
}
#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}
#cart .dropdown-menu {
    min-width: 100%;
}
@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
    font-size: 12px;
}
#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}
#cart .dropdown-menu li p {
    margin: 20px 0;
}
/* menu */
#menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
.navbar-nav li a .fa-caret-down{
    font-family: 'FontAwesome';
  content: "\f0d7";
  color: #D1CCBD;
  position: relative;
  left: 7px;
  font-size: 14px;
  transition: 0.3s ease-out;
}
.navbar-nav li a:hover .fa-caret-down{transform: rotate(0deg)}
.navbar-nav li.open a:hover .fa-caret-down{transform: rotate(180deg)}
.navbar-nav li:last-child a:after{content: ''}
#menu .nav > li.active > a,
#menu .nav > li > a:hover,
#menu .nav > li.open > a {
    background-color: transparent;
    color: #688D3B;
}
#menu .nav > li > a:focus {
    outline: none;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
#menu .dropdown-menu {
    padding-bottom: 0;
}
#menu .dropdown-inner {
    display: table;
    width: 100%;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}
#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}
@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: #F3F2EE;
        border-radius: 0;
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }
/*    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }*/
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}
/* content */
#content {
    min-height: 715px;
    min-height: -webkit-calc(100vh - 100px);
    min-height: -moz-calc(100vh - 100px);
    min-height: -ms-calc(100vh - 100px);
    min-height: calc(100vh - 100px);
    width: 100%;
/*    float: left;*/
}
/* footer */
footer {
    background-color: #ededed;
    height: 50px;
/*    float: left;*/
    width: 100%;
}
footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}
footer a {
    color: #ccc;
}
footer a:hover {
    color: #fff;
}
footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}
/* alert */
.alert {
    padding: 8px 15px 8px 15px;
}
.close{
    top: 0 !important;
}
/* breadcrumb */
.breadcrumb {
    margin: 0;
    padding: 0px 0;
    border: none;
    background: transparent;
    float: none;
    width: 100%;
    padding:19px 0;
    
}

.breadcrumb > li {
    padding: 0 5px;
}
.breadcrumb > li > a{
    color: #000000;
    font-family: "Open Sans";
    font-size: 11px;
    letter-spacing: 0;
    line-height: 12px;
}
.breadcrumb li:first-child a{
    color: #6C6C6C;
    font-family: "Open Sans";
    font-size: 11px;
    letter-spacing: 0;
    line-height: 12px;
}
.breadcrumb>li+li:before {
    padding: 0;
    color: #000;
    content: "\f0da";
    color: #6C6C6C;
    position: relative;
    right: 6px;
    top: 1px;
    font-size: 12px;
    font-family: FontAwesome;
}
/* buttons */
.buttons {
    margin: 1em 0;
}
.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #1f90bb !important;
    background-position: 0 -15px;
}
.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}
/* product list */
.product-thumb {
    margin-bottom: 50px;
/*    overflow: auto;*/
    font-size: 14px;
}
.product-thumb .image {
    text-align: center;
    background: #ffffff;
    border-radius:3px;
    border: 1px solid #ededed;
    position: relative;
}
.product-thumb .image a {
    display: block;
}
.product-thumb:hover .image img{
    opacity: 0.8;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    border-radius: 9px;
    padding: 15px;
}
.thumbnail a>img, .thumbnail>img {
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
}
.product-grid .product-thumb .image {
    float: none;
}
.mfp-bottom-bar{display: none !important}
@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}
.product-thumb h4 {
    color: #000000;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    margin: 10px 0;
}
.product-thumb .caption {padding: 0;text-align: center;}
.product-list .product-thumb .caption {
    margin-left: 230px;
}
@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        padding: 0px;
    }
}
@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0px;
    }
}
.product-thumb .rating {
    padding-bottom: 10px;
}
.rating .fa-stack {
    font-size: 8px;
}
.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}
.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}
.rating .fa-star + .fa-star-o {
    color: #E69500;
}
h2.price {
    margin: 0;
}
/*.product-thumb .price {
    color: #688D3B;
    font-family: "Open Sans Condensed";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
}*/
.product-thumb .price-new {
    color: #688D3B;
    font-family: "Open Sans Condensed";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
}
.product-thumb .price-old {
    color: #6C6C6C;
    font-family: "Open Sans Condensed";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    text-decoration: line-through;
    
}
.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}
.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}
.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}
/* product-thumb hover*/
.product-thumb:hover .hoverProduct{ position: absolute; top: 0; left: 0px; width: 100%; height: calc(100% - 60px); background: rgba(0,0,0,0.06); z-index: 1;padding: 0 15px;background-clip: content-box;}
.product-thumb:hover .diProductHover{ display: block;}
.product-thumb .diProductHover{
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    color: #fff;
    padding: 5px;
    z-index: 10;
    text-transform: uppercase;
    font-weight: 600;
    padding: 13px;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    text-align: center;
}
.diProductHover{ background: #0355a5 }
.diProductHover:hover{ background: #004B93 }
.product-thumb:hover .moq-lst{ display: block;}
.product-thumb .moq-lst{ display: none; position: absolute; top: 25%; left: 12%; right: 12%; color: #fff; z-index: 10; font-weight: 600;}
/*==product-hover-animation==*/
.hoverProduct { visibility: hidden; opacity: 0; position: absolute; top: 0;left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.06);}
.product-thumb:hover .hoverProduct{ visibility: visible; opacity: 1;}
.hoverProduct .diProductHover { position: relative; top: 40%; transition: all 0.2s ease-in;}
.product-thumb:hover .diProductHover{top: 20%;}
/*==//product-hover-animation==*/


/*==//size-chart css==*/
.mfp-content{
    width:95% !important; 
    min-height:521px;
    background:white; 
    /*padding:40px 50px 50px; */
    max-width:650px;
    min-width:300px;
    position:relative;
    border-radius:9px;
}
.mfp-close{ padding:0; font-size:2em;  }
.w3-card, .w3-card-2, .w3-example {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}
.mfp-size-chart *, .mfp-close {
    color: #688D3B !important;
}
.size-chart-image{
    border-top: 1px solid #e8e8e8;
}
.popup-heading-text {
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    color: #688D3B !important;
    font-size: 15px;
    margin-bottom: 0;
}
.popup-middle {
    position: absolute;
    top: 50%;
   -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 0 6px;
}
.mfp-close{top: 5px !important;opacity: 1 !important;}
.mfp-close .fa-close{font-size: 24px;color: #688D3B !important}
.size-button{margin-bottom: 10px;}
.w-50{width: 50%;float: left;padding: 0 7.5px}
.w-100-per{width: 100%;float: left;}
.pd-l-0{padding-left: 0 !important;}
.pd-r-0{padding-right: 0 !important;}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}
.product-thumb .button-group button {
    width: 100%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 100%;
    }
}
.thumbnails {
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails > li {
    margin-left: 0px;
}
.thumbnails {
    padding-right: 30px;
}
.thumbnail{border: none;}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}
.image-additional {
    width: calc(25% - 8px);
    height: 138px;
}
.thumbnails .image-additional {
    float: left;
}
.thumbnails .image-additional + .image-additional{
    margin-left: 10px;
}
.w-60{width: 60px}
.w-200{width: 200px}
.w-100{width: 100px}

/*Chechout page css*/
.login-btn-grp{width: 100%; display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;;-webkit-flex-wrap: wrap;flex-wrap:wrap;margin-bottom: 20px;box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);display: inline-flex;transition: all .15s ease;border-radius: .3rem;overflow: hidden;background: none;}
.login-label-btn{flex: 1 1 auto;border-right-width: 0;border-radius: 0;box-shadow: none;border-right: 1px solid rgba(0, 0, 0, 0.1);margin-bottom: 0;position: relative;background: #23a1d1 !important;color: #fff !important;}
.login-label-btn > input[type=radio]{position: absolute;clip: rect(0, 0, 0, 0);pointer-events: none;}
.pd-0{padding: 0 !important;}
.mb-20{margin-bottom: 20px;}
.label-btn{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-style: none;
    color: #000;
    display: inline-block;
    padding: 0 12px;
    letter-spacing: .025em;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    transition: all .15s ease;
    background: #fff;
    color: rgba(0, 0, 0, 0.7);
    flex: auto;
    text-align: center;
    margin-bottom: 0px;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.1), 0 1px 3px 0 rgba(63, 63, 68, 0.1);
}
.login-label-btn:active{background: #186f8f !important;}
.label-btn > input[type="radio"]:checked > .login-label-btn{ background: #186f8f !important; } 
.login-body{display: none;float: left;width: 100%;margin: 15px 0;}
#button-account{margin: 15px 0;}
.lable-active{ background: #186f8f !important;}
#checkout-checkout .panel-default {
    background-clip: padding-box;
    border: 1px #ededed solid;
    color: #333;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}
#checkout-checkout .panel-heading {
    background: #fff;
    padding: 0;
    padding-bottom: 15px;
}
#checkout-checkout .panel .panel-body{
    padding: 15px 0 5px 0;
}
#checkout-checkout .fa{font-size: 18px;}
.custom-radio-btn{
    margin: 0px 5px !important;
    padding: 15px 0px !important;
    border-bottom: 1px solid #e6e6e6;
}

.custom-radio-btn:nth-of-type(2){
    border-bottom: none !important;
}
.custom-radio-btn .radio-btn{
    display: block;
    position: relative;
    padding-left: 30px !important;
    cursor: pointer;
    font-size: 16px;
    color: #4A4F53;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "Open Sans";
    letter-spacing: 0;
    line-height: 18px;  
}
.payment-label{
    font-family: "Open Sans";
    font-size: 16px;
    color: #4A4F53;
    letter-spacing: 0;
    line-height: 18px; 
}
.custom-radio-btn .radio-btn input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.custom-radio-btn .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.custom-radio-btn .radio-btn input:checked ~ .checkmark {
    background-color: #688D3B;
    border: none;
}
.custom-radio-btn .radio-btn .checkmark:after {
    top: 7px;
    left: 7px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: white;
}
.custom-radio-btn .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio-btn:hover input~.checkmark {
    background-color: #ccc;
}
.custom-radio-btn .radio-btn input:checked ~ .checkmark:after {
    display: block;
    top: 8px;
    left: 8px;
}
.confirm-product-thumb .confirm-product-thumb-quantity {
    position: absolute;
    right: -0.75em;
    top: -0.5em;
    border-radius: 50%;
    background-color: #688D3B;
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 10px;
    letter-spacing: 0;
    line-height: 20px;
    padding: 0;
    font-weight: 600;
    width: 20px;
    height: 20px;
    text-align: center;
}
.product__description .product__description_name a{
    color: #090A0F;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
}
.panel-group .panel+.panel {margin-top: 0;}
.product__description .product__description_name {
    font-size: 13.5px;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}
.confirm-product-thumb {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    background: #fff;
    position: relative;
}
.product__description_sku{
    color: #999999;
    font-family: "Gill Sans Infant Std";
    font-size: 16px;
}
.product__description .product__description_brand,
.product__description .product__description_quantity,
.product__description .product__description_price {
    font-size: 16px;
    color: #090A0F;
    display: block;
    font-family: "Open Sans";
}
.product__final_price {
    color: #090A0F;
    font-family: "Open Sans";
    font-size: 20px !important;
    letter-spacing: 0;
    line-height: 20px !important;
    text-align: right;
}
.product__final_qty{
    color: #090A0F;
    font-family: "Open Sans";
    font-size: 16px !important;
    letter-spacing: 0;
    line-height: 16px;
    text-align: right;
}
.confirm-product-thumb-wrapper .img-thumbnail{
    width:100px;
    height: 100px;
}
.product__thumb{width: 100px;padding: 20px 10px !important}
.product__description{white-space: normal !important;word-break: break-word;}

#checkout-checkout .form-control{
    width: 100%;
    min-height: auto;
    color: #000000;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    border: 1px solid #ededed;
    border-radius: 3px;
    background-color: #ededed;
    height: 40px;
}
#checkout-checkout select.form-control{
    background-image: url(../image/dropdown-arrow.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
    background-position: 100% 50%;
}
.w-50{
    width: 50%;
    float: left;
    padding: 0 7.5px;
}
.pl-0{padding-left: 0 !important;}
.pr-0{padding-right: 0 !important;}
#checkout-checkout p {margin-bottom: 5px;margin-top: 10px;}
.display-flex-checkout{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.left-panel {
    padding: 20px 40px 0px 0px;
    border-right: 1px solid #EDEDED;
    min-height: 90vh;
}
#checkout-checkout .breadcrumb{
    margin-bottom: 0
}
#checkout-checkout .panel-group{
    margin-bottom: 0;
}
#checkout-checkout .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ededed;
}
.account .formGroupFull.form-group,
#collapse-shipping-address .formGroupFull.form-group {
    width: 100%;
}
.form-group input::-webkit-input-placeholder {
  color: #000000;
  font-family: "Open Sans";
}
.form-group input::-moz-placeholder {
  color: #000000;
  font-family: "Open Sans";
}
.form-group input:-ms-input-placeholder {
  color: #000000;
  font-family: "Open Sans";
}
.form-group input:-moz-placeholder {
  color: #000000;
  font-family: "Open Sans";
}
.form-group input:focus{
    outline: none;
    border-color: #688D3B;
    -webkit-box-shadow: none;
        box-shadow: none;
    -webkit-box-shadow: inset 0 0 0px 9999px white;
        box-shadow: inset 0 0 0px 9999px white;
}
.form-group input:-webkit-autofill {
    background-color: #ffffff !important;
    background-image: none !important;
    color: #090A0F !important;
    border-color: #688D3B;
    -webkit-box-shadow: inset 0 0 0px 9999px white !important;
}

.panel .custom-radio-btn .radio-btn{
    cursor: initial;
}
#paymentForm.payment-form-wrapper{
    background-color: #ffffff;
}    
#paymentForm.payment-form-wrapper button:active {
    background-color: #688D3B;
}
#paymentForm.payment-form-wrapper button {
    border-radius: 3px;
    background-color: #688D3B;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: "Open Sans Condensed";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    padding: 12px 15px;
    height: 40px;
}
#paymentForm.payment-form-wrapper fieldset legend{
    color: #000000 !important;
}
#paymentForm.payment-form-wrapper fieldset{
    background-color: #d1ccbd !important;
    padding: 15px;
}

#collapse-checkout-confirm .table{margin-bottom: 0;}
#collapse-checkout-confirm .table thead td{
    font-size: 14px;
    color: #6C6C6C;
    font-family: "Open Sans Condensed";
    font-weight: bold;
    text-transform: uppercase;
}
.text-danger{font-size: 12px;}
.usd-text{color: #717171;font-size: 14px;font-weight: 400;position: relative;bottom: 2px;right: 10px;}
.fn-t-row .usd-text{display: none;}
.fn-t-row:last-of-type .usd-text{display: inline-block;}
.order-detail-toggle{
    display: none;
    outline: none !important;
}
#checkout-checkout .table-responsive{overflow-x: hidden;border: none !important;}
#checkout-checkout .breadcrumb{display: none;}
.show-checkout-table>.table>tbody>tr>td,
.show-checkout-table>.table>tbody>tr>th,
.show-checkout-table>.table>tfoot>tr>td,
.show-checkout-table>.table>tfoot>tr>th,
.show-checkout-table>.table>thead>tr>td,
.show-checkout-table>.table>thead>tr>th{
    font-size: 14px;
    border: none !important;
    padding: 10px;
    vertical-align: middle;
    line-height: 18px;
}
.show-checkout-table .product__description .product__description_price,
.show-checkout-table .product__description .product__description_name a{
    font-size: 14px !important;
    line-height: 18px !important;
}
.show-checkout-table .product__final_price {
    font-size: 16px !important;
}
.show-checkout-table .total-text .cost {
    font-size: 22px !important;
}
.show-checkout-table>.table>thead{border-bottom: 1px solid #ededed;}
.ship-details{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.ship-text{flex:0 1 7em;color: #333;font-weight: 600;}
.ship-details p{margin: 0 !important;padding-left: 10px;}
.payment-form-wrapper{
    max-width: 480px !important;
    margin: 40px auto 20px !important;
    min-width: unset !important;
}
.payment-form-wrapper form{
    padding: 0 !important;
}


/*Loader*/
#loader{
    background-color: rgba(0, 0, 0, 0.55);
    position:fixed;
    top: 0;
    left: 0;
    height: 100%;
    width:100%;
    z-index : 9999;
}
#loader .spinner{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
   -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
    font-size: 16px;
    z-index: 99;
}
#loader .spinner img{
    width: 150px;
    margin-bottom: 10px;
}
#loader .spinner p{
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 19px;
    font-family: "Open Sans";
}
/*#loader .spinner p{
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 20px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "Roboto", sans-serif;
}*/
#loader i{	
    font-size: 100px;
    color: #688D3B;
    font-weight: 600;
}
/*Cloverly method*/
.cloverly-method{
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 20px;
    font-family: "Roboto", sans-serif;
}
.cloverly-method > label {
    display: inline-block;
    position: relative;
    padding-left: 60px;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;  
}
.cloverly-method > label span.cost{
    color: #1C0946;
    font-weight: 800;
    font-size: 18px
}
.cloverly-method > label span.text{
    display: block;
    font-size: 14px;
    font-weight: 800;
    margin-top: 2px;
    color: #381e5d;
}
.cloverly-method > label span.powerd{
    display: block;
    font-size: 10px;
    margin-top: -1px;
    color: #381e5d;
    margin-top: -3px;
    font-weight: 600;    
}
.cloverly-method > label span.powerd a{
    color: #381e5d;
    text-decoration: underline;
}
/* Hide the browser's default checkbox */
.cloverly-method > label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.cloverly-method > label .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 34px;
    width: 34px;
    background-color: #fff;
    border: 1px solid #9895A3;
    border-radius: 3px;
}
/* On mouse-over, add a grey background color */
.cloverly-method > label:hover input ~ .checkmark {
    background-color: #eee;
}
/* When the checkbox is checked, add a blue background */
.cloverly-method > label input:checked ~ .checkmark {
    background-color: #fff;
}
/* Create the checkmark/indicator (hidden when not checked) */
.cloverly-method > label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.cloverly-method > label  input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.cloverly-method > label .checkmark:after {
    left: 11px;
    top: 0px;
    width: 10px;
    height: 25px;
    border: solid #2DABCB;
    border-width: 0 1.5px 1.5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*End//Cloverly method*/
/*cost listing*/
.fn-total{
    float: right;
    font-size: 12px;
    color: #333;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
    width: 100%;
}
.fn-total .fn-t-row{opacity: 1;margin-top: 15px}
.fn-total .fn-t-row.clover-text{opacity: 1;}
.fn-total .fn-t-row.total-text{opacity: 1;font-size: 18px;margin-top: 15px;border-top: 1px solid #ededed;padding-top: 10px;}
.fn-total .fn-t-row span.cost{
    width: 120px;
    float: right;
    text-align: right;
}
@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    .toggleIconBox,
    #product-search .searchTitle #search,
    .listGroupBox .list-group.sort_radio{
        display: none;
    }
    #column-left  .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
    .account .form-group,
    #address .form-group,
    #password .form-group,
    #collapse-shipping-address .form-group,
    #payment-new .form-group{
        width: 50%;
        float: left;
        padding: 0 7.5px;
    }
    
    #address .form-group:nth-child(n+6){width: 33.33% !important;}
    
    #product-search .sort-section{margin-bottom: 20px !important;}
    #product-search .pdtb-30{padding:0 !important}
    
/*    #product-search #content{width: 75% !important}*/

}
.form-group.w-100{width:100% !important;}
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
/*custom responsive*/

@media (max-width:991px){
    .order-detail-toggle {
        background: #fafafa;
        border: none;
        border: 1px solid #e6e6e6; 
/*        border-bottom: 1px solid #e6e6e6; */
        width: 100%;
        display: block;
        padding: 1.25em 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        text-align: left;
        margin-top: 20px;
    }
    .order-detail-toggle__icon {
        fill: #688D3B;
        -webkit-transition: fill 0.2s ease-in-out;
        transition: fill 0.2s ease-in-out;
    }
    .order-cart-text{
        color: #000000;
        font-size: 14px;
    }
    .text--hide{
        display: none;
    }
    .order-detail-toggle__dropdown {
        vertical-align: middle;
        -webkit-transition: fill 0.2s ease-in-out;
        transition: fill 0.2s ease-in-out;
        fill: #688D3B;
    }
    .order-detail-toggle__total{
        float: right;
        font-size: 18px;
    }
    .display-flex-checkout{
        -webkit-box-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding: 0;
    }
    .left-panel{border-right: none;padding: 20px 15px;}
    .show-checkout-table{
        display: none;
    }
}
    @media (max-width: 767.98px){
    .cloverly-method{display: block}
    .fn-total {float: initial;}    
    #collapse-checkout-confirm > .panel-body {padding: 0;margin-top: 0px;}
    .payment-form-wrapper {
    padding: 0 15px 20px !important;
    margin: 20px auto 0 !important;
    min-height: 300px !important;}
    .ship-text {-webkit-flex:0 1 180px;flex: 0 1 12em;} 
    .payment-form-wrapper .error-stripe{margin-top: 12px !important;}
}
.prodname{padding-left: 20px;}
.box-heading{padding: 0 15px;}
    
/* STC CSS START HERE*/

/* STC Header CSS*/

header{
    height:50px;
    background: #ffffff;
    position: relative;
    z-index: 99;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.15);
}
.display-flex{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -moz-box-align: center;
            -ms-flex-align: center;
            	align-items: center;
}
.display-flex-space-bet{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
        -moz-box-pack: space-between;
            -ms-flex-pack: space-between;
                justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -moz-box-align: center;
            -ms-flex-align: center;
            	align-items: center;
    height: 50px;
    position: relative;
    z-index: 99;
}
#menu{background:transparent;border:none;}
#logo{margin: 0;}
#logo img{
    width: 117.07px !important;
    height: 19.93px;
}
.navbar{margin-bottom: 0;}
#menu .nav li a{
    color: #000000;
    font-family: "Open Sans Condensed";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 14px;
    padding: 18px 12.5px 18px;
    margin-top: 0;
    text-transform: uppercase;
}
#menu .nav li:nth-last-child(1) a{
    padding-right: 0;
}
#menu .nav li:nth-child(1) a{
    padding-left: 0;
}
.border-red,.border-red-login{ height: 5px;width: 100%;background: linear-gradient(135deg, #761706 0%, #688D3B 100%);float: left;}
.container-fluid{padding: 0 50px;}
.menu-section{margin-left: 30px;}
#search input[type="text"]{
    height: 30px;
    width: 238px;
    border-radius: 3px;
    background-color: #EDEDED;
    position: relative;
    color: #000000;
    font-family: "Open Sans";
    font-size: 13px;
    letter-spacing: 0;
    border: none;
    font-weight: 400;
}
.search-btn{
    background: none;
    border: none;
    box-shadow: none;
    height: 30px;
    position: absolute !important;
    right: 0;
    top: 0;
    outline: none !important;
    padding: 5px 10px;
}
.my-account{width: 145px;background: #F3F2EE;text-align: center;margin: 0 auto;height: 60px; display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;-webkit-box-align: center;
    -webkit-align-items: center;
        -moz-box-align: center;
            -ms-flex-align: center;
            	align-items: center; justify-content:center;justify-content:-webkit-center;justify-content: -moz-center;justify-content: -ms-center;-webkit-justify-content: center;}
.pdr-0{padding-right: 0;}
.my-account a img{width: 19.66px;margin-right: 10px;}
.search-btn .fa{font-weight: bold;color: #000;}
.search-box{margin-right: 20px;}
.cart-btn img,.cart-btn-red img{width: 22.5px;height: 20px;}
.cart-btn{width: 50px;height: 50px;padding: 0;border: 0;background: #EDEDED;outline: none !important;box-shadow:none !important;border-radius:0 !important}
.cart-btn-red{
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    background-color: #688D3B;
    outline: none !important;
    box-shadow: none !important;
    border-radius:0 !important
}
.arrow-list li a::after{
    content:'';
}
.arrow-list li a{
    padding: 5px 20px!important;
    text-align: left !important;
}
.dropdown-menu{
    width: 180px;
    border-radius: 0 0 3px 3px;
    background-color: #FFFFFF;
    border: none;
    box-shadow: none;
    top: 100%;
    padding-bottom: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.total-red {
    background-color: #000000;
    border-radius: 50%;
    padding: 0;
    color: #FFFFFF;
    font-size: 10px;
    letter-spacing: 0;
    line-height: unset;
    top: 6px;
    position: absolute;
    right: 6px;
    min-width: 20px;
    min-height: 20px;
    font-family: "Open Sans";
}
.hamburger .line{
    width: 25px;
    height: 2px;
    display: block;
    margin: 3px auto;
    border-radius: 1px;
    background-color: #6C6C6C;
    -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}


/* ONE */

#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(5px) rotate(45deg);
  -ms-transform: translateY(5px) rotate(45deg);
  -o-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-5px) rotate(-45deg);
  -ms-transform: translateY(-5px) rotate(-45deg);
  -o-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
}


/*Login page CSS*/

.login-header{width:100%;background: #fff;float: left;}
.login-logo{width: 100%;height: 60px; display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; justify-content:center;justify-content:-webkit-center;justify-content: -moz-center;justify-content: -ms-center;-webkit-justify-content: center;float: left}
.login-logo img{width: 200px;height: 40px;}
#account-login,#account-register,#account-forgotten{background:#F3F2EE;}
.login-form{max-width: 470px;margin: 100px auto;}
.login-heading{width: 100%;text-align: center;}
.login-form h2,.register-form h2{color: #000000;font-family: "Open Sans";font-size: 36px;letter-spacing: 1px;line-height: 32px;padding:8px;background: #ffffff;text-transform: uppercase;
display:inline-block;border-radius:5px;}
.form-login{margin-top: 50px;}
.form-login label,.form-register label,.form-account label,.form-password label,.form-address label{color: #4A4F53;font-family: "Gill Sans Infant Std";font-size: 16px!important;letter-spacing: 0;line-height: 16px;margin-bottom: 8px!important;text-align: left !important;}
.form-login input,.form-login select,.form-account input,.form-password input,.form-address input,.form-address select,.form-account select,#select_type_form input,#select_type_form select,#select_type_form-adv input,#select_type_form-adv select,.option{border: 2px solid #D1CCBD;border-radius: 9px;background-color: #FFFFFF;height: 50px;
font-family: "Gill Sans Infant Std", sans-serif;font-size: 16px;color: #4A4F53;}
.form-login .form-group{margin-bottom: 20px;}
.text-forget{ color: #688D3B !important;font-family: "Gill Sans Infant Std";font-size: 14px;letter-spacing: 0;line-height: 16px;text-align: right;text-decoratioon:none}
.btn-login{ 
    height: 40px;
    width: 300px;
    border-radius: 3px;
    background-color: #688D3B;
    color: #FFFFFF !important;
    font-family: "Open Sans Condensed";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    border: none;
    padding: 11px 0;
    text-transform: uppercase;
}
.btn-signup{
    color: #688D3B !important;
    font-family: "Open Sans Condensed";
    font-size: 14px;
    letter-spacing: 1.5px;
    text-align: center;
    height:50px;
    max-width:470px;
    border-radius: 9px;
    background-color:#ffffff;
    width:100%;
    line-height: 28px;
    text-transform: uppercase;
    border: none;
    box-shadow: none!important;
    padding: 0;
    line-height: 50px;
}
.form-login select,.form-account select,#input-sort,#select_type_form select,#select_type_form-adv select,#color,.form-address select{
    padding-right: 15px;
    padding-left: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    position: relative;
    background-image: url(../image/dropdown-arrow.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
    background-position: 100% 50%;
}

w-100{width:100% !important;}
.mr-0{margin: 0;}
.register-form{margin-top: 40px;width: 100%;text-align: center;}
.form-register input,.form-register select{border: 2px solid #D1CCBD;border-radius: 9px;background-color: #FFFFFF;height: 50px;
font-family: "Gill Sans Infant Std";font-size: 14px !important;}
.form-register{margin: 20px 0 40px;}
.btn-red{
    height: 40px;
    width: 300px;
    border-radius: 3px;
    background-color: #688D3B;
    border: none;
    color: #FFFFFF !important;
    font-family: "Open Sans Condensed";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
    padding:0;
    text-transform: uppercase;
}
.text-red{color:#688D3B!important; }
/*Footer css*/
footer{
    background: #EDEDED;
    padding: 18px 0;
}
.footer-left p{
    color: #000000;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 14px;
}
.footer-right ul{text-align: right;margin-bottom: 0;}
.footer-right{text-align: right;}
.footer-right ul li{display: inline-block;}
.footer-right ul li a{
    text-transform: uppercase;
    padding-left: 40px;
    text-decoration: none;
    color: #000000;
    font-family: "Open Sans Condensed";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 14px;
}
.cancelBtn{float: right;cursor: pointer;font-size: 18px;}

/*Homepage CSS*/
#common-home {
    margin-bottom: 5px;
}
.swiper-viewport {
    margin: 0 !important;
    background: none !important;
    z-index: 1 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
.homepage-banner img{padding: 0;background:#EDEDED;}
.welcome-block{width: 66%;padding: 50px 52px 60px 40px;background: #688D3B;border-radius: 9px; display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;-webkit-flex-wrap: wrap;flex-wrap:wrap;-webkit-box-align: center;
    -webkit-align-items: center;
        -moz-box-align: center;
            -ms-flex-align: center;
            	align-items: center;}
.welcome-block h2{ color: #FFFFFF;
  font-family: "Open Sans";
  font-size: 72px;
  letter-spacing: 0;
  line-height: 64px;
  margin: 0;
}
.welcome-block p{ color: #FFFFFF;
  font-family: "Gill Sans Infant Std";
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 10px;
}
.swiper-container{overflow: unset !important;}
.apparel-block-1{width: 32.33%;}
.display-flex-space-bet-1{ display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;-webkit-flex-wrap: wrap;flex-wrap:wrap;justify-content:space-between;-webkit-justify-content:space-between;justify-content: -moz-space-between;justify-content: -ms-space-between;-webkit-justify-content: space-between;margin-bottom: 60px;}
.apparel-block{width:32.33%;margin-top: 1.5%;}
.display-flex-space-bet-2{ display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;justify-content:space-between;-webkit-justify-content:space-between;justify-content: -moz-space-between;justify-content: -ms-space-between;-webkit-justify-content: space-between;margin-top:60px;}

.homepage-banner .carousel-caption h1{
    color: #000000;
    font-family: "Open Sans";
    font-size: 60px;
    letter-spacing: 0;
    line-height: 64px;
}
span.black-text {
    font-family: "Open sans";
    font-weight: 800;
}
span.green-text{
    font-weight: 800;
    color: #688D3B;
}
.shop-appliances{
    height: 40px;
    width: 170px;
    border-radius: 3px;
    background-color: #688D3B;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    color: #FFFFFF;
    font-family: "Open Sans Condensed";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    /* line-height: 18px; */
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
.shop-appliances{margin-top: 40px;}

.homepage-banner .carousel-caption{
    top: 35px;
    left: 110px !important;
    text-shadow: none;
    text-align: left;
    bottom: auto;
}


.tagline-banner {
    padding: 60px 0 55px;
}
.tagline-banner img{margin: 0 auto;}
.Appliances,.Cookware{width: 50%;float: left;}
.Appliances .home-category-block img,.Cookware .home-category-block img{width: 100%;}
.home-category-block{
    position: relative;
    display: inline-block;
    padding: 5px;
    width: 100%;
}
.home-category-block:before{
    content: "";
    background-color: #000000;
    z-index: 1;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
            -ms-transition: .3s ease-in-out;
                transition: .3s ease-in-out;
}
.home-category-block:hover:before{
    opacity: 0.25;
}
.home-category-text{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 35px;
    text-align: center;
    z-index: 9;
    -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
}
.Bakeware,.Cutlery,.Kitchen_Essential_Sets,.Tools_Gadgets{
    width: 33.33%;
    float: left;
}

.Hand_Mixers{
    width: 33.33%;
    float: left; 
}
.Bakeware .home-category-block img,.Cutlery .home-category-block img,.Kitchen_Essential_Sets .home-category-block img,.Hand_Mixers .home-category-block img, .Tools_Gadgets .home-category-block img{width: 100%;}

.grid-width-2{max-width: calc(100% - 10px);margin: 0 auto}

/*Category page CSS*/
.img-gallery{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.img-gallery img{width: 33.33%;padding: 10px 5px;}
.grid-width{max-width:calc(100% - 200px);margin:0 auto;}
#product-category{
    background:transparent;
    margin-bottom: 45px;
    width:100%;
/*    float:left;*/
}
#input-sort,#color{
    height: 40px;
    width: 272px;
    border-radius: 3px;
    background-color: #EDEDED;
    color: #000000;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 17px;
    border: none;
}
#product-category .productRightBox{
    padding-left: 0;
}
#product-category .sort-section{
    padding: 40px 0 50px;
}
.pdtb-50{padding: 50px 0;}
.text-grey{color: #4A4F53;font-family: "Gill Sans Infant Std";font-size: 20px;letter-spacing: 0;line-height: 16px;margin-bottom: 20px;}
.sort-section{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -moz-box-align: center;
            -ms-flex-align: center;
            	align-items: center;
    width: 100%;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
        -moz-box-pack: space-between;
            -ms-flex-pack: space-between;
                justify-content: space-between;
}
.sort-section .form-group{margin-bottom: 0;}
.not-found{
    margin-top: 30px;
    padding-left: 30px;
}
.not-found p{
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000000;
    font-family: "Open Sans";
}
#column-left{padding-right: 0px;}
#column-left .panel,.sidebar .panel{ border-radius: 9px;background-color: #FFFFFF;border:none;position: relative;}
#column-left .panel-heading,.sidebar .panel-heading{
    border-radius: 3px 3px 0 0;
    background-color: #688D3B;
    color: #ffffff;
    font-family: "Open Sans Condensed";
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 17px;
    text-align: center;
    padding: 12.5px 0;
    text-transform: uppercase;
}
#column-left .list-group {
    margin-bottom: 0;
}
#column-left .list-group .list-group-item{
    border:none;
    padding: 10px 12px 10px;;
    background: #EDEDED;
}
#filter-group2 .checkbox,#filter-group3 .checkbox{
    margin-top: 0 !important;
}
#column-left .list-group a{
    color: #000000;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 17px;
    padding: 15px 12px 0 !important;
    cursor:pointer;
   
}
.bor-top{ border-top: 1px solid #BABABA !important;}
.bor-top:first-child{border:none !important}
.border-bot:last-child{border-bottom: none !important;}
.list-group-item .checkbox{
    margin-top: 0 !important;
    margin-bottom: 8.5px;
}
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    border: 1px solid #688D3B;
    border-radius: 3px;
    background-color: #FFFFFF;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  background-color: #EDEDED;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
 height: 18px;
 width: 18px;
 border: 2px solid #BABABA;
 background-color: #688D3B;
}
.custom-checkbox{
    padding-left: 24px !important;
    color: #000000;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 17px;
    min-height: 17px;
}
.listGroup1 .custom-checkbox{
    font-weight: 600;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
#checkout-checkout .checkbox .custom-checkbox{
    padding-left: 30px !important;
}
#checkout-checkout .checkbox .custom-checkbox .checkmark,
#checkout-checkout .checkbox .custom-checkbox input:checked ~ .checkmark{
    border: 0;
    background-color: #ffffff;
}
#checkout-checkout .checkbox .custom-checkbox .checkmark::after {
    content: "\f096";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    font-size: 22px;
    color: #6C6C6C;
    line-height: 18px;
    border: 0;
    margin-left: 0;
    border-radius: 0;
    background-color: #ffffff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
#checkout-checkout .checkbox .custom-checkbox input:checked ~ .checkmark::after {
    content: "\f046";
    color: #688D3B;
    
}

/* Style the checkmark/indicator */

.custom-block{
    background: #ffffff;
    position: relative;
    border-radius: 9px;
    padding: 20px;
    z-index: 1;
}
.custom-block:after{
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 80px solid #fff;
    content: "";
    position: absolute;
    bottom: -65px;
    right: 60px;
    transform: rotate(26deg);
    z-index: -1;
}
.custom-block h1{
    color: #000000;
    font-family: "Open Sans";
    font-size: 36px;
    letter-spacing: 0;
    line-height: 32px;
    margin-top: 0;
    margin: 0!important;
    padding:0 !important;;
}
.custom-block a{
    color: #FFFFFF;
    font-family: "Gill Sans Infant Std" !important;
    font-size: 14px !important;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 40px !important;
    text-align: center;
    width: 100% !important;
    display: inline-block;
    height: 40px;
    min-width: 100% !important;
    margin-top: 10px;
}
.moq,.leadtime{
     color: #4A4F53;
    font-family: "Gill Sans Infant Std";
    font-size: 13px;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 0;
}
.moq span,.leadtime span{color: #000000}

.sort-section h2{
    color: #000000;
    font-family: "Open Sans";
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
    width: 50%;
    margin: 0;
}
.sort-section ul,.sort-section .input-group-sm{width: 25%;}
.sort-section .input-group-sm{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
     justify-content:flex-end;justify-content:-webkit-flex-end;justify-content: -moz-flex-end;justify-content: -ms-flex-end;
}
#product-list .product-layout{
    padding-left: 50px;
    padding-right: 0;
}
#product-search #product-list .product-layout{padding-left: 25px;padding-right: 25px;}
#product-list{margin: 0;}
#product-list-aj .row:before,
#product-list-aj .row:after{
  display:inline-block !important;
}

/*Product Page CSS*/
#product-product{
    background: #fafafa;
    width: 100%;
    float: left;
}
#product-product .productDetailTop{
    padding-bottom: 50px;
    background: #fafafa;
}
.product-right-section {
    padding-left: 30px;
}
.product-right-section .categoryText{
    color: #6C6C6C;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
    font-family: "Open Sans Condensed";
}
.product-right-section h1{
    color: #000000;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 20px;
        
}
.product-detail-list li{
    color: #999999;
    font-family: "Gill Sans Infant Std";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
}
.moq-section{background: #ffffff;border-radius: 9px;width: 100%;float: left;margin-bottom: 20px; display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;}
.moq-section li{width: 50%;float: left;padding: 10px 20px; color: #000000;font-family: "Gill Sans Infant Std";font-size: 16px;letter-spacing: 0;line-height: 18px;}
.text-value{ font-family:"Gill Sans Infant Std Bold"}
.moq-section li:first-child{border-right:2px solid #D1CCBD}
#tab-description,.extra-text{
    color: #4A4F53;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
}
#tab-description ul{padding-left: 20px;}
/*
 * Related item Area
*/
.productBottom {
    border-radius: 3px;
    background-color: #EDEDED;
    margin: 0 10px 10px;
    width: calc(100% - 20px);
    float: left;
}
.productBottom .container-fluid {
    padding: 0 54px 0 4px;
}
.productBottom .relatedTitle {
    padding: 40px 20px;
    text-align: center;
}
.productBottom .relatedTitle h3{
    color: #000000;
    font-family: "Open Sans Condensed";
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
}
.price-section{width: 100%;
    background: #ffffff;
    float: left;
    padding-left: 0;
    margin-bottom: 0;
    border-radius:9px;
    margin-bottom: 20px;
}
.price-section p{
    margin: 0;
    padding: 10px 20px;
    color: #000000;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    text-transform: uppercase;
}
.nav-tabs{margin-bottom: 0;border-bottom: none;}
.nav-tabs li{margin-bottom: 0;}
.nav-tabs>li>a{border: none;padding: 0;}
.tab-pane ul{padding-left: 0;float: left;width: 100%;}
.tab-pane ul li{list-style: none;
    width: 50%;
    float: left;
    padding: 10px 20px;
    background: #fff;
    border-bottom: 2px solid #D1CCBD;
    color: #000000;
    font-family: "Gill Sans Infant Std";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
}
.w-50-ul{float: left;width: 20%;padding: 0;border-bottom: 2px solid #d1ccbd;}
.flex-end{ display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; justify-content:flex-end;justify-content:-webkit-flex-end;justify-content: -moz-flex-end;justify-content: -ms-flex-end;padding-right:20px;width: 80%;}
.flex-end li a{
    color: #999999;
  font-family: "Gill Sans Infant Std";
  font-size: 13px;
  letter-spacing: 0;
  line-height: 16px;
  text-decoration: none;
  border: none !important;
  background: transparent !important;
}
.tab-pane ul li:nth-child(odd) {
    border-right: 2px solid #d1ccbd;
}
.tab-pane ul li:last-child,.tab-pane ul li:nth-last-child(2){
    border-bottom: none;
}
.tab-pane ul li:nth-last-child(2){
    border-bottom-left-radius: 9px;
}
.tab-pane ul li:last-child{
    border-bottom-right-radius: 9px;
}
.flex-end li.active a{color: #000000;
font-family: "Gill Sans Infant Std";
  font-size: 13px;
  letter-spacing: 0;
  line-height: 16px;}
.nav-tabs li{padding: 10px 0px 10px 20px;}
.pad-10-20{padding: 10px 20px;}
.size-section{
    width: 100%;
    background: #ffffff;
    float: left;
    padding-left: 0;
    margin-bottom: 0;
    border-radius:9px;
    margin-bottom: 20px;
}
.label-left label{
     color: #000000;
  font-family: "Open Sans";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.sizechart-link a{
    color: #688D3B;
  font-family: "Gill Sans Infant Std";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
}
.border-bot-2{border-bottom: 2px solid #D1CCBD;}
.qty-section{ display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;padding: 15px 20px;justify-content:flex-start;justify-content:-webkit-flex-start;justify-content: -moz-flex-start;justify-content: -ms-flex-start;border-bottom: 2px solid #d1ccbd}
.qty-section-1{
    text-align: center;
    width: 62px;
}
.qty-section-1 .variant-valid{
    font-size: 14px;
    margin: 0;
    color: red;
    text-align: right;
    width: 100%;
    position: absolute;
    left: 0;
    text-align: left;
    bottom: -24px;
    line-height: 16px;
}
.qty-section-1 input{
    height: 40px;
    width: 50px;
    border-radius: 3px;
    background-color: #EDEDED;
    color: #000000;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    border: none;
    padding: 0;
}
.qty-section input{
    height: 50px;
    border: 2px solid #D1CCBD;
    border-radius: 9px;
    background-color: #FFFFFF;
    opacity: 0.8;
    color: #4A4F53;
    font-family: "Gill Sans Infant Std";
    font-size: 18px !important;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    padding:0;
    width: 53px;
}
.qty-section-1 label{
     color: #000000;
    font-family: "Gill Sans Infant Std";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    text-align: center;
    margin-bottom: 10px;
}
.total-qty-section{padding: 10px 20px;}
.total-qty-section p{
    margin-bottom: 0;
    color: #000000;
    font-family: "Gill Sans Infant Std";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
}
.total-qty-section span{
    color: #000000;
    font-family: "Gill Sans Infant Std Bold";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 18px;
}
.price-table{margin-bottom: 0;}
.price-table tr td {
    border-right: 2px solid #d1ccbd;
    border-top: 2px solid #d1ccbd !important;
    color: #000000;
    font-family: "Gill Sans Infant Std";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    padding:10px 20px !important;
}
.price-table tr td:last-child{border-right: none;}

/*#error-not-found h1,
#common-success h1{
    font-size: 48px;
    color: #000000;
    margin-top: 50px;
}*/
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: 0 !important;
    text-align: right;
    padding-right: 15px !important;
    width: 100%;
}
.mfp-figure{background: #ffffff;border-radius:9px;}
.mfp-figure:after{background: transparent !important;box-shadow: none !important;}
.color-section{
    width:100%;
    float: left;
    background: #ffffff;
    border-radius: 9px;
    margin-bottom: 20px;
}
.color-section label{
    width: 100%;
    padding: 10px 20px;
    border-bottom: 2px solid #d1ccbd;
    color: #000000;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.color-selection{padding: 15px 20px;}

.pagination {
    margin: 0;
    float: right;
}
.paginationBox{
    padding-left: 50px;
}
.paginationBox p{
    color: #000000;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    text-align: left;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #688D3B;
    border-color: #688D3B;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #688D3B;
    border-color: #688D3B;
}
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #688D3B;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #d1ccbd;
    font-family: "Open Sans";
}
#product{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-bottom: 50px;
    position: relative;
}
#product-product .thumbnails{
    display: block;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
#product-product .thumbnails .thumbnail{
    border: 1px solid #EDEDED;
    border-radius: 3px;
    margin-bottom: 10px;
}
.product-text li {color: #6c6c6c;}
.product-text li:nth-child(2) span{
    color: #6C6C6C;
    font-family: "Open Sans Condensed";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
}
.product-text li:nth-child(3) h2{
    color: #688D3B;
    font-family: "Open Sans Condensed";
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 40px;
    text-transform: uppercase;
}
#tab-description h4{
    color: #000000;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
}
#tab-description p,#tab-description li{
    color: #000000;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
}



/*alert CSS*/
.alert {
    padding: 10px 30px 10px 15px;
    font-family: "Open Sans";
    border-radius: 3px;
    margin-top: 15px;
    margin-bottom: 0;
    width: 100%;
    float: none;
    font-weight: 600;
    position: relative;
}
.alert-success a{
    color: #ffffff;
    text-decoration: underline !important
}
.alert-success {
    color: #ffffff;
    background-color: #688D3B;
    border-color: #688D3B;
}
.alert-danger,.alert-warning{background: #688D3B;color: #FFFFFF;}
.close{
    opacity: 1;
    right: 15px !important;
    position: absolute !important;
    height: 100%;
    display: inline-block;
}
/*Cart page CSS*/

#checkout-cart{
    background:transparent;
    margin-bottom: 110px;
    width: 100%;
/*    float:left;*/
}
.cart-section h1{
    color: #000000;
    font-family: "Open Sans";
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
    margin: 0;
}

.cart-section .grid-margin{
   margin:50px auto;
   width: 100%;
/*   float: left;*/
}
.cart-section table{
    border: none;
}
.cart-table{
    margin-bottom: 0px !important;
}
.cart-table thead td{
    color: #6C6C6C;
    font-family: "Open Sans Condensed";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    text-transform: uppercase;
}
.cart-table thead td:nth-child(1){
    padding-left: 0;
}
.cart-table thead td:nth-last-child(1) {
    padding-right: 0;
}
.cart-table tbody .cart-row td:nth-child(2){
    width: 40%;
    padding-right: 20px !important;
}
.cart-table tbody .cart-row{
    border-top: 1px solid #EDEDED;
}
.cart-table tbody .cart-row tr{
    border-bottom: 1px solid #EDEDED;
}
.cart-table tbody .cart-row td{
    padding: 15px 0 !important;
    vertical-align: middle !important;
    color: #090A0F;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    border-top: none;
    white-space: normal;
}
.cart-table tbody .cart-row td:first-child{width: 120px;padding-right: 20px !important;}
.cart-table tbody .cart-row td:second-child{width: 300px;padding-right: 15px !important;}
.cart-table a{
    text-decoration: none;
}
.name-text a{
    color: #000000;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    display: block;
}
.unit-price{
    color: #000000;
    font-family: "Open Sans Condensed";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
}
.cart-section .btn-block{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content:center;justify-content:-webkit-center;justify-content: -moz-center;justify-content: -ms-center;-webkit-justify-content: center;
}
.btn-block input{
     height: 40px;
    width: 50px !important;
    border-radius: 3px;
    background-color: #EDEDED;
    border: none;
    padding: 0;
    color: #000000;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
}
.btn-block input:-moz-read-only { /* For Firefox */
    cursor: unset;
    outline:none !important;
    border:none;
}

.btn-block input:read-only {
    cursor: unset;
    outline:none !important;
    border:none;
   
}
.btn-remove{
     color: #999999;
    font-family: "Open Sans";
    font-size: 13px;
    letter-spacing: 0;
    line-height: 13px;
    font-weight: 400;
    cursor: pointer;
}
.btn-remove:hover{
     background: none !important;
     color: #ec1c24;
     
}
.form-control{box-shadow: none !important; }
.total-text{
    color: #000000;
    font-family: "Open Sans Condensed";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
}
.subtotal-section{
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -moz-box-align: center;
            -ms-flex-align: center;
            	align-items: center;
    border-bottom: 0;
    border-top: 1px solid #EDEDED;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
        -moz-box-pack: space-between;
            -ms-flex-pack: space-between;
                justify-content: space-between;
    padding-bottom: 80px;
    padding-top: 20px;
}
.text-tax{
    color: #6C6C6C;
    font-family: "Open Sans";
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
}
.tax-section{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content:center;justify-content:-webkit-center;justify-content: -moz-center;justify-content: -ms-center;-webkit-justify-content: center;
    margin-top: 20px;
}
#checkout-cart .tax-section{
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 40px;
    width: 100%;
}
.tax-section p{
    margin-bottom: 0
}
.subtotal-right-text{text-align: right;}
.subtotal-right-text .subtotal{
    color: #000000;
    font-family: "Open Sans Condensed";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    display: inline-block;
    padding-left: 25px;
}
.subtotal-left-text .subtotal-title{
    color: #000000;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 16px;
    text-transform: uppercase;
}
.img-thumbnail{
    height: 100px;
    width: 100px;
    border: 1px solid #EDEDED;
    border-radius: 3px;
    background-color: #FFFFFF;
}
.not-found-section{
    padding-top:100px;
    text-align: center;
}
.not-found-section h1{
    color: #000000;
    font-family: "Gill Sans Infant Std";
    font-size: 48px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    line-height: 64px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    margin-top: 0;
}
.not-found-section p{
    color: #000000;
    font-family: "Gill Sans Infant Std";
    font-size: 16px;
}
.cart-display-none{display: none;}

#checkout-cart .table-responsive{
    overflow-x: unset !important;
}
.left-div,.right-div{
    width: 50%;
}
.name-text span{
    color: #6C6C6C;
    font-family: "Open Sans Condensed";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    text-transform: uppercase;
}
.subtotal-title{
    color: #6C6C6C;
    font-family: "Open Sans Condensed";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 14px;
    text-transform: uppercase;
}
.sub-row{background: #ffffff;border-radius: 9px !important;}
.sub-row td{
    padding: 7px !important;
    border-top: none !important;
    vertical-align: middle !important;
    color: #000000;
    font-family: "Gill Sans Infant Std";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 14px;
    border-bottom: 2px solid #d1ccbd;
}
.sub-row td:first-child{width: 170px;text-align: right;padding-right: 0!important}
.sub-input input{
    height: 30px;
    width: 82px;
    border: 2px solid #D1CCBD;
    border-radius: 9px;
    background-color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
    color: #4A4F53;
    font-family: "Gill Sans Infant Std";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 14px;
    padding:0;
}
.sub-row td:last-child{text-align: right;padding-right: 15px !important;}
.cart-body .sub-row:last-child td {
    border-bottom: none;
}
tr.sub-row:first-child td:first-child{border-top-left-radius: 9px;}
.table>tbody+tbody{border: none;}

/*Search CSS*/
#product-search{margin-bottom: 45px;width:100%;}
#product-search h1{
    color: #000000;
    font-family: "Open Sans";
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
}
#product-search h1 span{color: #688D3B;}
#product-search .searchTitle{
    padding: 50px 0 60px;
}

/*My Account page CSS*/

.account-section{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
        -moz-box-pack: space-between;
            -ms-flex-pack: space-between;
    justify-content: space-between;
    margin-top: 30px;
    -webkit-flex-wrap: wrap;flex-wrap:wrap;
    float: left;
    width: 100%;
}
.account-section h1{
    color: #000000;
    font-family: "Open Sans";
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 32px;
    margin-top: 0;
    background: #ffffff;
    padding: 4px 7px;
    border-radius: 5px;
    text-transform: uppercase;
}
.account-section>.nav-tabs>li>a{
    color: #4A4F53 !important;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
}
.account-section>.nav-tabs>li.active>a, .account-tab>.nav-tabs>li.active>a:focus, .account-tab>.nav-tabs>li.active>a:hover {
    color: #000000 !important;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
}
.account-border{border-bottom: 2px solid #d1ccbd;margin: 20px -15px;}
#personal-details,#change-password,#address-book,#address-entries{
    width: calc(100% - 200px);
    margin: 0 auto 60px;
}
#my-order{
    margin-top: 40px;
    width: 100%;
    float:left;
}
#address-book{ width: calc(100% - 400px);}
#personal-details h2,#change-password h2,#address-book h2,#address-entries h2{
     color: #000000;
    font-family: "Open Sans";
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 40px 0 30px;
    text-transform: uppercase;
}
#address-book h2{
    margin-top: 60px;   
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #D1CCBD;
    opacity: 1;
}
.form-account .form-control{box-shadow: none !important;}

/*==My Order Page==*/
.my-order--wrapper--main .text-empty{
    font-size: 19px;
    color: #000;
    margin: 0px;
    font-weight: 500;
    margin-top: 20px;
}
.my-order--wrapper--main{ 
    overflow: hidden; padding: 0 15px;
    color: #000;
    padding-bottom: 50px;
    min-height: calc(100vh - 238px);
}
.my-order--wrapper h1{
    font-family: "Open Sans";
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-top: 70px;
    font-size: 36px;
    color: #000;
}
#select_type_form,#select_type_form-adv{padding: 20px;}
.input-group-addon{ display: none}
.sidebar{
    width: 285px;
    margin-right: 35px;
    float: left
}
.sidebar h3{
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: "Open Sans";
    margin-top: 0px;
    color: #000;
}
.sidebar .form-group{
    margin-bottom: 20px;
}
.content-wrapper{
    width:calc(100% - 320px);
    float: right;
    margin-bottom: 20px;
}
.sidebar label{
     color: #4A4F53;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
}

.sidebar input:focus, .sidebar select:focus,
.sidebar input:hover, .sidebar select:hover{
    box-shadow: none;
}

.unstyled::-webkit-inner-spin-button,
.unstyled::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
}


.form-control.button:hover, .form-control.button:focus{
    background: #2885cd;
    color: #fff
}
.from-main{
    padding: 0 7px 0 15px
}
.to-main{
    padding: 0 15px 0 7px 
}
.date input.form-control{
    font-size: 14px;
}
.order-section--wrapper{
    border: 2px solid #D1CCBD;
    border-radius: 9px;
    background-color: #FFFFFF;
    overflow: hidden;
}
.order-details{
    padding:15px 10px;
    border-bottom: 2px solid #d1ccbd;
    background: #ffffff
}
.total-details{
    padding:15px 10px;
    background: #ffffff;

}
.order-details--table{
    width: 100%;
    font-size: 14px;
}
.order-details--table label{
   color: #000000;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.order-details--table .data{
    color: #4A4F53;
    font-family: "Gill Sans Infant Std";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    width: 100%;
    display: block
}
.order-details--table .status{
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    display: inline;
    padding-right: 15px;
    font-family: "Montserrat-SemiBold";
}

.order-details--table .status.transit:before{
    content:"";
    background: url('../image/transit-icon.png') no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    float: left;
    margin-right: 10px;
}
.order-details--table .status.ordered{
    color: #688D3B;
    font-family: "Gill Sans Infant Std Bold";
    font-size: 16px;
    letter-spacing: 0;
    line-height:16px;
    white-space: nowrap;
    text-transform: capitalize;
    padding-right: 0;
    padding-left: 20px;
    position: relative
}
.order-details--table .status.transit{
    color: #9A3324;
    font-family: "Gill Sans Infant Std Bold";
    font-size: 16px;
    letter-spacing: 0;
    line-height:16px;
    white-space: nowrap;
    text-transform: capitalize;
    padding-right: 0;
    padding-left: 20px;
    position: relative
}
.order-details--table .status.delivered{
    color: #009CA6;
    font-family: "Gill Sans Infant Std Bold";
    font-size: 16px;
    letter-spacing: 0;
    line-height:16px;
    white-space: nowrap;
    text-transform: capitalize;
    padding-right: 0;
    padding-left: 20px;
    position: relative
}




.lg-text-right{text-align: right;}
.order-details--table .status.ordered:before{
    content:"";
    background: url('../image/ordered-icon.png') no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    float: left;
    margin-right: 10px;
}
.order-details--table .status.ordered.shipped{color: #5FAD27}
.order-details--table .status.ordered.partially-shipped{color: #FF8C18}
.order-details--table .status.ordered.cancelled{color: #a94442;}
.order-details--table .status.ordered.shipped:before{background: url('../image/order-image/SPP-Test_MyOrders-Panel_Icons-Completed_16x16.png') no-repeat;}
.order-details--table .status.ordered.partially-shipped:before{background: url('../image/order-image/SPP-Test_MyOrders-Panel_Icons-Shipped_16x16.png') no-repeat;}

.input-group.date{ width: 100%}
.input-group .form-control:first-child, 
.input-group-addon:first-child, 
.input-group-btn:first-child>.btn, 
.input-group-btn:first-child>.btn-group>.btn, 
.input-group-btn:first-child>.dropdown-toggle, 
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn, 
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.order-details--table .status.cancelled{
    line-height: 16px;
    color: #e44a4a;
    text-transform: capitalize;
    position: relative;
    padding-left: 20px;

}
.order-details--table .status.cancelled:before{
    content:"";
    background: url('../image/order-image/cancelled.png') no-repeat;
    width: 16px;
    position: absolute;
    left: 0;
    top: 0px;
    height: 16px;
    display: block;
    float: left;
    margin-right: 10px;
}

.order-details--table .status.complete{
    line-height: 16px;
    color: #5fad27;
    text-transform: capitalize;
    position: relative;
    padding-left: 20px;

}
.order-details--table .status.delivered:before{
     content:"";
    background: url('../image/delivered-icon.png') no-repeat;
    width: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    height: 16px;
    display: block;
    float: left;
    margin-right: 10px;
}
.data .status{margin-right: 5px;}
a:focus{
    text-decoration: none !important;
    opacity: 1 !important
}
.order-details--table a.order-details--link{
    color: #688D3B;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 16px;
    text-align: right;
    text-transform: uppercase;
}
.order-details--table td.order-link--main{
    width: 140px;
    padding-bottom: 0;
    vertical-align: top;
}
.order-details--table a.order-details--link.close{
/*    padding-bottom: 4px;*/
    font-weight: normal;
}
.order-details--table a.order-details--link:after{
    content:"Order Details";
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 16px;
    text-align: right;
    text-transform: uppercase;
}
.order-details--table a.order-details--link.close:after{
    content:"Close Order Details";
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 16px;
    text-align: right;
    text-transform: uppercase;
}
.order-details--table a.order-details--link:hover, .order-details--table a.order-details--link:focus{
    text-decoration: none;
}
.order-section--wrapper .order-info{
    background:#fff;
    border-bottom: 2px solid #d1ccbd;
    /*display: none*/
}
.order-section--wrapper .order-info.show{
    display: block
}
.sub-total-table{
     width:auto;
    float: right;
    text-align: right;
    margin: 10px 0;
}

.total-table{
    width:auto;
    float: right;
    text-align: right
} 
.total-table td,.sub-total-table td{
    padding: 0 20px;
}
.sub-total-table td:last-child{
    padding-right: 10px;
}
.total-table td:last-child{
    padding-right: 0
}
.total-table label, .total-table span{
    margin-right: 15px;
    margin-bottom: 0;
    color: #000000;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 16px;
    text-transform: uppercase;
}
.total-table label{margin-right: 5px;}
.total-table span:last-child{margin-right: 0;}
.tracking{ border-bottom: 2px solid #d1ccbd; padding: 20px 10px; background: #ffffff;}
.tracking .tracking-table{ width:100%; }
.tracking .tracking-table label{ 
    color: #000000;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.tracking .tracking-table tr td:last-child{text-align: right}
.tracking .tracking-table a, .tracking .tracking-table span{
     color: #4A4F53;
    font-family: "Gill Sans Infant Std";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    display: block
}
.tracking-url a{
    font-weight: bold;
    font-family: "Montserrat-Regular";
    font-size: 14px;
    color: #2885cd;
    border-bottom: 1px solid #2885cd;
    display: inline;
}
.tracking-url a:hover{
    text-decoration: none
}

.order-details--rows{
    padding: 15px 10px 0px;
}

.order-info .order-details--rows+.order-details--rows{
    border-top: 2px solid #d1ccbd;
}

.order-details--rows--same-line{
    padding: 0px 10px 20px;
}

.order-details--rows span, .order-details--rows--same-line span{
    color: #000000;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
}

.order-details--rows span.status, .order-details--rows--same-line span.status{
    font-family: "Open Sans";
}

.order-details--rows---table{
    width:100%
}
.order-details--rows---table td{
    vertical-align: bottom
}
.order-details--rows---table label, .order-details--rows---table span{
    display: block;
    color: #4A4F53;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
}
.order-details--rows---table span{
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;
}
.order-details--rows---table span:last-child{
    margin-right: 0;
    color: #4A4F53;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    text-align: right;
}
.order-details--rows---table td:last-child{
    text-align: right
}
.order-details--rows---table span.product-name{
    /*font-weight: normal;*/
    color: #000000;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
}
.pad-bot span{
    color: #4A4F53;
  font-family: "Open Sans";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
}



/*.dropdown-menu{
    border:1px solid rgb(52, 140, 207)
}*/
.datepicker-dropdown:before{
    border-bottom-color:rgb(52, 140, 207)    
}
.sidebar-mobile--menu{ 
    display: none; 
    position: relative; 
    text-transform: uppercase; 
    font-size: 14px;
    background: #D1CCBD; 
    margin-bottom: 20px !important; 
    padding: 20px 0px; 
    margin:0 0px 10px;
    border-radius: 9px;
}
.sidebar-mobile--menu span{ 
    display: block; 
    position: relative;
    font-size: 18px;
    color: #000000;
    letter-spacing: 1px;
    padding: 0 15px;
}
.sidebar-mobile--menu:hover{ 
    cursor: pointer
}
.sidebar-mobile--menu span:after{
    width: 0; 
    height: 0; 
    position: absolute;
    top: 5px;
    right: 15px;
    border-left: 8px solid transparent;
    border-right:8px solid transparent; 
    border-top:8px solid #000;
    content: "";
}

.sidebar-mobile--menu.active-sidebar span:after{
    content: "";
    width: 0; 
    height: 0; 
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top:0;
    border-bottom: 8px solid black;
    position: absolute;
    top: 5px;
    right: 15px;
}

hr {
    margin: 10px 0;
    border: 0;
    border-top: 1px solid #d1ccbd;
}
.qt--data {
    color: #333;
    font-weight: 600;
    text-align: center;
    font-family: "Roboto", sans-sarif;
    border: none;
    outline: 0;
    cursor: default;
    width: 100%;
}
.check--moq {
    position: relative;
}
.check--moq .moq--alert {
    display: none;
    background-color: red;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 3px 7px;
    font-weight: 400;
    position: absolute;
    z-index: 1;
    font-size: 12px;
    top: 130%;
    left: 47%;
    margin-left: -60px;
    font-family: 'Roboto', sans-serif;
}
.check--moq .moq--alert::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent red transparent;
}
.order-details--table td{ vertical-align: top; }
.white-space-nowrap{ white-space: nowrap }
.pad-bot td{ padding-bottom: 10px; }
.pre-line{
    width: 100%;
    height: 125px;
    padding: 10px;
    resize: none;
    color: #666;
    white-space: pre-line;
    background: #eee;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;	
    font-family: 'Roboto', sans-serif;
}
.address-book-section {
    background: #fff;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    width: 100%;
    padding: 15px 20px;
    justify-content:space-between;-webkit-justify-content:space-between;justify-content: -moz-space-between;justify-content: -ms-space-between;-webkit-justify-content: space-between;
    border: 2px solid #d1ccbd;
    border-radius: 9px;
    margin-bottom: 20px;
    font-family: "Gill Sans Infant Std";
    font-size: 16px;
}
.btn-edit{
    min-width: auto;
    background: #9A3324 !important;
    height: 34px;
    line-height: 34px;
    border-radius: 5px;
    font-size: 12px !important;
    font-family: "Open Sans";
    color: #ffffff !important;
    box-shadow: none !important;
    border: none;
    padding: 0 12px;   
}
.btn-delete{
    min-width: auto;
    background: #688D3B !important;
    height: 34px;
    line-height: 34px;
    border-radius: 5px;
    font-size: 12px !important;
    font-family: "Open Sans";
    color: #ffffff !important;
    box-shadow: none !important;
    border: none;
    padding: 0 12px;
}

/*
 *  Information pages
*/
#information-information{
    padding: 45px 0;
    color: #000000;
    font-family: "Open Sans";
}
#information-information .container-fluid {
    padding: 0 15px;
}
#information-information #content {
    min-height: calc(100vh - 185px);
}
#information-information h1{
    color: #000000;
    font-family: "Open Sans";
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 50px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
}
#information-information p{
    font-size: 14px;
    color:#000000;
    line-height: 20px;
    font-family: "Open Sans";
}
#information-information a{
    color: #688D3B;
}
#information-information ul,
#information-information ol{
    padding-left: 15px
}
#information-information b,
#information-information h3{
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 16px;
    color:#000000;
    margin: 15px 0 10px;
    display: block;
}






/*Checkout page CSS*/

#checkout-checkout .form-group label{
    color: #000000;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
}
#checkout-checkout div.required .control-label:before {
    content: '';
}
#checkout-checkout .right-panel{
    padding-right: 0;
}
#checkout-checkout .right-panel .panel-body {
    padding-right: 0;
}
.right-panel:after {
    content: '';
    position: absolute;
    width: 300%;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fafafa;
    z-index: -1;
}
.left-panel:after {
    content: '';
    position: absolute;
    width: 300%;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: -1;
}
.container-hidden{overflow-x: hidden;}
#checkout-checkout .panel-heading .panel-title{
    color: #000000;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "Open Sans";
    font-weight: bold;
}
#checkout-checkout .checkbox{
    padding: 0 7.5px;
}
#checkout-checkout .buttons{
    float: right;
    margin: 10px 0 0;
    padding: 0 7.5px;
}
.fn-total .fn-t-row span.cost-title{
    color: #6C6C6C;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "Open Sans Condensed";
    font-weight: bold;
}
.fn-total .fn-t-row span.cost{
    width: 120px;
    float: right;
    text-align: right;
    color: #090A0F;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: right;
}
.total-text .cost-title{
    float: left;
    color: #000000;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 20px;
}
.total-text .cost{
    font-size: 24px !important;
    text-align: right;
    color: #000000;
    font-family: "Open Sans Condensed";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
}
#checkout-checkout select{
    padding-right: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    position: relative;
/*    background-image: url(../image/down-arrow-dropdown.png);
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;*/
}
#payment-existing:after,#shipping-existing:after,.dropdown-icon:after{
    content: url('../image/down-arrow-dropdown.png');
   position: absolute;
   top: 4px;
   right: 5px;
   cursor:pointer;
   pointer-events:none;
   transition:.25s all ease;
    height: 40px;
    width: 40px;
    line-height: 70px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content:center;justify-content:-webkit-center;justify-content: -moz-center;justify-content: -ms-center;-webkit-justify-content: center;
    background: #ffffff;
}
#payment-existing,#shipping-existing,.dropdown-icon{
    position: relative;
}
 #checkout-checkout select{position: relative;bottom:1px;}
    .text--hide--text{
        display: none;
    }
    .text--show--text{
        display: block;
    }
#checkout-checkout .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a0a0a0;
  opacity: 1; /* Firefox */
}

#checkout-checkout .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a0a0a0;
}

#checkout-checkout .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #a0a0a0;
}
.logo-section{width: 220px;}
/*Media Queries CSS*/

@media(max-width:1250px){
    header .container-fluid {
        padding: 0 30px;
    }
    .menu-section {margin-left: 0;}
    #menu .nav li a{
        padding: 18px 7.5px;
    }
    .qty-section{
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;flex-wrap:wrap;
        justify-content:flex-start;justify-content:-webkit-flex-start;justify-content: -moz-flex-start;justify-content: -ms-flex-start;
        width: 100%;
    }
    .qty-section-1{width: 62px;padding: 0px;}
}
@media(max-width:1199px){
    .my-account{width:60px;}
    .my-account a img{margin-right: 0;}
    #product-category .sort-section {
        padding: 30px 0 40px;
    }
/*    #content {
        overflow: hidden;
    }*/
    .grid-width{
        max-width: 100%;
        margin: 0 40px;
    }
    #information-information .grid-width{
        margin: 0 25px;
    }
    #column-left {
        padding-right: 10px;
    }
    #product-list .product-layout,
    .paginationBox{
        padding-left: 30px;
    }
    #product-search .searchTitle{
        padding: 40px 0;
    }
    .product-thumb {
        margin-bottom: 40px;
    }
    .welcome-block{padding:40px;}
    .welcome-block p{font-size:18px;line-height: 24px;}
    .dropdown-menu-right{min-width: 120px !important;width: 100% !important}
    #column-left{padding-right: 15px;}
    .footer-right ul li a{padding-left: 20px;}
    #personal-details,#change-password,#address-book,#address-entries{width:calc(100% - 100px)}
    
    #checkout-checkout #content {
        overflow: visible;
    }
    .left-panel {
        padding: 0px 30px 0px 0px;
    }
    .homepage-banner .carousel-caption {
        left: 40px !important;
        top: 25px;
    }
    .homepage-banner .carousel-caption h1 {
        font-size: 48px;
        line-height: 52px;
    }
}
@media(max-width:1100px){
    #menu .nav li a{
        padding: 18px 6px;
    }
    .navbar-nav li a .fa-caret-down{
        left:4px;
    }
    #search input[type="text"]{width:160px;}
}
@media(max-width:1024px){
    header .container-fluid,
    footer .container-fluid{
        padding: 0 20px;
    }
    #search input[type="text"]{width:140px;}
    .search-box {
    margin-right: 10px;
}
    
    #checkout-checkout .buttons,
    #checkout-checkout .buttons .pull-right,
    #checkout-checkout .panel-body .btn-red{
        width: 100%;
    }
}
@media(max-width:991px){
    .logo-section{width: 117.06px;}
    .right-section{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;
    justify-content:flex-end;-webkit-justify-content:flex-end;justify-content: -moz-flex-end;justify-content: -ms-flex-end;}

    .msgBox .msgBoxTitle h1 {
        font-size: 28px;
        line-height: 32px;
    }
    
    #menu .nav li a {
        padding: 18px 5px;
        font-size: 12px;
    }
    .navbar-nav li a .fa-caret-down{left:0px;}
    .tagline-banner {
        padding: 40px 0 35px;
    }
    .homepage-banner .carousel-caption {
        left: 30px !important;
        top: 10px;
    }
    .homepage-banner .carousel-caption h1 {
        font-size: 40px;
        line-height: 42px;
    }
    .home-category-text {
        font-size: 24px;
        line-height: 28px;
    }
    .welcome-block,.apparel-block-1{width: 49%;}
    .nav-tabs li {padding: 10px 0px 10px 10px;}
    .footer-left p{font-size: 12px}
    .footer-right ul li a{padding-left: 10px;font-size: 12px;}
    .right-panel:after {left: -150px;}
    #collapse-checkout-confirm .panel-body{padding:0;}
    .right-panel{margin-top: 20px;}
    #product-category {
        margin-bottom: 40px;
    }
    #product-category .sort-section {
        padding: 20px 0 30px;
    }
    .sort-section h2,
    .cart-section h1,
    #information-information h1{
        font-size: 34px;
        line-height: 34px;
    }
    .grid-width{
        margin: 0 25px;
    }
    #information-information .grid-width {
        margin: 0 10px;
    }
    #column-left {
        padding-right: 0;
    }
    #product-list .product-layout,
    .paginationBox {
        padding-left: 25px;
    }
    
    #product-search .searchTitle{
        padding: 30px 0;
    }
    
    .productBottom .container-fluid {
        padding: 0 30px 0 5px;
    }
    #product-product .thumbnails{
        padding-right: 0;
    }
    .product-right-section {
        padding-left: 15px;
    }

    .custom-block h1 br {display: none;}
    .custom-block h1{font-size: 34px;}
    .custom-block{padding: 12px;}
    .custom-block a{font-size: 12px !important;letter-spacing: 1px;}
    /*order page btn*/

    .order-detail-toggle {
        width: 100%;
        display: block;
        padding: 10px 15px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        text-align: left;
        border-radius: 3px;
        background-color: #EDEDED;
        margin-top: 30px;
    }
    .order-detail-toggle.activeToggle{
        background-color: #688D3B;
    }
    .order-detail-toggle .container{
        width: 100%;
        padding: 0;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -moz-box-align: center;
                -ms-flex-align: center;
        align-items: center;
        position: relative;
    }
    .order-cart-icon {
        display: inline-block;
        line-height: 10px;
        margin-right: 10px;
    }
    .order-detail-toggle__icon {
        fill: #000000;
        -webkit-transition: fill 0.2s ease-in-out;
        transition: fill 0.2s ease-in-out;
    }
    .cart-section .grid-margin {
        margin: 34px auto;
    }
    .cart-table tbody .cart-row td:nth-child(2) {
        width: 33.333%;
    }
    .order-cart-text{
        color: #000000;
        font-size: 16px;
    }
    .activeToggle .order-cart-text{
        color: #ffffff;
    }
    .activeToggle .order-detail-toggle__icon,
    .activeToggle .order-detail-toggle__dropdown {
        fill: #ffffff;
    }
    .text--hide{
        display: none;
    }
    .order-detail-toggle__dropdown {
        vertical-align: middle;
        -webkit-transition: fill 0.2s ease-in-out;
        transition: fill 0.2s ease-in-out;
        fill: #000000;
        margin-left: 5px;
        position: absolute;
        right: 0;
        top: 8px;
    }
    .order-detail-toggle__total{
        float: right;
        font-size: 18px;
    }
    #checkout-checkout .right-panel {
        padding: 0;
        margin: 0;
    }
    #checkout-checkout .right-panel .show-checkout-table{
        padding: 15px 15px 5px;
        background: #fff;
    }
    .left-panel {
        padding: 0;
    }
    #checkout-checkout .panel-default,
    #checkout-checkout .panel-heading{
        background-color: #fafafa;
    }
    .left-panel:after{
        display: none;
    }
    .flex--rev{
        -webkit-box-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .confirm-prod-table{
        display: none;
        margin-bottom: 50px;
    }
     .sidebar-mobile--menu{ 
        display: block;
    }
    .sidebar{
        width: 100%;
    }
    .content-wrapper{ 
        width:100%;
    }
    .sidebar{
        display: none;
    }
    .show-sidebar{
        display: block;
    }
       .mrl-0{margin: 0 !important;} 
}
@media (max-width:767.98px){
    .search-box{display: none;}
    .supportQueBox .submitBtn{ justify-content:center;justify-content:-webkit-center;justify-content: -moz-center;justify-content: -ms-center;-webkit-justify-content: center;}
    .logo-section{width: calc(100% - 109px);text-align: center;}
    .right-section{width: auto;}
    .btn-login{width:calc(100% - 62px)}
    .product-right-section {
        padding-left: 15px;
    }
    .container-fluid{
        padding: 0 18px;
    }
    .verticalAlign {
        display: block;
    }
    
    .not-found {
        padding-left: 0;
    }
    .not-found p {
        font-size: 16px;
    }
    
    header .container-fluid{
        padding: 0;
    }
    footer .container-fluid{
        padding: 0 25px;
    }
    .navbar-toggle{
        padding: 0;
        margin: 0 15px 0 17px;
    }
    header .pdr-0{padding-left: 20px;}
    .navbar{position: static;}
    #menu .navbar-nav {
        margin: 0 -15px;
        padding: 20px 0;
        box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
            -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
    }
    .navbar-collapse{
        position: absolute;
        width: 100%;
        background: #ffffff;
        left: 0;
        top: 50px;
        z-index: 9;
        border: 0;
        box-shadow: 0 5px 5px -3px rgba(0,0,0,0.15);
            -webkit-box-shadow: 0 5px 5px -3px rgba(0,0,0,0.15);
    }
    .navbar-collapse:before {
        content: '';
        position: absolute;
        top: -2px;
        left: 0;
        width: 100%;
        height: 2px;
        z-index: 0;
        box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
    }
    #menu .nav li a{
        padding: 10px 25px;
        font-size: 15px;
        text-align: left;
    }
    #menu .nav li:nth-child(1) a {
        padding-left: 25px;
    }
     .navbar-nav li a .fa-caret-down{left:5px;}
    .tagline-banner {
        padding: 40px 20px 35px;
    }
    #menu .search-box.menuSearchBox {
        display: block;
        padding: 0 20px;
        margin: 0;
        display: block;
        margin-top: 20px;
        height: 40px;
        margin-bottom: 20px;
    }
    .menuSearchBox {
        width: 100%;
        padding: 15px 20px;
    }
    .menuSearchBox .input-group{
        width: 100%;
    }
    .menuSearchBox input[type="text"] {
        width: 100%;
        height: 40px;
        box-shadow: none;
        color: #6C6C6C;
        font-family: "Open Sans";
        border: none;
        border-radius: 3px;
        padding: 10px 15px;
        font-size: 16px;
        background-color: #EDEDED;
    }
    .menuSearchBox .search-btn {
        padding: 12px;
        border: 0;
        background-color: transparent;
        width: 40px;
        height: 40px;
        line-height: 20px;
    }
    .menuSearchBox .input-group-btn {
        width: 45px;
        position: absolute;
        right: 0;
        background-color: transparent;
        border: 0;
    }

    #common-home {
        margin-bottom: 2.5px;
    }
    .grid-width-2 {
        max-width: -webkit-calc(100% - 5px);
        max-width: -moz-calc(100% - 5px);
        max-width: -ms-calc(100% - 5px);
        max-width: calc(100% - 5px);
    }
    .home-category-text {
        font-size: 20px;
        line-height: 20px;
        display: block;
        width: -webkit-calc(100% - 15px);
        width: -moz-calc(100% - 15px);
        width: -ms-calc(100% - 15px);
        width: calc(100% - 15px);
    }
    .home-category-block {
        padding: 2.5px;
    }
    .Appliances,
    .Cookware {
        width: 100%;
        float: left;
    }
    .Bakeware,
    .Cutlery,
    .Kitchen_Essential_Sets,
    .Tools_Gadgets {
        width: 100%;
         float: left;
    }
    .Tools_Gadgets,
    .Hand_Mixers{
        width: 100%;
        float: left;
    }
     .welcome-block,.apparel-block-1,.apparel-block{width: 100%;margin-top: 20px;}
     .welcome-block{margin-top: 0;}
     .display-flex-space-bet-2{-webkit-flex-wrap: wrap;flex-wrap:wrap;}
     .grid-width{
        margin: 0 10px;
     }
    #product-category .grid-width{margin: 0 25px;}
     .nav-tabs li {padding: 10px 0px 10px 10px;}
     .thumbnails{padding-right: 0;}
     .moq-section li{padding: 10px;}
    #checkout-cart .table-responsive{border: none;margin-bottom: 0;}
    .cart-row{position: relative; display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;-webkit-flex-wrap: wrap;flex-wrap:wrap;}
    /*.td-50{width: 50% !important;}*/
    .cart-table tbody td:first-child{
        padding-right: 20px !important;
        padding-bottom: 5px !important;
    }
    .name-text{
        margin: auto 0;
        white-space:unset !important;
    }
    .thead-none{display: none;}
    .td-33{
        width: 33.333%;
    }
    .cart-section .grid-margin {
        margin: 30px 0;
    }
    .cart-section h1,
    #information-information h1{
        font-size: 30px;
        line-height: 30px;
    }
    .pd-0-768{padding: 0;}
    .td-50:nth-child(2),
    .cart-table tbody .cart-row td:nth-child(2){
        width: -webkit-calc(100% - 112px);
        width: -moz-calc(100% - 112px);
        width: -ms-calc(100% - 112px);
        width: calc(100% - 112px);
        white-space: normal;
    }
    .sub-row{ display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;-webkit-flex-wrap: wrap;flex-wrap:wrap;width: 100%;border-radius: 0 !important;}
    .sub-row td{width: 25% !important; display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; justify-content:flex-end;justify-content:-webkit-flex-end;justify-content: -moz-flex-end;justify-content: -ms-flex-end;-webkit-box-align: center;
    -webkit-align-items: center;
        -moz-box-align: center;
            -ms-flex-align: center;
            	align-items: center;}
    .sub-input input{width: 50px;}
    footer{height: auto;padding: 20px 0;}
    .footer-left p{
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 18px;
    }
    .footer-right ul{text-align: left;}
    .footer-right ul li{display: block;margin-top: 10px;}
    .footer-right ul li a{
        padding-left: 0;
        font-size: 14px;
    }
    #checkout-cart {
        margin-bottom: 50px;
    }
    .container-fluid,
    .container{
        padding: 0 15px;
    }
   
    .sub-row td:nth-child(2){display: none;}
    .sub-row td:first-child{width: 25%;text-align: center;}
    .cart-table tbody .cart-row td:first-child{
        width: 112px;
        padding-right: 12px !important;
    }
    #checkout-cart .table>tbody>tr>td {
        border-top:none;
    }
    #checkout-cart .tax-section {
        position: relative;
        right: 0;
        left: 0;
        margin-top: 30px;
        margin-bottom: 20px;
        width: 100%;
    }
    .subtotal-right-text {
        text-align: center;
        display: block;
        width: 100%;
    }
    .subtotal-section .subtotalText {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -moz-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        -webkit-box-pack: space-between;
        -webkit-justify-content: space-between;
            -moz-box-pack: space-between;
                -ms-flex-pack: space-between;
                    justify-content: space-between;
    }
    .tax-section .btn-red{
        width: 100% !important;
    }
    .cart-row td:nth-child(3){
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -moz-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        justify-content:flex-start;justify-content:-webkit-flex-start;justify-content: -moz-flex-start;justify-content: -ms-flex-start;
    }
    .cart-row td:nth-child(5){
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -moz-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    }
    .cart-row td:nth-child(4){
        text-align: center;
    }
    .cart-section .btn-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .subtotal-section {
        -webkit-box-pack: space-between;
        -webkit-justify-content: space-between;
            -moz-box-pack: space-between;
                -ms-flex-pack: space-between;
                    justify-content: space-between;
        -webkit-box-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding-bottom: 0;
        padding-top: 15px;
    }
    .breadcrumb {
        text-align: center;
        padding: 0px 0 20px 0;
    }
    #product-category .sort-section {
        padding: 10px 0 30px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -moz-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
    }
    .sort-section{
        -webkit-flex-wrap: wrap;flex-wrap:wrap;
    }
    .sort-section .breadcrumb,.sort-section #input-sort{width:100%}
    .pdtb-30{padding: 20px 0;}
    .sort-section .form-group{
        display: none;
        width:100%;
        margin-top: 10px
    }
    .sort-section h2 {
        font-size: 30px;
        line-height: 30px;
        width: 100%;
    }
    #column-left .panel {
        margin-bottom: 30px;
    }
    #column-left .panel-heading{
        border-radius: 3px;
        position: relative;
    }
    #column-left .panel-heading:after,
    #column-left .panel-heading:before{
        content: '';
        width: 20px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        right: 10px;
        top: 20px;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
    }
    #column-left .panel-heading.activeList:after{
        opacity: 1;
        -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    #column-left .panel-heading.activeList:before{
        opacity: 1;
        -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
    #column-left .panel-heading.activeList{
        border-radius: 3px 3px 0 0;
    }
    .listGroupBox{
        display: none;
        position: absolute;
        width: 100%;
        z-index: 1;
    }
    #column-left .list-group .list-group-item {
        border-bottom: 1px solid #bababa;
        padding: 10px 15px 10px;
    }
    #column-left .listGroupBox .list-group-2 .list-group-item:nth-last-of-type(1){
        border-bottom: 0;
    }
    #column-left {
        padding-right: 15px;
    }
    #column-left .list-group.sort_radio .list-group-item{
        border-bottom: 0;
        padding-bottom: 0;
        padding-top: 10px;
    }
    #column-left .sort_radio .panelHeading {
        border-radius: 0;
        background-color: #688D3B;
        color: #ffffff;
        font-family: "Open Sans Condensed";
        font-size: 17px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 17px;
        text-align: center;
        padding: 12.5px 0;
        text-transform: uppercase;
    }
    .sort_radio .sortBtn{
        padding: 20px 15px 20px;
        background-color: #EDEDED;
    }
    .sort_radio .sortBtn button{
        background-color: #688D3B;
        color: #ffffff;
        font-family: "Open Sans Condensed";
        font-size: 17px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 17px;
        text-align: center;
        padding: 12.5px 0;
        text-transform: uppercase;
        border: 0;
        width: 100%;
        display: block;
    }
    .sort_radio .checkmark{
        border-radius: 50%;
    }
    #column-left .list-group.sort_radio .checkbox{
        margin-bottom: 0;
    }
    #column-left .list-group.sort_radio .list-group-item:nth-of-type(1) {
        padding-top: 15px;
    }
    
    #product-list .product-layout:nth-of-type(odd) {
        padding-left: 25px;
    }
    #product-list .product-layout:nth-of-type(even) {
        padding-left: 25px;
    }
    #product-category .productRightBox,
    #product-search .productRightBox {
        padding-left: 15px;
        min-height: 550px;
    }
    #product-list {
        margin-left: -25px;
    }
    #product-search #product-list .product-layout {
    padding-left: 25px;
    padding-right: 0;
}
    .display-flex-space-bet-2{margin-top: 30px;}
    .total-text{position: relative;}
    .welcome-block h2{font-size: 60px;}
    .welcome-block .btn-signup{max-width: 100% !important; width:100% !important;}
    .welcome-block p{margin: 20px 0 40px;}
    #personal-details,#change-password,#address-book,#address-entries{width: 100%;margin-bottom: 40px;}
    #personal-details .btn-red,#change-password .btn-red,#address-book .btn-red,#address-entries .btn-red{width: 100% !important;}
    #personal-details h2,#change-password h2,#address-book h2,#address-entries h2{margin: 10px 0 20px;}
    #my-order{margin-top: 10px;}
    #address-book h2{margin-top: 30px;}
    .account-section .nav-tabs li {padding: 10px 10px 10px 0px}
    #column-left .list-group a{
        padding: 10px 20px 0 !important
    }
    #product-search h1{
        font-size: 30px;
        line-height: 30px;
    }
    #product-search .searchTitle #search{
        display: inline-block;
        width: 100%;
        padding-top: 40px;
    }
    #product-search .searchTitle #search input{
        box-sizing: border-box;
        height: 30px;
        width: 100%;
        border: 1px solid #688D3B;
        border-radius: 3px;
        background-color: #EDEDED;
        color: #000000;
    }
    #product-search .searchTitle .search-btn {
        padding: 6.5px 12px;    
    }
    
    .productBottom .container-fluid {
        padding: 0 20px 0 0px;
    }
    .productDetailTop .thumbnailBox {
        margin: 0 -20px;
    }
    .productBottom .relatedTitle {
        padding: 30px 20px;
    }
    .productBottom .product-thumb {
        margin-bottom: 30px;
    }
    #product-product .thumbnails {
        float: none;
        margin-bottom: 30px;
    }
    .productBottom .relatedTitle h3 {
        font-size: 20px;
        line-height: 20px;
    }
    .productBottom #product-list {
        margin-left: 0;
    }
    .productBottom #product-list .product-layout:nth-of-type(odd),
    .productBottom #product-list .product-layout:nth-of-type(even){
        padding-left: 20px;
    }

    #checkout-checkout .right-panel .show-checkout-table {
        padding: 5px 10px 0px;
    }
    .order-details--table td label{
        width: auto; 
        display: inline; 
        margin-right:5px;
    }
    .order-details--table a.order-details--link{ 
        float: left;
    }
    .order-details--table td span.data, 
    .order-details--table td span.status{
        width: auto !important; 
        display: inline  !important;
    }
    .order-details--table table, 
    .order-details--table tr, 
    .order-details--table tr td, 
    .order-details--table tbody{ 
        display: block !important; 
        width: 100% !important;
    }

    .order-details--table tr td{
        display: block !important; 
        width: 100% !important;
        float: left;
    }
    .order-details--table td.order-link--main{
        width: 100% !important;
    }
    #checkout-checkout .product__thumb{
        width: 60px;
    }
    .fn-total .fn-t-row.total-text {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-box-pack: space-between;
        -webkit-justify-content: space-between;
            -moz-box-pack: space-between;
                -ms-flex-pack: space-between;
                    justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -moz-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
    }
    .confirm-product-thumb,
    .confirm-product-thumb-wrapper .img-thumbnail{
        width: 60px;
        height: 60px;
        border-radius: 3px;
    }
    .order-details--table td, 
    .tracking .tracking-table td, 
    .order-details--rows---table td,
    .order-details--rows---table span{ 
        margin-bottom: 15px !important;
    }
    .tracking .tracking-table td, 
    .tracking .tracking-table label, 
    .tracking .tracking-table span{ 
        text-align: left;
    }
    .tracking .tracking-table, 
    .tracking .tracking-table tr, 
    .tracking .tracking-table td{ 
        display: block; width: 100% !important;
    }
    .order-details--rows---table td:last-child{ text-align: left;}
    .order-details--rows---table span{ display: block;} 
    .order-details--rows{padding-bottom: 0;}  
    .tracking{padding-bottom: 0;}
    .order-details--rows---table, .order-details--rows---table tr, .order-details--rows---table td, 
    .order-details--rows---table tbody{ display: block; width:100% !important;}
    .tracking .tracking-table tr td:last-child{text-align:left;}
    .order-details--rows---table span:last-child{text-align:left}
    .pad-bot .lg-text-right{text-align: left;border-bottom: 1px solid #d1ccbd;}
    .pad-bot:last-child .lg-text-right{border-bottom: none;}
/*    #checkout-checkout select{
        background-image: none;
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
        -ms-appearance: button;
    }*/
    .total-table td:last-child {
    padding-right: 0;
    float: right;
    text-align: right;
}
.total-table td {
    padding: 0;
    width: 50%;
    display: inline;
}
.total-table{
    width: 100%;
    float: left;
    text-align: left;
}
#checkout-checkout .checkbox,
    #checkout-checkout .buttons {
        padding: 0;
    }
    #collapse-shipping-method .custom-radio-btn:nth-of-type(1){
        padding-top: 0 !important;
    }
    #collapse-shipping-method .custom-radio-btn:nth-of-type(2){
        padding-bottom: 0 !important;
    }
    
    .paginationBox{
        padding: 0;
        text-align: center;
    }
    .paginationBox .verticalAlign {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -moz-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        -webkit-box-direction:column;
        -webkit-flex-direction:column;
            -ms-flex-direction:column;
            flex-direction: column;
    }
    .paginationBox p {
        margin-bottom: 15px;
        text-align: center;
    }
    
    #information-information {
        padding: 30px 0;
    }
    .pagination{float: none;}
    .verticalAlign .col-xs-12{text-align: center;}
    
    .homepage-banner .carousel-caption{
    position: static;
    background: #EDEDED;
    padding: 25px 20px 30px 20px;
        
}
.homepage-banner .carousel-caption h1{
    font-size: 40px;
    line-height: 44px;
    margin: 0;
}
.shop-appliances{margin-top: 30px;}
}
@media (max-width:480px){
    .homepage-banner img {
        height: 280px;
        object-fit: cover;
        object-position: 50% 50%;
        width: 100%;
    }
}
@media (max-width:350px){
    .show-checkout-table .product__description .product__description_price, .show-checkout-table .product__description .product__description_name a {
    font-size: 13px !important;
    line-height: 14px !important;
}
.homepage-banner .carousel-caption h1 {
    font-size: 34px;
    line-height: 38px;
    margin: 0;
}
}
@media(min-width:992px){
      .show-checkout-table{display: block !important;}
}
@media(min-width:768px){
    #menu .search-box.menuSearchBox{
        display: none;
    }
    .form-account .form-group,.form-password .form-group,.form-address .form-group{
        width:50%;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
    .form-account .form-group:nth-child(even),.form-password .form-group:nth-child(even){padding-right: 10px;}
/*    .form-address .form-group:nth-child(odd) {padding-right: 10px;}
    .form-address .form-group:nth-child(even) {padding-left: 10px;}*/
    .pr-10{padding-right: 10px;}
    .pl-10{padding-left: 10px;}
    .form-account .form-group:nth-child(odd),.form-password .form-group:nth-child(odd){padding-left: 10px;}
    #personal-details .col-sm-12,
    #change-password .col-sm-12,
    #address-book .col-sm-12,
    #address-entries .col-sm-12{
        padding: 0;
    }
    .border-bot{display: block !important}
    .listGroupBox{display: block !important;}
}
.price-moq-size{
    text-align: center;
    width: 100%;
    color: #4A4F53;
    font-family: "Gill Sans Infant Std";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 14px;
    display: inline-block;
    margin-top: 10px;
}
.alertBox{
        display: none;
    }
.swiper-wrapper,.swiper-slide {
position: relative;
width: 100%;
height: auto !important;
}


#supportModal .modal-body{
    padding: 30px 40px;
}
#supportModal .inputBox{
    margin-bottom: 20px;
}
#supportModal .form-control {
    width: 100%;
    min-height: auto;
    color: #000000;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    border: 1px solid #ededed;
    border-radius: 3px;
    background-color: #ededed;
    height: 40px !important;
}
#supportModal .inputBox textarea.form-control {
    height: 100px !important;
}
#supportModal .customSelect .form-control{
    border: 0;
}
#supportModal .customSelect .bootstrap-select>.dropdown-toggle {
    border: none;
    padding: 0px 15px;
    font-family: "Open Sans" !important;
    background: #ededed !important;
}
#supportModal .customSelect .bootstrap-select .dropdown-menu {
    padding: 0;
}
#supportModal .customSelect .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
    font-size: 14px;
    text-align: left;
}
#supportModal .customSelect .bootstrap-select .dropdown-toggle .caret:before{
    font-size: 24px;
}
#supportModal .customSelect .bootstrap-select .dropdown-menu li a {
    line-height: 28px;
    font-size: 14px;
    padding: 5px 15px;
}
#supportModal .inputBox input.form-control {
    height: 60px;
}
#supportModal .inputBox textarea.form-control {
    height: 100px;
}
#supportModal .alert{margin-top: 0;margin-bottom: 15px;}
#supportModal .modal-header .close{height:auto;margin-top: 5px}
#supportModal .modal-header{padding: 20px 15px;}
#supportModal .modal-header .close span{font-size: 30px;}
#supportModal .submitBtn button {
    background: #688D3B;
    color: #fff;
    padding: 5px 20px;
    border: none;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 30px;
    font-family: "Open Sans";
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
}

.customSelect .bootstrap-select>.dropdown-toggle{
    border: none;
    padding: 10px 20px;
    height: 100%;
    width: 100%;
    border-radius: 0;
    outline: 0 !important;
    background-color: #ffffff !important;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.customSelect.open>.dropdown-toggle.btn-default.focus,
.customSelect .open>.dropdown-toggle.btn-default:focus,
.customSelect .open>.dropdown-toggle.btn-default:hover {
    color: #000;
    background-color: #ffffff;
    border-color: #000000;
    outline: 0 !important;
}
.customSelect .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
    line-height: 40px;
    color: #000000;
    font-family: "Open Sans";
    font-size: 20px;
    letter-spacing: 0;
}
.customSelect .caret {
    margin-left: 0px;
    vertical-align: middle;
    border-top: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}
.customSelect .bootstrap-select .dropdown-toggle .caret {
    right: 15px;
    margin-top: 0;
    width: 20px;
    height: 30px;
    border: 0;
    -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
}
.customSelect .bootstrap-select .dropdown-toggle .caret:before {
    content: '\f107';
    height: 100%;
    width: 100%;
    z-index: 3;
    position: absolute;
    cursor: pointer;
    pointer-events: none;
    text-align: center;
    font-family: FontAwesome;
    top: 0;
    right: 0;
    color: #000000;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 30px;
    padding: 0px 0px 0px 1px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.customSelect .bootstrap-select.open .dropdown-toggle .caret:before {
    padding: 0px 0px 0 1px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(180deg);
}
.customSelect .bootstrap-select .dropdown-menu {
    margin: 0;
    border: 0;
    border-radius: 0;
}
.customSelect .bootstrap-select .dropdown-menu li {
    margin-top: 1px;
}
.customSelect .bootstrap-select .dropdown-menu li a{
    line-height: 35px;
    color: #000000;
    font-family: "Open Sans";
    font-size: 20px;
    letter-spacing: 0;
    padding: 5px 20px;
}
.customSelect .dropdown-menu li > a:hover,
.customSelect .bootstrap-select .dropdown-menu>.active>a,
.customSelect .bootstrap-select .dropdown-menu>.active>a:hover {
    color: #ffffff !important;
    background-color: #688D3B;
    background-image: none;
}


#supportModal .modal-header{
    background: #688D3B !important;
    padding: 15px 37px 15px 10px !important;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#supportModal .modal-body{
    padding: 20px 25px !important;
}
#supportModal .modal-title{
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 1;
}
#supportModal button.close{
    position: absolute !important;
    right: 15px !important;
    top: 7px !important;
    font-size: 30px !important;
    color: #fff;
}
.inputBox{margin-bottom: 15px !important;}
.inputBox input,.inputBox select,.inputBox textArea{
    width: 100%;
    min-height: auto;
    color: #000000;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    border: 1px solid #ededed;
    border-radius: 3px;
    background-color: #ededed;
    height: 40px !important;
}
.inputBox textArea{height: 100px;}
#supportModal .rmp_button {
    cursor: pointer;
    display: inline-block;
    background-color: #688D3B !important;
    background-clip: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px transparent solid;
    border-radius: 5px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    padding: 0 1.7em;
    text-align: center;
    position: relative;
    height: 45px;
}
.rmp_cancel{
  cursor: pointer;
    display: inline-block;
    background-color: #a0a0a0 !important;
    background-clip: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px transparent solid;
    border-radius: 5px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    padding: 0 1.7em;
    text-align: center;
    position: relative;
    height: 45px;
    border-color: #a0a0a0 !important;
    margin-right: 10px;
}
.supportQueBox .submitBtn{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
   -webkit-box-align: center;
        -webkit-align-items: center;
            -moz-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}
.inputBox label:after {
    content: '*';
    color: #ec1c24;
    margin-left: 5px;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
}
.inputBox label.asterik-hidden:after{
    content: '' !important;
}
.inputBox label {
    color: #3d4246;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 0;
}
#supportModal .alert button.close{top: 0 !important;}