/*
Theme Name: Raw Edge Outfit
Theme URI: https://www.rawedgeoutfit.com
Author: Tiran Moyal
Author URI: https://www.rawedgeoutfit.com
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: Clothing, Fashion, Apparel
Text Domain: rawedgeoutfit
*/

body {
    font-family: "Alumni Sans", sans-serif;
    color: #000;
    text-align: left;
    font-size: 20px;
}
* {
    margin: 0;
    padding: 0;
}
ul,
li,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
img {
    border: none;
    padding: 0;
    margin: 0;
}
.cls {
    clear: both;
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: 400;
}
a {
    color: #000;
    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: #cc8119;
    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: "Alumni Sans", sans-serif;
    text-align: left;
}
textarea {
    font-family: "Alumni Sans", sans-serif;
    text-align: left;
}
select {
    font-family: "Alumni Sans", sans-serif;
    text-align: left;
}
.img-fluid {
    width: 100%;
    height: auto;
    display: inline-block;
}

/* mobile menu */

.menuicon {
    display: none;
    cursor: pointer;
    right: 0;
    top: 30px;
    position: absolute;
}
.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 #cc8119;
}
.mobilelogo {
    float: left;
}
.mobilelogo img {
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 150px;
}
.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;
}
.menubox ul li a {
    font-weight: 300;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    padding-right: 21px;
}
.menubox ul li a:hover {
    text-decoration: none;
    color: #cc8119;
}
.menubox ul li.current_page_item a {
    text-decoration: none;
    color: #cc8119;
}
.menubox ul li.current_page_item ul li a {
    text-decoration: none;
    color: #000;
}

/* for search overlay */

.search-overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.8); /* Black with a little bit see-through */
}
.search-overlay-content {
    position: relative;
    top: 46%;
    width: 90%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}
.search-overlay-form{
    width: calc(100% - 20px);
    max-width: 80%;
    margin: 0 auto;
    padding: 0 10px;
}
.search-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}
.search-overlay .closebtn:hover {
    color: #ccc;
}
.search-overlay-form input[type=search] {
    width: calc(75% - 2px);
    height: 60px;
    border: none;
    border: 1px solid #fff;
    color: #fff;
    font-size: 25px;
    line-height: 1.5;
    text-align: center;
    background: none;
    padding: 10px 0;
}
.search-overlay-form input[type=submit] {
    float: right;
    width: calc(25%);
    height: 60px;
    background: #ddd;
    font-size: 25px;
    border: none;
    cursor: pointer;
    text-align: center;
}
.search-overlay-form input[type=submit]:hover {
    background: #bbb;
}

/* main style start */

