/*
Theme Name: Bino
Theme URI: https://aragon.shakedeal.co.il/
Author: Tiran Moyal
Author URI: https://aragon.shakedeal.co.il/
Description: Custom Design Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Machine, Inverter, shop
Text Domain: bino
*/
body {
    font-family: 'Heebo', sans-serif;
    color: #231f20;
    text-align: right;
    direction: rtl;
    font-size: 1rem;
    font-weight: 400;
}
html{
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4{
    color: #4e2746;
    font-weight: 400;
}
ul,
li,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    border: none;
    padding: 0;
    margin: 0;
}

.cls {
    clear: both;
}
a {
    color: #4E2746;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover {
    color: #4E2746;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
iframe,
object,
embed {
    max-width: 100%;
}
input:focus {
    outline: none;
}
input {
    font-family: 'Heebo', sans-serif;
    text-align: right;
}
textarea {
    font-family: 'Heebo', sans-serif;
    text-align: right;
}
select {
    font-family: 'Heebo', sans-serif;
    text-align: right;
}
.img-fluid{
    width: 100%;
    height: auto;
    display: inline-block;
}

/* mobile menu */

.menuicon {
    position: absolute;
    display: none;
    cursor: pointer;
    right: 10px;
    top: 25px;
}
.floatingnav {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100%;
    background: #fff;
    z-index: 999999999;
}
.mobilemenuheader {
    padding: 20px 10px;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid #4e2746;
}
.mobilelogo {
    float: left;
}
.mobilelogo img {
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 154px;
}
.closemenu {
    float: right;
    padding: 0 0 0 0;
    cursor: pointer;
}
.menubox {
    color: #000;
    padding: 10px 10px 10px 10px;
    text-align: center;
}
.menubox ul li {
    padding: 0 0 5px 0;
    text-align: right;
}
.menubox ul li a {
    font-weight: 300;
    text-decoration: none;
    color: #333;
    font-size: 23px;
    padding-right: 21px;
}
.menubox ul li a:hover {
    text-decoration: none;
    color: #4e2746;
}
.menubox ul li.current_page_item a {
    text-decoration: none;
    color: #4e2746;
}
.menubox ul li.current_page_item ul li a {
    text-decoration: none;
    color: #4e2746;
}

/* sidebar cart */

.floatingcart{
    position: fixed;
    top: 0;
    left: -370px;
    width: 370px;
    height: 100%;
    background: #fff;
    z-index: 999999999;
}
.floatingcartinner{
    padding: 25px 25px;
    overflow: hidden;
}
.cartheader{
    padding: 0 0 0 0;
    text-align: left;
}
.cartclosebox{
    cursor: pointer;
}
.side-cart-productlist{
    position: relative;
    overflow: hidden;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #d4d4d4;
}
.side-cart-productlist-right{
    width: 91px;
    float: right;
}
.side-cart-productlist-right img{
    width: 100% !important;
    height: auto !important;
    display: block !important;
}
.side-cart-productlist-left{
    width: calc(100% - 91px);
    float: left;
}
.side-cart-product-info{
    padding: 0 25px 0 25px;
    overflow: hidden;
}
.side-cart-product-info h3{
    font-size: 16px;
    line-height: 16px;
    padding: 0 0 25px 0;
    font-weight: 700;
}
.side-cart-product-info span{
    color: #4e2645;
}
.remove-cart-item{
    position: absolute;
    left: 0;
    bottom: 25px;
}
.side-cart-sub-total{
    font-size: 18px;
    text-align: center;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #d4d4d4;
    font-weight: 700;
}
.side-cart-buttons{
    overflow: hidden;
    text-align: center;
    padding: 15px 0 0 0;
}
.side-cart-buttons a{
    text-decoration: none;
    display: block;
    background: #bbd7dd;
    color: #121212;
    padding: 15px 5px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.side-cart-buttons a:hover{
    background: #4e2645;
    color: #fff;
}
.empty-cart-message{
    text-align: center;
    font-weight: 700;
    padding: 20px 0;
}

/* main style start */

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 10px;
}
.header-area{
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 100px);
    height: 90px;
    background: #fff;
    padding: 0 50px 0 50px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 3px 8px;
    z-index:9999;
}
.header{
    position: relative;
    padding: 0 10% 0 10%;
}
.header-left{
    width: 100%;
    max-width: 145px;
    position: absolute;
    text-align: left;
    left: 0;
    top: 25px;
}
.cart-icon{
    float: left;
    position: relative;
    margin: 0 20px 0 0;
}
.item-count{
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #4e2746;
    color: #fff;
    border-radius: 50%;
    top: -8px;
    right: -10px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
}
.heart-icon{
    float: left;
    margin: 6px 0 0 0;
    font-size: 23px;
}
.search-icon{
    float: right;
    margin: 5px 0 0 0;
}
.navigation{
    text-align: center;
    padding: 20px 0 0 0;
}
.navigation ul li{
    display: inline-block;
    padding: 0;
    position: relative;
}
.navigation ul li a{
    font-size: 18px;
    font-weight: 300;
    color: #231f20;
    text-decoration: none;
    display: block;
    padding: 12px 15px 12px 15px;
}
.navigation ul li a:hover{
    color: #4E27468C;
}
.navigation ul li.current_page_item a{
    color: #4E27468C;
}
.navigation ul li ul{
    position: absolute;
    text-align: right;
    right: 0;
    top: 45px;
    width: 250px;
    z-index: 99999;
    background: #fff;
    display: none;
}
.navigation ul li ul li{
    display: block;
}
.navigation ul li ul li a:hover{
    background: transparent;
    color: #4E27468C;
}
.navigation ul li.current_page_item ul li a{
    color: #4E27468C;
}
.navigation ul li.current_page_item ul li a:hover{
    color: #fff;
}
.navigation ul li.menu-item-has-children{
    background: url(images/drop-down-arrow.png) no-repeat 0 center;
}
.navigation ul li.menu-item-has-children ul li{
    background: none;
}
.navigation ul li:hover > ul{
    display: block;
}
.header-right{
    position: absolute;
    right: 0;
    top: 25px;
}
.logo img{
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 149px;
}
.headersearchicon img:hover{
	cursor:pointer;
}
.searchicon{
	position:absolute;
	left:41px;
	top:46px;
}
.searchwrap{
	max-width:1160px;
	margin:0 auto;
	padding:0 10px;
}
.headersearcharea{
    position: relative;
    z-index:99999999;
}
.headersearchblock {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding:30px 0 30px 0;
    display: none;
}
.searchclose{
    height:31px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	text-align:right;
}
.searchclose img:hover{
	cursor:pointer;
}
.searchareabox{
	padding:70px 0 5px 0;
	border-bottom:2px solid #000;
	overflow:hidden;
}
.searchbutton{
	float:left;
	text-align:left;
	padding:10px 0 0 0;
}
.searchfield{
	width:90%;
	float:right;
}
.searchfield input{
	font-size:24px;
	width:100%;
	border:none;
	height:45px;
	padding:0 0 0 0;
}
.home-top-area{
    position: relative;
    overflow: hidden;
    margin: 90px 0 0 0;
}
.home-top-banner img{
    width: 100%;
    height: auto;
    display: block;
}
.home-top-overlay{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 140px;
    right: 0;
    z-index: 1;
}
.home-top-overlay h1 {
    font-family: 'The Nautigal', cursive;
    color: #53294a;
    font-size: 80px;
    line-height: 100px;
    padding: 0px 0 0px 0;
	font-weight:100;
}
.shop-now-button{
    padding: 0 0 30px 0;
}
.shop-now-button a{
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 35px 10px 35px;
    background: #ffffff;
    text-decoration: none;
    color: #53294a;
    direction: ltr;
}
.shop-now-button a:hover{
    background: #53294a;
    color: #fff;
}
.home-top-mobile-banner{
    display: none;
    overflow: hidden;
    margin: 90px 0 0 0;
    position: relative;
}
.home-content-area{
    padding: 120px 0 81px 0;
    overflow: hidden;
    background: #f3f4f8;
}
.home-content{
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
}
.home-content h1{
    font-weight: 300;
    font-size: 40px;
    line-height: 45px;
    padding: 0 0 20px 0;
}
.home-content p{
    line-height: 28px;
    padding: 0 0 20px 0;
}
.home-product-area{
    padding: 150px 0 100px 0;
    overflow: hidden;
    background: url(images/bg-pattern.png) repeat-x top left #fff;
}
.featured-area{
    position: relative;
    overflow: hidden;
}
.featured-banner img{
    width: 100%;
    height: auto;
    display: block;
}
.featured-overlay{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 60px;
    right: 0;
    z-index: 1;
    color: #4e2746;
}
.featured-overlay h2{
    color: #53294a;
    font-size:21px;
    line-height: 37px;
    padding: 0 0 10px 0;
}
.featured-overlay p{
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    padding: 0 0 5px 0;
}
.sale-button{
    text-align: center;
    padding: 50px 0 0 0;
    overflow: hidden;
    max-width: 985px;
    margin: 0 auto;
}
.sale-button img{
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 985px;
}
.sale-button img:hover{
    opacity: 0.7;
}
.featured-mobile-area{
    display: none;
    position: relative;
}
.product-slider-area{
    padding: 100px 50px 100px 50px;
    overflow: hidden;
}
.product-slider-inner{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.carosel-product-item{
    margin: 0 0.5% 10px 0.5%;
    width: 19%;
}
.home-contact-area{
    padding: 50px 0 50px 0;
    overflow: hidden;
    background: #0a1225;
}
.home-contact-content{
    text-align: center;
    color: #fff;
}
.home-contact-content h1{
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
    padding: 0 0 0 0;
    color: #fff;
}
.home-contact-content p{
    line-height: 28px;
    padding: 0 0 20px 0;
}
.home-contact-form{
    overflow: hidden;
}
.row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-contact-list{
    width: 32.33%;
    margin: 0 0 15px 0;
}
.form-contact-list input{
    font-size: 16px;
    width: calc(100% - 30px);
    height: 45px;
    color: #000;
    background: #fff;
    border: none;
    padding: 0 15px 0 15px;
    border-radius: 0;
}
.home-contact-form-send{
    padding: 0 0 0 0;
    overflow: hidden;
}
.home-contact-form-send input{
    width: 100%;
    height: 45px;
    cursor: pointer;
    background: #83222b;
    color: #fff;
    font-weight: 500;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
}
.home-contact-form-send input:hover{
    background: #d9ba9b;
    color: #fff;
}

.instagram-feed-area{
    text-align: center;
    padding: 10px 0 50px 0;
    overflow: hidden;
}
.instagram-feed-area h2{
    color: #4e2746;
    font-size: 2rem;
    padding: 0 0 20px 0;
}
.instagram-feed-area img:hover{
    opacity: 0.7;
}
.footer-area{
    background: #0a1225;
    padding: 30px 0 30px 0;
    overflow: hidden;
}
.footer-info{
    overflow: hidden;
}
.footer-info ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-info ul li{
    width: 16%;
    text-align: right;
}
.footer-info ul li a{
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}
.footer-info ul li a:hover{
    color:#7f1c22;
    text-decoration: none;
}
.footer-col-1{
    width: 34%;
    float: right;
}
.widget-title{
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2em;
    padding: 0 0 10px 0;
}
h2.widgettitle{
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2em;
    padding: 0 0 10px 0;
}
.footer-form-box{
    padding: 0 0 0 50px;
}
.footer-form-list{
    padding: 0 0 10px 0;
    overflow: hidden;
}
.footer-form-list input{
    width: calc(100% - 20px);
    height: 44px;
    border: none;
    background: #fff;
    padding: 0 10px 0 10px;
    color: #878787;
}
.footer-form-right{
    width: 48.5%;
    float: right;
}
.footer-form-left{
    width: 48.5%;
    float: left;
}
.footer-form-send{
    overflow: hidden;
    padding: 0 0 0 0;
}
.footer-form-btn{
    float: left;
}
.footer-form-btn input{
    font-size: 15px;
    width: 96px;
    height: 36px;
    float: left;
    text-align: center;
    border: 2px solid #4e2746;
    background: #bbd7dd;
    cursor: pointer;
    color: #4e2746;
}
.footer-form-btn input:hover{
    border: 2px solid #4e2746;
    background: #4e2746;
    color: #fff;
}
.footer-form-note{
    float: right;
    color: #4e2746;
    padding: 10px 0 0 0;
    direction: rtl;
}
.footer-form-note p{
    background: url(images/check-mark-icon.png) no-repeat right 5px;
    padding: 0 20px 0 0;
}
.footer-content p{
    word-break: break-all;
}
.footer-col-2{
    width: 26%;
    float: right;
}
.footer-social-link{
    padding: 10px 0 0 0;
    overflow: hidden;
}
.footer-social-link img{
    margin: 0 0 0 5px;
}
.footer-col-3{
    width: 20%;
    float: right;
}
.footer-col-4{
    width: 20%;
    float: right;
}
.footer-widget ul li{
    padding: 0 0 10px 0;
    line-height: 1.2em;
}
.footer-widget ul li a{
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}
.footer-widget ul li a:hover{
    color:#7f1c22;
    text-decoration: none;
}
.copyright-area{
    background: #4e2746;
    color: #fff;
    padding: 5px 0 5px 0;
    overflow: hidden;
    text-align: center;
    font-size: 19px;
    font-weight: 300;
}
.copyright-area a{
    color:#fff;
    text-decoration: none;
}
.copyright-area a:hover{
    color:#bbd7dd;
    text-decoration: none;
}

/* for category page */

.inner-page-area{
    margin: 90px 0 0 0;
    padding: 50px 0 50px 0;
    overflow: hidden;
    background: #fff;
}
.category-container{
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 10px;
}
.page-title{
    color: #53294a;
    text-align: center;
    font-size: 56px;
    line-height: 27px;
    padding: 0 0 45px 0;
    font-weight: 300;
}
.product-row{
    display: flex;
    flex-wrap: wrap;
}
.single-product-item{
    width: 23%;
    margin: 0 1% 2% 1%;
}
.product-thumb-inner{
    position: relative;
}
.product-thumb-holder img{
    width: 100%;
    height: auto;
    display: block;
}
.product-add-button{
    padding: 0;
}
.product-add-button a{
    padding: 15px 5px 15px 5px;
	background: #0a1225;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.product-add-button a:hover{
    color: #fff;
    background: #83222b;
}
.wishlist-icon{
    position: absolute;
    left: 25px;
    top: 25px;
	z-index:999;
}
.single-product-info{
    padding: 10px 0 0 0;
    overflow: hidden;
}
.single-product-info-left{
    float: left;
    width: 32%;
}
.single-product-info-left a{
	padding: 10px 5px 10px 5px;
	background: transparent;
	display: block;
	color: #4e2746;
	text-decoration: none;
	text-align: center;
	border: 1px solid #4e2746;
}
.single-product-info-left a:hover{
    background: transparent;
    color: #4E27468C;
	border: 1px solid #4E27468C;
}
.single-product-info-right{
    text-align: center;
    padding: 5px 0;
}
.single-product-info-right h2{
    font-size: 24px;
    line-height: 24px;
    padding: 0 0 5px 0;
	font-weight:300;
}
.single-product-info-right p{
    font-size: 27px;
    color: #4e2746;
}
.single-product-info-right p ins{
    color: #BF2B30;
	font-size: 33px;
}

.single-product-item:hover .product-add-button{
    display: block;
}


/* for about page */

.default-area{
    margin: 90px 0 0 0;
    padding: 50px 0 50px 0;
    overflow: hidden;
}
.page-wrap{
    margin: 0 auto;
    max-width: 700px;
}
.page-content h1{
    font-size: 34px;
    line-height: 34px;
    padding: 0 0 30px 0;
}
.page-content p{
    font-size: 18px;
    line-height: 34px;
    margin-bottom:30px;
}

/* for blog page */

.blog-row{
    display: flex;
    flex-wrap: wrap;
}
.single-blog{
    width: 31%;
    margin: 0 1% 3% 1%;
}
.blog-item-inner{
    overflow: hidden;
}
.blog-thumbnail{
    padding: 0 0 20px 0;
    overflow: hidden;
}
.blog-thumbnail img{
    width: 100%;
    height: auto;
    display: block;
}
.blog-item-inner h3{
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    padding: 0 0 20px 0;
}
.blog-item-inner h3 a{
    text-decoration: none;
    color: #383838;
}
.blog-item-inner h3 a:hover{
    color: #4e2645;
    text-decoration: none;
}
.blog-item-inner p{
    font-weight: 300;
    line-height: 24px;
}
.readmore{
    padding: 20px 0 0 0;
    overflow: hidden;
}
.readmore a{
    background: url(images/arrow01.png) no-repeat right center;
    padding: 0 50px 0 0;
    display: inline-block;
    color: #383838;
}
.readmore a:hover{
    color: #4e2645;
}
.pagination{
    text-align: center;
    padding: 0 0 0 0;
    overflow: hidden;
}
.pagination ul li{
    display: inline-block;
    padding: 0 7px 0 7px;
}
.pagination ul li a{
    color: #000;
    margin: 0 0 0 0;
    text-decoration: none;
}
.pagination ul li a:hover{
    color: #4e2645;
}
.pagination ul li.current{
    color: #4e2645;
}

/* for contact page */

.contact-row{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 50px 0;
}
.contact-item{
    width: 23%;
    margin: 0 1% 2% 1%;
    text-align: center;
    color: #333333;
}
.contact-item-icon{
    padding: 0 0 10px 0;
}
.contact-item a{
    color: #333333;
    text-decoration: none;
}
.contact-item a:hover{
    color: #502847;
    text-decoration: none;
}
.contact-form-area{
    overflow: hidden;
}
.contact-form-area h2{
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 2px;
    text-align: center;
    padding: 0 0 50px 0;
}
.contact-form-box{
    max-width: 720px;
    margin: 0 auto;
    background: #ececec;
    padding: 30px 40px 30px 40px;
}
.contact-form-list{
    overflow: hidden;
    padding: 0 0 20px 0;
}
.form-list-left{
    width: 49%;
    float: left;
}
.form-list-right{
    width: 49%;
    float: right;
}
.contact-form-list label{
    font-weight: 500;
    letter-spacing: 1.5px;
    display: block;
    padding: 0 0 10px 0;
}
.contact-form-list input{
    font-size: 16px;
    width: calc(100% - 40px);
    height: 55px;
    border:1px solid #502847;
    color: #502847;
    background: #fff;
    padding: 0 15px 0 15px;
    border-radius: 0;
}
.contact-form-list textarea{
    font-size: 16px;
    width: calc(100% - 40px);
    height: 170px;
    border:1px solid #502847;
    color: #502847;
    background: #fff;
    padding: 15px 15px 15px 15px;
    border-radius: 0;
    resize: none;
}
.contact-form-send{
    text-align: center;
    overflow: hidden;
}
.contact-form-send input{
    width: 180px;
    height: 55px;
    cursor: pointer;
    background: #502847;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
}
.contact-form-send input:hover{
    background: #d9ba9b;
    color: #fff
}

/* for product details page */

.product-details-area{
    overflow: hidden;
}
.product-details-left{
    width: 49%;
    float: left;
}
.product-content{
    padding: 0 0 10px 0;
    overflow: hidden;
}
.cumbtrail{
    padding: 0 0 20px 0;
    overflow: hidden;
}
.product-title {
  font-size: 36px;
  line-height: 38px;
  padding: 0 0 20px 0;
}
.product-content p {
  font-size: 16px;
  line-height: 32px;
  padding: 0 0 20px 0;
}
.product-price{
    padding: 20px 0 20px 0;
}
.product-price h5{
    font-size: 26px;
    line-height: 26px;
    color: #4E2746;
}
.product-sizes-area{
    padding: 0 0 30px 0;
    overflow: hidden;
}
.product-sizes-area h4{
    font-size: 30px;
    line-height: 30px;
    padding: 0 0 20px 0;
}
.size-list-area{
    overflow: hidden;
}
.size-list-area ul li{
    float: right;
    width: 65px;
    border: 1px solid #4E2746;
    text-align: center;
    padding: 5px 0 5px 0;
    border-radius: 5px;
    margin: 0 0 10px 10px;
    cursor: pointer;
}
.size-list-area ul li:hover{
    border: 1px solid #4E2746;
    color: #4E2746;
}
.size-list-area ul li.active{
    border: 1px solid #4E2746;
    color: #fff;
    background: #4E2746;
}
.variation-availability{
    padding: 0 0 20px 0;
    overflow: hidden;
}
.in-stock{
    color: #77a464;
}
.product-add-cart{
    padding: 0 0 20px 0;
}
.qib-container{
    float: right;
    padding: 0 0 0 10px;
}
.add-to-cart-container{
    display: inline-block;
    margin: 0 10px 0 0;
}
.product-add-cart a{
    padding: 6px 20px 6px 20px;
    display: inline-block;
    background: #4e2645;
    text-decoration: none;
    border: none;
    cursor: pointer;
    color: #fff;
    margin: 0 0 0 10px;
    height: auto;
    border-radius: 5px;
}
.product-add-cart a:hover{
    background: #bbd7dd;
}
.product-tab-area{
    padding: 0 0 20px 0;
    overflow: hidden;
}
.tab{
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
}
#tabs {
    width: 100%;
 }
 #tabs li {
    float:right; 
    margin-right:5px; 
    border-top-left-radius:3px;  
    border-top-right-radius:3px;
 }
 #tabs li a{
    font-weight: 700;
    padding: 12px 15px 15px 15px;
    color: #231f20;;
    display:block; 
    text-decoration:none;
    cursor: pointer;
    border-top: 3px solid #d5e4e5;
}
#tabs li a.inactive{
    border-top: 3px solid #fff;
}
.tab-content-area{
    padding: 20px 0 0 0;
    overflow: hidden;
}
.tab-content img{
    width: auto;
    height: auto;
    max-width: 331px;
}

