.bg_color_customblue {
    background-color: #2f4976;
}

.bg_color_custombrown {
    background-color: #373230;
}

.w__40 {
	width:40px;
}

a.button.button-o-w:hover {
    border-color: #fff;
    background: #fff;
    color: #000;
}

#ntheader.live_stuck .logo_sticky {
    display: inline-block;
    max-height: 59px;
    width: auto;
}


.container-lg {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
	max-width:1600px;
}

.btn-red {
    background-color: var(--main-color)!important;
    color: #fff !important;
    border-color: var(--main-color)!important;
}

.text-red {
    color: var(--main-color)!important;
}

.orders-pages {
	background:#fbfbfb;
}

.links ul {
	display:inline-block;
	width:100%;
	padding:0;
	list-style:none;
}

.links ul li a {
	display:inline-block;
	width:100%;
	border-bottom:1px solid #efefef;
	color:#000;
	font-size:15px;
	line-height:45px;
	padding:0 25px;
}

.links ul li a:hover, .links ul li a.active {
    background-color: var(--main-color)!important;
    color: #fff !important;
}

.links ul li a i {
	margin-right:10px;
}

.links ul li:first-child a {
	border-radius:3px 3px 0 0;
}

.links ul li:last-child a {
	border-radius:0 0 3px 3px;
}

a {
    cursor: pointer;
}

.addre-btn {
    background-color: var(--main-color)!important;
    color: #fff !important;
    font-size: 13px;
    padding: 8px 13px;
    border-radius: 4px;
    display: inline-block;
    margin-top: -4px;
}

.top-0 {
	top:0;
}

.left-0 {
	left:0;
}

.home-icon {
    background-color: var(--main-color)!important;
    color: #fff !important;
    font-size: 19px;
    padding: 13px 14px;
}

.height-40px {
	height:40px;
}

.width-40px {
	width:40px;
}


.template-cart .check-out_calculator input[type=text], .template-cart .check-out_calculator  textarea , .template-cart .check-out_calculator  select {
    border-radius: 3px;
}

.template-cart .check-out_calculator  textarea {
    min-height: 120px;
}

.radi-btn label {
    display: inline-block;
    min-width: 67px;
    text-align: center;
    border-radius: 3px;
    color: #000;
    font-size: 13px;
    line-height: 30px;
    padding: 0 11px;
    border: none;
	position:relative;
	margin-right:3px;
}

.radi-btn label input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 3px;
    border: 1px solid #e8e9eb;
}

.radi-btn label input[type="radio"]:checked {
    background:#fff;
    border: 1px solid var(--main-color);
}

.radi-btn label input:checked + span {
    color: var(--main-color);
    position: relative;
    z-index: 2;
}

.checkout-section .quantity.pr.text-center.mr__10.qty__true {
    border: 1px solid #ccc;
    border-radius: 21px;
    margin-top: 12px;
    width: 120px;
}

.card-bt label {
    background: #f6f6f8;
    border: 1px solid #ccc;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 3px;
}

.checkout-section .tab-heading .nav_link_icon {
    width: 25px;
    height: 25px;
    line-height: 26px;
    background-color: #222;
    color: #fff;
    text-align: center;
    font-size: 13px;
    border-radius: 3px;
    margin-left: 22px;
    margin-right: 0;
}

.checkout-section .tab-heading .nav_link_icon:before, .checkout-section .tab-heading .nav_link_icon:after {
    display: none;
}


.checkout-section  .panel.active .tab-heading .nav_link_icon {
    background: var(--main-color);
	color:#fff;
}

.border-red {
    border-color: var(--main-color) !important;
}

.tab-heading.chp:hover {
    color: #222;
}

.order-review__wrapper {
	border-radius:3px;
}

.template-cart .checkout-section  .cart_item {
	border:none;
	overflow:visible;
}

.checkout-section .checkout-review-order-table th,
.checkout-section .checkout-review-order-table td {
    color: #333;
    margin-bottom: 0;
    font-size: 13px;
    padding: 4px 0px;
}


.checkout-section .checkout-review-order-table th.tot,
.checkout-section .checkout-review-order-table td.tot {
    font-size: 17px;
}

.checkout-section .checkout-review-order-table td:last-child,
.checkout-section .checkout-review-order-table th:last-child {
	text-align:right;
}

