@charset "utf-8";
/* CSS Document */
.modal_cart_body {
	/*overflow:hidden;*/



	overflow-x: auto;
}
.modal_cart_body .custom-red-btn {
	padding: 0 25px;
	font-size: 14px;
}
#myModal2 .modal-header h4 {
	font-size: 18px;
	text-align: center;
}
#myModal2 .modal-header {
	position: relative;
}
#myModal2 .modal-header .close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 29px;
	z-index: 100010;
	margin-right: 0;
	padding: 0;
	line-height:normal;
}
.close_btn {
	width: 24px;
	height: 24px;
	line-height: 20px;
	padding: 0 !important;
	border-radius: 50%;
	font-size: 14px !important;
}
.cart-store-details__store-name {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cart-store-details__total-price {
	font-size: 14px;
	text-align: right;
}
.clear {
	clear: both;
}
.cart-store-details__other-charges {
	font-size: 14px;
}
.text--danger {
	color: #f34343 !important;
}
.cart-items-product:first-child {
	border-top: 1px solid #f8f8f8;
}
.cart-card__img {
	margin-right: 16px;
}
.cart-card__img {
	height: 65px;
	margin-right: 4px;
	position: relative;
	vertical-align: top;
	width: 65px;
	float: left;
}
.cart-items-product__details {
	float: left;
	text-align: left;
	width: 79%;
}
.cart-store-details {
	padding: 6px 20px;
	font-weight: bold;
}
.cart-items-product {
}
.cart-items-product {
	/*border-bottom: 1px solid #f8f8f8;*/
	position: relative;
	padding: 16px 20px 13px;
	background: #FFF;
}
.cart-card {
	padding: 10px 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#owl-trust-pilot .owl-controls .owl-buttons div {
	width: 30px;
height: 30px;
	background: none;
	border-radius: 0;
	color: #acacac;
	opacity: 1;
	text-align: center;
	padding: 0;
	position: absolute;
	top: 55%;
	z-index: 99;
	font-size: 20px;
	background-color: rgba(255,255,255,0.8);
	line-height: 45px;
	margin-top: -45px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(153,150,153,1);
	-moz-box-shadow: 0px 0px 8px 1px rgba(153,150,153,1);
	box-shadow: 0px 0px 8px 1px rgba(153,150,153,1);
}

.add-to-cart--cart-modal {
	/*display: inline-block;*/


	width: 100px;
	float: left;
	
}
.product-items
{
    margin-top:5px;
}

.cart-items span {
	position: relative !important;
}
.cart-items-product__details .product-items .total-price {
	bottom: 2px;
	font-weight: 500;
	position: absolute;
	right: 16px;
  
}
/*.cart-checkout {
	position: absolute;
	bottom: 10px;
	width: 94%;
}*/
.cart-checkout span {
	right: 25px;
	position: absolute;
}
.add-to-cart__dec {
	height: 27px;
	width: 27px;
	border: 1px solid #a09263;
	font-size: 28px;
	line-height: normal;
	padding: 1px;
	border-radius: 50%;
	line-height: 14px;
	text-align: center;
	display: block;
}
.add-to-cart__dec:hover {
	background: #a09263;
	color: #FFF;
}
.add-to-cart__quantity {
	border: none;
	background: none;
}

#fsdf, #wlist_con_inner {
    position: absolute;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    padding-top: 5px;
right: 0px;
   z-index: 99;
}
#cart_count , #w_con
{
    position: relative;
    width: 100%;
display: block;
}
#myModal2 {
    z-index: 105099;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal.right.fade .modal-dialog {
    right: -440px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.left .modal-dialog, .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 440px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.modal.right.fade.show .modal-dialog {
    left: auto;
    margin: 0;
    right: 0;
}
#myModal2 .modal-content {
    background: #eee;
}
.modal.left .modal-content, .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}
.modal-content {
    border-radius: 0;
    border: none;
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    font-size: 14px;
}
.modal.left .modal-body, .modal.right .modal-body {
    padding: 15px 15px 80px;
}
.modal_cart_body {
    overflow: hidden;
    overflow-x: auto;
}
#myModal2 .modal-header {
    position: relative;
}
.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}
/*.cart-checkout {
    position: absolute;
    bottom: 10px;
    width: 92%;
}*/
.btn--full {
    background: #e96125;
    border-radius: 3px;
    border: none;
   background: #000;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    outline: none;
    padding: 13px 12px;
    text-align: center;
    color:#fff;
}
.btn--full {
    display: inline-block;
    width: 100%;
}
.btn--full:hover
{
     background: #000;
     color:#fff;
}
.text-red_cart {
    cursor: pointer;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px;
    height: 20px;
    /*height: 18px;
    background: red;*/
    text-align: center;
    border-radius: 50%;
    color: #000 !important;
    font-size: 12px;
    font-weight: 600;
}
.product-items .new-price {
    padding-top: 0px;
    font-size: 12px;
    float:right;
	padding-left:10px;
}
.filter_details
{
    width:100%;
   
}
.dropdown_autocomplete {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	position: absolute;
	background: #fff;
	width: 100%;
	z-index: 999;
	line-height: 33px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-left: 0px;
	border-radius: 6px;
	border: 2px solid #a09263;
	max-height: 276px;
	overflow: auto;
	margin-top:58px;
}
.dropdown_autocomplete li {
	padding: 5px;
	border-bottom: 1px solid;
	cursor: pointer;
}
.menu-menu-container .nav-list .active_main a{
	border-bottom: 1px solid #FFF;
}
.alt_cls:after, .alt_cls:before{
	display:none !important;
}
.print_details {
    width: 28px !important;
    height: auto !important;
    color: #a09263;
    font-size: 14px;
    position: absolute;
    top: -18px;
}
.print_details:hover
{
	color: #a09263;
}
.color_product_listing li
{
	position:relative;
}
.title_checkout:after
{
display:none;

}
.title_checkout
{
   padding: 5px 10px !important;
   background: #efecec;
}