.row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}
.no-mrgn{
    margin: 0;
}
.product-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5%;
}
.row-reverse{
    flex-direction: row-reverse;
}
.space-between{
    justify-content: space-between;
}
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px;
}
.headerarea {
    height: 100px;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.header {
    position: relative;
    height: 100px;
}
.header-left {
    position: absolute;
    left: 0;
    top: 22px;
}
.logo {
    margin: 0 0 0 0;
}
.logo img {
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 214px;
}
.navigation {
    text-align: center;
    padding: 30px 0 0 0;
}
.navigation ul li {
    display: inline-block;
    position: relative;
    margin: 0 25px 0 25px;
}
.navigation ul li a {
    font-size: 24px;
    display: block;
    padding: 5px 0 40px 0;
    text-decoration: none;
    color: #000;
}
.navigation ul li a:hover {
    color: #cc8119;
    text-decoration: none;
}
.navigation ul li.current_page_item a {
    color: #cc8119;
    text-decoration: none;
}
.navigation ul li ul{
    display: none;
    position: absolute;
    width: 225px;
    top: 70px;
    left: -10px;
    background: #fff;
    z-index: 9999;
}
.navigation ul li ul li{
    margin: 0;
    display: block;
    text-align: left;
}
.navigation ul li ul li a{
    display: block;
    color: #000;
    text-decoration: none;
    padding: 5px 10px;
}
.navigation ul li ul li a:hover{
    background: #cc8119;
    color: #fff;
}
.navigation ul li.current_page_item ul li a {
    color: #000;
    text-decoration: none;
}
.navigation ul li.current_page_item ul li a:hover {
    background: #cc8119;
    color: #fff;
}
.navigation ul li ul li ul{
    width: 225px;
    top: 0;
    left: 225px;
}
.navigation ul li:hover > ul{
    display: block;
}
.header-right {
    position: absolute;
    right: 0;
    top: 35px;
}
.header-right-inner{
    display: flex;
    flex-wrap: wrap;
}
.search-icon{
    cursor: pointer;
    padding: 0 10px 0 10px;
}
.heart-icon{
    padding: 0 10px 0 10px;
    position: relative;
}
.wishlist-count{
    position: absolute;
    top: -6px;
    right: -6px;
}
.wishlist-count span{
    height: 22px;
    padding: 0 8px;
    background: #f10909;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.user-icon{
    padding: 0 10px 0 10px;
}
.cart-icon {
    padding: 0 10px 0 10px;
    position: relative;
}
.cart-order{
    position: absolute;
    top: -6px;
    right: -6px;
}
.cart-order span{
    height: 22px;
    padding: 0 8px;
    background: #cc8119;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.home-banner-area{
    position: relative;
    overflow: hidden;
}
.home-banner img{
    width: 100%;
    height: auto;
    display: block;
}
.home-category-area{
    padding: 30px 0;
    overflow: hidden;
}
.category-item{
    width: 24%;
    margin: 0.5% 0.5% 0.5% 0.5%;
}
.category-item-inner{
    position: relative;
}
.category-thumbnail{
    overflow: hidden;    
}
.category-thumbnail img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}
.home-product-area{
    padding: 30px 0;
    overflow: hidden;
}
.heading-area{
    background: #fcf4e9;
    text-align: center;
    padding: 40px 0 40px 0;
    margin: 0 0 5px 0;
}
.heading-area h1{
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    color: #cc8119;
    text-transform: uppercase;
}
.heading-area h5{
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0 0 10px 0;
}
.home-product-item{
    width: 15.66%;
    margin: 0.5% 0.5% 0.5% 0.5%;
}
.product-inner{
    position: relative;
    overflow: hidden;
}
.product-thumbnail{
    overflow: hidden;
    position: relative;
}
.product-thumbnail img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}
.product-info{
    font-size: 16px;
    position: absolute;
    bottom: 0;
    color: #000;
    width: 100%;
    text-align: center;
}
.product-price > div{
    font-size: 16px;
    text-align: center;
    background: #fff;
    color: #000;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 3px 10px;
    width: fit-content;
    margin: 0 auto;
}
.product-price strike{
    color: #a9a9a9;
    font-size: 16px;
}
.product-price .woocommerce-Price-amount{
    color: #000;
    font-weight: 700;
}
.our-partner-area{
    padding: 30px 0;
    overflow: hidden;
}
.our-partner-content{
    text-align: center;
}
.our-partner-content h2{
    font-size: 35px;
    line-height: 35px;
    padding: 0 0 10px 0;
}
.our-partner-content h3{
    font-size: 30px;
    line-height: 35px;
    padding: 0 0 10px 0;
}
.join-us-area{
    padding: 30px 0;
    overflow: hidden;
}
.join-us-banner{
    overflow: hidden;
}
.join-us-banner img{
    width: 100%;
    height: auto;
    display: block;
}
.footer-area{
    background: #eeeeec;
    padding: 70px 0 0 0;
    overflow: hidden;
}
.footer-inner{
    padding: 0 0 70px 0;
    overflow: hidden;
}
.footer-col{
    width: 23%;
    margin: 1% 1% 1% 1%;
}
.footer-info{
    padding: 0 20px 0 0;
    overflow: hidden;
}
.footer-info h2{
    font-size: 35px;
    line-height: 35px;
    padding: 0 0 20px 0;
    text-transform: uppercase;
}
.footer-info h4{
    font-size: 28px;
    line-height: 28px;
    padding: 0 0 20px 0;
    text-transform: uppercase;
}
.footer-info ul li{
    padding: 2px 0;
}
.footer-info p{
    padding: 0 0 10px 0;
}
.social-link{
    overflow: hidden;
    padding: 10px 0 0 0;
}
.social-link img{
    padding: 0 10px 0 0;
}
.copyright-info{
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #e3e3e3;
    color: #8f8f8f;
}

