* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Comic Sans MS, 'Open Sans';
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    overflow-x: hidden;
}

body.show {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
    font-family: Comic Sans MS, 'Open Sans';
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.container-fluid {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
}

/*button*/
.btn {
    cursor: pointer;
    min-width: 100px;
    min-height: 46px;
    background-color: #ddd;
    border-width: 0px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    position: relative;
    text-transform: capitalize;
    display: inline-block;
    font-family: Comic Sans MS, 'Open Sans';
}

.btn:hover {
    background: transparent;
}

.btn:focus {
    box-shadow: none;
    outline: 0;
}

.btn.btn-black {
    background-color: #000;
    color: #fff;
    border: 0;
}

.btn.btn-black:hover,
.btn.btn-black.active,
.btn.btn-black:focus {
    background-color: #000;
    color: #fff;
}

.btn.btn-red {
    background-color: #ce0303;
    color: #fff;
    border: 0;
}

.btn.btn-red:hover,
.btn.btn-red.active,
.btn.btn-red:focus {
    background-color: #ce0303;
    color: #fff;
}

.btn.btn-gray {
    color: #fff;
    border: 0;
    background: #5b5a5a;
    background: -moz-linear-gradient(top, #5b5a5a 0, #292828 100%);
    background: -webkit-linear-gradient(top, #5b5a5a 0, #292828 100%);
    background: linear-gradient(to bottom, #5b5a5a 0, #292828 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b5a5a', endColorstr='#292828', GradientType=0);
    border: transparent;
    border-radius: 7px;
}

.btn.btn-gray-br {
    background-image: none;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 0, #efefef 100%) repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    color: #333;
    font-weight: 600;
    padding: 10px 15px;
    font-size: 11px;
    border-radius: 0;
    min-height: 38px;
}

.btn.btn-gray-br svg {
    margin-right: 10px;
}

.btn.btn-gray-br:hover,
.btn.btn-gray-br.active,
.btn.btn-gray-br:focus {
    background: #ce0303;
    border: 1px solid #ce0303;
    color: #fff;
}

.minicart-wrapper .action.showcart .counter.qty {
    padding: 7px 4px;
}

.minicart-wrapper .action.showcart .counter.qty {
    background: transparent;
}

.label {
    text-transform: capitalize;
    font-size: 14px;
    color: #000;
    line-height: 14px;
    font-weight: 600;
    font-family: Comic Sans MS, 'Open Sans';
    margin: 0 0 8px;
    padding: .2em .6em .3em;
}

.label span {
    color: #000;
    margin: 0 0 0 4.5px;
    font-size: 12px;
}

.lblTitle {
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0px 0 40px;
    font-family: Comic Sans MS, 'Open Sans';
    color: #333;
    text-transform: capitalize;
}

/*form-group*/
.form-group {
    margin: 0 0 30px;
    position: relative;
}

.form-group.fSeach-bx {
    margin: 0px 0 15px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.form-group.fSeach-bx .form-control {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.action.showcart.btn.btn-red.btnCart.ml-md-auto {
    line-height: 3;
    padding: 8px;
}

.minicart-wrapper .action.showcart .counter-number {
    text-shadow: none;
}

.form.send.friend {
    margin-bottom: 40px;
}

/*form-control*/
.form-control {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #e1e1e1;
    font-size: 13px;
    min-height: 38px;
    line-height: 1.42857143;
    padding: 0 9px;
    border-radius: 1px;
    height: auto;
    position: relative;
    font-family: Comic Sans MS, 'Open Sans';
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
}

textarea.form-control {
    min-height: 192px;
    resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.checkout-cart-index #maincontent {
    margin-bottom: 50px;
}

.mark,
mark {
    background: transparent;
}

.cart.table-wrapper .product-item-name {
    text-align: left;
}

.cart.table-wrapper .col.qty {
    padding: 15px 11px 10px;
}

/*radio*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #1332B6;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:checked+label:before {
    border-color: #1332B6;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*chkbx*/
.chkbx {
    display: block;
    margin: 0 0 18px
}

.chkbx label {
    padding: .2em .6em .3em;
    line-height: 1;
    color: #000;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.chkbx input {
    cursor: pointer;
}

/*table*/
.table-responsive {
    scrollbar-color: transparent transparent;
}

.table-responsive::-webkit-scrollbar {
    width: 0;
}

.table-responsive::-webkit-scrollbar-track {
    box-shadow: none;
    background-color: transparent;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.table {
    margin: 0;
    border: 2px solid #808080 !important;
}

.table thead th,
.table td {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    padding: 11px 9px;
    font-family: Comic Sans MS, 'Open Sans';
    line-height: 1.42857143;
    text-align: left;
    vertical-align: top;
}

/*check-bx*/
.custom-select {
    background: #fff url("../img/icon-down.png") no-repeat right .75rem center;
    border: 1px solid #e1e1e1;
    height: 32px;
    padding: 4.5px 30px 4px 9px;
}

.custom-select:focus {
    box-shadow: none;
}

.custom-control-label {
    padding: 8px 0 8px 15px;
    cursor: pointer;
}

.custom-control-label::before {
    width: 22px;
    height: 22px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.custom-control-label::after {
    top: 5px;
    left: -23px;
    width: 20px;
    height: 20px;
    background-size: 60% 60%;
}


/*dropdown*/
.dropdown-toggle::after {
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: -2px;
    content: "\f078";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 11px;
    vertical-align: top;
}

.dropdown:hover>.dropdown-menu {
    z-index: 2;
    visibility: visible;
    opacity: 1;
    top: 100%;
    transition: top .3s ease 0s;
    overflow: visible !important;
    display: block;
}

.dropdown-menu {
    height: auto;
    padding: 10px 0;
    border-style: solid;
    border-width: 2px 1px 1px;
    border-color: #ce0303 #333 #333;
    background: #333;
    border-radius: 0;
    min-width: 230px;
    transition: top .3s ease 0s;
    top: 150%;
    visibility: hidden;
    opacity: 0;
    display: block;
    z-index: 1;
    margin-top: 0px;
}

.dropdown-menu .dropdown-item {
    display: block;
    line-height: inherit;
    background: transparent;
    color: #fff;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 400;
    transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    border-left: 1px solid transparent;
    border-right: 1px solid #fff;
    text-transform: capitalize;
}

.dropdown-menu .dropdown-item:first-child {
    border-left: 1px solid #fff;
}

.dropdown-menu .dropdown-item:last-child {
    border-right: 1px solid transparent;
}

.dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #ce0303;
}

/*nav-tabs*/
.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item {
    width: 33.33%;
}

.nav-tabs .nav-item .nav-link {
    border-radius: 0;
    background: #f2f2f2;
    border: solid #e6e6e6;
    border-width: 0 0 1px 1px;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #495057;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.tab-content {
    padding: 22.5px 0;
}

/*breadcrumb*/
.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0 0 15px;
}

.breadcrumb .breadcrumb-item {
    padding-left: 9px;
}

.breadcrumb .breadcrumb-item:first-child {
    padding-left: 0px;
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
    font-size: 12px;
    color: #333;
    font-weight: 400;
    transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
}

.breadcrumb .breadcrumb-item.active,
.breadcrumb .breadcrumb-item.active a {
    color: #a3a3a3;
}

.breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 9px;
    color: #a3a3a3;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

/*pagination*/
.pagination .page-item {
    margin: 0 8px 0 0;
    font-weight: 400;
}

.pagination .page-item .page-link {
    padding: 5px 9px;
    min-width: 15px;
    border: 1px solid #e1e1e1;
    color: #333;
    text-align: center;
    height: 34px;
    width: 34px;
    box-sizing: border-box;
    line-height: 22px;
    font-size: 12px;
    font-weight: normal;
}

.pagination .page-item.active .page-link {
    background: #f6f6f6;
    color: #ce0303;
}

.pagination .page-item:hover .page-link {
    background: #f6f6f6;
}

.pagination .page-item .page-link i {
    font-size: 9px;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    line-height: 20px;
    background-color: #f0f0f0;
    color: #666;
}

.pagination .page-item:first-child .page-link:hover,
.pagination .page-item:last-child .page-link:hover {
    background-color: #f6f6f6;
    color: #666;
}

/*tab-sec*/
.tab-sec .nav-tabs .nav-item {
    width: auto;
}

.tab-sec .nav-tabs .nav-item .nav-link {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    background: #f6f6f6;
    padding: 1px 20px 1px 20px;
    border-top: 3px solid #e1e1e1;
    box-sizing: unset;
    height: 34px;
    line-height: 34px;
    width: auto;
    font-family: Comic Sans MS, 'Open Sans';
}

.tab-sec .nav-tabs .nav-item.show .nav-link,
.tab-sec .nav-tabs .nav-item .nav-link.active {
    background-color: #fff;
    border-top-color: #ce0303;
    color: #333;
}

.tab-sec .nav-tabs .nav-item:last-child .nav-link {
    border-right: 1px solid #e1e1e1;
}

.tab-sec .tab-content {
    border: 1px solid #e1e1e1;
    padding: 15px 20px 15px 20px;
    background-color: #fff
}


/*main-wrapper*/
.main-wrapper {
    display: block;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

/*header*/
header.navbar.active:before,
footer.show:before,
.main-sec.show:before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, .7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

header.navbar {
    background-color: #fff;
    width: 100%;
    position: relative;
    transition: .2s all;
}

header.navbar.active {
    margin-left: 85% !important;
}

header.navbar .top-bar {
    background-color: #fff;
    padding: 20px 0 5px;
}

header .minicart-wrapper {
    width: 33.33%;
}

header.navbar .top-bar .search-sec,
header.navbar .top-bar .minicart-wrapper .tb-header {
    width: 100%;
}

header .minicart-wrapper .btnCart {
    float: right;
}

header.navbar .top-bar .search-sec,
header.navbar .top-bar .tb-header {
    width: 33.33%;
    position: relative;
}

header.navbar .top-bar .search-sec .form-control {
    height: 46px;
    border: 2px solid #e1e1e1;
}

header.navbar .top-bar .search-sec .btnSearch {
    min-width: 84px;
    border-radius: 0;
}

header.navbar .top-bar .tb-header .lnk-sec {
    margin: -45px 0 35px;
}

header.navbar .top-bar .tb-header .lnk {
    color: #333;
    text-decoration: none;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

header.navbar .top-bar .tb-header .lnk .icon {
    fill: #ce0303;
    color: #ce0303;
    margin-right: 5px;
}

header.navbar .top-bar .tb-header .btnCart {
    padding: 18px 6px;
    line-height: 1.42857143;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 112px;
    min-height: 66px;
    border-radius: 0;
}

header.navbar .top-bar .tb-header .btnCart img {
    margin-right: 5px;
    object-fit: contain;
    height: 30px;
}

header.navbar .top-bar .tb-header .iconSearch {
    padding: 10px;
}

header.navbar .top-bar .tb-header .drpCart {
    position: absolute;
    background-color: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 100;
    display: none;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    min-height: 75px;
    padding: 15px;
}

header.navbar .top-bar .tb-header .drpCart .btnClose {
    position: absolute;
    right: 15px;
    top: 7px;
    opacity: .5;
    transition: 0.1s all;
}

header.navbar .top-bar .tb-header .drpCart .btnClose:hover {
    opacity: 1;
}

header.navbar .top-bar .tb-header .drpCart:before {
    left: auto;
    right: 26px;
    top: -12px;
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

header.navbar .top-bar .tb-header .drpCart:after {
    left: auto;
    right: 25px;
    top: -14px;
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

header.navbar .top-bar .tb-header .drpCart p {
    color: #333;
    font-size: 13px;
    line-height: 1.42857143;
    font-weight: 400;
    font-family: Comic Sans MS, 'Open Sans';
    margin: 0;
    text-align: center;
    padding: 10px 0 10px;
}

header.navbar .navbar-brand {
    padding: 0;
    margin: 0;
    width: 33.33%;
}

header.navbar .navbar-brand span {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 1.42857143;
}

header.navbar .navbar-brand img {
    width: auto;
    height: auto;
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

header.navbar .bottom-nav {
    background: #5d5d5d;
    background: -moz-linear-gradient(top, #5d5d5d 0, #0a0a0a 100%);
    background: -webkit-linear-gradient(top, #5d5d5d 0, #0a0a0a 100%);
    background: linear-gradient(to bottom, #5d5d5d 0, #0a0a0a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d5d5d', endColorstr='#0a0a0a', GradientType=0);
    border-bottom: 2px solid #ce0303;
}

header.navbar .bottom-nav .navbar-nav.pl-25 {
    margin-left: 25%;
}

header.navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    border-left: 1px solid #fff;
    padding: 20px;
    position: relative;
}

header.navbar .navbar-nav .nav-item:last-child .nav-link {
    border-right: 1px solid #fff;
}

header.navbar .navbar-nav .nav-item .nav-link:hover,
header.navbar .navbar-nav .nav-item .nav-link.active {
    border-color: #fff;
}

header.navbar .navbar-nav.nav-social .nav-item .nav-link {
    border: 0;
}

header.navbar .navbar-nav.nav-social .nav-item .nav-link.slink {
    font-size: 20px;
    padding: 16px 20px;
}

header.navbar .navbar-toggler {
    background-color: transparent;
    position: absolute;
    top: 25px;
    left: 15px;
    border-radius: 0;
    padding: 0;
    z-index: 9;
    display: none;
}

header.navbar .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

header.navbar .navbar-toggler svg {
    fill: #333;
    width: 25px;
    height: 20px;
}

header.navbar .navbar-toggler:hover svg {
    fill: #ce0303;
}

header.navbar .header.links {
    display: none;
}

#btn-minicart-close {
    outline: none;
}

.minicart-wrapper .action.showcart.active::before {
    content: "";
}

.minicart-wrapper .block-minicart {
    right: 16px !important;
}

.minicart-wrapper .action.showcart:before {
    content: "";
}

.minicart-wrapper .showcart {
    padding: 20px 20px;
}

#shopping-cart-table {
    border: 0 !important;
}

#cart-totals table {
    border: 0 !important;
}

.page-title .base {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px;
    line-height: 1.1;
}

.customer-account-login .main-sec {
    padding-top: 0;
}

.cs-name {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.cs-desc {
    border-bottom: 1px dashed #e1e1e1;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.cs-info {
    border-bottom: 1px dashed #e1e1e1;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 30px;
    position: relative;
}

.cs-info>span {
    font-size: 14px;
    left: 0;
    position: absolute;
    width: 30px;
    text-align: center;
}

.cs-info>b {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px;
}

.cs-info>div {
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 10px;
}

#contact-form .label span {
    font-size: 14px;
}

.catalog-product-view input[type="number"] {
    height: 52px;
}

#contact-form {
    padding-bottom: 100px;
}

#contact-form button {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 0, #efefef 100%) repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    color: #333;
    padding: 7px 15px;
    font-weight: 600;
    font-size: 17px;
}

.minicart-items .product-item-name {
    text-align: left;
    padding: 0;
}

.block-minicart .block-content>.actions>.primary .action.primary {
    font-family: Comic Sans MS, 'Open Sans' !important;
}

.block.block-compare {
    margin-top: 40px;
}

.categories-sec .block .block-title {
    border-bottom: 2px solid #ce0303;
    height: 38px;
    margin-bottom: 15px;
}

.categories-sec .block .block-content .product-items .product-item {
    border: 1px solid #e1e1e1;
    padding: 10px;
    margin-bottom: 10px;
    clear: both;
    width: 100%;
    float: left;
}

.categories-sec .block-compare .block-content .product-item .product-item-name {
    margin-left: 0;
}

.catalog-category-view .product-items {
    margin: 0 !important;
}

.block-subtitle.filter-subtitle {
    background: #ce0303;
    border-bottom: medium none;
    color: #fff;
    font-weight: 600;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    display: inline-block;
}

.modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 1px;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.modes-mode.active {
    background: #ce0303 !important;
    color: #fff !important;
}

.modes-mode:before {
    color: #fff !important;
}

.modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
    border: 0 !important;
}

.modes-label+.modes-mode {
    border-radius: 3px 0 0 3px;
}

.product-info-main .product-reviews-summary .reviews-actions .action.add:before {
    content: "\f044";
    font-family: 'Fontawesome';
}

.toolbar.toolbar-products {
    border: 1px solid #e1e1e1;
    padding: 10px;
    float: left;
    width: 100%;
    position: relative;
    display: block;
    z-index: 1000;
}

.box-tocart .field.qty {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    position: relative;
}

.box-tocart .field.qty .control .qty-main.inc_qty {
    top: 0;
    position: relative;
}

#navbarSupportedContent ul>li,
ol>li {
    margin-bottom: 0 !important;
}

a:visited,
.alink:visited {
    color: #ce0303;
    text-decoration: none;
}

.sitemap-section .section-title {
    color: #000;
    padding-top: 20px;
}

.box-tocart .field.qty .control .qty-main {
    border: 1px solid #e1e1e1;
    color: #666;
    font-size: 10px;
    height: 26px;
    line-height: 23px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 26px;
    background: transparent;
}

.box-tocart .field.qty .control .qty-main .qty-inner {
    position: absolute;
    top: 2px;
    font-size: 13px;
    text-align: center;
    right: 10px;
}

.box-tocart .field.qty .control .qty-main.dec_qty {
    border-top: medium none;
    bottom: 0;
    outline: 0;
}

.account.page-layout-2columns-left .sidebar-main,
.account.page-layout-2columns-left .sidebar-additional {
    width: 100%;
    float: none;
}

.catalog-product-view #product-addtocart-button {
    min-width: 174px;
    max-width: 173px;
    height: 51px;
    padding: 14px 17px;
}

.catalog-product-view #product-checkout-button {
    min-width: 174px;
    max-width: 173px;
    height: 51px;
    padding: 10px 17px;
    font-family: Comic Sans MS, 'Open Sans';
    font-size: 1.8rem;
}

.catalog-product-view .box-tocart .actions {
    display: flex;
}

.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
    background: #ce0303;
}

.account .column {
    display: unset;
}

.block-collapsible-nav .item {
    width: 100%;
}

.product-info-price .price-box .price-cfield qtyontainer .price {
    font-size: 22px;
    color: #000;
}

.product-reviews-summary .reviews-actions .action.add {
    color: #ce0303;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0 0 13.5px;
}

.page-layout-1column .product-info-main {
    width: 100%;
}

.product.details.product-item-details {
    border-top: 1px solid #e1e1e1;
}

.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
    background: transparent;
    box-shadow: none;
    margin: 0;
    padding: 10px;
    border: 1px solid #e1e1e1;
}

.products-grid .product-item-info:hover .product-item-inner,
.products-grid .product-item-info.active .product-item-inner {
    display: block !important;
}

.product-image-photo {
    position: static;
    margin: auto;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.products-grid .product-item .product-item-info .product-item-details .product-item-inner-base .product-item-actions .actions-primary {
    display: block;
    text-align: center;
    margin: 18px 0 15px;
}

.products-list .product-item-info {
    border: none;
}

.products-list .product-item-photo {
    width: 30%;
    display: block;
    float: left;
}

.products-list .product-item-details {
    border: none !important;
}

.products-list .product-item-info {
    border: none !important;
}

.products-list .product-item {
    max-width: 100%;
}

.products-list .action.cus-addto.toview {
    display: none;
}

.products-list .product-item-name {
    text-align: left !important;
    padding: 0 !important;
}

.action.primary:hover {
    background: #ce0303;
    border: 1px solid #ce0303;
    color: #fff;
}

.product-item-actions .actions-secondary>a.action.toview:hover:before {
    color: #ce0303;
}

.bundle-options-container .block-bundle-summary .product-addto-links>.action:hover,
.product-item-actions .actions-secondary>.action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button>.action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
    color: #ce0303;
}

.product-item-actions .actions-secondary>a.action.toview:before {
    content: "\f06e";
    font-family: fontawesome;
    line-height: 19px;
    color: #666;
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block;
}

.products-grid .product-item-actions .actions-secondary {
    display: block;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    padding-left: 0;
    box-sizing: border-box;
}

.categories-sec .page-products .product-item-info {
    border: none !important;
}

#review-form .label span {
    font-size: 14px;
}

.page-products .product-item-info {
    border: 1px solid #e1e1e1;
    position: relative;
    float: left;
    width: 100%;
}

.products-grid .product-item-actions .actions-secondary>a.action {
    display: inline-block;
    width: 33.33%;
    text-align: center;
    border-right: 1px solid #e1e1e1;
    margin: 0;
    float: left;
    outline: 0;
}

.action.primary {
    background-image: none;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 0, #efefef 100%) repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 7px 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 1.2rem;
    box-sizing: border-box;
    vertical-align: middle;
}

.products-grid .product-item-inner {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    border-top-color: rgb(187, 187, 187);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: none;
    left: 0;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
}

.product.details.product-item-details {
    clip: unset;
}

.products-grid .product-item .product-item-info .product-item-details .price-box {
    margin: 10px 0 5px;
    text-align: center;
}

.product-item-name {
    text-align: center;
    margin: 10px 0 5px;
    padding: 0 10px;
}

#page-title-heading {
    font-size: 22px;
    margin: 0 0 15px;
    font-weight: 600;
    text-transform: capitalize;
}

.filter-options-item {
    border: 1px solid #e1e1e1;
}

.filter-content #narrow-by-list {
    border-top: 2px solid #ce0303;
    padding-top: 20px;
}

