:root {
    --dark: #172235;
    --paleGrey: #eff0f2;
    --blues05LightBlue3: #79aae4;
    --lightBlue03: #f3f5f8;
    --lightBlue01: #cfe2f2;
    --blues04LightBlue2: #6eb4f2;
    --lightBlue04: #b2d9fb;
    --gray01DarkGray: #38393f;
    --gray02Gray: #696a6e;
    --gray03LightGray: #9a9a9e;
    --blues03LightBlue: #2291f2;
    --orange01Orange: #fd4718;
    --orange02Peach: #fd704c;
    --alerts02Green: #3cc09d;
    --alerts01Red: #f83e3b;
    --blues02Blue: #132544;
    --blues01DarkBlue: #101a2b;
    --lightBlue02: #eef2f8;  
    --boldFont: 'Source Serif Pro', serif;
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: var(--gray02Gray);
    font-size: 14px;
    line-height: 20px;
    width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    color: var(--dark);
    font-weight: bold;
    font-family: var(--boldFont);
}
/* default font size */
.fa {
    font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 48px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 14px;
}
a {
    color: var(--blues03LightBlue);
}
a:hover {
    text-decoration: none;
}
legend {
    font-size: 18px;
    padding: 7px 0px
}
label {
    font-size: 14px;
    font-weight: normal;
}
img {
    max-width: 100%;
}

/* CHECKBOX STYLE START */
/* Customize the label (the container) */
.checkbox, .d_ajax_filter .af_group_checkbox label {
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: var(--gray02Gray);
}

/* Hide the browser's default checkbox */
.checkbox input, .d_ajax_filter .af_group_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.showonmobile {
    display: none;
}
/* Create a custom checkbox */
.checkmark, .d_ajax_filter .af_group_checkbox label span {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: none;
    border-radius: 4px;
    border: 1px solid rgb(202,202,202);
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark, .d_ajax_filter .af_group_checkbox label:hover ~ span {
    border: 1px solid rgb(202,202,202);
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark, .ajax-filter .af-body .af-container > .af-elements > .af-wrapper .af-element label > input[type='checkbox']:checked ~ span{
    background-color: var(--blues03LightBlue) !important;
    border-radius: 4px !important;
    border: 1px solid var(--blues03LightBlue) !important;

}

.ajax-filter .af-body .af-container > .af-elements > .af-wrapper .af-element label > input[type='checkbox'] + span::after {    
    border-color: #FFF !important;    
    width: 14px !important;
    height: 7px !important;
}
.ajax-filter .af-body .af-container > .af-elements > .af-wrapper .af-element label > input[type='checkbox'] + span {
    position: relative !important;
    display: block !important;
    float: left !important;
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    margin-top: 2.5px !important;
    margin-right: 8px !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(202,202,202) !important;
    background-color: #FFF !important;
    border-radius: 4px !important;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after, .d_ajax_filter .af_group_checkbox label span:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after, .d_ajax_filter .af_group_checkbox input:checked ~ span:after  {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after, .d_ajax_filter .af_group_checkbox span:after{
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
} 

/* CHECKBOX STYLE END */

.irs-from, .irs-to, .irs-single, #product-category .ajax-filter .irs-bar {
    background: var(--blues03LightBlue) !important;
}
.card-year {
    padding-left: 0;padding-top: 28px;
}

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: 12px;
}
.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;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}
.form-group {
    width: 100%;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 11px;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    position: relative;
    font-size: 16px;
    border: none;
    top: 5px;
    margin-top: -3px;
}
.nav-item.dropdown.show .dropdown-toggle::after {
    content: "\f077";
}
.products-task {
    margin-top: 30px;
    font-size: 14px;
}
.nav-tabs {
    margin-bottom: 15px;
    padding-bottom: 12px;
}
#product-product .nav-tabs li a {
    padding: 12px 20px;
    font-size: 16px;
    color: var(--gray02Gray);
}
#product-product .nav-tabs li a.active {
    color: var(--blues03LightBlue);
    border-bottom: 4px solid var(--blues03LightBlue);
}
.tab-description h2 {
    color: var(--dark);
}
.tab-content ul li {
    list-style: none !important;
}
.tab-content h2 {
    font-size: 24px;
    font-family: var(--boldFont);
    font-weight: bold;
    margin-bottom: 20px;
}
.tab-content {
    padding-top: 30px;
}
.tab-pane p span {
    color: var(--gray02Gray) !important;
}
.spesial-description {
    padding: 25px 0;
    background: var(--lightBlue02);
    margin-top: 80px;
    font-size: 14px;
    color: var(--gray02Gray);
    margin-bottom: 42px;
}
div.required .control-label:after {
    content: ' *';
    /*color: #F00;*/
    font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
/* top */
#top {
    background-color: var(--blues02Blue);	
}
#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 ul.list-inline {
    margin-bottom: 0;
}
#top li {
    color: #FFFFFF;	
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 28pt;
    font-style: italic;
    letter-spacing: 0.3pt;
}
#top .list-inline .list-inline-item img {
    margin-right: 5px;
}
#top .list-inline .list-inline-item {
    margin-right: 1.5rem;
}
#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: 6px;
}
#top-links a + a {
    margin-left: 15px;
}
/* logo */
#logo {
    margin: 0 0 10px 0;
}
#logo h1 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: -5px;
}
/* search */
#search {
    margin-bottom: 10px;
    position: relative;
}
#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 #FFF;
}
/* cart */
#cart {
    margin-bottom: 10px;
}
#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}
#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
    color: #444;
}
#cart .dropdown-menu {
    background: #FFF;
    z-index: 1001;
    box-shadow: 0 10px 20px 0 rgba(67,68,70, 0.25);
    right: 0;
    left: auto;
    border-radius: 4px;
    border: 1px solid rgb(222,222,222);
}
#cart .dropdown-menu::before, #cart .dropdown-menu::after {
    content: ''; 
    position: absolute;
    right: 31px; 
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid rgb(222,222,222);
}
#cart .dropdown-menu::after {
    border-bottom: 10px solid white;
    top: -18px; 
}
#cart .dropdown-menu {
    min-width: 100%;
}