.size-chart-box{
    max-width: 300px;
    border: 1px solid #675565;
    overflow: hidden;
}

.size-chart-list{
    border-top: 1px solid #675565;
    overflow: hidden;
    display: flex;
    text-align: center;
}
.size-chart-list-col{
    width: 20%;
}
.size-chart-info{
    padding: 3px 1px 3px 1px;
    border-right: 1px solid #675565;
    overflow: hidden;
    color: #675565;
    font-weight: 300;
    font-size: 14px;
}
.notopbdr{
    border-top: none;
}
.norightbdr{
    border-right: none;
}
.size-chart-bottom-info{
    text-align: center;
    padding: 5px 0 0 0;
    color: #675565;
    max-width: 300px;
}
.size-chart-bottom-info p{
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
}
.product-details-right{
    width: 49%;
    float: right;
    direction: ltr;
}
.product-larg-pic{
    overflow: hidden;
    padding: 10px 0 10px 0;
}
.product-larg-pic img{
    width: 100%;
    height: auto;
    display: block;
}
.product-thumb-area{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}
.product-thumb-item{
    width: 23%;
    margin: 0 1% 2% 1%;
}
.product-thumb-holder img{
    width: 100%;
    height: auto;
    display: block;
}

/* for default page */

.default-page-title{
    background: none;;
    padding: 40px 0 17px 0;
    margin: 90px 0 0 0;
    overflow: hidden;
    text-align: center;
}
.default-page-title h1{
    font-size: 70px;
    font-weight: 300;
    line-height: 60px;
}
.no-mrgin{
    margin: 0 0 0 0;
}
.wpcf7-spinner{
    display: block;
}
.yith-wcwl-add-button .delete_item{
    text-indent: 999999px;
}
.xoo-wsc-img-col{
    margin: 0 0 0 10px;
}
.xoo-wsc-body{
    margin: 0 15px;
}
.xoo-wsc-product{
    padding: 10px 0;
}
.xoo-wsc-ft-buttons-cont{
    border-top: 1px solid #eee;
    padding: 10px 0 0 0;
    overflow: hidden;
}
.xoo-wsc-ft-buttons-cont a{
    text-decoration: none;
    display: block;
    background: #bbd7dd;
    color: #121212;
    padding: 15px 5px;
    font-weight: 700;
    margin: 0 0 0 0;
}
.xoo-wsc-ft-buttons-cont a:hover{
    background: #4e2645;
    color: #fff;
}
a.xoo-wsc-ft-btn-continue{
    display: none;
}
a.xoo-wsc-ft-btn-cart{
    display: none;
}
.xoo-wsc-body{
    flex-grow: 0;
}
.xoo-wsc-footer {
    padding: 0 20px;
}
.qib-button{
    cursor: pointer;
}
.btn-outline-primary, .btn-primary{
    background: #4e2645;
    padding: 0 15px 0 15px;
    cursor: pointer;
    height: 35px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    border:none;
}
input#coupon_code{
    height: 35px;
    width: auto;
}
textarea#order_comments{
    height: 150px;
}
.wc-proceed-to-checkout a{
    background: #4e2645;
    padding: 10px 15px 10px 15px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
.input-text {
    height: 35px;
}
.yith-wcwl-items-count{
    position: relative;
}
.heartcount{
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #4e2746;
    color: #fff;
    border-radius: 50%;
    top: -12px;
    right: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
}
.wishlist_table .product-add-to-cart a{
    height: auto;
    padding: 5px 15px 5px 15px;
}
.wishlist_table .product-add-to-cart a:hover{
    background: #bbd7dd;
    color: #fff;
}

/* for details gallery */

.woocommerce-product-gallery{
    position: relative;
    overflow: hidden;
    display: flex;
}
.flex-viewport{
    direction: rtl;
    width: 90%;
}
.flex-control-thumbs{
    margin:0;
    width: 10%;
}
.flex-control-thumbs li{
    width: 98%;
    float: right;
    margin: 0 1% 2% 1%;
}
.flex-control-thumbs li img{
    width: 100%;
    max-width: 53px;
    height: auto;
    display: block;
    opacity: 0.5;
}
.flex-control-thumbs li img:hover{
    opacity: 1;
	cursor: pointer;
}
.flex-control-thumbs li img.flex-active{
    opacity: 1;
}
.woocommerce-product-gallery__trigger{
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 0;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
    backface-visibility: hidden;
}
.woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    right: 9px;
    box-sizing: content-box;
}
.woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    right: 22px;
    transform: rotate(45deg);
    box-sizing: content-box;
}
th.label{
    display: block;
    text-align: center;
    padding: 0 0 10px 0;
}
.woo-variation-items-wrapper{
    display: block;
}
ul.variable-items-wrapper{
    display: flex;
    flex-wrap: wrap;
}
ul.variable-items-wrapper li{
    width: auto;
    margin: 0 0 5px 5px;
    text-align: center;
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    line-height: 30px;
}
.button-variable-item span{
    padding: 0 5px;
}
ul.variable-items-wrapper li.selected{
    background: #4e2746;
    color: #fff;
    border: 1px solid #4e2746;
}
.woocommerce-variation-availability{
    padding: 5px 0 5px 0;
}
img.wp-smiley, img.emoji{
    display: none !important;
}
.reset_variations{
    margin: 5px 0 0 0;
}
.woocommerce-product-gallery__image img{
    width: 100%;
    height: auto;
    display: block;
}
.product-details-left .woocommerce-variation-price{
    display: none;
}
.woocommerce-variation-add-to-cart .single_add_to_cart_button.disabled {
    cursor: not-allowed;
    opacity: .5;
}
p.in-stock{
    margin-top: .8em;
    margin-bottom: .8em;
}
p.out-of-stock{
    margin-top: .8em;
    margin-bottom: .8em;
    color: red;
}