#layered-filter-block .block-content .filter-block-title .filter-subtitle {
    background: #ce0303;
    border-bottom: medium none;
    color: #fff;
    font-weight: 600;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    text-transform: uppercase;
    display: inline-block;
}

.product-item-name>a,
.product.name a>a {
    color: #333;
    text-decoration: none;
}

.categories-sec .block-compare .block-content .product-item .action.delete {
    right: 10px !important;
    top: 8px !important;
    left: auto;
    position: absolute;
}

.categories-sec .product-items .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
    display: inline-block;
    text-decoration: none;
}

.categories-sec .leftbar .block-title {
    color: #fff;
    background: #5b5a5a;
    background: -moz-linear-gradient(top, #5b5a5a 0, #292828 100%);
    background: -webkit-linear-gradient(top, #5b5a5a 0, #292828 100%);
    background: linear-gradient(to bottom, #5b5a5a 0, #292828 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b5a5a', endColorstr='#292828', GradientType=0);
    padding: 10px;
    border: 1px solid transparent;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-radius: 10px 10px 0 0;
    padding: 0;
    border-bottom: 0;
}

.categories-sec .block .block-title>strong {
    background: #ce0303;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    text-transform: uppercase;
}

.categories-sec .leftbar .block-title>strong {
    background: transparent;
    text-transform: capitalize;
}

.block-compare .counter,
.block-wishlist .counter {
    display: none;
}

.modes-mode:last-child {
    border-radius: 0;
    border-right: 1px solid #e1e1e1;
}

.account .data.table {
    border: 0 !important;
}

.account .ms-right .table thead th,
.table td {
    border: 0;
}

.account .ms-right .block-content {
    padding-top: 10px;
}

.modes-mode {
    background-color: transparent;
    color: #666;
    border: 1px solid #e1e1e1;
    border-right-color: rgb(225, 225, 225);
    border-right-style: solid;
    border-right-width: 1px;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.mode-list:before {
    content: '\e60b';
}

.modes-mode.active {
    color: #fff !important;
}

.modes-mode.active:before {
    color: #fff !important;
}

.toolbar select {
    background-color: #fff;
}

.modes-mode:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: inherit;
    color: #666 !important;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.pages a.page {
    padding: 5px 9px;
    min-width: 15px;
    border: 1px solid #e1e1e1;
    color: #333 !important;
    text-align: center;
    height: 34px;
    width: 34px;
    box-sizing: border-box;
    line-height: 22px;
    font-weight: normal;
}

.pages .action.next {
    margin-left: 0;
    box-sizing: border-box;
    height: 34px;
    width: 34px;
}

.pages .action.next:before {

    font-size: 9px;
    color: #333;
    margin: 0;

}

.pages strong.page {
    background: #f6f6f6;
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: normal;
    color: #ce0303;
    display: inline-block;
    font-weight: normal;
    padding: 5px 9px;
    min-width: 15px;
    height: 34px;
    width: 34px;
    text-align: center;
    border: 1px solid #e1e1e1;
}

.sidebar .block .block-content .product-items .product-item .product-item-info .product-item-photo {
    float: left;
    border: 1px solid #e1e1e1;
    position: relative;
    margin: 0 10px 0 0;
}

.block-wishlist .product-item-name {
    display: inline;
}

.categories-sec .block .block-content .product-items .product-item {
    border: none;
    padding: 0;
}

.cart.table-wrapper .cart thead tr th.col {
    border-top: 0;
}

.cart.table-wrapper .actions-toolbar {
    margin-bottom: 20px;
}

.cart-container .product-item-details .product-item-name a {
    font-size: 1.4rem;
}

.cart-container .cart-price span {
    font-weight: normal;
}

.cart-container .action.update {
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px;
    border-color: #e1e1e1;
}

.toolbar.toolbar-products {
    margin-bottom: 20px;
}

.cart-container .cart-price {
    font-weight: normal;
}

.cart.table-wrapper .item .col.item {
    padding-bottom: 0;
}

.page-title-wrapper .page-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px;
    text-transform: capitalize;
}

#block-shipping .title {
    border: 0;
}

.cart-container #cart-totals {
    border-top: 0;
}

