/*
    Theme Name: Ahavot Theme	
	Description: AHAVOT Website Theme
	Version: 1.0.0
	Author: Siteguru
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
html{
    scroll-behavior: smooth;
}
section.backtotopbutton {
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 1111111;
}
.backtotopbutton {
    opacity: 0;
    transition: all 0.5s;
    height: 0;
    padding: 0;
    display: none;
}
.backtotopbutton.show {
    opacity: 1;
    height: auto;
    display: block;
}
.backtotopbutton.show a{
    transition: all .3s;
}
section.backtotopbutton a {
    box-shadow: 0 1px 4px rgb(0 0 0 / 70%);
    background-color: #fff;
    color: #5c2d7c;
    padding: 10px 13px;
    border-radius: 50%;
}
header.mainheader{
    position: sticky;
    /* width: 100%; */
    z-index: 11;
    top: 0;
}
.sz-navbar-items li{
    list-style: none;
}
a.productlink{
	color: #333333;
}
a.productlink:hover, a.headproductlink:hover{
	text-decoration: none;
}
.headproductlink,a.headproductlink:hover{
	color: #fff !important;
}
.socialicon i{
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    color: #000;
}
.socialicon a:hover {
    text-decoration: none;
}
.socialicon a:hover i{
    color: #5c2d7c;
    text-decoration: none;
}
Section.Hide{
	display: none !important;
}
@media (min-width: 992px) {
	.sz-navbar-items  .active .sz-navbar-item a {
		color: #5c2d7c;
		border-bottom: 2px solid #5c2d7c;
	}
	.banneritem{
		display: flex;
	}
    #billing_email_field{
        margin-right: 6px;
    }
    .woocommerce form.woocommerce-checkout #billing_email_field,
    .woocommerce form.woocommerce-checkout #billing_phone_field{
        width: 49.5% !important;
        display: inline-block !important;
    }
    .woocommerce form.woocommerce-checkout .form-row#billing_first_name_field ,
    .woocommerce form.woocommerce-checkout .form-row#billing_last_name_field{
        margin: 15px 0 0px;
    }
}
body main section.newLetterSection {
    background: linear-gradient(0deg, rgba(52, 34, 63, 0.8), rgba(52, 34, 63, 0.8)), url("images/booksrack.png");
}
.halfbgsection.leftbg::after {
    background-image: url("/wp-content/themes/ahavottheme/images/bannercross.png")  !important;
    left: 49.5%   !important;
}
.halfbgsection.rightbg::after {
	background-image:url("/wp-content/themes/ahavottheme/images/rightbg.png")  !important;
}  
body main section.newLetterSection .newsletterForm__content div.button-wrapper{
	padding: 0;
}
.button-wrapper input{
	width: 100%;
}
.halfbgowl .row.align-center{
	min-height: 400px;
}
.imgsect{
	min-height: 82px;
}

.banneritem{
    flex-direction: row-reverse;
}
body main section.bannersection .bannersection__left {
    justify-content: flex-start;
}
.home .bannersection .bannerCarousel .owl-dots{
	position: absolute;
    left: 50%;
}