.cart-total-table .title {
    color: var(--gray02Gray);
    font-size: 16px;
}
.cart-total-table.table .total-sum {
    font-size: 16px;
    font-weight: bold;
    color: var(--gray01DarkGray);
}
#cart .table a {
    color: var(--gray02Gray);
    font-size: 16px;
}
#cart .table .text-right {
}
#cart .table-striped tbody tr:nth-of-type(2n+1) {
    background: #FFFFFF;
}
#cart .table.table-striped td {
    border-top: none;
    border-bottom: 1px solid rgb(237,237,237);
}
.cart-table .text-right.product-total {
    font-size: 14px;
    font-weight: bold;
}
#cart .img-thumbnail {
    border: none;
}
#cart .table .btn.btn-danger.btn-xs, .product-cart-table .btn.btn-danger.btn-xs  {
    background: rgb(249,103,100);
    border: none;
    border-radius: 50%;
    padding: 4px 6px;
    line-height: 10px;
}
.table.cart-total-table td {
    border: none;
}

.accordion-toggle {
    display: block;
    color: var(--dark);
}
.accordion-toggle i {
    float: right;
}
.panel.panel-default {
    border: 1px solid rgb(227,227,227);
    margin-bottom: 16px;
    padding: 20px 20px 10px;
}
.cart-module .breadcrumb {
    background: var(--lightBlue02);
    border: none;
    padding: 36px 0;
}
.breadcrumb-list li {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
    color: var(--gray03LightGray);
}
.breadcrumb-list {
    padding-left: 0;
}
.breadcrumb-list li::after {
    content: "/";
    display: inline-block;
    padding-left: 10px;
    color: var(--gray03LightGray);
}
.breadcrumb-list li a {
    color: var(--gray03LightGray);
}
.breadcrumb-list li:last-child {
    font-weight: bold;
}
.empty-cart {
    padding: 85px 0;
}
.cart-image {
    margin-bottom: 24px;
}
.empty-cart h3 {
    font-family: var(--boldFont);
}
.limited-link {
    margin: 16px 0 24px;
    color: var(--gray02Gray);
    font-size: 16px;
}
.limited-link a {
    color: var(--gray02Gray);
    font-weight: bold;
    text-decoration: underline;
}
.continue-btn a {
    font-weight: bold;
}

.product-cart-table td {
    border-top: none;
    border-bottom: 2px solid rgb(231,232,235);
    padding: 16px 0;
}
.product-cart-table .img-thumbnail {
    border: none;
}
.product-cart-table thead td {
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: var(--gray03LightGray);
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
}
#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;
}
.form-control:focus {    
    border-color: inherit;        
    box-shadow: none;
}
/* menu */
.mega-menu .menu-brand-logo img {
    max-width: 100%;
    max-height: 100%;
}
#main-top-menu {
    width: 100%;
    box-shadow: 0px 10px 14px -5px rgba(67, 68, 70, 0.25);
}
#main-top-menu .dropdown {
    position: inherit;
}
.mega-menu .other-brands {
    color: var(--blues05LightBlue3); 
    font-size: 35px;
}
#cart h5 {
    padding: 10px 16px 14px;
    border-bottom: 1px solid rgb(216,216,216);
}
.dropdown-menu.mega-menu {
    left: 0;
    width: 100%;
    border: none;
    box-shadow: 0px 10px 14px -5px rgba(67, 68, 70, 0.25);
    padding-bottom: 15px;
    margin-top: -5px;
}
.mega-menu .dropdown-item {
    width: 33.3333%;
}
#sizeModel .modal-dialog {
    max-width: 750px;
}
.mega-menu .dropdown-item {
    padding: 10px;
}
.mega-menu h5 {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    display: block;
    padding: 10px 0;
    font-family: var(--boldFont);
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 0;
}
.mega-menu .dropdown-item:hover {
    background: rgb(232 244 253);
}
#search .input-group-text {
    background-color: inherit;
    border-right: 0;
    color: var(--gray03LightGray);
}
#search .form-control.input-lg {
    padding-left: 35px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: var(--gray03LightGray);
    border-radius: 4px;
}
#search-button {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10;
    color: #4a4b51;
}
#search-button i {
    font-size: 20px;
    color: #4a4b51;
}
#search .form-control.input-lg:focus {
    color: var(--blues03LightBlue);
}
.mega-menu .dropdown-item:hover > h5 {
    color: var(--blues03LightBlue);
}
#main-top-menu .nav-link {
    font-family: var(--boldFont);
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: var(--dark);
}
.menu-brand-logo {
    padding: 5px 10px;
    border-radius: 5px;
    height: 83px;
    text-align: center;
}
#cart .btn.btn-inverse.btn-block.btn-lg.dropdown-toggle {
    background: none;
    border: none;
    box-shadow: none;
    color: var(--gray03LightGray);
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}
#cart .dropdown-toggle::after {
    display: none;
}
#cart-total {
    padding-left: 5px;
    font-weight: normal;
}
#cart .fas.fa-shopping-cart {
    font-size: 20px;
}

.product-cart-table h5 a {
    color: var(--gray01DarkGray);
}
.product-cart-table small {
    color: var(--gray02Gray);
    font-size: 16px;
}
.cart-price {
    font-size: 16px;
    color: var(--gray02Gray);
}
.product-cart-table .cart-total {
    font-weight: bold;
    color: var(--gray01DarkGray);
}
.cart-total-table .total-title {
    font-size: 16px;
    color: var(--gray02Gray);
}
#menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px;
}
#menu .nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
    padding-bottom: 0;
}
#menu .dropdown-inner {
    display: table;
}
#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;
}
#main-top-menu .nav-link.best-seller-link {
    color: rgb(20, 62, 116);
}
@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: rgba(0, 0, 0, 0.1);
    }
    #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;
    }
}

/* Hero slider */
.home-slider {
    background: var(--lightBlue02);
}