.category_listing_inner
{
border: 1px solid #ccc;
border-left: none;
border-right: none;
padding: 10px 0px;
}
.header_empty_cart
{
    margin-top:50px; margin-bottom: 50px; max-width: 150px;
}

#accordion_mobile i
{
    font-size: 22px;
}
.checkout_order_image
{
width: 100px;
float: left;
height: auto;
}
.checkout_product_details
{
    width: 235px;
}
.checkout_order_image img
{
    max-width:100%;
    height:auto;
}

.new_in_box {
width: 80px;
height: 30px;
display: block;
position: absolute;
top: 0px;
left: 0px;
z-index: 9;
text-align: center;
font-size: 13px;
text-transform: uppercase;
border: 1px solid #e1dddd ;
line-height: 27px;
color: #000;
}

.checkout_contact_information {
    background: none !important;
    margin-bottom: 2px;
    padding-left: 0 !important;
}
.checkout_already_account
{
    font-size: 11px;
text-align: right;
padding-top: 8px;
}
.checkout_already_account a
{
    color: #494748;
}
#bss-cookie-notice {
    position: fixed;
    display: none;
    z-index: 99;
    padding: 5px 10px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    box-shadow: 3px 3px 15px #222222;
    font-size: 14px;
    max-width: 40%;
}
#bss-cookie-notice .cookie-title {
    margin: 10px 0px;
    font-size: 1rem;
}
#bss-cookie-notice .btn-cookie-accept {
    margin-bottom: 3px;
}
#bss-cookie-notice .btn-cookie {
    font-weight: bold;
    border: none;
    box-shadow: none;
    text-decoration: none;
    padding: 4px  15px;
    border-radius: 3px;
    line-height: 1.6rem;
    display: inline-block;
}

.newsletter_form button {
    color: #FFF;
position: absolute;
right: 0px;
top: 0;
font-size: 24px;
background: none;
border: none;
cursor: pointer;
}
.disabled  a {
    border-radius: 0px !important;
    border: none;
    background: #ede8e0;
    margin: 0px 5px;
    color: #2b2b2b;
}
.page-item.disabled .page-link
{
background-color: #ede8e0;
border-color: #ede8e0;
color: #2b2b2b;
}
.checkout_btn_form .border-btn
{
	text-transform: uppercase;
font-weight: 500;
font-size: 18px;
padding: 4px 68px;
}
#ghytu
{
    width: 25px;
display: block;
}
#load_data_message{
	margin-top:20px;
}
.loader__dot{
	font-size:30px;
}
@keyframes blink {50% { color: transparent }}
.loader__dot { animation: 1s blink infinite }
.loader__dot:nth-child(2) { animation-delay: 250ms }
.loader__dot:nth-child(3) { animation-delay: 500ms }
.review_left
{
    margin-top:15px;
}
.review_right
{
  margin-top:15px;   
}
.review_left img
{
    max-width:100%;
    height:auto;
}
.review_right .item
{
    padding:0px 10px;
}