@media (max-width: 767px) {
	main.home .bannersection div.bannerCarousel .owl-dots{
		left: 40%;
	}
}
body main section.bannersection .bannersection__left aside p {
    direction: rtl;
}
.bookproductSection p{
	text-align: right;
}
.bookproductSection .productdescription a{
	border: 0;
    display: flex;
    background: transparent;
    color: #5c2d7c;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 20px;
}    
.bookproductSection .productdescription a:hover{
	text-decoration: none;
}
@media (min-width: 767px) {
    .current-menu-item a{
        color: #5c2d7c !important;
        border-bottom: 2px solid #5c2d7c;
    }
    .current-menu-item  ul.sub-menu li.menu-item .sz-navbar-item a{
        color: #333 !important;
        border-bottom: 0px solid #5c2d7c;
    }
    ul.sub-menu .current-menu-item a{
        color: #5c2d7c !important;
        border-bottom: 0px solid #5c2d7c;
    }
}
.pricetag {
    font-weight: 400;
    font-size: 20px;
    color: #050304;
}
.checkoutitems__header {
	margin: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	display: flex;
	justify-content: space-between;
  }
  .checkoutitems__header button {
	background-color: transparent;
	border: 0;
	outline: none;
  }
  .checkoutitems__header span {
	font-weight: 700;
	font-size: 30px;
  }
  .checkoutitems__content {
	padding: 10px;
  }
  .checkoutitems__content__item {
	padding-bottom: 17px;
  }
  .checkoutitems__content__item:nth-last-child(n+2) {
	margin-bottom: 17px;
	border-bottom: 1px solid #cccccc;
  }
  .checkoutitems__content__item__content {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 80px;
  }
  .checkoutitems__content__item__content .remove {
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 20px;
	font-weight: 300;
  }
  .checkoutitems__content__item__content .checkoutProduct__img {
	width: 150px;
	height: 150px;
	border: 1px solid #cccccc;
	margin-left: 20px;
  }
  .checkoutitems__content__item__content .checkoutProduct__img img {
	width: 100%;
  }
  .checkoutitems__content__item__content .checkoutProduct__content {
	font-size: 20px;
	font-weight: 300;
  }
  .checkoutitems__content__item__content .checkoutProduct__content .title {
	font-weight: 700;
	font-size: inherit;
  }
  .checkoutitems__content__item__footer {
	background-color: #F6F6F6;
	padding: 10px;
	margin-top: 17px;
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  .checkoutitems__content__item__footer .items {
	display: flex;
  }
  .checkoutitems__content__item__footer .items .quantity {
	margin-right: 15px;
  }
  .checkoutitems__content__item__footer .price {
	color: #E0007A;
	font-weight: 700;
	font-size: 23px;
  }
  .checkoutitems__footer {
	background-color: #F6F6F6;
	padding: 10px;
  }
  .checkoutitems__footer ul {
	margin: 0;
  }
  .checkoutitems__footer ul:nth-last-child(n+3) {
	border-bottom: 1px solid #cccccc;
  }
  .checkoutitems__footer ul li {
	list-style: none;
	padding: 8px 0;
	display: flex;
	justify-content: space-between;
  }
  .checkoutitems__footer ul li span {
	font-size: 20px;
	font-weight: 300;
	color: #707070;
  }
  .checkoutitems__footer ul li span.b {
	font-weight: 700;
	font-size: 24px;
	color: #000000;
  }
  .checkoutitems__footer button {
	width: 100%;
	padding: 10px;
	font-weight: 700;
	font-size: 34px;
  }
  .xoo-wsc-qtb-square input[type="number"].xoo-wsc-qty {
    border: none;
}
.checkoutitems__content__item {
    flex-wrap: wrap;
}
.checkoutitems__content__item__content, .checkoutitems__content__item__footer{
    width: 100%;
}
.checkoutitems__content__item__content .checkoutProduct__img {
    height: auto;
}
.checkoutitems__content__item__footer .woocommerce-Price-amount.amount{
    color: #5c2d7c !important; 
}
.woocommerce-Price-amount.amount{
    font-weight: 700;
}
.xoo-wsc-footer .xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout{
	background-color: #e3a554;
    color: #333333;
    border-radius: 0px;
	font-size: 20px;
    line-height: 29px;
    font-weight: bold;
}
.xoo-wsc-ft-totals  .xoo-wsc-ft-amt-label {
    flex-grow: 0;
}
.xoo-wsc-footer {
    background-color: #F6F6F6;
}
.xoo-wsc-ft-amt.xoo-wsc-ft-amt-shipping{
    border-top: 1px solid #D2D2D2;
    padding-top: 15px;
    padding-bottom: 9px;
}   
.xoo-wsc-ft-amt-total {
    border-top: 1px solid #D2D2D2;
    padding-top: 15px;
}
.xoo-wsc-icon-pencil{
	display: none;
}
/*.xoo-wsc-slider-modal.xoo-wsc-slider-active .xoo-wsc-slider {
    right: auto;
}*/
.checkoutitems__content__item {
    margin: 0px 10px;
}
.xoo-wsc-product {
    padding: 20px 0px;
}
.xoo-wsc-ft-amt-label {
    padding-right: 0px;
}
.xoo-wsc-sl-apply-coupon input{
    background-color: #fff;
    border-radius: 0 !important;
    border: 0; 
    outline: none !important; 
    box-shadow: 3px 3px 6px 0 #cccccc;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    flex: 0 80%;
}
.xoo-wsc-ft-buttons-cont a:hover{
	background-color: #5c2d7c;
    color: #ffffff;
}
.xoo-wsc-sl-apply-coupon button{
    background-color: #5c2d7c;
    color: #ffffff;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 0 !important;
    border: 0;
    outline: none !important;
    box-shadow: none !important;
}
.checkoutitems__header span.xoo-wsc-undo-item{
    font-weight: 400;
    position: relative;
}
.xoo-wsc-ftx-row.xoo-wsc-ftx-coupon{
    cursor: pointer;
}
body .promocouponshow.xoo-wsc-sl-content{
   /* display: none !important;*/
    transform: translate(9999px);
    opacity: 0;
    height: 0;
    -webkit-transition: height 0.5s linear;
        -moz-transition: height 0.5s linear;
         -ms-transition: height 0.5s linear;
          -o-transition: height 0.5s linear;
             transition: height 0.5s linear;
}
body.xoo-wsc-slider-active .promocouponshow{
    /*display: block !important;*/
    transform: translateX(0);
    transition: opacity 1.5s linear;
    opacity: 1;
    height: auto;
    -webkit-transition: height 0.5s linear;
        -moz-transition: height 0.5s linear;
         -ms-transition: height 0.5s linear;
          -o-transition: height 0.5s linear;
             transition: height 0.5s linear;
}
/*.promocoupon:after {
    content: '\f078';
    position: relative;
    font-family: 'FontAwesome';
    right: 70%;
}*/
.xoo-wsc-ft-extras{
    position: relative;
}
.promocoupon i.fa.fa-chevron-down {
    position: absolute;
    font-family: 'FontAwesome';
    right: 97%;
}
.promocouponshow .xoo-wsc-sl-body {
    padding: 0px;
}
@media only screen and (min-width: 767px) {
    .xoo-wsc-qty-box.xoo-wsc-qtb-square {
        padding: 0px 10px 0px 6px;
    }
    .xoo-wsc-qty-box {
        max-width: 100px;
    }
    .xoo-wsc-icon-check_circle:before {
        position: relative;
        top: 6px;
    }
    .checkoutitems__header span.xoo-wsc-undo-item{
        font-size: 20px;
        top: 8px;
    }
}
.checkoutitems__content__item__footer .items span.pricetext{
    line-height: 40px;
    padding-left: 15px;
    top: 3px;
    position: relative;
}
.xoo-wsc-qty-box.xoo-wsc-qtb-square {
    background: #fff;
}
.xoo-wsc-ft-amt-value .xoo-wsc-toggle-slider {
    cursor: pointer;
    margin-left: 0px;
}
.xoo-wsc-ftx-row.xoo-wsc-ftx-coupon.promocoupon span.xoo-wsc-toggle-slider{
	margin-right: 10px;
}
.xoo-wsc-ft-btn.button.xoo-wsc-ft-btn-continue, .xoo-wsc-ft-btn.button.xoo-wsc-ft-btn-cart{
	background-color: #5c2d7c;
    color: #fff;
    border-radius: 0px
}
@media only screen and (max-width: 767px){
.checkoutitems__header span {
    font-size: 20px;
    line-height: 29px;
}
.checkoutitems__content__item__content .remove {
    left: 0px;
    top: -5px;
    font-size: 15px;
}
.promocoupon i.fa.fa-chevron-down {
    right: 95%;
}
}
.xoo-wsc-ft-extras .fa-chevron-down:before {
    content: "\f078";
}
#hidden-content{
	width: 400px;
	margin-top: -200px;
}
.topFooter__header .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
	background-color: #ffffff !important;
    height: 60px !important;
    width: 100% !important;
    border-radius: 35px !important;
    outline: none;
    padding: 0 35px 0 65px !important;
    font-weight: 400;
    font-size: 16px !important;
    color: #333333 !important;
    border-width: 2px !important; 
    border-style: inset !important;
    border-image: initial;
    border: 1px solid rgb(133, 133, 133)  !important;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-top-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-right-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-bottom-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-left-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}