.txt_linthr {
    text-decoration: line-through	!important
}

.text-lightgreen {
    color: #03a685;
}


.bg-lightgreen {
    background-color: #f2faf9;
}

.top-15 {
    top: 15px;
}

.left-15 {
    left: 15px;
}
	
.bg-fbfbfb {
    background: #fbfbfb;
}
	
.bg-f4f4f5 {
    background: #f4f4f5;
}

.wallet-check input {
    display: inline-block;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    min-width: 16px;
    border: 1px solid #d4d6d8;
    background: #fff;
    border-radius: 2px;
    -webkit-appearance: none;
    -webkit-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;
}

.wallet-check input:checked {
    content: '';
    border-color: var(--main-color);
    background-color: var(--main-color);
}



.wallet-check svg {
    display: none;
    width: 12px;
    height: 12px;
    fill: #fff;
    position: absolute;
    top: 7px;
    left: 2px;
}


.wallet-check input:checked + svg {
    display: block;
}

.checkout-section .cart_ac_remove {
    line-height: 0.5;
    display: inline-block;
    vertical-align: sub;
    margin-right: 6px;
}

.checkout-section .cart_ac_remove.posi {
	position:absolute;
	top:0;
	right:15px;
}


.address-label {
    font-size: 14px;
    padding-left: 61px;
}

.address-label input {
    position: absolute;
    top: 6px;
    left: 24px;;
}

.sp-l {
	max-width:92%;
}

.checkout-section  .frm_cart_page .mini_cart_title {
    font-size: 15px;
}

.lh_36 {
    line-height: 36px;
}

input.order-email {
    width: 47%;
}

.coup-p {
    position: relative;
    padding-left: 36px;
    line-height: 1.4;
    min-height: 30px;
}

.coup-p.ft {
    line-height: 1.75;
}

.coup-p.ft  i {
    top: 4px;
}

.coup-p .al-pos {
    top: 1px;
    left: 0;
}

.coup-p .al-pos svg {
    top: 4px;
}

.coup-p a {
    line-height: 1.75;
	min-width:68px;
	text-align:center;
}

input[type="submit"].sub {
    font-size: 12px;
}

.modal-header {
    padding: 15px 25px 14px 25px;
}

.modal-title {
    font-size: 12px;
    margin: 0;
}

.modal-body {
}

.check-coupon {
    color: var(--main-color) !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.1px;
    position: absolute;
    top: 9px;
    right: 11px;
}

.modal .close {
    position: absolute !important;
    z-index: 4046 !important;
    top: 2px;
    right: 11px;
    transform: none;
    background-color: transparent;
    color: #000;
    opacity: 1;
    width: 40px;
    height: 40px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    text-align: center;
    text-indent: 0;
    font-size: 0;
    border-radius: 0;
    background: 0 0;
    background-color: transparent;
	margin:0;
	text-shadow:none;
    padding: 0;
	font-weight:400;
}

.modal .close:after {
    content: "\e680";
    font-family: 'Pe-icon-7-stroke', sans-serif;
    display: inline-block;
    font-size: 45px;
    line-height: 50px;
    font-size: 40px;
}

.coupon-code {
    padding-left: 32px;
}

.coupon-code input {
    position: absolute;
    top: 5px;
    left: 0;
}

.c-bdr {
    border: 1.5px dashed #000;
    padding: 7px 14px;
}

.wallet-check input:checked ~ .c-bdr {
    border-color: var(--main-color) !important;
    color: var(--main-color)!important;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}




.price, .price_range {
    color: #222;
    margin: 0;
    font-weight: 600;
}

.kalles-section-pr_summary .product_title {
    font-size: 20px;
}

.entry-summary .price, .entry-summary .price_range {
    font-size: 20px;
    line-height: 20px;
    margin-right: 2px;
}

.price ins, .price_range ins {
	color:#222;
}

.price del, .price_range del {
    color: #a9a6a6;
    font-weight: 400;
}

.widget .product_list_widget del, .price del, .price_range del, .sticky_atc_price del, .kl_fbt_wrap del {
    color: #a9a6a6;
}

.widget .product_list_widget ins {
    color: #222;
}


/* Mehul */

label.error
{
	display:none !important;
	
}
input.error,select.error,textarea.error
{
	border-color:red !important;
	
}