#trustpilot_review.owl-carousel .owl-nav button.owl-next, #trustpilot_review.owl-carousel .owl-nav button.owl-prev {
	width: 45px;
	background: none;
	border-radius: 0;
	color: #acacac;
	opacity: 1;
	text-align: center;
	padding: 0;
	position: absolute;
	bottom: 40%;
	z-index: 99;
	font-size: 40px;
	margin: -80px 0 0;
}
#trustpilot_review.owl-carousel .owl-nav button.owl-next {
	right: -40px;
}
#trustpilot_review.owl-carousel .owl-nav button.owl-prev {
	left: -40px;
}

.mc-layout__modalContent
{
    border: 1px solid #333;
    max-height: 396px !important;
}
.image_with_sale
{
    position: relative;
}

.image_with_sale .sale_box
{
    top: auto !important;
    bottom: 0;
}
.tgl_mm{
cursor:pointer !important; display: block !important;
}
.bnhtyu{
    color:#F00 !important; border-bottom: 1px solid #f00 !important;
}
/*08-11-2023*/
.c-imge{
	width:60px;
}
.blue{
	color: #003cab;
}
.o-summery p, .card-text p{
	padding: 6px 0;
}
.o-summery .card-body{
  max-height: 250px;
  overflow: auto;

}
.contact-info h3{
	font-size:20px; 
}
.contact-info h4{
	font-size:18px; 
}
.Pwrod{
	background-color: #b07c18;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin: 10px 0;
    padding: 10px 24px;
    line-height: 20px;
    border-radius: 6px;
}
.Pwrod:hover{
	text-decoration:none;
	opacity:0.9;
	color: #fff;
}
.thanku-text p{
	padding:4px 0;
}
.o-summery .card-text, .o-detail .card-text{
	font-size: 13px;
}
.o-detail{
	overflow-y:hidden;
	width:auto;
	margin:20px 0 0 0;
}
.header_alert_box{background:#e00034;border:none;color:#fff;text-align:center;padding:.5rem 1rem .5rem .5rem;border-radius:0;letter-spacing:.1rem;font-size:.9rem;font-weight:600;margin-bottom:0;transition:.4s;top:0;left:0;right:0}.header_alert_box a{color:#fff!important;text-decoration:underline}.alert-dismissible.header_alert_box .close{padding:.2rem 1rem;color:#fff;opacity:1;font-size:30px}.alert-dismissible.header_alert_box .close:focus{box-shadow:none;border:none;outline:0}

@media only screen and (max-width:767px){.header_alert_box{padding-right:2rem}}

div.redirect-switcher-box>div.caption {
    background: #F8F9FB;
    border-radius: 12px;
    cursor: pointer;
    padding: 12.5px 15px 12.5px 60px;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.3px;
    position: relative;
}

div.redirect-switcher-box > div.list {
    position: absolute;
    background-color: #fff;
    width: 100%;
    border-radius: 12px;
    -webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    top: 52px;
    z-index: -1;
    visibility: hidden;
    padding: 10px 0;
}





div.redirect-switcher-box > div.caption img,
div.redirect-switcher-box > div.list>div.item img,
div.redirect-switcher-box>div.caption svg,
div.redirect-switcher-box>div.list>div.item svg {
    position: absolute;
  margin-top: 2.5px;
  left: 15px;
  width: 35px;
  height: auto;
  top: 4px;
}

div.redirect-switcher-box>div.list>div.item span,
div.redirect-switcher-box>div.caption span {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.3px;
    color: #243CBB;
    position: absolute;
    right: 36px;
}

div.redirect-switcher-box>div.list>div.item span {
    right: 20px;
}

.pop-heading{
  font-size: 28px;
  color: #151515;
  font-weight: 400;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.close.custom-close-btn{
	width: 34px;
  height: 34px;
  border-radius: 50% !important;
  border: 1px solid #333;
  position: absolute;
  top: -21px;
  right: -21px;
  background-color: #fff;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .redirect-switcher-box .caption {
    width: 100%;
  }
  div.redirect-switcher-box > div.list > div.item span, div.redirect-switcher-box > div.caption span{
  	display: none !important;
  }
  div.redirect-switcher-box > div.caption{
  	line-height: 1.1rem;
  }
  .pop-heading{
  	font-size: 18px;
  }
}
#size_reset{
 display:none !important;
}