.home-slider .product-details {
    padding-top: 50px;
    max-height: 500px;
}
.home-slider .product-image {
    padding: 15px 15px 10px;
}
.home-slider .product-other-details {
    padding-top: 50px;
}
.best-seller-band {
    position: absolute;
    top: 12px;
    right: 12px;
}
.product-layout .discount-band, #product-product .discount-band {
    position: absolute;
    left: 0;
    top: 15px;
    background: var(--orange01Orange);
    color: #FFF;
    padding: 5px 7px 5px 8px;
    font-size: 16px;
    z-index: 10;
}
.product-layout .discount-band::after, #product-product .discount-band::after {
    content: " ";
    display: block;
    width: 15px;
    background: var(--orange01Orange);
    height: 30px;
    font-size: 18px;
    position: absolute;
    right: -10px;
    top: 0;
    transform: skew(170deg);
    border-radius: 0 3px 0 0;
}
.home-slider .best-seller-band {
    position: static;
    margin-bottom: 35px;
}
.product-layout .caption-limited p {
    font-size: 14px;
    color: var(--gray02Gray);
    margin-bottom: 5px;
    min-height: 60px;
}
#product-product h1 {
    color: var(--dark);
    font-weight: bold;
    font-family: var(--boldFont);
    font-size: 28px;
}
.rating a {
    font-size: 16px;
    color: var(--gray01DarkGray);
    font-weight: bold;
}
.rating-start {
    display: inline-block;
    margin-right: 15px;
}

.review-container {
    border-bottom: 1px solid rgb(226, 226, 226);
    padding-bottom: 48px;
    margin-bottom: 48px;
}
.review-text {
    margin-top: 16px;
}
.review-container .rating {
    margin-top: 7px;
}
.review-date {
}
.review-text {
    font-size: 16px;
    color: var(--gray01DarkGray);
}

#form-review {
    border: 1px solid rgb(227,229,232);
    padding: 72px;
    border-radius: 4px;
    box-shadow: 0 2px 6px 0 rgba(6,8,9,0.04);
}
#form-review h2 {
    font-size: 32px;
}
#button-review {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 25px;
}
#form-review input[type="text"] {
    padding: 5px 10px;
    height: 40px;
}
.set-rating label input {
    position: absolute;
    left: -50px;
}
.set-rating label {
    position: relative;
    overflow: hidden;
    color: var(--blues03LightBlue);
    margin-right: 5px;
    font-size: 18px;
}
.set-rating label span i {
    font-size: 18px;
}
.share-buttons {
    margin-top: 10px;
}
.list-unstyled.product-mans {
    font-size: 14px;
    color: var(--gray02Gray);
}
.list-unstyled.product-mans a {
    color: var(--gray02Gray);
}
.list-unstyled .limited-countdown {
    color: var(--orange01Orange);
    font-size: 18px;
}
.cart-limited {
    color: var(--orange01Orange);
    font-size: 16px;
    margin-top: 8px;
}
.home-slider .discount-band {
    color: #FFF;
    background: var(--orange01Orange);
    text-align: center;
    display: inline-block;
    font-size: 48px;
    line-height: normal;
    padding: 0 20px;
    border-radius: 5px;
    transform: skew(170deg);
    border-right: 14px solid var(--orange02Peach);
}
.product-category-list .product-thumb .rating {
    padding-bottom: 0px;
}
.product-category-list .caption-limited {
    padding-top: 16px;
}
.home-slider .discount-band span {
    transform: skew(-170deg);
    display: inline-block;
}
.home-slider .limited-countdown {
    color: var(--orange01Orange);
    font-size: 18px;
    font-style: italic;
    line-height: 28px;
    margin-top: 15px;
}
.home-slider h4 a {
    color: var(--dark);
    font-size: 32px;
    font-family: var(--boldFont);
}
.home-slider .limited-price {
    color: var(--orange01Orange);
    font-size: 19px;
    line-height: 28px;
    font-style: italic;
}
.home-slider .price-new {
    font-weight: bold;
    font-size: 24px;
    color: var(--gray01DarkGray);
    line-height: 45px;
}
.home-slider h4 {
    margin-bottom: 10px;
}
.home-slider .price {
    margin-bottom: 0px;
}
.home-slider .price-old {
    color: var(--gray03LightGray);
    font-size: 20px;
}
.home-slider .btn-primary {
    background: var(--blues03LightBlue);
    font-size: 18px;
    padding: 10px 15px;
    min-width: 225px;
}
.home-slider .row.scroll-block {
    position: absolute;
    bottom: 0;
    left: 30px;
    background: #FFF;
    width: 225px;
    font-size: 14px;
    color: var(--gray02Gray);
}
.home-slider .row.scroll-block {
    font-size: 25px;
    padding: 12px 0 10px 0;
    cursor: pointer;
    border-radius: 0 4px 0 0;
}
.homelide.slick-slide {
    height: 435px;
    padding-top: 188px;    
}
.showonsmall {
    display: none;
}
.col.col-md-3.scroll-arrows {
    text-align: center;
    padding: 15px 0 10px;    
}
.scroll-block .col-md-8.text-right {
    padding-top: 13px;
}
.scroll-block .col-md-8.text-right {
    padding-top: 13px;
}
.home-slider .row.scroll-block .text-right {
    font-size: 14px;
    padding-top: 0px;
}
.badgle1 {
    font-size: 24px;
    color: #FFF;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 16px;
    display: inline-block;    
    padding: 7px 50px 7px 18px;
    border: 4px solid transparent;
    -moz-border-image: -moz-linear-gradient(left, var(--blues03LightBlue) 0%, var(--orange02Peach) 100%);
    -webkit-border-image: -webkit-linear-gradient(left, var(--blues03LightBlue) 0%, var(--orange02Peach) 100%);
    border-image: linear-gradient(to right, var(--blues03LightBlue) 0%, var(--orange02Peach) 100%);
    border-image-slice: 1;
    border-radius: 4px;
    transform: skew(-7deg);    
}
.badgle2 {
    font-size: 48px;
    color: #FFF;
    font-family: var(--boldFont);
    margin-bottom: 14px;
    font-weight: bold;
}
.container.homelide-container {
    position: relative;
    line-height: normal;
    height: 100%;
}
.slide-indikator {
    position: absolute;
    display: block;
    width: 20%;
    height: 4px;
    background: var(--blues03LightBlue);
    top: 0;
}
.mobilesearch .fa-search {
    color: #9a9a9e;
    font-size: 20px;
}
.mobilesearch-container {
    display: none;
}
.row.scroll-block .col.text-right {
    padding-top: 18px;
}
.features-list {
    list-style: none;
    color: var(--blues02Blue);
    font-size: 18px;
    font-style: italic;
    line-height: 24px;
    padding-left: 0;
}
.features-list li {
    margin-bottom: 20px;    
}
.features-list li::before {
    content: "\f00c";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    position: absolute;
    left: -25px;
    color: #2291f2;
}
.warranty-container h3 {
    color: var(--gray02Gray);
    text-align: center;
    margin: 50px 0 30px;
    font-size: 18px;
}
.warranty-container .list-inline-item {
    border: 1px solid var(--lightBlue01);
    padding: 15px 30px;
    font-size: 24px;
    border-radius: 5px;
    font-family: var(--boldFont);
    color: var(--dark);
    font-weight: 900;
}
.warranty-container .list-inline-item span {
    padding-left: 15px;
}
.container-fluid.featured-products {
    /*background: var(--lightBlue03);*/
    padding-top: 30px;
    padding-bottom: 0px;
}
.container-fluid.featured-products h3 {
    color: var(--dark);
    font-family: var(--boldFont);
    font-weight: 900;
    font-size: 32px;
}
.product-layout {
    position: relative;
    background: #FFF;
    padding: 20px;
    border: 1px solid rgb(227,229,232);
    border-radius: 5px;
    height: 100%;
}
.product-layout .product-image-slider .slick-list {
    min-height: 308px;
    text-align: center;
}
select#categorylink {
    border: 1px solid rgb(202,202,202);
    padding: 8px 11px;
    color: rgb(143,143,148);
    border-radius: 4px;
    background: none;
    height: 38px;
}
.category-filter-container .col-sm-6 {
    max-width: 50%;
}
.product-layout .caption-limited {
    min-height: 150px;
}
.product-layout .product-image-slider img {
    display: inline-block;
}
.col-md-4.product-grid {
    margin-bottom: 15px;
}
.product-layout h4 a {
    color: var(--dark);
    font-size: 20px;
    font-family: var(--boldFont);
}
.btn.btn-primary {
    background: var(--blues03LightBlue);
    border: none;
    box-shadow: none;
}
.btn.btn-primary:hover {
    background: rgb(66, 164, 249);
}
.btn.btn-primary:focus {
    background: rgb(19, 106, 182);
}
.btn.btn-success {
    background: none;
    border: 2px solid var(--blues03LightBlue);
    color: var(--blues03LightBlue);
    box-shadow: none;
}
.btn.btn-success:hover {
    border-color: rgb (66, 164, 249);
    color: rgb (66, 164, 249);
}
.btn.btn-success:focus {
    border-color: rgb (19, 106, 182);
    color: rgb (19, 106, 182);
}
.product-layout .btn-primary {
    background: var(--blues03LightBlue);
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    font-family: 'Lato', sans-serif;
    border: none;
    box-shadow: none;
}
.product-layout .product-description {
    font-size: 14px;
    text-align: left;
}
.product-layout .price {
    font-size: 16px;
    color: var(--gray01DarkGray);
    line-height: 30px;
}