.product-attributes-area{
    max-width: 635px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}
.product-attributes-list{
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}
.product-attributes-list-right{
    width: calc(25% - 1px);
    float: right;
    border-left: 1px solid #e5e5e5;
    padding: 12px 0 12px 0;
    text-align: center;
}
.product-attributes-list-right h4{
    font-weight: 700;
}
.product-attributes-list-left{
    width: calc(75% - 30px);
    float: right;
    padding: 12px 15px 12px 15px;
}
.graybg{
    background: #f9f9f9;
}
.nobdr{
    border-bottom: none;
}
.woocommerce-variation-add-to-cart{
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-variation-add-to-cart .input-text{
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    width: 3.631em;
    text-align: center;
    height: 27px;
    padding: .3em;
    vertical-align: top;
    margin-left: 10px;
}
.threecolumn{
	width:32.33%;
	float:right;
	padding:0 0 0 1%;
}
#order_review .woocommerce-checkout-review-order-table{
	width:32.33% !important;
	float:right;
	padding:0 0 0 1%;
}
#order_review .woocommerce-checkout-payment{
	width:33.33% !important;
	float:left;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
	display:flex;
}
.woocommerce ul#shipping_method li{
	display:flex;
}
td.product-name{
	display:flex;
}
table.woocommerce-checkout-review-order-table td.cart-subtotal{
	display:flex;
}