.cart-container .action.primary.checkout {
    font-weight: normal;
}

.action.multicheckout {
    color: #ce0303;
}

#coupon_code {
    height: 38px;
}

#wishlist-sidebar .product-item-info.row {
    width: 100%;
}

.account #wishlist-sidebar {
    margin: 0;
}

.paypal-review-discount .block>.title strong,
.cart-discount .block>.title strong {
    color: #ce0303;
}

.cart-discount #block-discount .coupon .actions-toolbar .primary .action.apply.primary {
    height: 38px;
    padding: 10px 15px;
}

.account .main-sec {
    padding-top: 0;
}

.account .column.main .block:not(.widget) .block-title {
    margin-bottom: 15px;
    border-bottom: 2px solid #ce0303;
    padding-bottom: 0 !important;
}

.account .categories-sec .ms-right .block-title>strong {
    font-size: 1.4rem;
    font-weight: bold;
    background: #ce0303;
    color: #fff;
    display: inline-block;
    line-height: 18px;
    padding: 9px 15px 8px;
    text-transform: uppercase;
}

.scroll-top {
    border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    bottom: 82px;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 600;
    min-height: 40px;
    padding: 2px;
    position: fixed;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
    right: 10px;
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    color: rgb(51, 51, 51) !important;
    z-index: 9999;
}