/* for about page */

.default-page-area{
    padding: 50px 0;
    overflow: hidden;
}
.page-content{
    overflow: hidden;
}
.page-content h3{
    font-size: 45px;
    line-height: 50px;
    padding: 0 0 20px 0;
    font-weight: 700;
}
.page-content h4{
    font-size: 35px;
    line-height: 40px;
    padding: 0 0 20px 0;
    font-weight: 700;
}
.page-content h5{
    font-size: 30px;
    line-height: 35px;
    padding: 0 0 20px 0;
    font-weight: 700;
}
.page-content p{
    font-size: 20px;
    line-height: 26px;
    padding: 0 0 20px 0;
}

/* for contact page */

.contact-page-area{
    padding: 50px 0;
    overflow: hidden;
}
.contact-left{
    width: 65%;
}
.contact-form-list{
    padding: 0 0 10px 0;
    overflow: hidden;
}
.contact-form-list input{
    width: calc(100% - 22px);
    height: 40px;
    padding: 0 10px;
    border: 1px solid #c2bdbd;
    color: #55595c;
    font-size: 20px;
    border-radius: 5px;
}
.contact-form-list textarea{
    width: calc(100% - 22px);
    padding: 10px 10px;
    height: 100px;
    border: 1px solid #c2bdbd;
    color: #55595c;
    font-size: 20px;
    resize: none;
    border-radius: 5px;
}
.contact-form-send{
    padding: 0;
}
.contact-form-send input{
    width: 150px;
    height: 40px;
    border: none;
    background: #cc8119;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    text-align: center;
    border-radius: 5px;
}
.contact-form-send input:hover{
    background: #000;
    color: #fff;
}
.contact-right{
    width: 32%;
}
.contact-info{
    overflow: hidden;
}
.contact-info h5{
    font-size: 30px;
    line-height: 35px;
    padding: 0 0 20px 0;
    font-weight: 700;
}
.contact-info p{
    font-size: 20px;
    line-height: 26px;
    padding: 0 0 20px 0;
}

/* for faq page */

.faqarea{
    padding: 20px 0;
    overflow: hidden;
}
.faqlist{
    margin: 0 0 10px 0;
    overflow: hidden;
}
.faqlist h3{
    background: #f5f5f5;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    padding: 10px 25px;
    border-radius: 5px;
}
.faqlist h3:hover{
    color: #cc8119;
}
.faqlist h3.active{
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #cc8119;
}
.faqcontent{
    background: #fff;
    border: 1px solid #dfdfdf;
    border-top: none;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 20px 25px;
    overflow: hidden;
}
.faqcontent p{
    font-size: 20px;
    line-height: 26px;
    padding: 10px 0 10px 0;
}

/* for category page */