.alert {
   margin-top: 1rem;
}



/****** NEW CSS ADD *******/
/*
.single_add_to_cart_button {
    background-image: linear-gradient(to top, #000000, #2c3e50);
    color: #fff;
    font-size: 16px;
    padding: 0 15px;
    min-width: 150px;
    line-height: 43px;
    text-align: center;
    border: none;
}

.button.button_primary {
    background: linear-gradient(to top, #000000, #2c3e50) !important;
    border:none!important;
    color: #fff !important;
}


.single_add_to_cart_button:hover, .button.button_primary:hover {
    background-image: linear-gradient(to bottom, #000000, #2c3e50) !important;
}*/

.product-image .nt_add_w > a, .product-image .nt_add_cp > a {
    color: #000;
}

.sp-pr-gallery, .product-image, .mini_cart_img, .product_list_widget .widget_img_pr a{
    border: 1px solid #f8f8f8;
}

.list-view .des_style_2.sp-tab:not(:last-of-type) {
	margin:0;
}

.list-view .kalles-tabs  {
	background:#f6f6f8;
	border-radius:5px;
    box-shadow: 0 0 15px rgb(26 108 225 / 5%);
}

.tab-heading .nav_link_icon {
	background:none;
	color:#000;
}


.list-view .heading {
	background:none;
    border-bottom: 1px solid #e8e8ed;
}

.list-view .panel:last-child .heading {
    border-bottom: none;
}

.tab-heading .nav_link_icon:after {
    width: 1px;
    height: 11px;
}

.tab-heading .nav_link_icon:before {
    width: 12px;
    height: 2px;
}

/* .cat_size_4 .cat_grid_item_1 .cat_grid_item__overlay { */
    /* padding-top: 125%; */
/* } */

/* .cat_design_1 .cat_grid_item__wrapper { */
	/* min-width:100%; */
/* } */

.check-cust .cart_item {
	border:none;
	overflow:visible;
}

.check-cust.checkout-review-order-table th,
.check-cust.checkout-review-order-table td {
    color: #333;
    margin-bottom: 0;
    font-size: 13px;
    padding: 4px 0px;
}


.check-cust.checkout-review-order-table th.tot,
.check-cust.checkout-review-order-table td.tot {
    font-size: 17px;
}

.check-cust.checkout-review-order-table td:last-child,
.check-cust.checkout-review-order-table th:last-child {
	text-align:right;
}


@media (min-width: 1025px) {
.label_style_rounded .nt_label {
    height: 40px;
    width: 40px;
    font-size: 11px;
}
}

.footer__top_wrap {
	background:none;
    padding: 70px 0 0 0;
}

.footer__top .widget-title {
    color: #fff;
}

.footer-1 {
    background-color: #041e31;
    background-image: url(../images/pt2.png), url(../images/pt2.png);
    background-position: center;
	padding-top:0;
}

.color {
	color: #a5a5a5;
}

.order-dt {
	
}


a.sim-btn {
    font-size: 12px;
    border-radius: 5px;
    border: none;
	line-height:40px;
}

.table-n td {
	border:none;
	border-bottom:1px solid #dee2e6;
	vertical-align:middle;
	padding:10px 10px;
}

.table-n td:first-child {
	padding-left:0;
}

.table-n tr:last-child td {
	border:none;
}

.template-cart .mini_cart_wrap .mini_cart_actions .quantity {
	margin:0;
    margin-top: 15px;
    margin-bottom: 15px;
}

input:not([type="submit"]):not([type="checkbox"]), textarea, select {
    border-color: #ccc;
}

textarea {
    min-height: 120px;
}

@media (min-width: 1200px) {
.modal-xl {
    max-width: 1140px;
}
}


.ox-hidden {
    overflow-x: hidden;
}

.MinHegight {
    height: 500px;
    overflow-y: scroll;
}

.modal-open .modal {
	padding:0 !important;
}

.left-sidebar .nt_filter_block li label {
    color: #222;
    transition: all .3s;
}

.left-sidebar .nt_filter_block li label {
    color: #222;
    transition: all .3s;
}

ul#crnt-select {
    list-style: none !important;
}

#crnt-select li {
    position: relative;
    cursor: pointer;
}