/* for new home design */

.home-banner-overay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}
.overlay-center{
	position:absolute;
	width:100%;
	height:100%;
	top: 0;
	left: 0;
	color:#fff;
	margin:0;
	z-index:1;
}
.overlay-content-inner{
	width:100%;
	position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slider-top-content{
    text-align: right;
    direction: rtl;
    float: left;
}
.slider-top-content h4{
    color: #ee4667;
    font-size: 20px;
    line-height: 20px;
    padding: 0 0 15px 0;
    font-weight: 700;
}
.slider-top-content h1{
    color: #000000;
    font-size: 70px;
    line-height: 70px;
    padding: 0 0 15px 0;
    font-weight: 700;
}
.slider-top-content p{
    color: #333c56;
    font-size: 18px;
    line-height: 18px;
    font-style: italic;
    padding: 0 0 20px 0;
}
.slider-shop-button{
    padding: 0;
}
.slider-shop-button a{
    display: inline-block;
    text-decoration: none;
    padding: 10px 25px 10px 25px;
    color: #343332;
    border: 2px solid #343332;
}
.slider-shop-button a:hover{
    background: #ee1c47;
    color: #fff;
    border: 2px solid #ee1c47;
}
.block-heading{
    text-align: center;
    padding: 0 0 30px 0;
}
.block-heading h2{
    color: #edeff0;
    font-size: 65px;
    line-height: 65px;
    padding: 0 0 0 0;
    font-weight: 700;
    font-style: italic;
}
.block-heading h4{
    color: #000;
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
}
.testimonial-area{
    padding: 50px 0 100px 0;
    overflow: hidden;
}
.testimonial-container{
    max-width: 870px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    direction: ltr;
}
.testimonial-item{
    text-align: center;
}
.author-thumbnail{
    padding: 0 0 0 0;
}
.author-thumbnail img{
    width: 100%;
    height: auto;
    max-width: 100px;
    border-radius: 50px;
}
.author-feedback{
    padding: 45px 30px 30px 30px;
    overflow: hidden;
    background: url(images/feedback-quote-icon.png) no-repeat 40px 0;
}
.author-feedback p{
    line-height: 30px;
    color: #707070;
}
.author-info h4{
    font-size: 20px;
    line-height: 20px;
    color: #000;
    padding: 0 0 0 0;
}
.author-info p{
    color: #aeaeae;
}
.testimonial-container .owl-controls{
    width: 100%;
    position: absolute;
    top: 55%;
    right: 0;
}
.blog-area{
    padding: 0 0 30px 0;
    overflow: hidden;
}
.blog-item{
    width: 31.33%;
    margin: 0 1% 20px 1%;
}
.blog-item .readmore a{
    background: url(images/arrow02.png) no-repeat left 5px;
    padding: 0 0 0 50px;
}

.product-add-button .add-to-cart-container{
    display: block;
    margin: 0 0 10px 0;
}
.product-add-button .btn-outline-primary, .btn-primary{
    height: auto !important;
}

.product-extra-info{
    padding: 0 0 0 0;
    overflow: hidden;
}
.product-extra-info ul li{
    padding: 2px 0 2px 0;
    color: #000;
    list-style-type: disc;
    list-style-position: inside;
}
.product-extra-info ul li span{
    color: #acafb1;
}
.product-extra-info ul li strong{
    color: #000;
}
.product-add-cart form.cart{
    display: flex;
    flex-wrap: wrap;
}
.product-add-cart form .quantity{
    margin: 0 0 0 10px;
}
.product-other-info{
    padding: 30px 0 0 0;
    overflow: hidden;
}
.product-other-info h4{
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    padding: 0 0 15px 0;
}
.product-other-info ul li{
    background: url(images/bullet-check-icon.png) no-repeat right 0;
    padding: 0 30px 10px 0;
}

.product-add-cart .quantity .input-text{
    padding: 0 30px 0 10px;
}