.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
    opacity: 1;
    fill: #5c2d7c !important;
}
.topFooter__header svg path{
    fill: #5c2d7c !important;
}
.rtl .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
    left: 20px;
    right: auto;
}
.rtl input[type=search].dgwt-wcas-search-input {
    text-align: right;
    direction: ltr;
}
.rtl .dgwt-wcas-preloader {
    right: auto;
    left: 40px;
}
body footer .topFooter__item.group ul li,body footer .topFooter__item p{
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    body main section.bannersection .bannersection__left aside .title.noline{
        padding-bottom: 0px !important;
    }
	.owl-carousel .owl-item  .container.item{
		padding: 0px !important;
	}
    .articlebox figure figcaption .title,.pricetag {
        font-size: 18px  !important;
    }
    .section-title {
       font-size: 30px  !important;
    }
    .theme-btn {
	   font-size: 16px !important;
	}
    .articlebox figure figcaption {
        padding: 15px 20px 0px 20px  !important;
    }
    figcaption.sale span {
        bottom: 0px !important;
		left: 12px !important;
    }
    figcaption.sale {
        right: 50px !important;
    }
    section.firstbanner.bannersection.halfbgsection .owl-nav button span {
        color: #fff !important;
    }
    .centernav {
        padding: 5px 0  !important;
    }
    .mb-5, .my-5 {
        margin-bottom: 1rem !important;
    }
	.bannersection__left aside .title {
		font-size: 32px !important;
	}
    body main section.bannersection .bannersection__left aside .title {
        padding-bottom: 15px  !important;
        margin-bottom: 15px  !important;
    }
   .bannersection__left aside .subtitle {
		font-size: 30px !important;
	}
	.bannersection__left aside p {
		font-size: 18px !important;
	}
    .newsletterForm__header .title {
		font-size: 26px !important;
	}
	.newsletterForm__header {
		font-size: 16px !important;
	}
    body main section.newLetterSection .newsletterForm__content {
        margin-top: -5px;
    }
	.form-group {
		margin-bottom: .1rem !important;
	}
	.newsletterForm__content .input-wrapper input {
		margin-bottom: 12px !important;
	}
	.newLetterSection {
		padding: 35px 0px !important;
	}
    .woocommerce-checkout .newLetterSection {
		padding: 35px 15px !important;
	}
    section.newLetterSection .newsletterForm__content .input-wrapper input {
        height: 40px !important;
        padding: 8px 15px  !important;
    }
	.section-title.heavy {
		font-size: 24px !important;
	}
	.section-title {
		padding-bottom: 20px !important;
		margin-bottom: 20px !important;
	}
	.halfbg, .col-12.col-sm-12.col-md-12.col-lg-6.mob , .sz-navbar-items{
		padding: 0px !important;
	}
    .sz-navbar-items .sz-navbar-item{
        padding: 10px 0px;
    }
    .sz-navbar-items{
        padding: 50px 0px 20px !important;
    }
    .sz-navbar-items li{
        padding: 0px 0px 0px !important;
    }
    body main section.spacing {
        padding: 40px 0 40px;
    }
    .slidesale {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 20px;
    }
    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: flex !important; 
    }
    .owl-carousel .owl-dots.disabled{
        align-items: center;
        justify-content: center;
    }    
    .item.product .articlediv img {
        max-width: 80%;
        margin: 0 auto;
    }
   /* .sz-navbar-items li:hover{
        background-color: #5c2d7c;
        color: #fff !important;
    }
    ul.sub-menu .current-menu-item a{
        color: #5c2d7c !important;
        border-bottom: 0px solid #5c2d7c;
    }
    .sz-navbar-items li:hover{
        background-color: #5c2d7c;
        color: #fff !important;
    }
    .current-menu-item a{
        color: #333 !important;
    }
    ul.sub-menu .current-menu-item a{
        color: #5c2d7c !important;
        border-bottom: 0px solid #5c2d7c;
    }*/
    .sz-navbar-items li:hover a{
        color: #5c2d7c !important;
    }    
    .sz-navbar-items li.menu-item ul.sub-menu li {
        padding: 0px !important;
    }
    .sub-menu::before {
        display: none;
    }
    .sz-navbar-items li.menu-item ul.sub-menu li:first-child{
        border-top: .5px solid rgb(92 45 124 / 50%);
    }
    .sz-navbar-items li:last-child, .sz-navbar-items .sub-menu li:last-child{
        border-bottom: 0px solid rgb(92 45 124 / 50%);
    }
    .sz-navbar-items li#menu-item-11002 {
        border-bottom: 0px solid rgb(92 45 124 / 50%);
    }
    .sz-navbar-items li {
        border-bottom: .5px solid rgb(92 45 124 / 50%);
        width: 100%;
        text-align: right;
    }
    .newsletterForm__content form span.ajax-loader{
        top: 13px !important;
        left: 15% !important;
    }
}   
body main section.newLetterSection .newsletterForm__content .input-wrapper input {
    height: 55px;
    margin-bottom: 20px;
}
.newsletterForm__content form span.ajax-loader{
    position: absolute;
    top: 20px;
    left: 30%;
}
.newsletterForm__content form .button-wrapper,  .sz-navbar-items li{
    position: relative;
}
html {
    margin-top: 0px !important;
}
.sz-navbar .sz-navbar-inner .sz-navbar-items .menu-item:hover ul.sub-menu {
    display: block !important;
    cursor: pointer;
}
.sz-navbar .sz-navbar-inner .sz-navbar-items .menu-item ul.sub-menu {
    display: none;
    margin-top: 22px;
    position: absolute;
    right: -60px;
    left: 0%;
    text-align: center;
    width: 250px;
    padding: 0px!important;
    z-index: 11;
    background-color: #fff;
    box-shadow: 0 0 22px 0 rgb(0 0 0 / 35%);
}
.sub-menu::before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 13px solid #fff;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid transparent;
    position: absolute;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sz-navbar-items li{
    padding: 15px 15px;
}
body header .header-mid a {
    padding: 0px;
}
ul.sub-menu  li.menu-item .sz-navbar-item a{
    padding: 15px 30px;
    display: block;
}
ul.sub-menu  li.menu-item{
    border-bottom: .5px solid rgb(92 45 124 / 50%);
    padding: 0px;
}
ul.sub-menu  li.menu-item:hover{
    background-color: #5c2d7c;
    color: #fff !important;
}
ul.sub-menu  li.menu-item:hover a, .current-menu-item ul.sub-menu  li.menu-item:hover a{
    color: #fff !important;
}
ul.sub-menu  li.menu-item:last-child{
    border-bottom: 0px solid rgb(92 45 124 / 50%);
}
.halfbg.rightbg::after {
    background-image: url('/wp-content/themes/ahavottheme/images/rightbg.png');
    left: 50%;
}
.quantity {
    width: 90px !important;
}
figure .articlediv{
    position: relative;
}
figcaption.sale{ 
    width: 50px;
    height: 50px;
    background-color: #f45690 !important;
    border-radius: 100%;
    color: #000 !important;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
figcaption.sale span{
    position: relative;
    left: 4px;
    bottom: 14px;
}
.header-left li .withbadge{
    cursor: pointer;
}
.slidesale{ 
    width: 135px;
    height: 135px;
    background-color: #f45690;
    line-height: 135px;
    border-radius: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    right: 0;
}
figcaption h4{
    margin-bottom: 0px;
}
/*.articlebox figure figcaption .title {
    min-height: 48px;
}
.prohead figcaption h4{
	min-height: 72px !important;
}*/
figcaption .title, .section-title {
    color: #5c2d7c !important;
}
.section-title::after {
   background-color: #5c2d7c !important;
}
.woocommerce-notices-wrapper{
    max-width: 100%;
    margin: 0 auto;
    width: 1200px;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled],
.woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    background: #5c2d7c;
    color: #fff;
}
.woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
    float: right;
}
.woocommerce a, .woocommerce-info::before{
    color:#5c2d7c;
}
.woocommerce-account main{
    max-width: 1140px;
    position: relative;
    margin: 100px auto;
}
.woocommerce-account  .woocommerce{
    margin-top: 50px;
}
.woocommerce-account ul, .woocommerce-Address-title, .woocommerce-Address address, .woocommerce,
.woocommerce-account h2{
    text-align: right;
}
.woocommerce-info {
    border-top-color: #5c2d7c;
}
.woocommerce-MyAccount-navigation-link.is-active{
    font-weight: 700;
}
.u-column1.col-1.woocommerce-Address{
    max-width: 100% !important;
}
header.woocommerce-Address-title{
    padding: 20px;
}
.u-column1.col-1.woocommerce-Address address{
    padding: 10px 20px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content p{
    padding-right: 15px;
}
.woocommerce-billing-fields__field-wrapper>p>span>input {
    padding: 10px;
}
.woocommerce-EditAccountForm input{
    border: 1px solid #cccccc;
    padding: 5px 10px;
}
.woocommerce form .form-row label {
    padding-left: 10px;
}
.woocommerce form.login{
    border: 1px solid #cccccc;
}
@media (max-width: 991px){
    .sz-navbar-items {
        background-color: #fff !important;
    }
    body header .header-mid a {
        color:  #5c2d7c;
    }
    .sz-navbar .sz-navbar-inner .sz-navbar-items .menu-item ul.sub-menu {
        display: block;
        margin-top: 0px;
        position: relative;
        right: 0px;
        left: 0%;
        text-align: center;
        width: auto; 
        padding: 0px!important;
        z-index: 11;
        background-color: #fff; 
        box-shadow: none; 
    }
}
.menuclose i{
    color:  #5c2d7c;
    position: absolute;
    left: 25px;
    top: 30px;
    font-size: 25px;
}
.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
	display: none !important;
}
.bottomFooter .container{
    display: block;
}
.archive .bannersection__left.bgmobile h3.title,
.archive .bannersection__left.bgmobile  h5.subtitle{
    color: #fff;
}
@media screen and (min-width: 992px){
    .dgwt-wcas-search-input.ui-textinput-hide-clear{
        height: 60px !important;
        padding: 0 35px 0 65px !important;
    }
    body main section.bannersection.halfbgsection .bannersection__left aside .title {
        font-size: 42px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    body main section.bannersection.halfbgsection .bannersection__left aside p {
        font-size: 24px;
    }
    body main section.bannersection.halfbgsection .bannersection__left aside .theme-btn{
        font-size: 20px;
    }
    body main section.bannersection.halfbgsection  .halfbgsectionmargin img{
        max-width: 70%;
        width: auto !important;
		margin: 0px !important;
    }
    body main section.bannersection.halfbgsection .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 0px;
    }
    /*.halfbgsection.leftbg .owl-dots {
        padding: 10px 22% 10px;
    }*/
    .ourchoicesection .articlebox figure img {
        max-width: 50%;
    }
    .ourchoicesection .mb-5{
        margin-bottom: 0rem !important;
    }
    .ourchoicesection .col-12.col-sm-12.col-md-4{
        padding-right: 5px;
        padding-left: 5px;
    }
    .ourchoicesection  figcaption.sale {
        right: 75px;
    }
    .ourchoicesection  .articlebox figure figcaption {
        padding: 15px 20px 1px 20px;
    }
    .ourchoicesection figcaption.sale span {
        bottom: 0px;
		left: 12px !important;
    }
    .ourchoicesection figure {
        margin: 0 0 .1rem;
    }
    body main section.newLetterSection {
        padding: 40px 0;
    }
    body main section.newLetterSection .newsletterForm__content{
        margin-top: 15px;
    }
    body main section.newLetterSection .newsletterForm__header .title{
        font-size: 48px;
    }
    body main section.newLetterSection .newsletterForm__header {
        font-size: 28px;
    }
    section.bannersection.halfbgsection .owl-carousel .owl-nav button.owl-next{
        padding-right: 30px !important;
    }
    section.bannersection.halfbgsection .owl-carousel .owl-nav button.owl-prev{
        padding-left: 30px !important;
    }
    section.bannersection.halfbgsection .owl-carousel .owl-nav button.owl-next span{
        color: #5c2d7c !important;
    }
    section.bannersection.halfbgsection .owl-carousel .owl-nav button.owl-prev span{
        color: #f5f1ed !important;
    }
    .progress .progress-bar {
        animation-name: animateBar;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
        animation-duration: 1s;
    }
    @keyframes animateBar {
        0% {transform: translateX(100%);}
        100% {transform: translateX(0);}
    }
}
.bookarticle img {
    width: auto;
}