#crnt-select li label {
    cursor: pointer;
    position: relative;
    padding-left: 15px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 1.773;
    margin-right: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    background-color: #fff;
    border-color: #c0ccda;
    color: rgba(27, 46, 75, 0.7);
}

#crnt-select li label:after {
    content: "\f00d";
    width: 10px;
    height: 10px;
    position: absolute;
    top: -3px;
    right: 5px;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 13px;
}

#crnt-select li label:hover, 
#crnt-select li label:focus {
    border-color: #8392a5;
    color: #1b2e4b;
}


.left-sidebar .widget ul.nt_filter_block li {
	padding-left:30px;
	position:relative;
    cursor: pointer;
}

.left-sidebar .widget ul.nt_filter_block li input[type="checkbox"] {
    display: inline-block;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    min-width: 16px;
    border: 1px solid #d4d6d8;
    background: #fff;
    box-shadow: none;
    border-radius: 2px;
    -webkit-appearance: none;
    -webkit-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;
	position:absolute;
	top:4px;
	left:0px;
}


.left-sidebar .widget ul.nt_filter_block li input[type="checkbox"]:checked {
	background:#0e97ff;
	border-color:#0e97ff;
}

.left-sidebar .widget ul.nt_filter_block li .js_agree_ck:checked + label:before,
.left-sidebar .widget ul.nt_filter_block li .js_agree_ck + label:before {
	display:none;
}


.left-sidebar .widget ul.nt_filter_block li input[type="checkbox"]:checked:after {
	content:'';
	width:100%;
	text-align:center;
	color:#fff;
	line-height:16px;
}

.left-sidebar .widget ul.nt_filter_block li .js_agree_ck ~ svg {
    top: 6px;
}


.nt_labels.cw.added-it {
    bottom: 12px;
    top: auto;
    right: 15px;
    margin-right: 0;
}


.nt_labels.cw.added-it .onsale {
    background: green;
    color: #fff;
    border-radius: 0;
    height: 25px;
    padding: 0px 22px;
    width: 55px;
}

.price ins {
    font-size: 16px;
}

.price del {
    position: relative;
    top: -1px;
}

.width__100px {
	width:100px;
}

.height__100px {
	height:100px;
}

.datepicker td, .datepicker th {
    padding: 6px 8px;
}

.datepicker-days .table-condensed,
.datepicker-months .table-condensed,
.datepicker-years .table-condensed,
.datepicker-decades .table-condensed,
.datepicker-centuries .table-condensed  {
	border:none;
}

.input-datepicker {
	color:#000;
}

.datepicker-dropdown {
	z-index:99999 !important;
}


.calendar-icon {
    color: #000;
    font-size: 26px;
    position: absolute;
    top: 38px;
    right: 22px;
}

.pro-img #profile_image {
    left: 0;
    transform: translate(0px, 0) scale(1);
    cursor: pointer !important;
    top: 5px;
}

.remove-btn {
	padding: 0px 15px !important;
    vertical-align: middle;
    margin-top: 6px;
    line-height: 26px;
    margin-right: 6px;
}

.search-form select {
	border-right:none !important;
}

.search-form select, .search-form input {
	border-radius:0 !important;
	background-color:#fff;
	height:55px;
}

.search-form input {
	border-radius:0 !important;
	background-color:#fff;
    font-size: 14px !important;
	background-color:#fff;
	height:55px !important;
    border-color: #ccc!important;
}

.search-form .search_header__submit {
	background:var(--main-color);
	color:#fff;
	border-radius:0;
    border-color: var(--main-color);
	right:0px;
	font-size:14px !important;
	width:120px;
}

.search-form .bg-white {
    border-radius: 18px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 7%);
    margin-bottom: -55px;
	padding:20px 40px;
}

/*** ***/
.price i {
    margin-right: -3px;
}

.price del {
    position: relative;
    top: 0px;
}

.price ins {
    margin-left: -2px;
}

.price_range i {
    margin-right: -4px;
}

.price_range ins {
    color: #222;
    font-size: 22px;
    margin-left: -3px;
}

.price_range ins i {
    margin-right: -9px;
}

.price_range del {
    font-size: 14px;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.price_range span.disDiv {
    font-size: 14px;
    color: #28a745;
    position: relative;
    top: -2px;
    margin-left: 8px;
}

#signin_popup_form input[type="text"] {
    border-radius: 30px;
}