.scroll-top img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

#block-collapsible-nav .nav.items .delimiter {
    display: none;
}

.modal-popup .modal-footer {
    background: transparent;
    border: 0;
}

.modal-popup .modal-header {
    border: 0;
}

.catalog-product-view #product-updatecart-button {
    margin-top: 30px;
}

.mob-search .fa {
    font-size: 18px;
}

.nav-toggle {
    line-height: 2;
}

.mob-search {
    line-height: 4;
}

.modal-header {
    border: 0;
}

.modal-custom .action-close {
    margin: 5px;
}

.authentication-dropdown .modal-content {
    background: transparent;
}

.mob-search a {
    color: #8f8f8f;
}

@media (min-width:768px) {
    .nav-sections-item-content {
        display: none !important;
    }

    .cart-summary {
        width: 33.33333333%;
    }

    .abs-shopping-cart-items-desktop,
    .block-cart-failed,
    .cart-container .form-cart,
    .cart-container .cart-gift-item {
        width: 66.66666667%;
    }

    .cart-discount .block.active>.title:after {
        content: "";
    }

    .mob-search,
    .mob-control-search {
        display: none;
    }
}

@media (max-width:768px) {
    header .minicart-wrapper {
        width: 20.33%
    }

   /* header .minicart-wrapper .btnCart {
        float: none;
    }*/

    .navbar-brand span {
        font-size: 12px !important;
    }

    .product-items .pi-item .p-img .lblNew {
        left: 0 !important;
        right: unset !important;
    }

   /* .action.showcart.btnCart img.d-inline-block {
        position: absolute;
        left: 16px;
        top: 7px;
    }

    .action.showcart.btn.btn-red.btnCart.ml-md-auto {
        line-height: 0;
        padding: 0;
    }
*/
    .minicart-wrapper .action.showcart .counter.qty {
        background: #ce0303;
        color: #fff;
        height: 24px;
        line-height: 24px;
        border-radius: 2px;
        display: inline-block;
        margin: 3px 0 0;
        min-width: 18px;
        overflow: hidden;
        padding: 0 3px;
        text-align: center;
        white-space: normal;
    }

    .block-collapsible-nav {
        position: unset;
    }

    .columns {
        display: inline;
    }

    .modal-popup.confirm .modal-inner-wrap {
        max-width: unset;
    }

    .cart-summary {
        background: #f6f6f6;
        margin-bottom: 22.5px;
        padding: 1px 0 22.5px;
        border: 1px solid #e1e1e1;
    }

    .catalog-product-view .box-tocart .actions {
        display: inline;
    }

    .catalog-category-view .block-title.filter-title {
        display: none;
    }

    .catalog-category-view .block-content.filter-content {
        display: none;
    }

    .catalog-category-view .block.block-compare {
        display: none;
    }

    .toolbar .pages {
        margin-bottom: 0
    }

    .header.links .search-sec {
        display: none !important;
    }

    .header.links .navbar-brand {
        display: none !important;
    }

    .header.links .navbar-toggler {
        display: none !important;
    }

    .header.links .action.nav-toggle {
        display: none !important;
    }

    #navbar-toggler {
        display: none;
    }

    header.navbar .navbar-brand {
        margin-top: 0;
    }

    .minicart-wrapper .btnCart {
        background: transparent;
        padding: 0;
    }

    .btn.btn-red:hover,
    .btn.btn-red.active,
    .btn.btn-red:focus {
        background: transparent;
        padding: 0;
    }

    .minicart-wrapper .block-minicart {
        top: 20%;
        right: 26px;
    }

    .categories-sec.login-sec {
        margin-top: 30px;
    }

    .page-products .sorter {
        top: 10px;
    }

}


/*footer*/
footer {
    background-color: #000;
    padding: 40px 0 5px;
    position: relative;
    font-family: Comic Sans MS, 'Open Sans';
    transition: .2s all;
    width: 100%;
}

footer.show {
    padding: 40px 0 5px 0px;
    margin-left: 85%;
}

footer .img img {
    max-width: 100%;
}

footer h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: capitalize;
}

footer .fSec .f-info {
    background-color: #222;
    padding: 11px 15px;
    min-width: 40.22px;
}

footer .fSec p {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0 0 0px 30px;
    font-family: Comic Sans MS, 'Open Sans'
}

footer p.copyright {
    background: transparent;
    font-size: 13px;
    font-family: Comic Sans MS, 'Open Sans';
    border-top: 1px solid #666;
    color: #999;
    display: block;
    padding: 25px 0;
    margin-top: 25px;
}

footer .fSec.email-sec h4 {
    margin: 0 0 5px;
    color: #999;
}

footer .fSec.email-sec a {
    display: block;
    margin: 0 0 10px;
    color: #dedf15;
}

footer .f-links li {
    display: block;
}

footer .f-links li a {
    color: #999;
    display: inline-block;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 0;
    position: relative;
    left: 0;
    text-decoration: none;
    outline: 0;
    font-size: 14px;
}

footer .f-links li a:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-right: 8px;
}

footer .f-links li a:hover {
    color: #ce0303;
    text-decoration: none;
    outline: 0;
    padding-left: 10px;
}


/*scroll-top*/
.scroll-top {
    border: 1px solid;
    bottom: 82px;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 600;
    min-height: 40px;
    padding: 2px;
    position: fixed;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
    right: 10px;
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    color: rgb(51, 51, 51) !important;
    z-index: 9999;
}

.scroll-top img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.scroll-top:hover {
    opacity: 0.7;
}

/*main-sec*/
.main-sec {
    position: relative;
    padding: 22.5px 0 0;
    display: block;
    transition: .2s all;
    width: 100%;
}

.main-sec.show {
    padding: 22.5px 0 0 0;
    margin-left: 85%;
}


/*categories-sec*/
.categories-sec {
    display: block;
    position: relative;
    padding: 0 0 36px
}