.product-category-area{
    padding: 30px 0;
    overflow: hidden;
}
.category-left{
    width: 25%;
}
.sidebar{
    overflow: hidden;
}
.sidebar-widget{
    padding: 0 0 20px 0;
    overflow: hidden;
}
.sidebar-widget h4{
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    padding: 10px 20px 10px 20px;
    color: #000;
    font-size: 26px;
    margin: 0 0 15px 0;
}
.sidebar-widget ul li{
    position: relative;
    margin: 5px 0;
}
.sidebar-widget ul li a{
    color: #00aeef;
    font-weight: 700;
    padding: 8px 20px 8px 10px;
    display: block;
    text-decoration: none;
}
.sidebar-widget ul li a:hover{
    background: #f3f4f6;
}
.sidebar-widget ul li ul{
    padding: 0 20px 0 30px;
}
.sidebar-widget ul li ul li a{
    color: #000;
    text-decoration: none;
    font-weight: 400;
    padding: 8px 0 8px 10px;
}
.sidebar-widget ul li span{
    float: right;
    display: inline-block;
    background: #f3f4f6;
    border-radius: 20px;
    padding: 2px 10px 2px 10px;
    font-weight: 400;
}
.category-right{
    width: 73%;
}
.product-search-box{
    position: relative;
    margin: 0 0 15px 0;
}
.product-search-box-input input{
    width: calc(100%);
    height: 50px;
    padding: 0 20px 0 50px;
    border: 1px solid #d9d9d9;
    font-size: 20px;
    color: #999999;
    border-radius: 10px;
}
.product-search-box .search-product{
    width: 17px;
    height: 19px;
    cursor: pointer;
    position: absolute;
    left: 15px;
    top: 15px;
    background: url(images/search-button.png) no-repeat 0 0;
    font-size: 0;
    border: none;
}
.product-category-item{
    width: 23%;
    margin: 1% 1% 1% 1%;
}
.product-category-inner{
    position: relative;
    border: 1px solid #eeeeee;
    border-radius: 5px;
}
.product-category-thumbnail{
    overflow: hidden;
    position: relative;
}
.product-category-thumbnail img{
    width: 100%;
    height: auto;
    display: block;
}
.product-category-thumbnail img:hover{
    opacity: 0.8;
}
.product-category-info{
    padding: 15px 15px;
    overflow: hidden;
    text-align: center;
}
.product-category-info h3{
    font-size: 20px;
    line-height: 22px;
    padding: 0 0 0 0;
}
.product-category-info .product-price{
    padding: 0 0 10px 0;
}
.product-category-info .product-price > div{
    background: none;
    font-size: 20px;
}
.product-category-info .product-price strike{
    font-size: 20px;
}
.add-to-cart a{
    background: #000;
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
}
.add-to-cart a:hover{
    background: #ff3f6c;
    color: #fff;
}
.add-to-cart button{
    background: #000;
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    border: none;
    cursor: pointer;
}
.add-to-cart button:hover{
    background: #ff3f6c;
    color: #fff;
}
.wc-block-cart__submit-container a{
    background: #000;
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    border: none;
    cursor: pointer;
}
.wc-block-cart__submit-container a:hover{
    background: #ff3f6c;
    color: #fff;
}

/* for product details page */