.control-label.quantity-label {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
}
.change-quantity {
    display: inline-block;
    border: 1px solid rgb(202,202,202);
    margin-bottom: 15px;
    padding: 3px 5px;
}
.plus-quantity {
    background: none;
    border: none;
    color: var(--gray01DarkGray);
    font-weight: bold;
    display: inline-block;
    font-size: 14px;
}
#input-quantity, .input-quantity {
    display: inline-block;
    width: 50px;
    text-align: center;
    border: none;
    font-size: 16px;
    color: rgb(143, 143, 148);
}
.quantity-block {
    display: inline-block;
}
.mobsearchicon i {
    font-size: 20px;
    color: #4a4b51;
}
.price-title {
    font-size: 16px;
    color: var(--gray01DarkGray);
    font-weight: bold;
    padding-right: 5px;
}
.price-new-live {
    color: var(--gray01DarkGray);
    font-weight: bold;
    font-size: 24px;
}
.price-old-live {
    font-size: 20px;
    color: rgb(153, 153, 153);
    padding-left: 7px;
}
.seved-price-text {
    color: var(--orange01Orange);
    font-size: 20px;
    padding-left: 10px;
}
.row.price-container {
    margin-bottom: 25px;
    margin-top: 30px;
}
#button-cart {
    display: inline-block;
    padding: 12px 40px;
    position: relative;
    width: 100%;
    /*margin-top: 27px;*/
}
.product-cart-table .cart-total {
    font-size: 16px;
}
.product-layout .price-old {
    font-size: 16px;
    color: var(--gray03LightGray);
    padding-left: 10px;
    text-decoration: line-through;
}
.product-layout .price {
    text-align: left;
}
.product-layout .price {
    text-align: left;
    margin: 10px 0 15px;
}
.control-label.options-label {
    color: var(--gray01DarkGray);
    font-size: 16px;
    font-weight: bold;
}
/* content */
#content {
    min-height: 600px;
}
/* footer */
footer {
    margin-top: 30px;
    padding-top: 30px;
    background-color: var(--blues02Blue);
    color: #FFF;
    font-size: 16px;
}
.powered-container {
    background: var(--blues01DarkBlue);
    padding: 17px 0 10px;
    text-align: center;
}
.powered-container {
    background: var(--blues01DarkBlue);
    padding: 17px 0 10px;
    text-align: center;
}
footer hr {
    border-top: none;
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
footer a {
    color: #FFFFFF;
}
footer a:hover {
    color: #fff;
}
footer h5 {
    font-family: var(--boldFont);
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 25px;
}
.first-footer-block form {
    width: 100%;
}

.logofooter {
    padding-bottom: 32px;
}
footer .list-unstyled li {
    padding-bottom: 10px;
    font-size: 14px;
}
.row.second-footer-block {
    padding-top: 25px;
    padding-bottom: 30px;
}
.h5 {
}
.first-footer-block h5 {
    font-size: 24px;
    margin-bottom: 40px;
}
footer .first-footer-block .list-unstyled li {
    font-size: 16px;
    padding-bottom: 16px;
}
.first-footer-block .form-control.input-md.inputNew {
    background: var(--blues01DarkBlue);
    border-color: var(--blues03LightBlue);
    height: 48px;
    border-radius: 5px;
}
.first-footer-block label {
    font-size: 14px;
}
.first-footer-block .btn.btn-primary {
    width: 100%;
    margin-top: 28px;
    height: 50px;
    font-size: 16px;
    font-family: "Lato";
    font-weight: bold;
    text-shadow: none;
    background: var(--blues03LightBlue);
}
.row.first-footer-block {
    padding-top: 40px;
}
footer .first-footer-block .list-unstyled li .fas {
    color: #5ea1f0;
    display: block;
    float: left;
    width: 30px;
    font-size: 18px;
}
.address-block {
    float: left;
}
footer .social a {
    font-size: 30px;
    margin-right: 10px;
}
/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 1px solid #ddd;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding-right: 10px;
    position: relative;
    /*white-space: nowrap;*/
    font-size: 14px;
}
.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}
.breadcrumb > li::after {
    content: "/";
    padding-left: 10px;
}
.category-hero h1 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: bold;
    font-family: var(--boldFont);
}
.category-hero-image img {
    max-height: 240px;
}
.breadcrumb > li::after {
    content: "/";
    padding-left: 10px;
}
.breadcrumb > li:last-child::after {
    content: "";
}
div#information-information {
    margin-top: 50px;
}
.pav-newsletter form {
    width: 100% !important;
}
#form-review .set-rating label .fa-star {
    cursor: pointer;
}
.category-hero .breadcrumb {
    background: none;
    color: #FFFFFF;
    border: none;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 65px;
}
.category-hero .breadcrumb a {
    text-shadow: none;
    color: #FFFFFF;
}
.category-hero {
    padding: 10px 0;
}
.pagination {
    margin: 0px 0 25px 0;
    display: inline-block;
    padding-top: 30px;
}
.pagination li {
    display: inline-block;
}
.pagination a {
    padding: 10px 15px;
    color: var(--blues02Blue);
    font-size: 16px;
    font-weight: bold;
}
.pagination .active span {
    padding: 10px 15px;
    background: var(--blues03LightBlue);
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
}
.category-container h3 {
    font-size: 32px;
    color: var(--dark);
    font-weight: bold;
    font-family: var(--boldFont);
}
.faq-container h3 {
    font-size: 20px;
    cursor: pointer;
}
.faq-container {
    font-size: 14px;
    color: var(--gray02Gray);
    background: #FFFFFF;
    padding: 20px 35px;
    margin-top: 20px;
    border: 1px solid rgb(227,227,227);
    border-radius: 4px;
    position: relative;
}
#column-left {
    margin-top: 25px;
}
.row.sorting-block {
    display: none !important;
}
af_group {
    display: block;
    float: left;
    width: 33.333%;
}
.ajax-filter .af-container > div {
    display: block !important;
    max-height: 200px !important;
}
.ajax-filter .af-body .af-container > .af-heading > span {
    background: none !important;
}
.ajax-filter {
    border: none !important;
    margin-bottom: 0px !important;
}
.container.autofilter {
    display: none;
}
.breadcrumbs-menu ul li a {
    padding: 8px 25px;
    font-size: 16px;
    color: var(--gray03LightGray);
    border-radius: 3px;
}
.breadcrumbs-menu ul li {
    display: inline-block;
    list-style: none;
    margin-right: 20px;
}
.breadcrumbs-menu ul {
    padding: 8px 0 0 0;
    margin-bottom: 0;
}
.breadcrumbs-menu {
    padding: 24px 0;
}
#product-product .breadcrumb {
    background: none;
    border: none;
    margin-top: 44px;
}
#product-product .breadcrumb a {
    color: var(--gray03LightGray);
}
.breadcrumbs-menu ul li .active, .breadcrumbs-menu ul li:hover a {
    background: var(--lightBlue04);
    color: var(--blues03LightBlue);
    font-weight: bold;
}
.breadcrumbs-menu .filter-block {
    background: none;
    box-shadow: none;
    border: 1px solid rgb(202,202,202);
    padding: 6px 11px;
    font-size: 16px;
    color: rgb(143,143,148);
}
.breadcrumbs-menu .filter-block span {
    padding-right: 20px;
}
.ajax-filter .af-body .af-container > .af-heading > .title {
    font-family: "Lato" !important;
    color: var(--gray01DarkGray) !important;
}
.ajax-filter > .title .button-reset {
    float: left !important;
    font-family: "Lato" !important;
    color: var(--blues03LightBlue) !important;
}
.ajax-filter > .title .button-reset > p {
    color: var(--blues03LightBlue) !important;
    font-size: 16px !important;
    font-weight: normal !important;
    font-family: "Lato" !important;
    padding-left: 7px !important;
}
/* 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;
    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 {   
    overflow: auto;
}
.product-thumb .image {
    text-align: center;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image a:hover {
    opacity: 0.8;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 400px;
}
.product-grid .product-thumb .image {
    float: none;
}
.product-category-list {
    background: var(--lightBlue03);
    padding-top: 28px;
}
.col-sm-6.no-padding.products-summary {
    padding-bottom: 28px;
}
.category-container {
    padding-top: 48px;
    background: var(--lightBlue03);
}
.category-container p {
    font-size: 16px;
}
.product-category-list .image {
    text-align: center;
}
.category-hero {
    background: #ff8761;
    color: #FFF;
}
.alert.alert-success.alert-dismissible .close {
    padding-top: 5px;
}
.alert.alert-success.alert-dismissible .fa.fa-check-circle {
    color: green;
    margin-right: 5px;
}
.alert.alert-success.alert-dismissible {
    color: var(--gray01DarkGray);
    font-weight: bold;
    margin-top: 20px;
}
.alert.alert-success.alert-dismissible a {
    color: var(--gray01DarkGray);
}
@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}
.product-thumb h4 {
    font-weight: bold;
}
.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px;
}
.product-list .product-thumb .caption {
    margin-left: 230px;
}
@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}
.container.warranty-container {
    padding: 30px 0;
}
.category-layout .img-responsive {
    width: 100%;
}
.category-layout {
    padding: 0;
}
.category-layout {
    margin: 16px 0;
    position: relative;
}
.caption.header-featured {
    position: absolute;
    bottom: 0;
    background: #FFF;
    width: 25rem;
    padding: 20px 60px 10px 20px;
    color: var(--dark);
    border-radius: 5px 5px 0 0;
    left: 15rem;
}
.category-layout .fas.fa-arrow-right {
    position: absolute;
    right: 30px;
    color: var(--blues03LightBlue);
    bottom: 19px;
}
.caption.header-featured a {
    color: var(--dark);
    font-family: var(--boldFont);
    font-weight: bold;
    font-size: 24px;
}
.col.col-md-6.category-layout.layout-2, .col.col-md-6.category-layout.layout-5 {
    padding-right: 16px;
}
.col.col-md-6.category-layout.layout-3, .col.col-md-6.category-layout.layout-6 {
    padding-left: 16px;
}
.corporate-header h3 {
    color: var(--dark);
    font-size: 32px;
    font-family: var(--boldFont);
    font-weight: bold;
    margin-top: 55px;
}
.corporate-header p {
    color: var(--gray02Gray);
    font-size: 18px;
}
.product-thumb .rating {
    padding-bottom: 10px;
    text-align: left;
}
.corporate-customers .corporate-header h3 {
    font-size: 24px;
}
.corporate-contaiter img {
    max-height: 80px;
}
.corporate-contaiter .corporate-image {
    padding: 25px 40px 20px;
}
.corporate-image.image-1 {
    padding: 12px 40px 0 0px;
}
.corporate-image.image-1 img {
    max-height: 110px;
}
.corporate-image.image-6 {
    padding-left: 0;
}
.corporate-contaiter .corporate-image.image-4.text-center:first-child {
    padding-left: 0px !important;
}
.corporate-contaiter .corporate-image.image-4.text-center:last-child {
    padding-right: 0px !important;
}
.corporate-image.image-5.text-center {
    padding-right: 0;
}
.corporate-image.image-10.text-center {
    padding-right: 0;
}
.rating .fa-stack {
    font-size: 8px;
}
.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}
.rating .fa-star {
    color: rgb(245,166,35);
    font-size: 15px;
}
.rating .fa-star + .fa-star-o {
    color: #E69500;
}
h2.price {
    margin: 0;
}
.product-thumb .price {
    color: #444;
}
.product-thumb .price-new {
    font-weight: 600;
}
.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
.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;
}
@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}
.product-thumb .button-group button {
    width: 60%;
    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: 33.33%;
    }
}
@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails > li {
    margin-left: 20px;
}
.thumbnails {
    margin-left: -20px;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid rgb(226, 226, 226);
    border-radius: 5px;
}
.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 11px;
}

@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) {
    #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%;
    }
}

/* 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;
}
#payment_address_form {
    width: 100%;
}

/* checkoutpage */