.categories-sec h3 {
    color: #fff;
    font-size: 18px;
    background: #5b5a5a;
    background: -moz-linear-gradient(top, #5b5a5a 0, #292828 100%);
    background: -webkit-linear-gradient(top, #5b5a5a 0, #292828 100%);
    background: linear-gradient(to bottom, #5b5a5a 0, #292828 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b5a5a', endColorstr='#292828', GradientType=0);
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 10px 10px 0 0;
    margin: 16px 0 10px;
}

.categories-sec h3.sm {
    border-bottom: 2px solid #ce0303;
    height: 38px;
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 600;
}

.categories-sec h4.heading-cat {
    font-size: 24px;
    margin: 20px 0 0px;
    font-weight: 500;
    line-height: 1.1;
    color: #333;
    text-transform: capitalize;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.categories-sec .action-sec h4,
.ab-action-sec h4 {
    background: #ce0303 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 9px 15px 8px;
    text-transform: uppercase;
    line-height: 18px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
}

.categories-sec .btn.btnRequest {
    min-width: 100%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    font-weight: 400;
    transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
}

.categories-sec .btn.btnNewproduct {
    max-width: 195px;
    min-width: 195px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    font-weight: 400;
    transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
}

.categories-sec .btnAddCart {
    min-height: 31px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100px;
    margin: 0 auto;
    transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
}

.categories-sec .btn.btnRequestCall {
    max-width: 150px;
    min-width: 150px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 33px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    font-weight: 400;
    transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    padding: 6px 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.categories-sec p.lblNoitem {
    font-family: Comic Sans MS, 'Open Sans';
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    font-weight: 400;
    margin: 0 0;
    padding-bottom: 15px;
}

/*ab-action-sec*/
.ab-action-sec p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 0 30px;
    padding-top: 15px;
    border-top: 2px solid #ce0303;
}

/*cs-lists*/
.cs-link.cs-none:after {
    display: none !important;
}

.cs-lists {
    display: block;
    margin: 30px 0 30px 20px;
    padding-right: 45px;
    font-family: Comic Sans MS, 'Open Sans'
}

.cs-lists .cs-item {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: .9rem;
    display: block;
    position: relative;
}

.cs-lists .cs-item .cs-link {
    position: relative;
    font-size: 14px;
    font-family: Comic Sans MS, 'Open Sans';
    line-height: 1.42857143;
    color: #333;
    display: block;
    text-transform: capitalize;
}

.cs-lists .cs-item .cs-link.csp-link:after {
    position: absolute;
    display: block;
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.cs-lists .cs-item .cs-link.csp-link.collapsed:after {
    content: "\f067";
}

.cs-lists .cs-item .cs-sublist {
    margin: 7px 0 0 20px;
}

.cs-lists .cs-item .cs-sublist li .cs-link {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: .9rem;
    display: block;
}

.cs-lists .cs-item .cs-sublist li:last-child .cs-link {
    border-bottom: 1px solid transparent;
    padding-bottom: 0px;
    margin-bottom: 0;
}

/*ms-right*/
.ms-right {
    position: relative;
    padding: 0px 0 0;
    display: block;
}

.ms-right .img {
    position: relative;
    display: block;
    width: 100%;
    min-height: 45em;
}

.ms-right .img img {
    position: relative;
    display: block;
    width: 100%;
    object-fit: cover;
}

/*product-items*/
.product-items {
    position: relative;
    margin: 20px -15px 0;
}

.product-items .pi-item {
    position: relative;
    display: block;
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
}

.product-items .pi-item .p-img {
    position: relative;
    display: block;
    width: 100%;
}

.product-items .pi-item .p-img img {
    position: relative;
    display: block;
    width: 100%;
    object-fit: cover;
}

.product-items .pi-item .p-img .lblNew {
    position: absolute;
    border-radius: 5px 0 0 5px;
    background: #F90404;
    color: #fff;
    font-size: 12px;
    padding: 15px 10px;
    text-transform: capitalize;
    top: 5px;
    right: 0;
}

.product-items .pi-item .pi-bottom {
    display: block;
    text-align: center;
    padding: 10px 0 0;
    position: relative;
    border-top: 1px solid #e1e1e1;
}

.product-items .pi-item .pi-bottom h5,
.product-items .pi-item .pi-bottom h5 a {
    color: #333;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    font-family: Comic Sans MS, 'Open Sans';
    margin: 0 8px;
    cursor: pointer;
}

.product-items .pi-item .pi-bottom p {
    margin: 15px 10px 15px;
    text-align: center;
    font-family: Comic Sans MS, 'Open Sans';
    font-size: 14px;
    font-weight: bold
}

.product-items .pi-item .pi-bottom .btns-group {
    margin: 15px 0 0;
}

.product-items .pi-item .pi-bottom .btns-group .bg-link {
    text-align: center;
    padding: 10px 0;
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    margin: 0;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
    width: 33.33%;
    height: 40px;
    transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
}

.product-items .pi-item .pi-bottom .btns-group .bg-link svg {
    fill: #666;
    transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
}

.product-items .pi-item .pi-bottom .btns-group .bg-link:hover,
.product-items .pi-item .pi-bottom .btns-group .bg-link:hover svg {
    color: #ce0303;
    fill: #ce0303
}

/**list-views**/
.list-views.product-items .pi-item {
    border: 0;
}

.list-views.product-items .pi-item .p-img {
    width: 230px;
    margin-left: 34px;
}

.list-views.product-items .pi-item .pi-bottom {
    border: 0;
    padding: 0 0 0 61px;
    text-align: left;
    margin: 0 0 22.5px
}

.list-views.product-items .pi-item .pi-bottom h5 {
    margin: 4.5px 0;
}

.list-views.product-items .pi-item .pi-bottom p {
    text-align: left;
    margin: 9px 0 22.5px
}

.list-views.product-items .pi-item .pi-bottom .btns-group .bg-link {
    border: 0;
    width: inherit;
    padding: 0 8px;
    height: auto;
}

.list-views.product-items .pi-item .pi-bottom .btns-group .btnAddCart {
    margin: 0 5px 0 0
}

.list-views.product-items .pi-item .pi-bottom p.pib-desc {
    text-align: left;
    margin: 22.5px 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 1.4;
}

.list-views.product-items .pi-item .pi-bottom p.pib-desc b {
    font-family: Arial;
    font-size: small;
    display: block;
    margin: 10px 0 0;
}

.list-views.product-items .pi-item .pi-bottom .lnkmore {
    font-size: 14px;
    font-weight: 400;
    font-family: Comic Sans MS, 'Open Sans';
    line-height: 1.42857143;
    color: #337ab7;
}

.list-views.product-items .pi-item .pi-bottom .lnkmore:hover {
    color: #23527c;
}


/*about-sec*/
.about-sec .as-desc h4 {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin: 10px 0 15px;
    font-family: Comic Sans MS, 'Open Sans';
    color: #333;
}

.about-sec .as-desc p,
.about-sec .as-desc h5 {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: justify;
    margin: 0;
    font-family: Comic Sans MS, 'Open Sans';
    color: #333;
}

.about-sec .as-desc .lnkInsta {
    display: block;
    font-size: 50px;
    color: #000;
    margin: 15px 0 0 15px;
}

.about-sec .as-desc .di-img img {
    max-width: 100%;
}

/*terms-sec*/
.terms-sec h5,
.terms-sec p {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    font-family: Comic Sans MS, 'Open Sans';
    color: #333;
}

.terms-sec p b {
    display: block;
    margin: 0 0 10px
}

.terms-sec p a {
    color: #337ab7
}

.terms-sec p a:hover {
    color: #23527c
}

.terms-sec p a:visited {
    color: #ce0303
}

.terms-sec .table {
    border-width: 1px !important;
}

.terms-sec .table td {
    padding-bottom: 21px
}

/*customers-cars-sec*/
.customers-cars-sec h4 {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin: 20px 0 10px;
    font-family: Comic Sans MS, 'Open Sans';
    color: #333;
}

.customers-cars-sec h4.md {
    font-size: 30px;
    text-decoration: underline;
}

.customers-cars-sec.decal-sec h4 {
    font-size: 30px;
    font-weight: 500;
    text-decoration: underline;
}

.customers-cars-sec p {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin: 0 0 10px;
    font-family: Comic Sans MS, 'Open Sans';
    color: #333;
}

.customers-cars-sec p.medium-font,
.customers-cars-sec p.medium-font a {
    font-size: medium;
}

.customers-cars-sec p a {
    text-decoration: underline;
    color: #337ab7;
    font-size: 16px;
}

.customers-cars-sec p a:hover {
    color: #23527c;
}

.customers-cars-sec p a:visited {
    color: #ce0303;
    text-decoration: none;
}

.customers-cars-sec .ccs-img {
    display: block;
    margin: 0 auto 10px;
    position: relative;
    width: 778px;
    height: auto;
}

.customers-cars-sec .ccs-img.md {
    width: 750px;
}

.customers-cars-sec .ccs-img.xs {
    width: 224px;
}

.customers-cars-sec.decal-sec .ccs-img,
.customers-cars-sec .ccs-img.sm {
    width: 640px;
    height: auto;
}

.customers-cars-sec .ccs-img img {
    display: block;
    object-fit: cover;
    max-width: 100%;
    margin: 0 auto;
}

/*login-sec*/
.login-sec.categories-sec {
    padding: 0 0 80px
}

.login-sec h4,
.sitemap-sec h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px;
    text-transform: capitalize;
    line-height: 1.1;
    font-family: Comic Sans MS, 'Open Sans';
    color: #333;
}

.login-sec h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px;
    text-transform: capitalize;
    line-height: 1.1;
    font-family: Comic Sans MS, 'Open Sans';
    color: #333;
    padding-bottom: 12px;
    border-bottom: 1px solid #e1e1e1;
}

.login-sec h6 {
    font-size: 14px;
    margin: 0 0 18px;
    font-weight: bold;
    color: #fff;
    line-height: 18px;
    text-transform: uppercase;
    font-family: Comic Sans MS, 'Open Sans';
    border-bottom: 2px solid #ce0303;
    padding: 10px 0 8px;
}

.login-sec h6 span {
    background: #ce0303;
    padding: 10px 15px 10px;
}

.login-sec p {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 18px;
    font-family: Comic Sans MS, 'Open Sans';
    color: #333;
}

.login-sec .form-group {
    margin: 0 0 18px;
    max-width: 55%;
}

.login-sec .form-group.mx-100 {
    max-width: 100%;
}

.login-sec .btn.btnSignin,
.login-sec .btn.btnCreateacc {
    min-height: 33px;
    min-width: 75px;
    margin-right: 15px;
    padding: 7px 15px;
    font-size: 12px;
}

.login-sec .lnkForgot {
    font-family: Comic Sans MS, 'Open Sans';
    font-size: 14px;
    line-height: 1.1;
    color: #337ab7;
    text-transform: capitalize;
    font-weight: 400;
}

.login-sec .lnkForgot:hover {
    color: #23527c;
}

.login-sec .lblRequire {
    font-family: Comic Sans MS, 'Open Sans';
    font-size: 12px;
    line-height: 1.1;
    color: #e02b27;
    font-weight: 400;
    display: block;
    margin: 35px 0 0;
}

.login-sec .form-group .lblPassword {
    font-size: 14px;
    font-family: Comic Sans MS, 'Open Sans';
    line-height: 1.42857143;
    color: #333;
}

/*sitemap-sec*/
.sitemap-sec h4.section-title {
    font-size: 23px;
    font-weight: 500;
    margin: 20px 0 10px;
    text-transform: capitalize;
    line-height: 1.1;
    font-family: Comic Sans MS, 'Open Sans';
    color: #333;
}

.sitemap-sec h4.section-title span {
    font-size: 14px;
}

.sitemap-sec h5.char-title {
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0 10px;
    text-transform: capitalize;
    line-height: 1.1;
    font-family: Comic Sans MS, 'Open Sans';
    color: #333;
}

.sitemap-sec ul {
    margin-bottom: 10px;
    list-style-type: disc;
    padding-left: 40px;
}

.sitemap-sec ul li ul {
    list-style-type: circle;
    padding-left: 40px;
}

.sitemap-sec ul li {
    margin-top: 0;
    margin-bottom: .9rem;
}

.sitemap-sec ul li a {
    color: #337ab7;
}

.sitemap-sec ul li a:visited {
    color: #ce0303;
}

.sitemap-sec ul li a:hover {
    color: #23527c;
}

.sitemap-sec ul.category-lists li {
    width: 20%;
}

.sitemap-sec ul.category-lists li ul li {
    width: 100%;
}

/*plat-sec*/
.plat-sec {
    border: 2px solid #000000;
    width: 350px;
    margin: 0 auto 40px;
}

.plat-sec p {
    padding: 11px 9px;
    border-bottom: 1px solid #000;
    margin: 0;
    text-align: left;
}

.plat-sec p:last-child {
    border-bottom: 1px solid transparent;
}

/*product-lists-sec*/
.product-lists-sec {
    position: relative;
    display: block;
}

.product-lists-sec h4 {
    position: relative;
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: capitalize;
    font-family: Comic Sans MS, 'Open Sans';
    margin: 0 0 15px;
    color: #333;
}

.product-lists-sec .pl-toolbar,
.product-lists-sec .pl-pages-sec {
    border: 1px solid #e1e1e1;
    padding: 10px;
    width: 100%;
    margin-bottom: 27px;
}

.product-lists-sec .pl-toolbar .plt-left .plicon {
    border: 1px solid #e1e1e1;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    height: 32px;
    width: 38px;
    fill: #666;
}

.product-lists-sec .pl-toolbar .plt-left .plicon:first-child {
    border-right: 0px;
}

.product-lists-sec .pl-toolbar .plt-left .plicon:hover {
    background: #ce0303;
    fill: #666;
}

.product-lists-sec .pl-toolbar .plt-left .plicon.active {
    background: #ce0303;
    fill: #fff;
}

.product-lists-sec .pl-toolbar .plt-left span {
    line-height: 18px;
    margin: 0 0 0 18px;
    font-size: 14px;
    color: #333;
    font-family: Comic Sans MS, 'Open Sans';
    font-weight: 400;
    display: block;
}

.product-lists-sec .pl-toolbar .plt-right .custom-select {
    min-width: 128px;
}

.product-lists-sec .pl-toolbar .plt-right .plicon {
    fill: #8f8f8f;
}

.product-lists-sec .pl-toolbar .plt-right .plicon:hover {
    fill: #333;
}


/*shopingopt-sec*/
.shopingopt-sec h4 {
    font-size: 13px;
    border-bottom: 2px solid #ce0303;
    color: #fff;
    font-weight: 600;
    height: 38px;
    line-height: 38px;
    text-transform: capitalize;
    margin: 0 0 15px;
}

.shopingopt-sec h4 span {
    background: #ce0303;
    padding: 10px;
}

/*filtersearch-sec*/
.filtersearch-sec {
    position: relative;
    display: block;
}

.filtersearch-sec .fs-items {
    position: relative;
    margin: 0 0 10px;
    display: block;
    padding-bottom: 9px;
    border: 1px solid #e1e1e1
}

.filtersearch-sec .fs-items .fsi-link {
    cursor: pointer;
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    padding: 9px 39px 0px 9px;
    position: relative;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    font-family: Comic Sans MS, 'Open Sans';
    display: block;
}

.filtersearch-sec .fs-items .fsi-link:hover {
    color: #000;
}

.filtersearch-sec .fs-items .fsi-link:after {
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: -2px;
    content: "\f078";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 13px;
    color: #666;
    position: absolute;
    top: 70%;
    transform: translateY(-50%) rotate(180deg);
    right: 13px
}

.filtersearch-sec .fs-items .fsi-link:hover::after {
    color: #000;
}

.filtersearch-sec .fs-items .fsi-link.collapsed:after {
    transform: translateY(-50%) rotate(0deg);
}

.filtersearch-sec .fs-items .fsi-body {
    padding: 9px 9px;
}

.filtersearch-sec .fs-items .fsi-body .fb-link {
    margin: 9px 0;
    color: #333;
    margin-left: -5px;
    font-family: Comic Sans MS, 'Open Sans';
    line-height: 1.3;
    display: table;
    font-size: 14px;
    margin-right: -5px;
    padding-left: 5px;
    padding-right: 7px;
    position: relative;
}

.filtersearch-sec .fs-items .fsi-body .fb-link:hover {
    background-color: #e8e8e8;
    text-decoration: none;
}

.filtersearch-sec .fs-items .fsi-body .fb-link span {
    color: #858585;
    padding-right: 5px;
}

/*shopingby-sec*/
.shopingby-sec h6 {
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    padding: 9px 9px;
    font-family: Comic Sans MS, 'Open Sans';
    margin: 0;
    color: #333;
}

.shopingby-sec p {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    padding: 9px 0 9px 17px;
    font-family: Comic Sans MS, 'Open Sans';
    margin: 0;
    color: #858585;
    position: relative;
    margin: 4.5px 9px;
}

.shopingby-sec p b {
    font-weight: 700;
    color: #333;
}

.shopingby-sec p .iconCancel {
    left: -2px;
    position: absolute;
    top: 7px;
    display: inline-block;
    fill: #999;
}

.shopingby-sec p .iconCancel:hover {
    fill: #494949;
}

.shopingby-sec p.lblprice {
    padding: 0px 0 9px 17px;
}

.shopingby-sec p.lblprice .iconCancel {
    top: -1px
}

.shopingby-sec .lnkClear {
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: 400;
    color: #333;
    display: block;
    margin-bottom: 27px;
    padding: 0 9px;
}

/*product-details-sec*/
.product-details-sec h5.heading {
    display: block;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px;
    text-transform: capitalize;
    line-height: 1.1;
    color: #333;
    font-family: Comic Sans MS, 'Open Sans';
}

.product-details-sec .pds-img {
    display: block;
    text-align: center;
    border: 1px solid #e1e1e1;
    padding: 1px 0;
}

.product-details-sec .pds-img img {
    display: block;
    object-fit: contain;
    margin: 0 auto;
    max-width: 100%;
}

.product-details-sec .pds-right .lnkReview {
    display: inline-block;
    position: relative;
    color: #ce0303;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    font-family: Comic Sans MS, 'Open Sans';
    margin: 0 0 13.5px
}

.product-details-sec .pds-right .lnkReview:before {
    display: inline-block;
    content: "\f044";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #ce0303;
    margin-right: 5px;
}

.product-details-sec .pds-right .pdsr-price {
    border-bottom: 1px #e1e1e1 solid;
    margin: 0 0 28px;
    padding-bottom: 9px;
}

.product-details-sec .pds-right h4 {
    display: block;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    color: #333;
}

.product-details-sec .pds-right h5 {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    color: #666;
    text-transform: capitalize;
    margin: 0;
    text-align: right;
}

.product-details-sec .pds-right h5 span {
    display: block;
    text-align: right;
    font-weight: 400;
}

.product-details-sec .pds-right .btn-big-grps {
    margin: 0 0 30px;
}

.product-details-sec .pds-right .btn-big-grps .btn.btnAddCart,
.product-details-sec .pds-right .btn-big-grps .btn.btnCheckout {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 173px;
    min-width: 173px;
    height: 51px;
    padding: 14px 17px;
    font-size: 16px;
    font-weight: 600;
    margin: 0 10px 0 0;
}

.product-details-sec .pds-right .btn-big-grps .form-group {
    max-width: 79px;
    margin-right: 15px
}

.product-details-sec .pds-right .btn-big-grps .form-group .form-control {
    height: 52px;
    text-align: center;
    padding-right: 26px;
    padding-left: 0;
}

.product-details-sec .pds-right .btn-big-grps .form-group .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.product-details-sec .pds-right .btn-big-grps .form-group .btnArrow {
    width: 26px;
    position: absolute;
    top: 0;
    right: 0;
}

.product-details-sec .pds-right .btn-big-grps .form-group .btnArrow .icon {
    height: 26px;
    width: 26px;
    border: 1px solid #e1e1e1;
    color: #666;
    font-size: 10px;
    border-right: 0;
    border-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-details-sec .pds-right .btn-big-grps .form-group .btnArrow .icon.up i {
    margin-top: 5px;
    margin-bottom: 0;
}

.product-details-sec .pds-right .btn-big-grps .form-group .btnArrow .icon i {
    margin-bottom: 5px;
}

.product-details-sec .pds-right .btn-big-grps .form-group .btnArrow .icon:hover {
    color: #fff;
    background-color: #ce0303;
}

.product-details-sec .pds-right .btn-small-grps {
    margin: 0 0 20px;
}

.product-details-sec .pds-right .btn-small-grps .btn.btnAddwishlist,
.product-details-sec .pds-right .btn-small-grps .btn.btnCompare,
.product-details-sec .pds-right .btn-small-grps .btn.btnEmail {
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 33px;
    text-transform: capitalize;
}

.product-details-sec .pds-right .btn-small-grps .btn.btnAddwishlist svg,
.product-details-sec .pds-right .btn-small-grps .btn.btnCompare svg,
.product-details-sec .pds-right .btn-small-grps .btn.btnEmail svg {
    fill: #333;
    margin-right: 5px;
}

.product-details-sec .pds-right .btn-small-grps .btn.btnAddwishlist:hover svg,
.product-details-sec .pds-right .btn-small-grps .btn.btnCompare:hover svg,
.product-details-sec .pds-right .btn-small-grps .btn.btnEmail:hover svg {
    fill: #fff;
}

.product-details-sec .tab-sec {
    margin-top: 22.5px;
}

.product-details-sec .reviews-bx p {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 1.3;
}

.product-details-sec .reviews-bx h5 {
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
}

.product-details-sec .reviews-bx .form-group {
    display: block;
    width: 42.3%;
}

.product-details-sec .reviews-bx .form-group textarea.form-control {
    min-height: 80px;
    resize: auto;
}

.product-details-sec .reviews-bx .btn.btnSubmitR {
    font-size: 13px;
    margin: 20px 0 0;
    min-height: auto;
}

.product-details-sec .cs-lists.pds-clist {
    border-bottom: 1px solid #e1e1e1;
}

.product-details-sec .cs-lists.pds-clist .cs-item {
    padding: 0;
    margin: 0;
    border: 0;
}

.product-details-sec .cs-lists.pds-clist .cs-item .cs-link.csp-link {
    border-top: 3px solid #ce0303;
    height: 34px;
    line-height: 30px;
    outline: 0;
    color: #333;
    padding: 1px 9px 1px 9px;
    font-weight: 600;
}

.product-details-sec .cs-lists.pds-clist .cs-item .cs-link.csp-link.collapsed {
    border-top: 3px solid #e1e1e1;
}

.product-details-sec .cs-lists.pds-clist .cs-item .cs-link.csp-link.collapsed:after {
    content: '\f078';
}

.product-details-sec .cs-lists.pds-clist .cs-item .cs-link.csp-link:after {
    content: '\f077';
}

.product-details-sec .cs-lists.pds-clist .cs-item .collapse {
    padding: 9px 9px 27px;
}

/* new css*/
.block-collapsible-nav .content {
    background-color: transparent !important;
    padding: 0 !important;
}

.block-collapsible-nav .item a {
    display: block;
    width: 100%;
}

.block-collapsible-nav .item a:hover {
    background-color: #eee !important;

}

.block-collapsible-nav .item a,
.block-collapsible-nav .item>strong {
    color: #333 !important;
    padding: 5px 0 !important;
    border-left: none !important;
    line-height: 20px;
}

.block-collapsible-nav .item {
    margin: 0;
}

.categories-sec h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 10px;
}

.cs-lists {
    margin: 0 20px 30px 20px;
    padding-right: 0;
}

.categories-sec .btn.btnRequest {
    padding-bottom: 9px;
}

.categories-sec .block .block-title {
    border-bottom: 2px solid #ce0303 !important;
}

.product-items .product-item-info {
    padding: 10px;
    border: 1px solid #e1e1e1;
    margin-left: 0;
    margin-bottom: 10px;
    align-items: center;
}
.products.list .product-item-info .product-item-photo {
    border: 0 !important;
}
.product-item-info.row .product-item-photo
{
    margin-right: 10px;
}
.product-item-info .product-item-photo {
    display: block;
    border: 1px solid #e1e1e1;
    text-align: center;
}

.product-items .product-item-info.row>.col-4,
.product-items .product-item-info.row>.col-8 {
    padding: 0;
}

.product-items .product-item-details .product-item-name {
    padding: 0;
}

.product-item .price-box {
    margin: 10px 0 12px;
}

.product-item-info .product-item-photo .product-image-wrapper {
    height: auto;
    display: inline;
    padding: 7px;
}
.product.info.detailed
{
    margin-top: 40px;
}
.block-content .box.box-information,
.block-content .box.box-billing-address {
    width: 48%;
    float: left;
    clear: left;
}
.product-info-main .product.attribute.overview .value p,.product.attribute.description p
{
    line-height: 2;
}

.block-content .box.box-newsletter,
.block-content .box.box-shipping-address {
    width: 48%;
    float: right;
    clear: right;
}

.block-content .box .box-title {
    margin: 0 0 9px 0;
    display: inline-block;
}

.block-content .box .box-title span {
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
}

.block-content .box .box-content {
    font-size: 1.3rem;
    color: #333;
}

.block-content .box .box-actions a {
    color: #337ab0;
    font-size: 14px;
}

.block-title .action {
    margin-left: 15px;
    color: #337ab7;
}

.action.order {
    margin-left: 5px;
}

#my-orders-table tr th,
#my-orders-table tr td {
    white-space: nowrap;
}

#my-orders-table tr th {
    font-weight: 600;
}

.block.block-compare #compare-items {
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
}