.product-details-area{
    padding: 30px 0;
    overflow: hidden;
}
.product-details-left{
    width: 47%;
}
.product-gallery-area{
    position: relative;
    overflow: hidden;
}
.product-gallery-holder{
    overflow: hidden;
}
.product-gallery-holder img{
    width: 100% !important;
    height: auto !important;
    display: block !important;
}
.product-details-right{
    width: 51%;
}
.product-details-inner{
    padding: 20px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
}
.product-title{
    padding: 0 35px 15px 0;
    position: relative;
}
.product-title h1{
    font-size: 37px;
    line-height: 42px;
}
.product-details-inner .product-price{
    text-align: left;
    font-size: 25px;
    padding: 0 0 10px 0;
}
.product-details-inner .product-price strike{
    font-size: 25px;
}
.product-size-area{
    overflow: hidden;
    padding: 0 0 0 0;
}
.product-size-area h4{
    padding: 0 0 10px 0;
}
.product-size-area ul li{
    display: inline-block;
    margin: 0 10px 10px 0;
    width: auto;
    min-width: 60px;
    padding: 5px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #9e9e9e;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.1s ease-in-out;
}
.product-quantity-box{
    padding: 10px 0 0 0;
}
.product-quantity-box form{
    display: flex;
    flex-wrap: wrap;
}
.product-quantity-left{
    margin: 0 20px 0 0;
}
.product-quantity-box button{
    background: #000;
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    border:none;
    cursor: pointer;
    margin: 0 5px 0 5px;
}
.product-quantity-box button:hover{
    background: #f44336;
    color: #fff;
}
.section-divider{
    border-top: 1px solid #e5e5e5;
    margin: 15px 0;
}
.return-policy-box{
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fafafa;
    padding: 15px 15px;
    font-size: 20px;
    margin-bottom: 15px;
    overflow: hidden;
}
.return-toggle{
    cursor: pointer;
}
.return-toggle h4{
    background: url(images/arrow-01.png) no-repeat right 5px;
    font-size: 25px;
    line-height: 25px;
}
.return-toggle.active h4{
    background: url(images/arrow-02.png) no-repeat right 5px;
}
.return-highlights ul{
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 0 0;
}
.return-highlights ul li{
    font-size: 17px;
    padding: 0 15px 0 20px;
    background: url(images/bullet-icon-01.png) no-repeat 0 3px;
}
.return-policy{
    padding: 20px 0 0 0;
    overflow: hidden;
}
.return-policy h4{
    padding: 0 0 10px 0;
    font-weight: 700;
}
.return-policy p{
    padding: 0 0 10px 0;
    line-height: 25px;
}
.product-details-info{
    overflow: hidden;
}
.product-details-info p{
    padding: 0 0 10px 0;
    line-height: 25px;
}
.product-details-info ul li{
    padding: 0 0 5px 0;
    list-style-type: disc;
    list-style-position: inside;
}
.product-details-info ol li{
    padding: 0 0 5px 0;
    list-style-type:decimal;
    list-style-position: inside;
}
.product-size-chart-area{
    padding: 20px 0 0 0;
    overflow: hidden;
}
.product-size-chart-area h4{
    padding: 0 0 20px 0;
    font-weight: 700;
}
#tabs ul{
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
#tabs ul li{
    display: inline-block;
    margin: 0 1px -1px 0;
    background: #e9e9ed;
    border: 1px solid #dddddd;
    border-bottom: none;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 18px;
}
#tabs ul li a{
    display: block;
    padding: 8px 20px;
    text-decoration: none;
}
#tabs ul li.ui-tabs-active{
    background: #fff;
}
.size-chart-content table{
    width: 100%;
    border: 1px solid #8f8f8f;
}
.size-chart-content table tr{
    border: 1px solid #8f8f8f;
}
.size-chart-content table td, .size-chart-content table th {
    padding: 5px;
}
.product-heading-area{
    margin: 0 0 10px 0;
    border-bottom: 1px solid #000;
    padding: 0 0 10px 0;
}
.product-heading-area h1{
    font-size: 25px;
    line-height: 30px;
}


/* extra class */