.checkout-section input[type="text"], .checkout-section select {
    height: 40px;
    border-color: rgb(202,202,202);
    color: var(--gray03LightGray);
    font-size: 16px;
    padding-top: 4px;
}
.checkout-section input[type="text"]:focus {
    color: var(--gray01DarkGray);
}
.checkout-section .control-label {
    color: var(--gray02Gray);
}
.billing-checkbox strong {
    font-size: 16px;
    color: var(--gray01DarkGray);
    margin: 10px 0 15px;
    display: block;
}

.checkout-page-info {
    border: 1px solid rgb(227,229,232);
    box-shadow: 0 2px 6px 0 rgba(6,8,9,0.04);
    border-radius: 4px;
}
.checkout-section h4 {
    padding: 25px;
}
.checkout-section h4 span {
    border: 1px solid var(--dark);
    border-radius: 50%;
    padding: 5px 9px;
    display: inline-block;
    margin-right: 12px;
}
.checkout-section.active h4 span {
    background: var(--blues03LightBlue);
    border-color: var(--blues03LightBlue);
    color: #FFF;
}
.checkout-section {
    border-bottom: 1px solid rgb( 227,229,232);
}
.checkout-section form {
    padding: 0px 90px 25px;
}
.checkout-cart h4 {
    padding: 30px 16px 15px 16px;
}
.checkout-cart h4 a {
    font-size: 14px;
    text-decoration: underline;
    font-family: Lato;
    padding-top: 2px;
}
.checkout-section .buttons.clearfix {
    padding: 0 90px 45px;
}

