/* All */
:root {
    --default: #010101;
    --notify: rgba(30,33,30,0.4);
}
body {
    color: var(--default);
    font-size: 14px;
    line-height: 1.25;
}
a,
a:hover {
    color: inherit;
}
a.text-primary.hov-text-hov-primary:focus,
a.text-primary.hov-text-hov-primary:hover {
    color: var(--hov-primary) !important;
}
hr {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    border-top: 2px solid rgba(35,31,32,0.1) !important;
}

.text-default {
    color: var(--default);
}
.sk-main-wrapper {
    background-color: transparent;
    min-height: auto;
}
.btn-outline-grey {
    color: rgba(0,0,0,0.3);
    border-color: rgba(0,0,0,0.3);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #939499;
    border-color: #939499;
}
.check-icon {
    position: relative;
}
.check-icon::after {
    content: "";
    border-width: 0 2px 2px 0 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid;
    margin-left: -3px;
    margin-top: -5px;
    width: 5px;
    height: 9px;
    position: absolute;
    top: 50%;
    left: 50%;
}
.badge-lg {
    height: 25px;
    font-size: 0.875rem;
}
/*Form*/
.bootstrap-select .dropdown-toggle {
    color: rgba(30,33,30,0.5);
    border-color: rgba(30,33,30,0.3);
}
.dropdown-menu {
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: 1px 2px 4px 0px rgba(35,31,32,0.35);
    -moz-box-shadow: 1px 2px 4px 0px rgba(35,31,32,0.35);
    box-shadow: 1px 2px 4px 0px rgba(35,31,32,0.35);
    border: none;
}
.dropdown-item {
    padding: 0.45rem 0.5rem;
    border-bottom: 1px solid rgba(35,31,32,0.3);
}
.bootstrap-select .dropdown-menu li:last-child .dropdown-item {
    border-bottom: none;
}
.bootstrap-select .dropdown-menu li a {
    color: rgba(35,31,32,0.5);
}
.form-group-label-input {
    position: relative;
    font-size: 14px;
}
.form-group-label-input label {
    position: absolute;
    top: -0.5em;
    background-color: white;
    padding: 0 2px;
    left: 15px;
    color: rgba(30,33,30,0.5);
    z-index: 2;
}
.grey-card .form-group-label-input label {
    background-color: #f3f3f3;
}
.form-control {
    color: rgba(30,33,30,0.5);
    border-color: rgba(30,33,30,0.3);
    background-color: transparent;
}
.form-control:focus {
    background-color: transparent;
}
.form-control::-webkit-input-placeholder {
    color: rgba(30,33,30,0.5);
}
.form-control:-ms-input-placeholder {
    color: rgba(30,33,30,0.5);
}
.form-control::placeholder {
    color: rgba(30,33,30,0.5);
}
.sk-checkbox,
.sk-radio {
    padding-left: 0;
}
.sk-checkbox,
.form-original-color {
    color: rgba(30,33,30,0.5);
}
.sk-checkbox .sk-square-check,
.sk-checkbox .sk-rounded-check,
.sk-radio .sk-square-check,
.sk-radio .sk-rounded-check {
    position: relative;
    display: inline-block;
    top: 0;
    margin-right: 0.25em;
}
.sk-square-check,
.sk-rounded-check {
    border: 1px solid rgba(30,33,30,0.3);
    height: 0.85em;
    width: 0.85em;
}
.sk-square-check {
    border-radius: 0;
}
.iti__flag-container {
    font-size: 14px;
}
.iti--separate-dial-code .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    border-right: 1px solid rgba(30,33,30,0.3);
}
.form-control:focus {
    color: #1e211e;
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    box-shadow: none;
}
.bootstrap-select.h-auto > .dropdown-toggle {
    height: auto;
}
.bootstrap-select.form-control-lg > .dropdown-toggle {
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
}
.sk-rounded-check::after {
    margin-left: 0;
    margin-top: 0;
    width: auto;
    height: auto;
    border-radius: 50%;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
}
.form-group .bootstrap-select.py-2,
.form-group .bootstrap-select.py-3 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.bootstrap-select.py-2 > .dropdown-toggle {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.bootstrap-select.py-3 > .dropdown-toggle {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
/*Modal*/
.modal-375px {
    max-width: 375px;
}
.modal-455px {
    max-width: 455px;
}
.modal-665px {
    max-width: 665px;
}
.modal-shadow {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(35,31,32,0.35);
    -moz-box-shadow: 0px 0px 20px 0px rgba(35,31,32,0.35);
    box-shadow: 0px 0px 20px 0px rgba(35,31,32,0.35);
}
.modal.modal-below-header .modal-content {
    border: none;
}
.modal.modal-below-header .modal-content .modal-body {
    max-height: 90vh;
}
.modal-backdrop.white {
    background-color: rgba(255,255,255,0.7);
}
.modal-content .modal-header {
    border-bottom: 2px solid #d8d6d7;
}
.modal-header .close {
    color: #bcbcbc;
}
.modal-header .close::before {
    font-size: 30px;
}
.modal-header .close:hover {
    color: black;
}
.modal-content .modal-footer {
    border-top: 2px solid #d8d6d7;
}
/*Sidebar*/
.collapse-sidebar-wrap .overlay {
    background-color: rgba(30,33,30,0.3);
}
/*Table*/
.table td,
.table th {
    border-color: #d8d6d7;
}
.table-align-bottom th,
.table-align-bottom td {
    vertical-align: bottom;
}
.table thead th {
    border-top: none;
}
.sk-table.footable-details th {
    min-width: 40px;
    width: 140px;
}
.table th:first-child,
.table td:first-child {
    padding-left: 0;
}
.table th:last-child,
.table td:last-child {
    padding-right: 0;
}
.sk-table.grey-table thead {
    color: rgba(1,1,1,0.8);
}
.sk-table.grey-table thead th {
    border-color: rgba(1,1,1,0.5);
}
.sk-table.grey-table tbody {
    color: rgba(1,1,1,0.5);
}
.sk-table.grey-table td {
    border-top: none;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.sk-table.grey-table.footable-details th {
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
/*Notifications*/
.sk-notify {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(35,31,32,0.29);
    -moz-box-shadow: 0px 0px 8px 0px rgba(35,31,32,0.29);
    box-shadow: 0px 0px 8px 0px rgba(35,31,32,0.29);
    font-size: 14px;
    color: var(--notify);
    font-weight: bold;
}
.sk-notify .close {
    color: var(--notify);
    font-size: 22px;
}
.sk-notify .close:hover {
    color: black;
}
.sk-notify.alert-success,
.sk-notify.alert-danger,
.sk-notify.alert-primary,
.sk-notify.alert-warning,
.sk-notify.alert-info,
.sk-notify.alert-dark,
.sk-notify.alert-secondary,
.sk-notify.alert-light,
.sk-notify.alert-light .close {
    background-color: var(--white);
    color: var(--notify);
}
.sk-notify .progress-bar,
.sk-notify.alert-light .progress-bar {
    background-color: var(--notify);
}
.sk-notify span[data-notify="message"] .circle {
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin-right: 0.5em;
    text-align: center;
    line-height: 1;
    background-color: var(--notify);
    color: var(--white);
    position: relative;
}
.sk-notify.alert-success span[data-notify="message"] .circle {
    background-color: var(--primary);
}
.sk-notify.alert-danger span[data-notify="message"] .circle {
    background-color: var(--danger);
}
.sk-notify.alert-primary span[data-notify="message"] .circle {
    background-color: var(--primary);
}
.sk-notify.alert-warning span[data-notify="message"] .circle {
    background-color: var(--warning);
}
.sk-notify.alert-info span[data-notify="message"] .circle {
    background-color: var(--info);
}
.sk-notify.alert-dark span[data-notify="message"] .circle {
    background-color: var(--dark);
}
.sk-notify.alert-secondary span[data-notify="message"] .circle {
    background-color: var(--secondary);
}
.sk-notify.alert-light span[data-notify="message"] .circle {
    background-color: var(--light);
}
.sk-notify span[data-notify="message"] .circle:before {
    content: "!";
    font-size: 1em;
}
.sk-notify.alert-success span[data-notify="message"] .circle:before {
    content: "";
    border-width: 0 2px 2px 0 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid white;
    margin-left: -2px;
    margin-top: -5px;
    width: 5px;
    height: 9px;
    position: absolute;
    top: 50%;
    left: 50%;
}
.sk-notify.alert-danger span[data-notify="message"] .circle:before {
    content: "\00d7";
}
/*Pagination*/
.pagination .page-item {
    margin: 0 5px;
}
.pagination .page-link,
.page-item.disabled .page-link {
    min-width: 20px;
    min-height: 20px;
    height: 22px;
    line-height: 19px;
    font-size: 13px;
    border-radius: 0 !important;
    color: #b2b2b2;
    font-weight: 600;
    background-color: transparent;
}
.page-item.active .page-link {
    color: #b2b2b2;
    border-bottom: 1px solid;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    border: 1px solid #b2b2b2;
    font-size: 0;
    border-radius: 5px !important;
    background: transparent;
}
.pagination .active .page-link,
.pagination .active .page-link:hover {
    background-color: transparent;
    color: #b2b2b2;
}
.pagination .page-link:hover,
.pagination .page-item:first-child .page-link:hover,
.pagination .page-item:last-child .page-link:hover {
    background-color: #b2b2b2;
    color: white;
}
.pagination .page-item:first-child .page-link::after,
.pagination .page-item:last-child .page-link::after {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 1rem;
}
.pagination .page-item:first-child .page-link::after {
    content: "\f104";
}
.pagination .page-item:last-child .page-link::after {
    content: "\f105";
}
.sk-pagination.pagination-inner-padding .pagination {
    padding-top: 1rem;
}
.sk-pagination.pagination-circle .pagination .page-item:first-child .page-link,
.sk-pagination.pagination-circle .pagination .page-item:last-child .page-link {
    border-color: transparent;
}
.sk-pagination.pagination-circle .pagination .page-link,
.sk-pagination.pagination-circle .page-item.disabled .page-link {
    min-width: 30px;
    min-height: 30px;
    height: 30px;
    line-height: 27px;
    border-radius: 50% !important;
    color: rgba(1,1,1,0.3);
    font-weight: 400;
    background-color: transparent;
}
.sk-pagination.pagination-circle .pagination .page-link:hover,
.sk-pagination.pagination-circle .page-item.disabled .page-link:hover {
    color: var(--primary);
}
.sk-pagination.pagination-circle .page-item.active .page-link,
.sk-pagination.pagination-circle .page-item.active .page-link:hover {
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: white;
}
.sk-pagination.pagination-circle .pagination .page-item:first-child .page-link:hover,
.sk-pagination.pagination-circle .pagination .page-item:last-child .page-link:hover {
    border-color: var(--primary);
    background-color: var(--primary);
    color: white;
}
/*Header*/
.top-navbar {
    position: relative;
    background-color: rgb(232, 232, 232);
    padding-top: 2px;
    padding-bottom: 2px;
}
.header-top-middle h2 {
    margin: 0;
    color: var(--primary);
    font-weight: 600;
}
header {
    -webkit-box-shadow: 0px 3px 16px 0px rgba(35,31,32,0.25);
    -moz-box-shadow: 0px 3px 16px 0px rgba(35,31,32,0.25);
    box-shadow: 0px 3px 16px 0px rgba(35,31,32,0.25);
}
.language-item {
    margin-right: 10px !important;
}
.language-item:last-child {
    margin-right: 0 !important;
}
.language-item a {
    color: rgba(34,31,31,0.7);
    font-weight: 600;
    font-size: 10px;
}
.language-item a.active {
    font-weight: bold;
    color: #221f1f;
}
.language-item img {
    vertical-align: text-top;
}
.header-search-grid {
    max-width: 675px;
    width: 100%
}
.header-icon-item {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid rgba(29,33,30,0.2);
}
.header-icon {
    color: #1d211e;
    font-size: 30px;
    position: relative;
    line-height: 25px;
    height: 25px;
}
.header-icon:hover {
    color: var(--primary);
}
.header-icon-item .dropdown.show .header-icon {
    color: var(--primary);
}
.header-icon .badge {
    position: absolute;
    bottom: -6px;
    left: -6px;
    font-weight: bold;
}
.header-search-grid .input-group .btn {
    border-radius: .25rem;
    padding: 2px;
    font-size: 25px;
    width: 60px;
}
.header-search-grid .input-group .form-control::placeholder {
    color: rgba(35,31,32,0.4);
}
.typed-search-box {
    max-width: 675px !important;
    margin: auto;
    min-height: auto !important;
}
.category-menu-icon-box {
    height: 31px;
    border-top: 1px solid rgba(35,31,32,0.2);
    font-size: 16px;
    color: var(--primary);
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}
.category-menu-icon-box .menu-icons-inside {
    margin-right: 5px;
}
header .header-icon-item .dropdown {
    position: static;
}
header .dropdown-menu.dropdown-menu-right {
    position: absolute;
    top: 101px;
    right: 0;
    width: 295px;
    -webkit-box-shadow: inset 0px 18px 16px -16px rgba(35,31,32,0.25);
    -moz-box-shadow: inset 0px 18px 16px -16px rgba(35,31,32,0.25);
    box-shadow: inset 0px 18px 16px -16px rgba(35,31,32,0.25);
    min-width: 295px;
}
body.modal-behind-header header {
    padding: 0 !important;
}
/*Dropdown Menu*/
.menu-icons-inside {
    position: relative;
    text-align: center;
    cursor: pointer;
    z-index: 200000;
}
.menu-icon {
    position: relative;
    height: 12px;
    margin-right: 0;
    display: inline-block;
}
.menu-icon.menu-icon-main.opened {
}
.menu-icon-create,
.menu-icon-create::after,
.menu-icon-create::before {
    background: var(--primary);
}
.menu-icon-create {
    display: inline-block;
    width: 20px;
    height: 2px;
    position: relative;
    top: 5px;
    vertical-align: bottom;
    white-space: nowrap;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    float: left;
}
.menu-icon-create::after,
.menu-icon-create::before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    outline: 1px solid transparent;
    right: 0;
}
.menu-icon-create::before {
    top: -5px;
}
.menu-icon-create::after {
    top: 5px;
}
.menu-icon.opened .menu-icon-create {
    background: none;
}
.menu-icon.opened .menu-icon-create::before {
    top: 0;
    right: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu-icon.opened .menu-icon-create::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    top: 8px;
    left: -2px;
}
/*Login Popup*/
.login-popup-section {
    border-bottom: 1px solid rgba(29,33,30,0.5);
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}
.login-popup-section:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.login-popup-section h3 {
    font-size: 18px;
    font-weight: bold;
}
/*Cart Popup*/
.empty-cart {
    background-color: #f2f2f3;
    position: relative;
    padding: 10px 10px 10px 115px;
    color: rgba(30,33,30,0.4);
    min-height: 90px;
    -webkit-box-shadow: inset 0px 18px 16px -16px rgba(35,31,32,0.25);
    -moz-box-shadow: inset 0px 18px 16px -16px rgba(35,31,32,0.25);
    box-shadow: inset 0px 18px 16px -16px rgba(35,31,32,0.25);
}
.empty-cart img {
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 30px;
}
/*Breadcrumb*/
.breadcrumb-section {
    margin: 35px 0;
    font-size: 12px;
    color: rgba(35,31,32,0.5);
}
.breadcrumb {
    margin: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: var(--primary);
    content: "\f105";
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
.breadcrumb-item a:hover {
    color: var(--primary);
}
/*Carousel*/
.sk-carousel .slick-arrow {
    width: 20px;
    height: 20px;
    background: transparent;
    border-radius: 0;
    border: 1px solid;
    box-shadow: none;
    font-size: 15px;
    line-height: 15px;
    color: rgba(29,33,30,0.3);
}
.sk-carousel .slick-prev {
    left: 15px;
}
.sk-carousel .slick-next {
    right: 15px;
}
.sk-carousel .slick-prev:hover,
.sk-carousel .slick-next:hover {
    background: var(--primary);
    border-color: transparent;
    color: white;
    box-shadow: none !important;
}
.sk-carousel.full-outside-arrow .slick-prev {
    left: 0;
}
.sk-carousel.full-outside-arrow .slick-next {
    right: 0;
}
.sk-carousel.slick-vertical .slick-arrow {
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) rotate(90deg);
    border: none;
    background-color: transparent;
}
.sk-carousel.slick-vertical .slick-arrow.slick-prev {
    top: -30px;
}
.sk-carousel.slick-vertical .slick-arrow.slick-next {
    bottom: -30px;
}
.sk-carousel.slick-vertical .slick-arrow:hover {
    color: var(--primary);
    background-color: transparent;
}
/*Homepage*/
.home-carousel-image {
    position: relative;
    padding-top: 50%;
}
.home-carousel-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}
.home-banner-area-middle .sk-carousel .slick-arrow {
    color: white;
}
.home-banner-area-middle .sk-carousel .slick-arrow:hover {
    background-color: white;
    color: #1a1c1a;
}
/*Category Menu*/
.hover-category-menu {
    top: 133px;
}
#hover-category-menu > .bg-white {
    -webkit-box-shadow: 0px 3px 16px 0px rgba(35,31,32,0.25);
    -moz-box-shadow: 0px 3px 16px 0px rgba(35,31,32,0.25);
    box-shadow: 0px 3px 16px 0px rgba(35,31,32,0.25);
    max-height: calc(100vh - 133px);
}
.sk-category-menu {
    color: #231f20;
}
.sk-category-menu::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    height: 30px;
    bottom: 0;
}
.hover-category-menu .sk-category-menu > .categories {
    height: calc(100vh - 131px);
}
.sk-category-menu > .categories li:last-child {
    margin-bottom: 15px !important;
}
.sk-category-menu .category-nav-element img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sk-category-menu .category-nav-element:hover > a {
    position: relative;
    z-index: 10;
    background: #e8f6ed;
    box-shadow: none;
    color: var(--primary);
}
.sk-category-menu .category-nav-element:hover > a img {
    -webkit-filter: none;
    filter: none;
}
.sk-category-menu .sub-cat-menu {
    width: 75%;
    left: 25%;
    height: 100%;
    background-color: #e8f6ed;
    padding: 40px;
}
.sk-category-menu .category-nav-element .sub-cat-menu.active {
    display: block;
}
.sk-category-menu .card-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
}
.sk-category-menu .sub-cat-menu-categories .card {
    border-radius: 0;
    background-color: transparent;
    color: #1d211e;
}
.sub-cat-menu-main-category {
    border-bottom: 1px solid rgba(35,31,32,0.3);
    padding-bottom: 2px;
}
.sk-category-menu .sub-cat-menu-categories .card li {
    margin-bottom: 15px;
}
.sk-category-menu .sub-cat-menu-categories .card li:last-child {
    margin-bottom: 0;
}
.sk-category-menu .sub-cat-menu-categories .card li a:hover {
    color: var(--primary);
}
/*Category Menu Mobile*/
.menu-categories {
    padding: 20px;
    font-size: 16px;
    color: #231f20;
}
.sub-cat-toggle {
    position: relative;
    overflow: hidden;
}
.sub-cat-toggle a {
    border-bottom: 1px solid rgba(35,31,32,0.1);
    padding: 7px 30px 7px 0;
}
.sub-cat-toggle.active a {
    padding: 7px 0 7px 30px;
    color: var(--primary);
    border-color: var(--primary);
    font-weight: bold;
}
.sub-cat-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sub-cat-arrow.left {
    left: -30px;
    color: var(--primary);
    font-size: 1.25em;
}
.sub-cat-arrow.right {
    right: 0;
    -ms-flex-pack: end;
    justify-content: flex-end;
    opacity: 0.5;
}
.sub-cat-toggle.active .sub-cat-arrow.left {
    opacity: 1;
    left: 0;
}
.sub-cat-toggle.active .sub-cat-arrow.right {
    opacity: 0;
    right: -30px;
}
.menu-category-dropdown {
    margin-top: 10px;
    display: none;
}
.sub-cat-toggle.active + .menu-category-dropdown {
    display: block;
}
.menu-category-dropdown a {
    padding: 7px 0;
    display: block;
}
.sub-menu-category {
    border-bottom: 1px solid rgba(35,31,32,0.1);
}
/*Weekly Deals*/
.weekly-deals {
    position: relative;
    margin: 0 -15px;
}
.weekly-deal-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary);
    padding: 10px 15px;
    border-bottom: 1px solid var(--primary);
}
.weekly-deal-title .icon {
    width: 20px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 1em;
}
.weekly-deal-results {
    padding: 0 15px;
}
.weekly-deal-res-item {
    border-bottom: 2px solid rgba(0,0,0,0.1);
}
/*Homepage Icons*/
.homepage-icon-res-wrap {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.5;
    cursor: pointer;
}
.homepage-icon-res-image {
    width: 80px;
    height: 70px;
    margin: 0 auto 10px;
    position: relative;
}
.homepage-icon-res-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.homepage-icon-res-title {
    font-size: 15px;
    text-align: center;
    color: #231f20;
}
.homepage-icon-res-wrap:hover {
    opacity: 1;
}
/*Homepage Products Carousels*/
.title-button {
    display: block;
    border: 2px solid #eaeaea;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    padding: 2px;
}
.title-button.primary {
    color: var(--primary);
}
.title-button.orange {
    color: var(--orange);
}
.title-button.danger {
    color: var(--danger);
}
.title-button .icons {
    width: 70px;
    display: inline-block;
}
.title-button .icons {
    width: 40px;
    display: inline-block;
    margin-right: 10px;
}
.title-button.orange:hover {
    border-color: var(--orange);
}
.title-button.danger:hover {
    border-color: var(--danger);
}
.title-button.primary:hover {
    border-color: var(--primary);
}
.section-category-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    color: rgba(27,30,28,0.5);
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 5px;
    position: relative;
    padding-right: 10px;
}
.section-category-title::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    border-top: 2px solid #eaeaea;
    border-right: 2px solid #eaeaea;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
    bottom: -6px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.section-category-title .all {
    text-align: right;
    font-size: 12px;
    color: var(--primary);
    font-weight: 400;
}
.section-category-title:hover {
    color: var(--primary);
    border-color: var(--primary);
}
.section-category-title:hover::after {
    border-color: var(--primary);
}
/*Popular Categories*/
.popular-category-res-wrap {
    position: relative;
    border: 2px solid #eaeaea;
    color: #2d2d2d;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.popular-category-res-image {
    position: absolute;
    bottom: 5px;
    left: 5px;
    top: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    margin: auto;
}
.popular-category-res-over {
    padding: 20px 40px 20px 90px;
}
.popular-category-res-title {
    font-size: 20px;
}
.popular-category-res-button {
    color: rgba(45,45,45,0.5);
    border: 1px solid rgba(96,96,96,0.3);
    padding: 7px 10px;
    border-radius: 3px;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.popular-category-res-wrap .las {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    color: rgba(0,0,0,0.5);
    font-size: 30px;
    height: 1em;
    margin: auto;
}
.popular-category-res-wrap:hover,
.popular-category-res-button:hover {
    border-color: var(--primary);
    color: var(--primary);
}
/*Page*/
.page-container p {
    color: rgba(1,1,1,0.7);
}
/*Video Page*/
#video-page {
    color: rgba(1,1,1,0.7);
}
.video-page-thumbnail {
    padding-top: 60%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    position: relative;
    margin: 0 -15px;
}
.video-page-thumbnail::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("https://demo.toysgadgets.eu/public/assets/img/icons/video-icon.svg");
    background-color: rgba(0,0,0,0.1);
}
.video-page-left iframe {
    width: 100%;
    height: 525px;
}
.video-page-title {
    color: #2d2e2d;
    font-size: 28px;
    font-weight: 300;
}
.video-page-title strong {
    display: block;
    font-weight: bold;
}
.video-page-line {
    border-top: 3px solid var(--primary);
    margin: 15px 0 30px -1000px;
}
#pagemodalvideo button.close {
    position: absolute;
    top: -35px;
    right: 0;
    width: 35px;
    height: 35px;
    background-color: var(--primary);
    opacity: 1;
    text-shadow: none;
    color: white;
    font-size: 25px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.pagemodalvideo-iframe {
    padding-top: 60%;
    position: relative;
}
.pagemodalvideo-iframe iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.modal-open.video-modal-open div:not(.modal) {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}
.modal-open.video-modal-open .modal,
.modal-open.video-modal-open .modal * {
    -webkit-filter: none !important;
    filter: none !important;
}
/*About Us*/
.about-us-left h1 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.about-us-right {
    padding-top: 20px;
}
.about-us-paragraph h2 {
    color: var(--primary);
    font-size: 20px;
    font-weight: 600;
}
/*Register*/
.register-grid {
    max-width: 770px;
}
.register-grid .card {
    padding: 30px 20px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d8d6d7;
    border-radius: 15px;
}
/*Results*/
.product-results-title h1 {
    color: var(--primary);
    font-size: 22px;
    margin: 0;
}
.results-title-top {
    font-size: 14px;
    font-weight: 600;
}
.results-title-line {
    border-top: 1px solid rgba(35,31,32,0.5);
    margin-bottom: 20px;
}
.product-results-sort-by .dropdown {
    margin-left: 0.5rem;
    width: 130px !important;
}
.product-results-sort-by .bootstrap-select .dropdown-toggle {
    border: none;
    padding: 2px 0;
    color: rgba(35,31,32,0.5);
    font-size: 14px;
}
.results-filter-section {
    margin-bottom: 20px;
}
.results-filter-section:last-child {
    margin-bottom: 0;
}
.results-filter-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.results-categories-list {
    color: #231f20;
    border-bottom: 1px solid rgba(35,31,32,0.5);
    padding-bottom: 20px;
}
.results-categories-list li {
    margin-bottom: 10px;
}
.results-categories-list li:last-child {
    margin-bottom: 0;
}
.results-categories-list li.subcategory {
    font-size: 16px;
}
.results-categories-list a:hover {
    color: var(--primary);
}
.results-color-item {
    margin-bottom: 10px;
}
.results-color-item label {
    display: block;
    margin: 0;
    cursor: pointer;
}
.results-color-item input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.results-color-wrap {
    position: relative;
    padding-top: 100%;
}
.results-color-code {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.results-color-code::after {
    content: "";
    border: 1px solid;
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.results-color-item input:checked + .results-color-wrap .results-color-code::after,
.results-color-item label:hover .results-color-code::after {
    opacity: 1;
}
.product-res-item * {
    -webkit-transition: none !important;
    transition: none !important;
}
.product-res-image {
    position: relative;
    margin-bottom: 30px;
    padding-top: 80%;
}
.product-res-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
}
.product-res-image-over {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
}
.product-res-stock {
    background-color: white;
    color: rgba(0,0,0,0.6);
    padding: 2px;
    border: 1px solid var(--primary);
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(100%);
}
.product-res-price {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-res-price-left {
    border-top: 1px solid rgba(0,0,0,0.3);
    border-bottom: 1px solid rgba(0,0,0,0.3);
    padding: 5px 5px 5px 0;
    width: calc(100% - 35px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-res-price-current {
    font-size: 14px;
    font-weight: 600;
}
.product-res-price-srp {
    color: rgba(0,0,0,0.3);
    display: inline-block;
    font-size: 10px;
    border: 1px solid;
    border-radius: 10px;
    vertical-align: text-top;
    margin-left: 5px;
    padding: 0 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    background-color: rgba(255,255,255,0.5);
}
.product-res-price-right {
    width: 35px;
    border: 1px solid rgba(0,0,0,0.3);
    text-align: center;
    padding: 2px;
    font-size: 22px;
    line-height: 30px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-res-price-right a {
    display: block;
    border-radius: 5px;
}
.product-res-title {
    font-size: 14px;
    color: rgba(0,0,0,0.5);
    margin-top: 5px;
    line-height: 1.25;
}
.product-res-item-code {
    font-size: 12px;
    color: rgba(0,0,0,0.5);
    margin-top: 5px;
    line-height: 1.25;
}
.product-res-wrap:hover .product-res-price-left,
.product-res-wrap:hover .product-res-price-right {
    border-color: var(--primary);
}
.product-res-wrap:hover .product-res-price,
.product-res-wrap:hover .product-res-price-srp {
    color: var(--primary);
}
.product-res-price-right a:hover {
    color: white;
    background-color: var(--primary);
}
.no-products {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 1rem;
    text-align: center;
}
/*Publish*/
.publish-top-left .quick-view-big-image {
    padding-top: 77%;
}
.publish-section-title {
    color: #231f20;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1;
}
.publish-bottom {
    color: rgba(1,1,1,0.5);
    font-size: 14px;
}
.publish-bottom .sk-nav-tabs {
    margin-bottom: 10px;
}
.sk-nav-tabs a.publish-tab-item,
.sk-nav-tabs a.publish-tab-item.active {
    border: none;
}
.sk-nav-tabs a.publish-tab-item {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-right: 15px;
}
.sk-nav-tabs a.publish-tab-item:last-child {
    margin-right: 0;
}
.publish-tab-description ul {
    padding-left: 0.6em;
}
.publish-tab-description ul li::marker {
    font-size: 0.6em;
}
.sk-plus-minus .btn.fs-22 {
    width: calc(2.02rem + 2px);
    height: calc(1.92rem + 2px);
}
/*Quick View*/
#addToCart .close {
    opacity: .3;
    right: 10px;
}
#addToCart .close:not(:disabled):not(.disabled):focus,
#addToCart .close:not(:disabled):not(.disabled):hover {
    opacity: .75;
}
.quick-view-thumb-item {
    border: 1px solid #dadbda !important;
}
.slick-vertical .slick-current .carousel-box.quick-view-thumb-item {
    border-color: #9b9a9a !important;
    border-width: 1px !important;
}
.quick-view-section-title {
    font-size: 14px;
    color: #231f20;
    margin-bottom: 5px;
}
.quick-view-big-image,
.quick-view-thumb-wrap {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.sk-plus-minus {
    padding: 2px 0;
}
.sk-plus-minus .btn {
    padding: 0.05rem;
    width: calc(1.72rem + 2px);
    height: calc(1.02rem + 2px);
    line-height: 1;
    color: var(--default);
}
.sk-plus-minus .btn:first-child {
    border-right: 1px solid rgba(35, 31, 32, 0.1);
}
.sk-plus-minus .btn:last-child {
    border-left: 1px solid rgba(35, 31, 32, 0.1);
}
#addToCart .modal-dialog.added {
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
/*Cart Popup*/
.cart-res-title {
    height: 2.5em;
}
/*Cart*/
.cart-grid {
    max-width: 1200px;
}
.sk-steps > * {
    opacity: 1;
}
.sk-step-item {
    color: black;
}
.sk-steps.arrow-divider > :not(:first-of-type)::before {
    content: "";
    top: 0;
    opacity: 1 !important;
    width: 0.35em;
    height: 1em;
    bottom: 0;
    margin: auto;
    background-image: url("/public/assets/img/icons/step-arrow.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.sk-step-item:not(.active) img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    opacity: 0.1;
}
.cart-box {
    border: 1px solid #d8d6d7;
    border-radius: 15px;
}
.cart-box-header,
.cart-box-body,
.cart-box-footer {
    padding-left: 15px;
    padding-right: 15px;
}
.cart-box-header {
    border-bottom: 2px solid #d8d6d7;
    padding-top: 25px;
    padding-bottom: 15px;
}
.cart-box-body {
    padding-top: 15px;
    padding-bottom: 15px;
}
.cart-box-footer {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #d8d6d7;
}
.list-group-item.cart-res-item,
.list-group-flush > .list-group-item.cart-res-item:last-child {
    border-bottom: 1px solid #d8d6d7;
}
.cart-res-remove {
    color: #bcbcbc;
    top: 5px;
}
/*Shipping Info*/
.address-res-item {
    min-height: 105px;
    height: 100%;
}
.address-res-item .sk-megabox-elem {
    min-height: 105px;
    height: 100%;
}
.sk-megabox.address-res-item {
    color: rgba(1,1,1,0.5);
    font-size: 14px;
}
.sk-megabox.address-res-item input {
    top: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 100%;
}
.address-res-item.add {
    background-color: rgba(30,33,30,0.05);
    font-size: 14px;
    font-weight: 600;
    padding: 15px;
}
.address-res-dropdown {
    top: 0;
    right: 15px;
}
.address-res-dropdown .btn {
    color: rgba(1,1,1,0.5);
}
.address-res-dropdown .dropdown-menu {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(35,31,32,0.29);
    -moz-box-shadow: 0px 0px 6px 0px rgba(35,31,32,0.29);
    box-shadow: 0px 0px 6px 0px rgba(35,31,32,0.29);
    min-width: 9rem;
    left: -15px !important;
    padding: 0 10px;
    font-size: 14px;
    color: rgba(1,1,1,0.5);
}
.address-res-dropdown .dropdown-menu .dropdown-item {
    padding: 0.4rem 0;
    border-bottom: 1px solid rgba(1,1,1,0.2);
}
.address-res-dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}
.address-res-dropdown .dropdown-menu  .dropdown-item.active,
.address-res-dropdown .dropdown-menu  .dropdown-item:hover,
.address-res-dropdown .dropdown-menu  .dropdown-item:active {
    color: var(--primary) !important;
    background-color: transparent;
}
/*Delivery Info*/
.delivery-info-res-item {
    border-bottom: 1px solid #d8d6d7 !important;
}
/*Payment*/
.payment-option-item .sk-megabox,
.payment-option-item .sk-megabox .sk-megabox-elem {
    height: 100%;
}
.manual-payment-box {
    position: relative;
}
.manual-payment-box::before {
    content: "";
    position: absolute;
    height: 18px;
    border-left: 1px solid var(--primary);
    display: block;
    left: 25%;
    top: -18px;
}
/*My Account*/
.sk-user-panel {
    padding-left: 0;
}
.sk-user-sidenav-wrap {
    -ms-flex: 0 0 275px;
    flex: 0 0 275px;
    max-width: 275px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    display: none;
}
.sk-side-nav-list .sk-side-nav-link {
    padding: 13px 15px;
}
.sk-user-sidenav .sk-side-nav-list .sk-side-nav-link {
    color: rgba(1,1,1,0.5);
    font-size: 1rem;
    border-left-width: 8px;
}
.sk-side-nav-list .sk-side-nav-icon {
    color: rgba(1,1,1,0.5);
    margin-right: 15px;
    font-size: 25px;
}
.sk-user-sidenav .sk-side-nav-link.active,
.sk-user-sidenav .sk-side-nav-link:hover {
    color: var(--primary);
}
.sk-side-nav-list .sk-side-nav-link:hover .sk-side-nav-icon {
    color: var(--primary);
}
.sk-user-sidenav-links,
.sk-user-sidenav-info {
    color: rgba(86,86,86,0.8);
    font-size: 14px;
}
/*Dashboard*/
.dashboard-section {
    margin-bottom: 20px;
}
.dashboard-section:last-child {
    margin-bottom: 0;
}
.dashboard-box {
    color: #231f20;
    min-height: 80px;
    position: relative;
}
.dashboard-box svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.grey-card {
    background-color: rgba(30,33,30,0.05);
}
.grey-card-header,
.grey-card-body {
    padding: 15px 20px;
}
[class*="border"].grey-card-header {
    border-color: rgba(1,1,1,0.5) !important;
}
/*Purchase History*/
.sk-steps .active .icon {
    background: var(--primary);
}
.order-res-line {
    padding: 5px 0;
}
/*Manage Profile*/
#close_account_body {
    color: #565656;
}
#close_account_body .close {
    font-size: 33px;
    text-shadow: none;
    color: black;
    top: 5px;
    right: 10px;
}
/*Contact*/
.contact-title {
    font-size: 32px;
    font-weight: bold;
    color: #2d2e2d;
    margin-bottom: 15px;
}
.contact-form-left p {
    color: rgba(1,1,1,0.7);
}
.contact-info-title {
    font-size: 22px;
    color: rgba(45,46,45,0.5);
    font-weight: 600;
    margin-bottom: 25px;
}
.contact-information {
    border: 1px solid #d8d6d7;
    padding: 0 20px;
    border-radius: 10px;
}
.contact-info-item {
    padding: 25px 10px;
    border-bottom: 1px solid #d8d6d7;
}
.contact-info-item:last-child {
    border-bottom: none;
}
.contact-info-item {
    padding: 15px 0;
    border-bottom: 1px solid #d8d6d7;
    color: #2d2e2d;
    font-size: 14px;
    font-weight: 600;
}
.contact-email-text {
    width: 10.35em;
}
#contact-map {
    padding-top: 29.25%;
    position: relative;
    min-height: 395px;
}
#contact-map iframe {
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/*Footer*/
.footer-widget-top {
    font-size: 12px;
    font-weight: 600;
    color: rgba(0,0,0,0.5);
    margin-bottom: 10px;
}
.footer-widget-bottom {
    background-color: #2d2d2d;
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    padding: 25px 0;
}
.footer-list-title {
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.footer-list-dropdown li {
    margin-bottom: 5px;
}
.footer-list-dropdown li:last-child {
    margin-bottom: 0;
}
.footer-email-text {
    width: 10.35em;
}
.footer-wholesaler {
    margin-bottom: 15px;
}
.footer-socials ul.social .list-inline-item {
    margin-right: .15rem;
}
.footer-socials ul.social a {
    border-radius: 0;
    background-color: rgba(255,255,255,0.7);
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
}
.footer-socials ul.social i {
    color: #2d2d2d;
}
footer {
    background-color: #2d2d2d;
    color: rgba(255,255,255,0.7);
    font-size: 14px;
}
.footer-grid {
    border-top: 1px solid var(--primary);
    padding: 10px 0;
}
.footer-logo {
    width: 165px;
}
.sk-mobile-bottom-nav img {
    width: 35px;
}
/*Terms Pages*/
.terms-res-item {
    margin-bottom: 1.75rem;
}
.terms-res-item:last-child {
    margin-bottom: 0;
}
.terms-res-item a {
    color: inherit;
    display: flex;
    font-size: 16px;
    line-height: 1;
}
.terms-res-item a::after {
    content: "";
    flex: 1;
    border-bottom: 2px dotted;
}
.terms-res-item a:hover {
    color: var(--primary);
}
.terms-email-text {
    width: 10em;
}
/*Responsive - Mobile First*/
@media (min-width: 576px) {
    /*Modal*/
    .modal-header.px-sm-5 .close {
        margin: -1rem -3rem -1rem auto;
    }
    /*Carousel*/
    .sk-carousel .slick-arrow {
        width: 30px;
        height: 30px;
        font-size: 20px;
        line-height: 27px;
    }
    /*Weekly Deals*/
    .weekly-deals {
        margin: 0;
    }
    .weekly-deal-title {
        padding: 10px 0;
    }
    .weekly-deal-results {
        padding: 0;
    }
    /*Video Page*/
    .video-page-thumbnail {
        margin: 0;
    }
    /*Results*/
    .product-res-price-left {
        width: calc(100% - 50px);
    }
    .product-res-price-current {
        font-size: 16px;
    }
    .product-res-price-right {
        width: 50px;
        padding: 4px;
        font-size: 30px;
        line-height: 30px;
    }
}
@media (min-width: 768px) {
    /*All*/
    body {
        font-size: 16px;
    }
    /*Form*/
    .form-group-label-input {
        font-size: 16px;
    }
    .bootstrap-select.py-md-3 > .dropdown-toggle {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    /*Notifications*/
    .sk-notify {
        font-size: 1rem;
    }
    .sk-notify .close {
        font-size: 30px;
    }
    /*Pagination*/
    .pagination .page-link,
    .page-item.disabled .page-link {
        min-width: 25px;
        min-height: 25px;
        height: 25px;
        line-height: 22px;
        font-size: 1rem;
    }
    /*Header*/
    .top-navbar {
        padding-top: 5px;
        padding-bottom: 5px;
        height: 32px;
    }
    .language-item {
        margin-right: 15px !important;
    }
    .language-item a {
        font-size: 14px;
    }
    /*Weekly Deals*/
    .weekly-deal-title {
        padding: 15px 0;
        font-size: 17px;
    }
    .weekly-deal-title .icon {
        width: 30px;
    }
    /*Homepage Icons*/
    .homepage-icon-res-title {
        font-size: 16px;
    }
    /*Homepage Products Carousels*/
    .title-button {
        font-size: 25px;
        padding: 5px;
    }
    .title-button .icons {
        width: 70px;
        margin-right: 25px;
    }
    .section-category-title {
        font-size: 25px;
        padding-bottom: 10px;
        padding-right: 0;
    }
    .section-category-title .all {
        font-size: 15px;
    }
    /*Popular Categories*/
    .popular-category-res-wrap {
        padding-top: 85%;
    }
    .popular-category-res-image {
        bottom: 10px;
        right: 10px;
        left: 10px;
        top: 20%;
        background-position: right bottom;
        width: auto;
        height: auto;
        margin: 0;
    }
    .popular-category-res-over {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
    }
    /*Video Page*/
    .video-page-thumbnail::after {
        background-size: 130px;
    }
    .video-page-title {
        font-size: 40px;
    }
    #pagemodalvideo button.close {
        top: 0;
        right: -35px;
        border-top-right-radius: 5px;
        border-top-left-radius: 0;
        border-bottom-right-radius: 5px;
    }
    /*About Us*/
    .about-us-left h1 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    /*Results*/
    .product-results-title h1 {
        font-size: 25px;
    }
    .product-res-title {
        font-size: 16px;
    }
    .product-res-item-code {
        font-size: 14px;
    }
    /*Publish*/
    .publish-section-title {
        font-size: 18px;
    }
    .avialable-amount {
        position: relative;
    }
    .publish-bottom {
        font-size: 16px;
    }
    .publish-bottom .sk-nav-tabs {
        margin-bottom: 20px;
    }
    .sk-nav-tabs a.publish-tab-item {
        font-size: 30px;
        padding-bottom: 15px;
        margin-right: 25px;
    }
    /*Cart*/
    .cart-box-header,
    .cart-box-body,
    .cart-box-footer {
        padding-left: 50px;
        padding-right: 50px;
    }
    .cart-box-header {
        padding-top: 40px;
    }
    .cart-box-body {
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .cart-box-footer {
        padding-top: 25px;
        padding-bottom: 40px;
    }
    /*Shipping Info*/
    .address-res-item {
        min-height: 125px;
    }
    .address-res-item.add {
        font-size: 16px;
    }
    .address-res-item .sk-megabox-elem {
        min-height: 125px;
    }
    .sk-megabox.address-res-item {
        font-size: 16px;
    }
    /*Dashboard*/
    .dashboard-box {
        min-height: 140px;
    }
    /*Contact*/
    .contact-title {
        font-size: 52px;
    }
    .contact-info-title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .contact-info-item {
        padding: 25px 10px;
        font-size: 22px;
    }
    /*Footer*/
    .footer-widget-bottom {
        padding: 30px 0;
    }
    .footer-list-title {
        margin-bottom: 10px;
    }
    .footer-wholesaler {
        margin-bottom: 20px;
    }
    /*Terms Pages*/
    .terms-res-item a {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    /*Modal*/
    .modal.modal-below-header {
        top: 133px;
        padding-right: 0 !important;
    }
    .modal.modal-below-header .modal-dialog {
        margin-top: 0;
        margin-right: 0;
        min-height: auto;
        display: block;
    }
    .modal.modal-below-header .modal-dialog:before {
        display: none;
    }
    .modal.modal-below-header .modal-content {
        border-radius: 0;
        -webkit-box-shadow: inset 0px 18px 16px -16px rgba(35,31,32,0.25);
        -moz-box-shadow: inset 0px 18px 16px -16px rgba(35,31,32,0.25);
        box-shadow: inset 0px 18px 16px -16px rgba(35,31,32,0.25);
    }
    .modal.modal-below-header .modal-content .modal-body {
        max-height: calc(100vh - 133px);
    }
    .modal-backdrop.behind-header {
        z-index: 1000 !important;
    }
    #addToCart .modal-dialog.added {
        margin-right: 0;
        padding-right: 0;
    }
    /*Header*/
    .header-search-grid {
        border: 1px solid rgba(29,33,30,0.1);
        border-radius: .25rem;
        padding: 2px;
    }
    /*Homepage*/
    .home-carousel-image {
        padding-top: 580px;
    }
    .home-banner-area .sk-category-menu > .categories {
        height: 580px;
    }
    .home-banner-area .sk-category-menu .sub-cat-menu {
        height: 580px;
    }
    /*About Us*/
    .video-page-line {
        margin: 15px -1000px 30px -110px;
    }
    /*Register*/
    .register-grid .card {
        padding: 50px 100px;
    }
    /*Quick View*/
    .quick-view-big-image {
        padding-top: 120%;
    }
    /*Cart*/
    .sk-steps.arrow-divider > :not(:first-of-type)::before {
        display: none;
    }
    /*My Account*/
    .sk-user-panel {
        padding-left: 30px;
    }
    .sk-user-sidenav-wrap {
        display: block;
    }
    .sk-user-sidenav-box {
        border: 1px solid rgba(30,33,30,0.2);
        border-radius: 4px;
    }
}
@media (min-width: 1200px) {
    /*All*/
    body {
        font-size: 18px;
    }
    /*Modal*/
    .modal.modal-below-header {
        top: 143px;
    }
    .modal.modal-below-header .modal-content .modal-body {
        max-height: calc(100vh - 143px);
    }
    /*Header*/
    header .dropdown-menu.dropdown-menu-right {
        top: 111px;
    }
    /*Homepage*/
    .home-banner-area-side {
        -ms-flex: 0 0 295px;
        flex: 0 0 295px;
        max-width: 295px;
    }
    .home-banner-area-middle {
        -ms-flex: 0 0 calc(100% - 295px);
        flex: 0 0 calc(100% - 295px);
        max-width: calc(100% - 295px);
    }
    .col-xl-7.home-banner-area-middle {
        -ms-flex: 0 0 calc(100% - 590px);
        flex: 0 0 calc(100% - 590px);
        max-width: calc(100% - 590px);
    }
    /*Category Menu*/
    .hover-category-menu {
        top: 143px;
    }
    #hover-category-menu > .bg-white {
        max-height: calc(100vh - 143px);
    }
    .sk-category-menu > .categories,
    .weekly-deals > .c-scrollbar-light,
    .hover-category-menu .sk-category-menu > .categories {
        height: 580px;
    }
    .sk-category-menu .sub-cat-menu {
        width: calc(100% - 590px);
        left: 295px;
    }
    /*Weekly Deals*/
    .weekly-deal-title {
        padding: 15px 25px;
        text-align: center;
    }
    .weekly-deals:after {
        content: "";
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 75px;
    }
    .weekly-deal-results {
        padding: 0 25px 75px;
    }
    /*Homepage Products Carousels*/
    .title-button {
        font-size: 30px;
    }
    .section-category-title {
        font-size: 30px;
    }
    .section-category-title .all {
        font-size: 18px;
    }
    /*Popular Categories*/
    .popular-category-res-title {
        font-size: 25px;
    }
    /*About Us*/
    .about-us-left h1 {
        font-size: 30px;
    }
    /*Results*/
    .product-results-title h1 {
        font-size: 30px;
    }
    .results-title-top {
        font-size: 16px;
        height: 35px;
        padding-bottom: 5px;
    }
    .results-filter-title {
        font-size: 20px;
    }
    .product-results-sort-by .dropdown {
        border-left: 1px solid rgba(35,31,32,0.3);
        padding-left: 0.5rem;
        width: 175px !important;
    }
    .product-results-sort-by .bootstrap-select .dropdown-toggle {
        font-size: 16px;
    }
    .results-title-line.left {
        margin-right: -30px;
    }
    .results-title-line.right {
        margin-left: -30px;
    }
    .product-res-price-current {
        font-size: 19px;
    }
    .product-res-price-srp {
        font-size: 12px;
    }
    /*My Account*/
    .sk-user-sidenav-wrap {
        -ms-flex: 0 0 350px;
        flex: 0 0 350px;
        max-width: 350px;
    }
    .sk-side-nav-list .sk-side-nav-link {
        padding: 13px 25px;
    }
    /*Contact*/
    .contact-information {
        padding: 0 70px;
    }
    /*Footer*/
    .footer-list-title {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .footer-grid {
        padding: 25px 0;
    }
    .footer-logo {
        width: 325px;
    }
}
@media (min-width: 1500px) {
    /*Header*/
    header .dropdown-menu.dropdown-menu-right {
        width: 375px;
        min-width: 375px;
    }
    /*Homepage*/
    .home-banner-area-side {
        -ms-flex: 0 0 375px;
        flex: 0 0 375px;
        max-width: 375px;
    }
    .home-banner-area-middle {
        -ms-flex: 0 0 calc(100% - 375px);
        flex: 0 0 calc(100% - 375px);
        max-width: calc(100% - 375px);
    }
    .col-xl-7.home-banner-area-middle {
        -ms-flex: 0 0 calc(100% - 750px);
        flex: 0 0 calc(100% - 750px);
        max-width: calc(100% - 750px);
    }
    /*Category Menu*/
    .sk-category-menu .sub-cat-menu {
        width: calc(100% - 750px);
        left: 375px;
    }
    /*Weekly Deals*/
    .weekly-deal-title {
        font-size: 22px;
    }
    /*Popular Categories*/
    .popular-category-res-title {
        font-size: 30px;
    }
    /*Video Page*/
    .video-page-title {
        font-size: 52px;
    }
    /*Results*/
    .results-title-line.left {
        margin-right: -80px;
    }
    .results-title-line.right {
        margin-left: -80px;
    }
    .product-res-price-current {
        font-size: 22px;
    }
    .product-res-price-srp {
        font-size: 13px;
    }
    /*Footer*/
    .footer-widget-bottom {
        font-size: 16px;
    }
    .footer-list-title {
        font-size: 18px;
    }
    .footer-wholesaler {
        margin-bottom: 31px;
    }
}
/*Responsive - Desktop First*/
@media (max-width: 1499.98px) {

}
@media (max-width: 1199.98px) {
    /*Weekly Deals*/
    .weekly-deals > .c-scrollbar-light {
        overflow: hidden !important;
    }
    .weekly-deal-results {
        position: relative;
    }
    .weekly-deal-results:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: 2px solid white;
    }
    .weekly-deal-res-item:nth-child(2n+1) {
        border-right: 2px solid rgba(0,0,0,0.1);
    }
}
@media (max-width: 991.98px) {
    /*Sidebar*/
    .sidebar-lg {
        height: calc(100vh - 152px);
        top: 100px;
    }
    .sidebar-lg .overlay {
        height: calc(100vh - 152px);
        top: 100px;
        bottom: 52px;
    }
    .sidebar-lg .collapse-sidebar {
        top: 100px;
        height: calc(100vh - 152px);
    }
    .sk-mobile-side-nav.sidebar-lg .collapse-sidebar {
        width: 300px;
        max-width: 300px;
        -webkit-box-shadow: 7px 7px 10px 0px rgba(35,31,32,0.25);
        -moz-box-shadow: 7px 7px 10px 0px rgba(35,31,32,0.25);
        box-shadow: 7px 7px 10px 0px rgba(35,31,32,0.25);
    }
    /*Category Menu*/
    #hover-category-menu {
        display: none;
    }
    /*Cart*/
    .list-group-item.cart-res-item .sk-plus-minus {
        padding: 5px 0;
    }
    .list-group-item.cart-res-item .sk-plus-minus .btn {
        height: calc(1.52rem + 2px);
    }
    /*Shipping Info*/
    .address-res-item.add.auto-height {
        min-height: auto;
    }
    /*Footer*/
    footer {
        padding-bottom: 50px;
    }
}
@media(max-width: 767.98px){
    /*Sidebar*/
    .sidebar-lg {
        height: calc(100vh - 121px);
        top: 71px;
    }
    .sidebar-lg .overlay {
        height: calc(100vh - 121px);
        top: 71px;
        bottom: 52px;
    }
    .sidebar-lg .collapse-sidebar {
        top: 71px;
        height: calc(100vh - 121px);
    }
    /*Header*/
    .language-item img {
        height: 12px;
    }
    /*Delivery Info*/
    #delivery-info .px-20px > .cart-box-footer {
        padding-left: 0;
        padding-right: 0;
    }
    /*Footer*/
    .footer-list-toggle {
        cursor: pointer;
        padding-right: 20px;
        position: relative;
    }
    .footer-list-toggle .footer-list-title::after {
        content: "+";
        position: absolute;
        right: 0;
        top: 0;
    }
    .footer-list-toggle.active .footer-list-title::after {
        content: "-";
    }
    .footer-list-dropdown {
        display: none;
    }
    .footer-list-toggle.active + .footer-list-dropdown {
        display: block;
    }
}
@media(max-width: 575.98px){
    /*Modal*/
    .modal-455px {
        margin: .5rem auto;
        padding: 0 .5rem;
    }
    /*Carousel*/
    .sk-carousel.products-carousel .slick-arrow {
        top: 40%;
    }
}