.block.block-compare .block-content .product-item {
    border: 1px solid #e1e1e1 !important;
    padding: 10px !important;
    margin-bottom: 10px !important;
}

.block.block-compare .block-content .product-item .product-item-name {
    text-align: left;
    padding: 0;
    margin: 0;
}

.block.block-compare .block-content .compare.primary {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #e1e1e1;

}

.wishlist .product-items .product-item .product-item-photo {
    border: none;
    margin-right: 0;
}

.wishlist .product-items .product-item .product-item-info .product-item-inner {
    display: block;
    visibility: visible;
    position: static;
    width: 100%;
    height: 100%;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 1px 0 0 0;
}

.wishlist .product-items .product-item .product-item-info:hover {
    padding: 10px;
    margin-bottom: 10px;
}

.wishlist .product-items .product-item .product-item-info:hover .product-item-inner {
    padding: 1px 0 0 0;
}

.wishlist .product-items .product-item .product-item-info .product-item-inner .comment-box {
    margin-top: 0;
}

.wishlist .product-items .product-item .product-item-info .product-item-name {
    padding: 0;
    text-align: left;
    font-size: 14px;
}

.product-item-info .product-item-inner .box-tocart .field.qty {
    float: none;
    margin-right: 0;
}

.product-item-info .product-item-inner .box-tocart .field.qty label {
    font-size: 14px;
}