.checkout-minicart .img-thumbnail {
    border: none;
}
.checkout-minicart .table td a {
    display: block;
    color: var(--gray02Gray);
}
.col-md-4.checkout-page-info.checkout-cart {
    padding: 0;
}
.checkout-minicart .table td {
    color: var(--gray02Gray);
}
.checkout-minicart .table td.text-right {
    font-weight: bold;
    font-size: 16px;
    color: var(--gray01DarkGray);
}
.checkout-minicart .table tfoot td {
    border-top: none;
}
.checkout-minicart .table tfoot tr:first-child {
    border-top: 1px solid rgb(227,229,232);
}
.checkout-minicart .table tfoot tr:last-child {
    border-top: 1px solid rgb(227,229,232);
    border-bottom: 1px solid rgb(227,229,232);
    text-transform: uppercase;
}
.checkout-minicart .table tfoot tr:last-child td {
    padding: 20px 11px;
}

.table-responsive.checkout-minicart .table {
    font-size: 16px;
}
.required.error input, .required.error select {
    border-color: var(--alerts01Red);
}
.required.error label {
    color: var(--alerts01Red);
}
.required.error input::after, .required.error select::after {
    display: block;
    content: "Please fill this";
}
.done-address, #payment-preview {
    padding: 0 90px 25px;
    font-size: 16px;
    color: var(--gray03LightGray);
}
.checkout-section.done  h4 span {
    background: rgb(60,192,157);
    border-color: rgb(60,192,157);
    color: #FFF;
}
.edit-address.float-right, .edit_payments.float-right {
    color: var(--blues03LightBlue);
    font-size: 14px;
    text-decoration: underline;
    padding-top: 9px;
    cursor: pointer;
}
#collapse-payment-method .buttons {
    padding: 0 90px 30px;
}
#collapse-confirm-order {
    padding: 0 90px 30px;
}
.use-promo-link.text-right {
    font-size: 14px;
    text-decoration: underline;
    color: var(--blues03LightBlue);
    cursor: pointer;
}
#promocode {
    max-width: 140px;
    border: 1px solid var(--blues03LightBlue);
    height: 40px;
    border-radius: 4px;
    padding-right: 45px;
    padding-left: 5px;
}
.promocode-container.collapse span {
    color: var(--blues03LightBlue);
    font-size: 14px;
    font-weight: bold;
    top: 11px;
    position: absolute;
    right: 6px;
    cursor: pointer;
}
.promocode-container.collapse {
    position: relative;
}
.detail-page .post-thumbnail {
    height: 480px;
    background-size: 120%;
    margin-bottom: 38px;
    background-position: center center;
}
.detail-page .detail h2 {
    font-size: 20px;
}
.detail-page .detail {
    font-size: 16px;
    color: var(--gray02Gray);
    line-height: 24px;
}
.post-related-products .product-layout {
    margin-bottom: 16px;
}
.box-detail-caption {
    border-top: 1px solid var(--lightBlue01);
    margin-top: 30px;
    padding-top: 16px;
}
.related-post h3 a {
    color: var(--dark);
    font-size: 20px;
}
.related-post h3 {
    margin-top: 8px;
}
.related-post .post-des {
    font-size: 16px;
    line-height: 24px;
}
.related-post {
    margin-bottom: 94px;
}
.related-post .read-more {
    font-size: 16px;
    display: block;
    padding-top: 12px;
}
.product-layout .image {
    text-align: center;
}
.faq-container.active {
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.1);
}
.faq-container.active h3::after {
    color: #5da0ef;
    content: "\f077";
}
.faq-container h3::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    display: block;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.faq-container p {
    display: none;
}
.order-placed img {
    width: 48px;
    margin-right: 15px;
}
.order-text.col-md-9 p {
    font-size: 16px;
    line-height: 24px;
}
.gradient-box {  
    border-image-source: linear-gradient(90deg, var(--blues03LightBlue), var(--orange02Peach));
    border-width: 2px;
    border-style: solid;
    border-image-slice: 1;
    border-radius: 4px;
    padding: 32px;
    font-size: 16px;
    background: var(--lightBlue03);
}
.gradient-box h3 span {
    color: var(--blues03LightBlue);
}
.success-cart .cart-total {
    font-size: 16px;
}