@media screen and (max-width: 992px){
    .dgwt-wcas-search-input.ui-textinput-hide-clear{
        height: 50px !important;
        padding: 0 25px 0 50px !important;
    }
    .item.product .articlediv img {
        max-width: 50%;
        margin: 0 auto;
    }
    body main section.bannersection.halfbgsection  .halfbgsectionmargin img{
        max-width: 45%;
        width: auto;
        margin: 0 auto;
    }
    .socialicon i {
        font-size: 24px;
    }
    body header .header-left ul li:nth-child(n+2) {
        padding-right: 15px;
    }
    .sz-navbar-hamburger {
        padding: 8px 10px;
        font-size: 24px;
    }
    .withbadge, .search-wrapper{
        max-width: 65%;
    }
    .badge {
        font-size: 60%;
    }
    section.bannersection.halfbgsection .owl-nav{
        display: none;
    }
    li.imgli{
        padding-right: 5px !important;
    }
    .bookarticle {
        padding-right: 30px;
        padding-left: 30px;
    }
    .woocommerce-billing-fields #billing_city_field, .woocommerce-shipping-fields #shipping_city_field {
        width: 50% !important;
        display: inline-block !important;
    }
    #billing_address_1_field, #shipping_address_1_field {
        padding-right: 5px;
    }
    .loadsbox>.loadsbox__item {
        flex-wrap: wrap;
    }
    .loadsbox__item .progress {
        width: 100%;
    }
    .loadsbox__item label{
        margin: 5px 10px 0 0 !important;
    }
    ul.sub-menu li.menu-item .sz-navbar-item a {
        padding: 0px;
    }
    .sz-navbar-right .sz-navbar-items {
        box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 50%);
    }
    body header {
        padding: 5px 0 5px 0;
    }
    .header-right img {
        max-width: 85%;
    }
    body main section.bookproductSection {
        padding: 0px 0 40px;
    }
    .imgsect {
        min-height: 55px;
    }
    body main section.novelCategories .categories .category img {
        margin-bottom: 10px;
    }
    section.novelCategories figure {
        margin: 1rem 0 1rem;
    }
    body main section.novelCategories .categories .category:nth-last-child(n+2) {
        border-left: 0px solid #f5f1ed;
    }
    body main section.novelCategories .categories .category {
        box-shadow: 0 3px 25px 0 rgb(204 204 204 / 50%);
    }
    /*
    body main section.novelCategories .categories .category:last-child{
        box-shadow: none;
    }*/
}
.newsletterForm .button-wrapper .theme-btn {
    font-size: 26px;
    padding: 8px 25px;
}
body main section.bookproductSection {
    padding: 0px 0 110px;
}
section.bannersection.halfbgsection .owl-nav{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    justify-content: space-between;   
    color: #e3a554 !important;
}
section.bannersection.halfbgsection .owl-nav button{
    outline: none !important;
    border: none !important;
    z-index: 2;
}
section.bannersection.halfbgsection .owl-nav button span{
    font-size: 50px;
    font-weight: 100;
    color: #fff !important;
}
section.bannersection.halfbgsection .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #e3a554;
}
.section-title.heavy {
    font-size: 36px;
}
.minusshow{
    display: none;
}
/*.articlebox figure img{
    min-width: 175px;
}*/
.slidesale {
    width: 100px;
    height: 100px;
    line-height: 100px;
}
.woocommerce table.shop_table.cart.woocommerce-cart-form__contents th {
    padding: 9px 10px;
}
.woocommerce form.woocommerce-checkout .form-row label {
    display: none;
}
.woocommerce form.woocommerce-checkout .form-row {
    margin: 15px 0 15px;
}
.woocommerce form.woocommerce-checkout .form-row-first,
.woocommerce form.woocommerce-checkout .form-row-last
{
    width: 49.5%;
}
.woocommerce form.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 65%;
}
.woocommerce form.woocommerce-checkout .select2-container .select2-selection--single {
    height: 35px;
}
.woocommerce form.woocommerce-checkout  .select2-container--default .select2-selection--single .select2-selection__rendered {
   line-height: 35px;
}
#billing_city_field, #billing_address_1_field, #billing_address_2_field{
    margin: 15px 0 0px;
}
.woocommerce-billing-fields  #billing_city_field, .woocommerce-shipping-fields  #shipping_city_field{
    width: 49.7% !important;
    display: inline-block !important;
}
/*.woocommerce-billing-fields #billing_address_1_field, .woocommerce-shipping-fields  #shipping_address_1_field{
    width: 50% !important;
    display: inline-block !important;
}*/
#billing_address_1_field, #shipping_address_1_field {
    padding-right: 9px;
    position: relative;
    right: 1px;
}
p.form-row.form-row-wide.address-field#billing_address_2_field {
    width: 100%!important;
    display: block !important;
}
.halfbg.rightbg.sect2 .row{
    justify-content: center;
    align-items: center;
}
.xoo-wsch-top.checkoutitems__header button.xoo-wsch-close {
    color: #5c2d7c;
    font-weight: 600;
}