.variations.style__circle .swatch.is-label .swatch_pr_item {
    padding: 5px 16px;
}

.toast-item {
    height: auto;
    background: rgba(227,30,36,0.9);
    opacity: 1;
    -moz-border-radius: 10px;
    -webkit-border-radius: 5px;
    color: #fff;
    padding-top: 19px;
    padding-bottom: 4px;
    padding-left: 11px;
    text-align: center;
    padding-right: 11px;
    font-size: 14px;
    border: 2px solid #2a4a90;
    display: block;
    position: relative;
    margin: 0 0 12px 0;
    font-family: Poppins, sans-serif;
}



.atc-slide:not(.btn_full_true) .single_add_to_cart_button, .atc-slide:not(.btn_full_true) .variations_button {
    width: auto;
    min-width: 155px;
    max-width: 100%;
}

.variations_form .quantity {
    min-width: 155px;
    width: 155px;
    margin-right: 0;
}

.variations .swatch {
	margin-bottom:0.25rem!important;
}

#coupon-modal #promo_code_form {
	width:100%;
}


#coupon-modal input[type="radio"] {
	padding:0;
}

#coupon-modal input[type="radio"]:focus  {
	border-color:#0e97ff;
}

#coupon-modal .check-coupon {
    color: var(--main-color) !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.1px;
    position: absolute;
    top: 0px;
    right: 14px;
    border: none;
    background: none;
    padding: 0;
}

.modal textarea {
    min-height: 4px;
    resize: none;
}

button#resend_otp_p {
    color: #0e97ff;
    padding: 0;
    font-size: 14px;
	opacity:1;
}

button#resend_otp_p:hover {
    color: black;
}

.animation_image {
	background-color: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
	margin:30px 0;
    font-size: 12px;
    border-radius: 5px;
    border: none;
    line-height: 40px;
	font-weight:bold;
    padding: 1px 27px;
    text-transform: uppercase;
}


.btn.cancel{
    background-color: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
    line-height: 36px;
    font-size: 14px;
	font-weight: 700!important;
	margin:0 2px;
}

.btn.cancel:hover {
    background-color: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

.btn.confirm {
    background-color: #28a745;
    color: #fff;
    border-color: #28a745 !important;
    line-height: 36px;
    font-size: 14px;
	font-weight: 700!important;
	margin:0 2px;
}


.btn.confirm:hover {
    background-color: #28a745;
    color: #fff;
    border-color: #28a745 !important;
}
.sweet-alert p {
    font-size: 16px;
}

#crnt-select li {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

#crnt-select li:last-child {
	margin-bottom:30px;
}

.nt_pr h3.product-title {
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/**** SIDEBAR CSS ****/

.sidebar-navigation {
  z-index: 400;
  background-color: #fff;
  width: 100%;
  left: 0;
  top: 0;
}

.sidebar-navigation .title {
  display: block;
  position: relative;
    padding-bottom: 20px;
    margin-top: 0;
    font-size: 18px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    color: var(--text);
}

.sidebar-navigation .title:after {
    content: "";
    width: 60px;
    height: 2px;
    background: #222;
    left: 0;
    bottom: 15px;
    position: absolute;
}

.sidebar-navigation ul {
  margin: 0;
  padding: 0;
}
.sidebar-navigation ul li {
  display: block;
  position:relative;
}
.sidebar-navigation ul li a {
  position: relative;
  display: block;
  padding: 8px 0px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #2e2e2e;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding-left:10px;
}

.sidebar-navigation ul li a.dot {
    position: absolute;
    top: 14px;
    right: 0;
    background: none !important;
}

.sidebar-navigation ul li a em {
  font-size: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
  border-radius: 50%;
    font: normal normal normal 14px/1 fakalles;
}
.sidebar-navigation ul li:hover > a, .sidebar-navigation ul li.selected > a {
  background-color: rgba(0, 0, 0, 0.06);
}
.sidebar-navigation ul li ul {
  display: none;
}
.sidebar-navigation ul li ul li {
  font-weight: 400;
}
.sidebar-navigation ul li ul.open {
  display: block;
}
.sidebar-navigation ul li ul li a {
  color: #495d62;
  border-color: rgba(255, 255, 255, 0.1);
  font-weight: 400;
}
.sidebar-navigation ul li ul li:hover > a, .sidebar-navigation ul li ul li.selected > a {
  background-color: #e6ebed;
}
.sidebar-navigation ul li ul li:hover > a:before, .sidebar-navigation ul li ul li.selected > a:before {
  margin-right: 10px;
}
.sidebar-navigation ul li ul li.selected.selected--last > a {
  background-color: #94aab0;
  color: #fff;
}
.sidebar-navigation ul li ul li.selected.selected--last > a:before {
  background-color: #fff;
}

.subMenuColor1 {
  background-color: #fbfcfc;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}


.cart-height-cust {
    max-height: 500px;
    overflow: hidden !important;
    overflow-y: auto !important;
}


.cart-height-cust::-webkit-scrollbar-track
{
	background-color: #F5F5F5;
	border-radius:5px;
}

.cart-height-cust::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
	border-radius:5px;
}

.cart-height-cust::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border-radius:5px;
}