.order-text.col-md-9 {
    margin: 25px 0 35px;
}
.refercode {
    display: inline-block;
    width: 240px;
    text-align: center;
    border: 2px solid var(--blues05LightBlue3);
    border-radius: 4px;
}
.refercode p {
    color: var(--blues03LightBlue);
    font-size: 16px;
    margin: 9px 0 0 0;
}
.refercode .code {
    font-size: 28px;
    margin-bottom: 17px;
    color: var(--dark);
    font-family: var(--boldFont);
    font-weight: bold;
}
.gift-subscribe .input-field {
    margin: 12px 0 12px;
}
.gift-subscribe .button-submit {
    padding-top: 40px;
}
.gift-subscribe .form-control.input-md.inputNew {
    height: 40px;
}
.table-responsive.success-cart {
    margin-top: 36px;
}
.success-order-info {
    padding: 40px 0;
    background: var(--lightBlue03);
    margin-top: 20px;
}
.order-info .done-address {
    border: 1px solid rgb(227 229 232);
    background: #FFF;
    padding: 25px;
    border-radius: 4px;
    box-shadow: 0 2px 6px 0 rgba(6,8,9,0.04);
    height: 240px;
}
.left-side-modal {
    width: 50%;
    float: left;
    background: url(/image/icons/photoModal.jpg) no-repeat center center;
    background-size: cover;
    height: 100%;
    text-align: right;
}
.right-side-modal {
    float: left;
    width: 50%;
}
.left-side-modal img {
    width: 124px;
}
.right-side-modal {
    padding: 95px 32px;
}
#ouibounce-modal .form-group {
    margin-top: 24px;
}
#ouibounce-modal .form-control.input-md.inputNew {
    height: 40px;
    border: 1px solid var(--blues03LightBlue);
    border-radius: 4px !important;
}
.product-image-slider .slick-next {
    right: 0;
}
.product-image-slider .slick-prev {
    left: 0;
}
.product-image-slider .slick-arrow::before {
    color: var(--paleGrey);
    opacity: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    margin-left: 2px;
}
.product-image-slider .slick-arrow {
    background: var(--paleGrey);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    padding: 0;
}
.product-image-slider .slick-next::before {
    content: "\f054";
    color: var(--dark);
}
.product-image-slider .slick-prev::before {
    content: "\f053";
    color: var(--dark);
    margin-right: 6px;
}
.product-layout .product-image-slider .slick-arrow {
    display: none !important;
}
.product-layout:hover .product-image-slider .slick-arrow {
    display: block !important;
}
.product-layout .product-image-slider .slick-dots {
    display: none !important;
}
.product-layout:hover .product-image-slider .slick-dots {
    display: block !important;
}
.product-image-slider .slick-dots li {
    margin: 0;
}
.product-image-slider .slick-dots {
    margin-bottom: 15px;
}
.category-hero.category-73 {
    background: #cfe2f1;
    padding: 30px 0 60px;
}
.category-hero.category-71 {
    background: #D7E8F4;
    padding-top: 20px;
}
.live-search {
    width: 290px !important;
    position: absolute !important;
    z-index: 1000;
    padding: 5px 0px;
    margin-top: 40px;
    background-color: #FFF;
    border: 1px solid rgb(222,222,222) !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 10px 20px 0 rgba(67,68,70,0.25) !important;
    left: 0;
    display: none;
    border-radius: 4px !important;
    max-height: 340px;
    overflow-y: hidden;
}
.live-search .product-name {
    color: var(--gray02Gray);
}
.live-search .product-name:hover {
    color: var(--gray02Gray);
}
.live-search .result-text {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    background-color: #FFF;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid var(--lightBlue02);
    padding: 16px;
    color: var(--blues03LightBlue);
}
.live-search ul {
    padding: 0 0 50px 0;
    list-style-type: none;
    margin:0px;
}
.breadcrumb input, .breadcrumb select, .order-container .input-group > .form-control {
    height: 40px;
    border-color: rgb(202,202,202);
    border-radius: 4px;
}
.result-container {
    font-size: 12px;
    color: var(--gray02Gray);
}
.order-container .input-group-addon {
    padding-right: 12px;
    font-size: 14px;
    color: var(--gray02Gray);
    padding-top: 10px;
}
#input-search {
    font-size: 16px;
    color: var(--gray01DarkGray);
}
.result-container {
    padding-top: 10px;
}
.pav-newsletter .form-group.col-sm-8.padding-top-40 {
    display: inline-block;
}
.pav-newsletter {
    text-align: center;
}
.pav-newsletter .button-submit.col-sm-4.padding-top-40 {
    display: inline-block;
}
.product-grid .product-layout .caption-limited h4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 48px;
}
.related-products .product-description {
    min-height: 80px;
}
.product-layout .slick-slide {
    text-align: center;
}