.wishlist .product-items .product-item .product-item-info .price-configured_price p {
    margin-bottom: 0;
    color: #333;
}

#wishlist-view-form .products-grid.wishlist .product-item-photo .product-image-wrapper {
    display: block;
    padding: 0px !important;
}

#wishlist-view-form .products-grid.wishlist .product-item-photo .product-image-wrapper .product-image-photo {
    max-height: 200px;
}

.wishlist .product-items .product-item .product-item-info .product-item-inner .product-item-actions a {
    color: #337ab7;
}

.drp-test {
    text-align: right;
}

.drp-test .dropdown-toggle {
    transform: translateY(-35px);
    background-color: transparent;
    color: #333;
    font-size: 13px;
    line-height: 35px;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    padding: 0 10px;
    height: 38px;
    min-height: 38px;
    font-weight: 400;
    border-radius: 0;
    transition: all 0.3s linear;
}

.drp-test .dropdown-toggle:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}

.drp-test .dropdown-toggle:hover {
    border: 1px solid #ce0303;
    background-color: #ce0303;
    color: #fff;
}

.drp-test .dropdown-menu {
    left: auto;
    right: 0;
    top: 4px;
}

.minicart-wrapper .dropdown:hover>.dropdown-menu {
    top: 10%;
    background: #fff;
    border-top-color: #333;
}

.minicart-wrapper .dropdown:hover>.dropdown-menu a {
    color: #000;
}

.minicart-wrapper .dropdown:hover>.dropdown-menu a .fa {
    padding-right: 5px;
}

.minicart-wrapper .dropdown:hover>.dropdown-menu a:hover {
    color: #ce0303;
}

.customer-account-logoutsuccess #maincontent .container-fluid {
    margin-bottom: 50px;
}

.message-main {
    width: 100%;
}

.opc-block-summary {
    margin-bottom: 0;
}

.navbar-brand span {
    color: #000;
    font-size: 20px;
}

.navbar-brand {
    margin: 0 auto;
    display: table;
}

.modal-inner-wrap .modal-content {
    border: 0;
}

.table-checkout-shipping-method tbody td input[type="radio"] {
    left: 20px;
}

.modal-popup.modal-slide .modal-footer {
    background: transparent;
}

#co-shipping-form {
    padding-top: 25px;
    padding-bottom: 25px;
}

.modal-inner-wrap .modal-footer .action-save-address {
    margin-right: 20px;
}

#modal-title-11 {
    border: 0;
}

#opc-sidebar .opc-block-summary .table-totals {
    border: 0 !important;
}

.opc-block-shipping-information .shipping-information-title {
    line-height: 2;
}