.select2-results__option {
    text-align: right;
    direction: rtl;
    padding-right: 15px;
}
@media screen and (min-width: 300px) and (max-width: 600px){
	.checkout.woocommerce-checkout p.form-row,
	.shipping.woocommerce-shipping p.form-row{
		width: 100%  !important;
		margin: 0px -5px 1rem !important;
		padding: 0px !important;
	}
	#billing_last_name_field{
		right: -10px;
  		position: relative;
	}
	.woocommerce-billing-fields #billing_city_field, .woocommerce-shipping-fields #shipping_city_field{
		  width: 100%  !important;	
	}
	.owl-item .item.product .articlediv img,.removecarousel .item.product .articlediv img{
		height: 200px;
	}
}
.owl-item .item.product .articlediv img,.removecarousel .item.product .articlediv img{
    height: 233px;
    object-fit: contain;
    width: auto !important;
    margin: 0 auto;
}

body section.newLetterSection {
    background: linear-gradient(0deg,rgba(52,34,63,.8),rgba(52,34,63,.8)),url("images/booksrack.png");
}
body section.newLetterSection .newsletterForm {
    color: #fff;
    text-align: center;
}
body section.newLetterSection .newsletterForm__content .input-wrapper input {
    width: 100%;
    height: 70px;
    padding: 15px;
    border-radius: 35px;
    text-align: center;
    color: #b0aeae;
    margin-bottom: 24px;
    outline: none;
    border: 0;
}
body section.newLetterSection .newsletterForm__content .input-wrapper {
    padding: 0 15px;
}
body section.newLetterSection .newsletterForm__content .input-wrapper {
    flex: 1;
}
body section.newLetterSection .newsletterForm__content .inputs-row {
    margin: 0 -15px;
}
@media screen and (max-width: 767px){
    body section.newLetterSection .newsletterForm__content .inputs-row {
        flex-direction: column;
    }
    body section.newLetterSection .newsletterForm__content .inputs-row .input-wrapper {
        width: 100%;
    }
}
body section.newLetterSection .newsletterForm__content div.button-wrapper {
    padding: 0;
}
body.single-product main section.newLetterSection{
	display: none !important;
}
.fancybox-bg {
    background: #5c2d7c  !important;
}
.fancybox-is-open .fancybox-bg {
    opacity: .7  !important;
}
@media screen and (min-width: 992px){
    .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout{
        padding-bottom: 50px;
    }
    body section.newLetterSection {
        padding: 50px 0;
    }
    body section.newLetterSection .newsletterForm__header {
        font-size: 28px;
    }
    body  section.newLetterSection .newsletterForm__header .title {
        font-size: 48px;
        font-weight: 600;
    }
    body section.newLetterSection .newsletterForm__header {
        font-size: 28px;
    }
    .purchaseInfo {
        padding: 20px 40px  !important;
    }
    .authors-quote>.quote {
        padding: 10px 30px  !important;
        margin: 5px 0  !important;
    }
    .authors-quote>.quoteIcon {
        margin-top: 30px  !important;
    }
    .halfbg.rightbg.sect2{
        padding: 30px 40px !important;
    }
    body footer .topFooter {
        padding: 40px 0 25px !important;
    }
    body footer .topFooter__header {
        margin-bottom: 12px !important;
    }
    .halfbgsection.leftbg .owl-dots {
        text-align: center;
        padding: 10px 2% 10px 56%;
    }
}
.purchaseInfo__content {
    padding-bottom: 15px  !important;
    margin-bottom: 15px  !important;
}
.purchaseInfo__content>ul>li>label {
    margin-bottom: 0px !important;
}
.purchaseInfo__footer ul li label {
    margin-bottom: 3px;
}