.product-layout .slick-slide img {
    vertical-align: middle;
    display: inline-block;
}
.product-layout  .slick-track {
    height: 308px;
}
.product-image-slider .slick-track a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#product label.control-label {
    font-weight: bold;
    color: var(--gray01DarkGray);
    font-size: 16px;
}

#product .form-group {
    margin-bottom: 40px;
}

#product .form-group .radio {
    border: 1px solid rgb(202,202,202);
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 10px 10px 5px 10px;
}

input[type="radio"]  {
    width: 20px;
    height: 20px;
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
    color: var(--blues03LightBlue);
}

#product .form-group > div .radio label {
    color: var(--gray03LightGray);
    font-size: 14px;
    position: relative;
    top: 0px;
}
#product .form-group > div {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}
#product .form-group > div .radio:last-child {
    margin-right: 5px;
}
#product .form-group > div .radio {
    width: 50%;
    display: inline-block;
    margin-right: 5px;
}
#product .form-group #input-option65 .radio {
    width: 20%;
}
.d_ajax_filter_popup_button.clickable {
    display: none;
}
.close-filter {
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 24px;
    z-index: 1;
}
.filter-bottom {
    position: absolute;
    bottom: 10px;
    width: 100%;
    padding: 0 20px;
    z-index: 1;
}
.filter-bottom button {
    width: 50%;
    font-size: 16px;
    margin-right: 8px;
}
.filter-bottom button:last-child {
    margin-right: 0;
}
.ajax-filter .af-body {
    padding-bottom: 50px;
}
.ajax-filter .af-body .af-container > .af-heading {
    color: var(--gray01DarkGray);
    font-size: 16px;
    padding: 16px 20px;
}
.ajax-filter .af-body .af-container > .af-elements > .af-wrapper {
    padding: 0 20px !important;
}
#product .form-group .radio.active {
    border-color: var(--blues03LightBlue);
    border-width: 2px;
}
.detail-page .detail p, .detail-page .detail h2 {
    clear: both;
}
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid rgb(66, 164, 249);
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

.overlap-notify.open {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    display: block;
}
.emailnotify-modal {
    height: 200px;
    background: #FFFFFF;
    width: 500px;
    margin: 10% auto;
    padding: 30px;
    text-align: center;
    position: relative;
}
.close-emailnotify-modal {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.overlap-notify {
    display: none;
}
.emailnotify-modal h5 {
    font-family: "Fjalla One";
    font-size: 36px;
    text-transform: uppercase;
}
.emailnotify-modal .form-control {
    padding: 16px;
    box-sizing: border-box;
    outline: currentcolor none medium;
    border-radius: 4px;
    line-height: normal;
    background-image: none;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    width: 100%;
    border-style: solid;
    border-color: rgb(229, 233, 242);
    border-width: 1px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    color: rgb(68, 68, 68);
}
.emailnotify-modal .sentemail {
    white-space: nowrap;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 0px;
    border-radius: 4px;
    background: rgb(0, 0, 0) none repeat scroll 0% 0%;
    padding: 16px;
    width: 100%;
    margin-top: 15px;
}
.close-emailnotify-modal {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

#mc_embed_signup form {
  text-align: left !important;
}
#mc_embed_signup label {
  font-size: 14px !important;
  font-weight: normal !important;
}
#mc_embed_signup input.email {
  height: 48px !important;
  border-color: var(--blues03LightBlue) !important;
  background: var(--blues01DarkBlue) !important;
  margin-right: 20px !important;
}
#mc_embed_signup .button {
  background: var(--blues03LightBlue) !important;
  font-size: 16px !important;
  height: 48px !important;
  font-family: "Lato" !important;
  font-weight: bold !important;
  padding: 0 60px !important;
}
@keyframes lds-ripple {
    0% {
	top: 36px;
	left: 36px;
	width: 0;
	height: 0;
	opacity: 1;
    }
    100% {
	top: 0px;
	left: 0px;
	width: 72px;
	height: 72px;
	opacity: 0;
    }
}