.checkout-onepage-success #maincontent .container-fluid {
    margin-bottom: 50px;
}

.filter-options-item {
    margin-bottom: 10px;
}

.ms-right .items.order-links {
    border-bottom: 1px solid #ce0303;
}

.ms-right .item.current {
    border: none;
    border-bottom: 1px solid #ce0303;
}

.ms-right .item.current strong {
    background-color: #ce0303;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.ms-right .order-details-items {
    border: 1px solid #ddd;
    margin-top: 20px;
    padding: 20px 10px 0 10px;
}

.ms-right .order-details-items .order-items {
    margin-bottom: 0;
}

.ms-right .product-item-name {
    text-align: left;
    font-size: 1.6rem;
}

.ms-right .col.price,
.ms-right .col.qty,
.ms-right .col.subtotal {
    text-align: left !important;
}

.ms-right .price-excluding-tax .cart-price .price {
    font-size: 1.6rem;
}

.ms-right .order-details-items .table-order-items tfoot {
    background-color: #fff;
}

.ms-right .order-details-items .table-order-items tfoot td {
    background-color: #fff;
}

.ms-right .block-order-details-view .block-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ms-right .block-order-details-view .block-content .box-content {
    line-height: 24px;
}

.ms-right .block-order-details-view .block-content .box-content .box {
    margin-right: 25px;
}

.ms-right .block-order-details-view .block-content .box-content .box:last-child {
    margin-right: 0;
}

.drp-test .dropdown-menu {
    margin: 0;
    margin-top: 0px;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb !important;
    margin-top: 7px;
    min-width: 175px;
    z-index: 101;
    box-sizing: border-box;
    /*display: none;*/
    /*top: 100%;*/
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    /*opacity: 1;
visibility: visible;*/
}

.drp-test .dropdown-toggle:focus {
    border: 1px solid #ce0303;
    background-color: #ce0303;
    color: #fff;
}

.drp-test .dropdown-menu:before {
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    border-color: transparent transparent #fff transparent !important;
    z-index: 99;
    border: 4px solid;
    background-color: #fff;
    transform: rotate(225deg);
    right: 11px;
    top: -3px;
    box-sizing: border-box;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}

.drp-test .dropdown-menu .dropdown-item {
    color: #333;
    font-size: 13px;
    padding: 8px;
    border: none;
    display: block;
    line-height: 1.4;
}

.mob-control-search>form {
    text-align: center;
}

.mob-control-search #search {
    margin: 15px auto;
    background: #fff;
    background-clip: border-box;
    background-clip: padding-box;
    border: 1px solid #e1e1e1;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 38px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 90%;
    box-sizing: border-box;
    box-shadow: 0 0 3px 1px #68a8e0;
}

.sections.nav-sections {
    background-color: #fff;
}

.nav-sections #ui-id-2 .level-top {
    font-size: 14px;
    padding: 18px 18px;
    color: #333;
    font-weight: 600;
    background-color: #fff;
}

.nav-sections #ui-id-2 .ui-menu-item.active .level-top {
    border-color: #ce0303;
    border-style: solid;
    border-width: 0 0 0 8px;
}

.nav-sections #ui-id-2 .ui-menu-item {
    border-top: 1px solid #e1e1e1;
    background-color: #fff;
}

.nav-sections #ui-id-2 .ui-menu-item .level0.submenu {
    border-top: 0;
}

.nav-sections .nav-sections-items .nav-sections-item-title {
    background-color: #f2f2f2;
    /*border:solid #e6e6e6;*/
}

.nav-sections .nav-sections-items .nav-sections-item-title.active {
    background-color: transparent;
}

.nav-sections .nav-sections-items .nav-sections-item-title a {
    color: #337ab7;
}

.ui-menu-item .level-top:after {
    font-size: 12px !important;
}

.nav-sections #ui-id-2 #phonenumberheader a {
    color: #000 !important;
    padding: 16px 18px !important;
}

.mob-search a {
    color: #333;
    display: inline-block;
}

.mob-search a:hover {
    color: #ce0303;
}

.mob-search {
    position: absolute;
    right: 93px;
}


.mob-search a i {
    font-size: 22px !important;
    font-weight: 400;
}

.tb-header .lnk-sec .lnkLogin {
    white-space: nowrap;
}

.htmlsitemap-container .top-sitemap-container .sitemap-section .section-title {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    border-bottom: none;

}

.categories-container-inner .cat .level-1>a:before,
.top-sitemap-container .cmspages-container .cmspages-container-inner .cms-page-list .cms-item>a:before {

    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #333;
    font-size: 6px;
    margin-right: 10px;
}

.categories-container-inner .cat .level-1 a,
.top-sitemap-container .cmspages-container .cmspages-container-inner .cms-page-list .cms-item a {
    color: #337ab7;
}

.categories-container-inner .cat .level-1>a {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.categories-container-inner .cat .level-1 .cat .level-2 {
    left: 20px !important;
}

.categories-container-inner .cat .level-1 .cat .level-2>a:before {
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    color: #333;
    font-size: 6px;
    margin-right: 10px;
}




.top-sitemap-container .cmspages-container .cmspages-container-inner .cms-page-list .cms-item {
    width: 100%;
    padding-left: 0;
    line-height: 24px;
}

.bottom-sitemap-container .products-container-inner .section-title {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    border-bottom: none;
    padding-top: 0;
}
.sidebar.sidebar-main
{
    width: 100%;
}
.bottom-sitemap-container .products-container-inner .section-title .h5 {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.bottom-sitemap-container .products-container-inner .product-list-by-char .char-title {
    border-bottom: none;
}

.bottom-sitemap-container .products-container-inner .product-list-by-char .char-title .char {
    background-color: transparent;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    width: auto;
    height: auto;
}

.bottom-sitemap-container .products-container-inner .product-list-by-char .char-title .pcount {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-left: 5px;
}

.bottom-sitemap-container .products-container-inner .product-list-by-char ul {
    padding-left: 40px;
    list-style-type: disc;
}

.bottom-sitemap-container .products-container-inner .product-list-by-char ul li {
    list-style-type: disc;
    padding-left: 0;
    width: 100%;
    line-height: 24px;
}

.bottom-sitemap-container .products-container-inner .product-list-by-char ul li a {
    color: #337ab7;
}
.checkout-onepage-success .print
{
    z-index: 1000;
    position: relative;
}

/*table-reviews*/
#my-reviews-table.table tr .col{
    width: auto;
}
.table thead th{
    white-space: nowrap;
}

/*----media query----*/
@media(max-width: 991px) {
    .drp-test .dropdown-toggle {
        transform: translateY(0);
        margin-bottom: 15px;
    }

    .drp-test .dropdown-toggle:hover .dropdown-menu,
    .drp-test .dropdown-menu {
        top: 78% !important;
    }
    .catalog-product-view .box-tocart .actions{
        flex-wrap: wrap;
    }
}

@media(max-width:768px) {}

@media(max-width:767px) {
    .drp-test {
        display: none;
    }

    .categories-sec .block .block-title {
        background: none;
    }

    .categories-sec .block .block-title strong {
        background: #ce0303;
        text-transform: uppercase;
        font-weight: 600;
    }

    #wishlist-view-form .products-grid.wishlist .product-item {
        display: block;
        width: 95%;
        margin: auto;
    }

    /*  #wishlist-view-form .products-grid.wishlist .product-item .product-item-info
    {
        padding-bottom: 40px;
    }*/
    #wishlist-view-form .products-grid.wishlist .product-item .product-item-info:hover {
        padding: 10px;
    }

    #wishlist-view-form .products-grid.wishlist .product-item .product-item-info .product-image-wrapper {
        display: block;
        padding-bottom: 7px !important;
        height: auto;
    }

    #wishlist-view-form .products-grid.wishlist .product-item .product-item-info .product-item-name {
        padding: 0;
        text-align: left;
    }

    #wishlist-view-form .products-grid.wishlist .product-item .product-item-info .product-item-inner {
        clear: both;
        box-shadow: none;
        border: none;
        position: static;
        padding-left: 0;
        padding-right: 0;
    }

    #wishlist-view-form .products-grid.wishlist .product-item .product-item-info .product-item-inner .product-item-actions {
        float: none;
    }

    #wishlist-view-form .products-grid.wishlist .product-item .product-item-info .product-item-inner .product-item-actions .btn-remove.delete {
        display: block;
        float: right;
    }

    .ms-right .order-products-toolbar .pager {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .products-grid.wishlist .product-item-info .product-item-inner .box-tocart {
        float: none;
        display: inline-block;
    }

    .products-grid.wishlist .product-item-info .product-item-inner .box-tocart .fieldset {
        margin-bottom: 0;
    }

    .wishlist .product-items .product-item .product-item-info .product-item-inner .product-item-actions a:last-child {
        float: right;
    }

    .categories-sec h4.heading-cat {
        margin-bottom: 15px;
    }

    .minicart-wrapper {
        width: 60px !important;
    }
}