ol.flex-control-thumbs{
    display: flex;
    flex-wrap: wrap;
    margin: 5px -1% 0 -1%;
}
ol.flex-control-thumbs li{
    width: 23%;
    margin: 1% 1%;
    cursor: pointer;
}
ol.flex-control-thumbs li img.flex-active{
    opacity: 1;
}
.woocommerce-product-gallery__trigger{
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    text-indent: 9999px;
    border-radius: 100%;
    box-sizing: content-box;
    backface-visibility: hidden;
}
.woocommerce-product-gallery__trigger::before {
    content: "";
    display: none;
    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: none;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    right: 22px;
    transform: rotate(45deg);
    box-sizing: content-box;
}
.product-quantity-box .qib-button-wrapper button.qib-button, .product-quantity-box .qib-button-wrapper div.quantity.wqpmb_quantity{
    height: auto !important;
}
.error-msg{
    background: #f44336;
    color: #fff;
    padding: 10px 10px;
    overflow: hidden;
}
.error-msg h4{
    color: #fff;
    font-size: 20px;
    line-height: 20px;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name{
    font-size: 25px;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata, .wc-block-components-order-summary .wc-block-components-order-summary-item__description p{
    font-size: 20px;
}
.wc-block-components-order-summary .wc-block-cart-item__prices{
    font-size: 25px;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{
    font-size: 22px;
}
.wc-block-components-product-metadata .wc-block-components-product-metadata__description > p, .wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data{
    font-size: 22px;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices{
    font-size: 25px;
}
.wc-block-components-formatted-money-amount{
    font-size: 22px;
}
.product-quantity-box ul.variable-items-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.product-quantity-box ul.variable-items-wrapper li{
    display: inline-block;
    margin: 0 10px 10px 0;
    width: auto;
    min-width: 40px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #9e9e9e;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.1s ease-in-out;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-quantity-box ul.color-variable-items-wrapper li{
    display: inline-block;
}
.product-quantity-box ul.variable-items-wrapper li.selected{
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
th.label{
    display: block;
    padding: 0 20px 0 0;
    font-size: 22px;
}
tr.wc-block-cart-items__header span{
    font-size: 22px;
}
.qib-button-wrapper .quantity input.input-text.qty.text{
    height: 30px !important;
}
.wc-block-components-product-details__name, .wc-block-components-product-details__value{
    font-size: 22px;
}
h2.wc-block-cart__totals-title{
    font-size: 30px;
}
.product-category-info .add-to-cart table.variations{
    display: none !important;
}
.woocommerce-variation-price{
    padding: 0 0 10px 0;
    font-size: 28px;
    direction: rtl;
}
span.variable-item-span-color{
    display: inline-block;
    height: 25px;
    width: 100%;
}
.wishlist-icon{
    position: absolute;
    right: 5px;
    top: 5px;
}
.wishlist-icon span.yith-wcwl-add-to-wishlist-button__label{
    display: none;
}
.page-content .woocommerce .row{
    margin: 0 !important;
    justify-content: space-between !important;
}
.page-content .woocommerce .row .u-column1{
    width: 46%;
}
.page-content .woocommerce .row .u-column2{
    width: 46%;
}
.page-content .woocommerce .woocommerce-FormRow button.btn-outline-primary{
    background: #000;
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    border:none;
    cursor: pointer;
    margin: 0 5px 0 5px;
}
.page-content .woocommerce .woocommerce-FormRow button.btn-outline-primary:hover{
    background: #f44336;
    color: #fff;
}
.page-content .woocommerce .form-row button.btn-outline-primary{
    background: #000;
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    border:none;
    cursor: pointer;
    margin: 0 5px 0 5px;
}
.page-content .woocommerce .form-row button.btn-outline-primary:hover{
    background: #f44336;
    color: #fff;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset{
    padding: 15px;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm button.btn-outline-primary{
    background: #000;
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    border:none;
    cursor: pointer;
    margin: 20px 5px 0 5px;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm button.btn-outline-primary:hover{
    background: #f44336;
    color: #fff;
}
.slider-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    left: 0;
}
.align-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.slider-button{
    text-align: center;
}
.slider-button a{
    background: #000;
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 26px;
    border:none;
    cursor: pointer;
}
.slider-button a:hover{
    background: #f44336;
    color: #fff;
}
.product-row .wp-block-wpp-popular-products .wppPopularProducts{
    display: flex !important;
    flex-wrap: wrap;
    grid-gap: 0px 0px !important;
}
.product-row .wppProduct{
    width: 15.66%;
    margin: 0.5% 0.5% 0.5% 0.5%;
}
.product-row .wppProduct .productOnSale{
    display: none;
}
.product-row .wppProduct .productAddToCartArea a{
    background: #000 !important;
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    border:none;
    cursor: pointer;
}
.product-row .wppProduct .productAddToCartArea a:hover{
    background: #f44336;
    color: #fff;
}
#wppPopularProducts-ac88ffcf-1 .wppProduct .productPrice{
    font-size: 20px !important;
}