.purchaseInfo__footer>.theme-btn {
    margin-top: 10px !important;
}
.purchaseInfo__actions {
    margin-top: 20px !important;
}
.custom_radios .form-check-label input + span {
    width: 12px !important;
    height: 12px !important;
}
.authors-quote>.quoteIcon.second {
    margin-top: 10px !important;
}
.authors-quote label {
    font-size: 18px  !important;
}
.ourchoicesection .articlebox figure img,body main section.bannersection.halfbgsection  .halfbgsectionmargin img,
.item.product .articlediv img,.bookarticle img {
    -webkit-box-shadow: 0 12px 6px -6px #717171;
    -moz-box-shadow: 0 12px 6px -6px #717171;
    box-shadow: 0 12px 6px -6px #717171;
}
.bookarticle figcaption,figcaption.sale,.slidesale{
   bottom: -15px;
}
@media only screen and (min-width: 1270px) and (max-width: 1366px) {
    .halfbgsection.leftbg .owl-dots {
        text-align: center;
        padding: 10px 10% 10px 60%;
    }
    .bookproductSection  .container {
        max-width: 1000px !important;
    }
    .bookarticle img{
        max-width: 70%;
    }
    .bookproductSection p {
        font-size: 14px;
    }
    .bookproductSection .productdescription a {
        margin-bottom: 16px;
        font-size: 16px;
    }
    .loadsbox {
        padding: 18px;
    }
    .loadsbox>.loadsbox__item {
        margin-bottom: 8px;
    }
    .loadsbox__item label {
        font-size: 18px;
    }
    .loadsbox__item .progress {
        width: 200px;
        height: 20px;
    }
    .bookproductSection  .section-title.heavy {
        font-size: 34px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .halfbg.rightbg.sect2 .container {
        max-width: 1000px !important;
    }
    .purchaseInfo__footer>ul>li, .purchaseInfo__content>ul>li,.purchaseInfo__actions>.theme-btn, .authors-quote>.title,
    .purchaseInfo__footer .theme-btn, .authors-quote {
        font-size: 18px  !important;
    }
    .purchaseInfo {
        padding: 20px !important;
    }
    .custom_radios .form-check-label {
        font-size: 16px !important;
    }
    .custom_radios .form-check-label input+span {
        width: 11px !important;
        height: 11px !important;
    }
    .halfbg.rightbg.sect2 .halfmargin {
        margin-right: 80px;
    }
    .bookarticle figcaption, .slidesale{
        width: 60px  !important;
        height: 60px  !important;
        line-height: 60px !important;
        font-size: 18px !important;
    }
    .slidesale{
        width: 60px  !important;
        height: 60px  !important;
        line-height: 60px !important;
        font-size: 18px !important;
    }
    .slidesale{
       font-size: 14px !important;
       right: 50px  !important;
    }
    .slidesale.new{
        right: 210px  !important;
    }
}	
@media only screen and (min-width: 1367px) and (max-width: 1600px){
    .halfbg.rightbg.sect2 .container {
        max-width: 1100px !important;
    }
    .halfbg.rightbg.sect2::after {
        left: 50.1%;
    }
    .purchaseInfo__footer>ul>li, .purchaseInfo__content>ul>li,.purchaseInfo__actions>.theme-btn, .authors-quote>.title,
    .purchaseInfo__footer .theme-btn, .authors-quote {
        font-size: 21px  !important;
    }
    .purchaseInfo {
        padding: 20px 30px!important;
    }
}
.bookarticle figcaption {
    width: 75px;
    height: 75px;
    background-color: #f45690;
    line-height: 75px;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    right: 0;
}
.slidesale.new{
    right: 200px;
}
@media screen and (max-width: 992px){
    #customer_details{
        border-left: 0px !important;
    }
    .halfbg.rightbg.sect2 .bgmobile{
        padding: 25px 20px 20px 18px!important;
    }
    body footer .topFooter__item.group ul li {
        margin-bottom: 3px;
    }
    body main section.bannersection .bannersection__left {
        padding: 20px 30px;
    }
    section.firstbanner.bannersection.halfbgsection .owl-nav {
        top: -95px;
    }
    section.halfbgsection .owl-nav {
        top: -80px !important;
    }
    body main section.halfbgsection aside {
        min-height: 220px;
    }
    section.halfbgsection.bannersection.lastsect .owl-nav {
        top: 10px;
    }
    .topFooter__header .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        height: 50px !important;
        padding: 0 25px 0 50px !important;
    }
    body footer .topFooter {
        padding: 35px 0 20px;
    }
    body footer .topFooter__header {
        margin-bottom: 15px;
    }
    body footer .topFooter__item .socialicons {
        margin-bottom: 12px;
    }
    body footer .bottomFooter__inner {
        display: block;
        justify-content: space-between;
        text-align: center;
    }
    body footer .bottomFooter {
        padding: 15px 0 !important;
    }
    .bookarticle figcaption {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
    .slidesale.new {
        right: 250px;
    }
    .loadsbox>.loadsbox__item {
        align-items: flex-start !important;
        flex-flow: column-reverse;
    }
    .slidesale {
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
        bottom: 10px !important;
        right: 75px;
        font-size: 14px;
    }
    .progress.animation .progress-bar {
        animation-name: animateBar1;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
        animation-duration: 1.2s;
    }
    @keyframes animateBar1 {
        0% {transform: translateX(100%);}
        100% {transform: translateX(0);}
    }
    .authors-quote>.quote {
        padding: 0px!important;
        font-size: 20px;
    }
    .authors-quote>.quoteIcon {
        margin-top: 15px !important;
    }
    .bgmobile .authors-quote>.quoteIcon.second {
        margin-top: 0px!important;
    }
    .authors-quote>.title{
        font-size: 22px  !important;
    }
    .purchaseInfo__footer>ul>li, .purchaseInfo__content>ul>li,.purchaseInfo__actions>.theme-btn,.purchaseInfo__footer .theme-btn{
        font-size: 18px  !important;
    }
    .halfbg.rightbg .halfmargin {
        padding: 20px 15px 10px 15px;
    }
    .purchaseInfo__content {
        padding-bottom: 12px !important;
        margin-bottom: 12px !important;
    }
    .owl-item .item.product .articlediv img{
        z-index: 1;
    }
    main section .owl-carousel.centernav .owl-nav.disabled button.owl-prev,
    main section .owl-carousel.centernav2 .owl-nav.disabled button.owl-prev{
        z-index: 2000;
        padding: 10px 20px 10px 0px!important;
    }
    main section .owl-carousel.centernav .owl-nav.disabled button.owl-next,
    main section .owl-carousel.centernav2 .owl-nav.disabled button.owl-next{
        z-index: 2000;
        padding: 10px 0px 10px 20px!important;
    }
    section.bannersection.halfbgsection .owl-nav button.owl-prev{
        padding: 10px 20px 10px 0px!important;
    }
    section.bannersection.halfbgsection .owl-nav button.owl-next {
        padding: 10px 0px 10px 20px!important;
    }
    .xoo-wsc-plus.xoo-wsc-chng, .xoo-wsc-minus.xoo-wsc-chng{
        padding: 8px 10px;
    }
    .sale.new{
        right: 230px !important;
    }
    .halfbgsection .owl-dots {
        padding: 20px 10px 10px;
    }
    .rp_wcdpd_promotion_total_saved_table_row td:before{
        content: 'החיסכון שלך:'  !important;
    }
    body main section.novelCategories {
        padding: 20px 0 70px;
    }
	.bookproductSection h4.section-title{
		padding-top: 20px;
	}
}
.select2-container--default .select2-selection--single .select2-selection__rendered, .selSpotData,
.woocommerce-shipping-totals.shipping label, p.woocommerce-shipping-destination{
     text-align: right  !important;
}
.sale.new{
    right: 135px;
}
.checkout.woocommerce-checkout{
    flex-wrap: wrap;
    justify-content: space-between;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout{
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    text-align: right;
}
#customer_details{
    flex: 0 0 60%;
}
#order_review{
    flex: 0 0 38%;
}
a.authorarctitle, a.authorarctitle:hover{
    color: #333;
    text-decoration: none;
}
.purchaseInfo__footer.text-right ul li:first-child{
    display: none;
}
body.xoo-wsc-cart-active {
    overflow: auto !important;
}
@media only screen and (min-width: 1270px) and (max-width: 1366px) {
    #bookseries-popup .series-heading {
        margin-bottom: 5px !important;
    }
    #bookseries-popup {
        height: 62%  !important;
    }
    .bookseries__carousel .articlebox figure figcaption .title,
    #bookseries-popup .removecarousel .articlebox figure figcaption .title{
        font-size: 12px;
    }
    .bookseries__carousel .articlebox .pricetag,
    #bookseries-popup .removecarousel .articlebox .pricetag{
        font-size: 12px;
    }
    .bookseries__carousel .articlebox figure figcaption,
    #bookseries-popup .removecarousel .articlebox figure figcaption {
        padding: 30px 10px 10px 10px;
    }
    .bookseries__carousel figcaption.sale span{
        left: 3px;
    }
    #bookseries-popup .removecarousel figcaption.sale span{
        left: -3px !important;
    }
    .bookseries__carousel.centernav1 .owl-dots ,
    #bookseries-popup .removecarousel .owl-dots {
        bottom: 72px;
    }
    .bookseries__carousel.centernav1 .owl-dots .owl-dot span,
    #bookseries-popup .removecarousel  .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 3px 5px;
    }
}	
@media only screen and (min-width: 1367px) and (max-width: 1600px){
    #bookseries-popup .series-heading {
        margin-bottom: 10px !important;
    }
    .bookseries__carousel .articlebox figure figcaption .title ,
    #bookseries-popup .removecarousel .articlebox figure figcaption .title {
        font-size: 16px;
    }
    .bookseries__carousel .articlebox .pricetag,
    #bookseries-popup .removecarousel .articlebox .pricetag {
        font-size: 16px;
    }
    #bookseries-popup .removecarousel figcaption.sale span {
        left: -10px !important;
    }
}
@media only screen and (max-width: 767px){
    .halfbgsection  .halfbgowl .row.align-center{
        flex-direction: column-reverse;
    }
	.breadcrumb {
        padding: .75rem 1rem .5rem;
		margin-bottom: 0;
	}
}
.breadcrumb{
    background-color: #fff;
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-top: 16px;
}
.breadcrumbs {
    text-align: right;
    padding: 25px 0 10px;
    color: #5c2d7c;
}
.breadcrumbs__item {
    display: inline-block;
}
.breadcrumbs__item a {
    padding: 0 12px;
    line-height: 1;
    color: inherit;
    position: relative;
    text-decoration: none;
}
.breadcrumbs__item:nth-last-child(n+2) a::after {
    content: ">";
    position: absolute;
    top: 4px;
    left: -5px;
}
.breadcrumbs__item.active{
    font-weight: bold;
}
body footer .bottomFooter {
    background-color: #333;
    padding: 20px 0;
}
.woocommerce .woocommerce-breadcrumb,.woocommerce .woocommerce-breadcrumb a,
.woocommerce-breadcrumb,.woocommerce-breadcrumb a{
    color: #5c2d7c;
}
.woocommerce .woocommerce-breadcrumb a,.woocommerce-breadcrumb a{
    font-weight: 600;
}
.woocommerce .woocommerce-breadcrumb a:hover,.woocommerce-breadcrumb a:hover{
    text-decoration: none;
}
.topFooter__item.group .current-menu-item a{
    color: #fff !important;
    border-bottom: 0px solid #5c2d7c;
}
.tax-bookauthor figcaption.sale {
    background-color: #f45690 !important;
}
.removecarousel{
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex-direction: row-reverse;
}
#bookseries-popup .removecarousel figcaption.sale span {
     left: -9px;
}
.woocommerce .removecarousel div.product , .removecarousel div.product{
    max-width: 20%;
    padding: 0 20px;
}
@media screen and (max-width: 1000px) and (min-width: 952px){
    .woocommerce .removecarousel div.product {
        max-width: 25%;
        padding: 0px;
    }
}
.ui-loader-header, .ui-textinput-search-icon.ui-icon.ui-alt-icon.ui-icon-search,
.ui-textinput-clear-button.ui-corner-all.ui-button.ui-button-icon-only.ui-button-right.ui-textinput-clear-button-hidden{
    display: none;
}
.dgwt-wcas-search-input.ui-textinput-hide-clear{
    background-color: #ffffff!important;
    width: 100%!important;
    border-radius: 35px!important;
    outline: none;
    font-weight: 400;
    font-size: 16px!important;
    color: #333333!important;
    border-width: 2px!important;
    border-style: inset!important;
    border-image: initial;
    border: 1px solid rgb(133,133,133)!important;
    text-align: right !important;
    direction: ltr;
}
#placeholder{
    text-align: right !important;
}
.removecarousel.mob div.product {
    max-width: 100%;
    padding: 0 10px;
}   
.single_term.abt{
    display: flex;
}
.single_term_img.abt{
    width: 50%;
    text-align: center;
}
.single_term_img.abt img{
    height: auto;
    max-width: 100%;
}
.single_term_description.abt{
    width: 50%;
}
.single_term_title.abt h4{
    color: #5c2d7c;
    font-size: 35px;
    font-weight: 700;
    text-align: right;
}
.single_term_title.abt hr{
    width: 60px;
    background: #5c2d7c;
    height: 2px;
    margin-left: auto;
    margin-top: 0;
}
.productdescription.abt{
    text-align: right;
}
.readfulldesc.abt, .closefulldesc.abt{
    text-decoration: none;
    color: #5c2d7c;
    font-size: 17px;
    font-weight: 700;
}
.single_taxonomy.about{
    margin: 50px 0;
}
@media screen and (max-width: 767px){
    .single_term.abt{
        display: block !important;
    }
    .abt.single_term_img, .single_term_description.abt{
        width: 100%;
    }
    .single_term_description.abt {
        margin-top: 35px;
    }
    .single_term_title.abt h4 {
        text-align: center;
    }
    .single_term_title.abt hr {
        margin-right: auto;
    }
	.page-template-default.page-id-877 main{
	   margin: 35px 20px 35px 20px !important;
	}
	#order_review{
		padding: 5px 10px;
	}
}
.select2-search__field{
	text-align: right;
}
.page-template-default.page-id-877 main{
	direction: rtl;
    text-align: right;
    margin: 50px;
}
.woocommerce-checkout h2{
    text-align: right;
    margin-top: 50px;
	margin-right: 20px;
}
.woocommerce-checkout section > div.container{
	padding: 0px;
}
.woocommerce-terms-and-conditions-wrapper label.checkbox {
	display: inline !important;
}
.fancybox-container * {
	box-sizing: border-box;
	z-index: 1000000000000000;
}
section.imagebanner img{
    width: 100%;
    height: auto;
}
button.stockout{
    cursor: not-allowed !important;
}
button.stockout a.archiveaddtocart{
    pointer-events: none;
}
.removecarousel.mob .articlebox figure .articlediv img {
    width: 100% !important;
}
.imagebanner.sect2{
	padding: 70px 0px 35px;
}
.imagebanner.sect2 .container{ 
	 position: relative;
	 min-height: 200px;
}
.imagebanner.sect2 .container .centercontent{
	right: 14.5%;
	max-width: 70%;
	position: absolute;
	/*background: #fff;*/
	background: transparent;
	top: 20%;
	width: 100%;
	padding: 35px 20px;
}
.imagebanner.sect2 .container .centercontent h4{ 
	text-align: center;
	color: #5c2d7c!important;
	font-weight: 700;
	font-size: 36px;
	margin-bottom:30px;
	display: none;
}
.imagebanner.sect2 .container .centercontent p {
	text-align: center !important;
}
.imagebanner.sect2 .container .centercontent p a.theme-btn {
	color: #5c2d7c!important;
	font-size: 18px;
	text-decoration: none !important;
}
@media only screen and (max-width: 767px){
	.imagebanner.sect2 .container .centercontent {
		right: 7.5%;
		max-width: 85%;
		position: absolute;
		background: #fff;
		top: 7.3%;
		width: 100%;
		padding: 40px 10px;
	}
	.imagebanner.sect2 .container .centercontent h4 {
        margin-bottom: 24px;
		font-size: 32px;
	}
	.imagebanner.sect2 {
		padding: 20px 0 35px;
		margin: 0 15px;
	}
}
.newslider .owl-item .item.product .articlediv img, .removecarousel .item.product .articlediv img {
	height: 230px;
}
.articlebox figure figcaption {
	padding: 30px 10px 20px 10px;
}
@media only screen and (min-width: 767px){
	body .header-right img{		
		transition: all 0.3s;
	}
	body.scrolled .header-right img{	
		width: 58px;
		height: auto;		
	}
	body.scrolled header{
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		-ms-transition: height 0.3s;
		-o-transition: height 0.3s;
		transition: height 0.3s;
	}
	body.scrolled  header {
		height: 114px;
		transition: all 0.3s;	
		position: fixed;
		width: 100%;
	}
}
@media screen and (max-width: 992px){
	body .header-right img{		
		transition: all 0.3s;
	}
	body.scrolled .header-right img{	
		width: 50px;
		height: auto;		
	}
	body.scrolled header{
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		-ms-transition: height 0.3s;
		-o-transition: height 0.3s;
		transition: height 0.3s;
	}
	body.scrolled  header {
		height: 75px;
		transition: all 0.3s;	
		position: fixed;
		width: 100%;
	}
}
.single-product .slidesale.new {
    right: 285px;
}
@media only screen and (min-width: 1270px) and (max-width: 1366px){
	.single-product .slidesale.new {
		right: 240px !important;
	}
}
@media only screen and (max-width: 992px){   
    .dgwt-wcas-suggestions-wrapp.woocommerce.dgwt-wcas-has-img.dgwt-wcas-has-headings.js-dgwt-wcas-initialized{
  		max-height: 300px !important;
    	overflow: scroll;
  	}
	.imagebanner.sect2 .container {
		min-height: 200px !important;
	}
	.imagebanner.sect2 .container .centercontent {
        background: transparent !important;
		top: 54% !important;
	}
}
@media only screen and (min-width: 992px){   
	.imagebanner.sect2 .container {
		min-height: 350px !important;
	}
	.imagebanner.sect2 .container .centercontent {
		top: 71% !important;
	}
}