.sold_out_btn, .sold_out_btn:hover {
    background: #95af2d!important; 
    border-color: #95af2d !important; 
    background: #4856b7!important; 
    border-color: #4856b7 !important; 
}


.style__circle .is-label .swatch_pr_item.is-selected {
    border-color: #333 !important; 
}

.MobileCustomMenu.sidebar-navigation ul li a {
    letter-spacing: .2px;
    font-size: 14px;
    padding: 5px 20px;
    min-height: 50px;
    color: #222;
	font-weight:400;
    line-height: 1.3;
    line-height: 40px;
}

.MobileCustomMenu.sidebar-navigation ul li a.dot {
    letter-spacing: 0px;
    font-size: 14px;
    padding: 0px 20px;
    min-height: 0px;
    color: #222;
	font-weight:400;
    line-height: 1.3;
	border:none;
    top: 26px;
}

.pl__70 {
	padding-left:70px;
}


.title_8 span.left:after {
    margin: 12px 0 15px;
}

.icr {
    position: absolute;
    top: 8px;
    left: 15px;
    font-size: 42px;
    color: #0e97ff;
}

.toast-item {
    background: rgba(14,151,255,0.9) !important;
}

header .w__95.logo_normal {
    width: 140px !important;
}

.footer__top .signup-newsletter-form .submit-btn {
    background-color: #fd0000;
}

.footer__top a, .footer__bot a {
	color:#eee;
}

.footer__top p {
	color:#eee;
}

.single_add_to_cart_button {
    background:#db0713;
    color: #fff;
}


.btn-red {
    background-color: #db0713!important;
    color: #fff !important;
    border-color: #db0713!important;
}

.button.button_primary:hover, .btn-red:hover {
    background: #000!important;
    border-color: #000 !important;
}

.button.button_primary {
    background-color: #db0713!important;
    color: #fff !important;
    border-color: #db0713!important;
}

.button.button_primary:hover {
    background: #000!important;
    border-color: #000 !important;
}

.kalles-quick-view-tpl .sp-pr-gallery__img .nt_bg_lz, .nt_carousel_qv.equal_nt.ratio_img1 .nt_bg_lz {
    padding-top: 100%;
    background-size: cover !important;
}

.logo-slider  .equal_nt.position_1 .nt_bg_lz {
    background-position: center center;
	background-size:contain;	
}

.logo-slider img {
}

.logo-slider .wrap_ins_img {
	transition:all 1s;
}

.logo-slider .wrap_ins_img:hover {
	transform:scale(1.2);
}


.logo-slider img:hover {
}
@media (min-width: 1025px) {
    .kalles-slide-element__pdb-600 {
        padding-top: 500px;
    }
}

@media (max-width: 767px) {
.order-row {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}

.order-row .row {
    display: block;
}

.order-row label {
  display: block;
  width: 100%;
  margin: 5px 0;
}

.order-row label span {
    float: right;
    padding-top: 1px;
}

.order-row .ors, .order-row .col {
  padding-left: 20px !important;
  padding-right: 20px !important;
}


.search-form .search_header__submit {
	right:0px;
}

.search-form select {
    border-right: 1px solid #ccc !important;
}

.wal-border.border-right.pl__50.pr__30.mr__25 {
  padding-right: 11px;
  margin-right: 10px;
}

.single_add_to_cart_button  {
	margin-top:0;
}

.card-bt label {
	margin-bottom:12px;
}


}


