/* === General === */

::selection { background: #31020B; color: #f5244a;}
::-moz-selection { background: #31020B; color: #f5244a; }
::-webkit-selection { background: #31020B; color: #f5244a; }

/* Redesign: */
/*
.main-content {
    background-attachment: fixed;
    background-image: url(../img/pillowfights-shop-background.png);
} */

.blueimp-gallery>.indicator {
    margin: 0 20px;
}

.blueimp-gallery>.next,
.blueimp-gallery>.prev {
    margin-top: -60px;
}

/*  woocommerce buttons */
.woocommerce .button{
    text-transform: uppercase;
    line-height: 1.2;
    padding: 13px 22px!important;
    border-radius: 5px!important;
    transition: all 300ms ease-in-out;
    text-align:center;
}


.woocommerce .button:focus{
    outline:none;
}
.woocommerce a.button{
    /*font-size: 12px;*/
    /*letter-spacing: 1.4px;*/
    background-color:#222;
    /*color:#fff;*/
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 30px 25px -20px rgba(0, 0, 0, 0.15);

    border: 1px solid transparent;
    color: #fff;
    padding: 1.818181em 3.6864em!important;
    letter-spacing: 1.4px;
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
}

.woocommerce .button:hover{
    background-color:#f5244a!important;
    color:#fff!important;
    box-shadow: 0 36px 28px -20px rgba(0, 0, 0, 0.7)!important;
}

.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.button.alt,
.woocommerce form.woocommerce-EditAccountForm input[type=submit],
.woocommerce-edit-address input[type=submit] {
    /*border: 1px solid #f5244a!important;*/
    /*background-color: #f5244a;*/
    border: 1px solid rgba(207, 9, 44, 0.95)!important;
    background-color: rgba(207, 9, 44, 0.95);
    color: #fff;
    font-size: 12px;
    padding: 22px 40px!important;
    letter-spacing: 1.4px;
    font-weight: 700;
    box-shadow: 0 30px 25px -20px rgba(0, 0, 0, 0.15);
}
.woocommerce .button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce form.woocommerce-EditAccountForm input[type=submit]:hover,
.woocommerce-edit-address input[type=submit]:hover {
    /*background-color:#fff!important;*/
    background-color: #f5244a!important;
    /*border:1px solid #ddd!important;*/
    border:1px solid #f5244a!important;
    /*color:#25282c!important;*/
    color: #fff!important;
    box-shadow: 0 36px 28px -20px rgba(0, 0, 0, 0.7);
}

.woocommerce .button.wc-backward {
    padding: 22px 40px!important;
}    

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: #0c0c0f;
    color: #fff;
    /*padding: 1.5em 2em 4em 3.5em!important;*/
    box-shadow: 0 30px 25px -20px rgba(0, 0, 0, 0.85);
    border-radius: 8px;
    margin: 0 0 3.5em!important;
}

.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message,
.woocommerce-cart .woocommerce-error,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-message {
    background-color: #000;
    color: #fffafb;
}

 .woocommerce-error:before,
 .woocommerce-info:before,
 .woocommerce-message:before {
    top: 1.5em;
}

 .woocommerce-error,
 .woocommerce-info {
   padding: 1.5em 2em 1.5em 3.5em!important; 
}

 .woocommerce-error {
    border-top-color: #CF092C;
}

 .woocommerce-error:before {
    color: #CF092C;
}

 .woocommerce-info {
    border-top-color: #266DD3;
}
 .woocommerce-info:before {
    color: #266DD3;
}

 .woocommerce-message {
    border-top-color: #23CE6B;
    /*padding: 1.5em 2em 1.5em 3.5em!important;*/ padding: 1.5em 2em 4em 3.5em!important;
    /*box-shadow: 0 30px 25px -20px rgba(0, 0, 0, 0.85);
    border-radius: 8px;*/
}

 .woocommerce-message:before {
    color: #23CE6B;
}

.woocommerce-message a.button,
.woocommerce-error a.button{
    background:none!important;
    /*color:#f5244a;*/
    color: #999;
    /*font-size:14px;*/
    font-size: 12px!important;
    font-weight: 600!important;
    letter-spacing: 1px;
    padding:0!important;
    line-height:1.57!important;
    float: none!important;
    position: absolute!important;
    bottom: 24px;
    transition: all 300ms ease-in-out;
}

.woocommerce-message a.button:hover,
.woocommerce-error a.button:hover{
    /*color:#f5244a!important;*/
    color: #fff;
    text-decoration: none; /*text-decoration: underline;*/
    background:none!important;
}



/* product carousel css fix*/
ul.products.owl-carousel li{
    float:none!important;
    width:100%!important;
}

.woocommerce .price ins{
    text-decoration: none;
}

/*woocommerce forms*/
.woocommerce form .form-row{
    margin-bottom: 12px; /*margin-bottom:20px;*/
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    padding: 40px 20px;
}

@media (max-width: 480px) {
    .woocommerce form .form-row {
        width: 100%;
        margin-bottom: 24px;
    }
}

.woocommerce form .form-row label{
    /*text-transform:uppercase;*/
    /*font-weight:600;*/
    color: #999;
    /* color: #fff; */
    font-family: 'Comfortaa', Georgia, serif;
    font-size: 14px;
    font-weight: 400;
    text-shadow: 0px 2px 2px #000;
    text-transform: uppercase;
    /* border-bottom: 1px solid #2A2A2A; */
    /*padding: 10px 15px;*/
    /* letter-spacing: 0.4px; */
}

.select2-container .select2-choice{
    /*border: 1px solid #F5F5F5;*/
    border-color:transparent!important;
    padding: 0 15px;
    font-size: 14px; /*font-size: 12px;*/
    color: #fff;
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
    background-color:#222;
}
.select2-drop{
    background-color:#222;
    color:#fff;
    border: 1px solid #333!important; /*border:2px solid #999!important;*/
    box-shadow: 0 30px 25px -20px rgba(0, 0, 0, 0.85);
}

.select2-drop-active{
    border:none
    
}

.select2-dropdown-open .select2-choice{
    box-shadow: none
}

.select2-results, .select2-no-results{
    background-color:#222!important;
    color:#fff;
}

.select2-results .select2-highlighted{
    background-color:#999;
    color:#fff;
}

.select2-search .select2-input{
    background-color:#222;
    color:#fff;
    border-color:#999;
    border-bottom-width: 1px;
    margin-bottom: 12px;
    margin-top: 8px;
}


.woocommerce-info::before{
    font-family: Pillowfights;
    content: "\e908";
}


.woocommerce-password-strength.bad {
    background-color: #CF092C;
    margin-bottom: 12px;
}
/* end woocommerce forms */




/* === End General ===  */

/* === Single product ===  */

/*Single Product breadcrumbs*/
.breadcrumbs-wrapper{
    background-color: #2a2a2a; /*background-color:#F5F5F5;*/
    margin-bottom:50px;
}
.woocommerce .woocommerce-breadcrumb{
    padding:25px 0;
    margin:0;
}
.woocommerce .woocommerce-breadcrumb, 
.woocommerce .woocommerce-breadcrumb a{
    font-size:14px;
    line-height:22px;
    text-transform: uppercase;
    color:#25282c;
    font-weight: 600;
}
.woocommerce .woocommerce-breadcrumb a:hover{
    color:#f5244a;
}

/*show icon in home link*/
.woocommerce-breadcrumb a:first-child{
    margin-right:-3px;
}
.woocommerce-breadcrumb a:first-child::before { 
    content:"\f015";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}    

.woocommerce-breadcrumb__delimiter::before{
    content: "\00bb";
    color:#868686;
    padding:0 10px;
    font-family: times, serif;
    font-size: 20px;
    font-weight: normal;
}

/* Single product descriptions links customization */

.woocommerce div.product div.summary div[itemprop='description'] a,
.woocommerce div.product .woocommerce-tabs .panel a {
    font-weight: bold;
    /*border-bottom: 1px solid #ccc;*/
}

.woocommerce div.product div.summary div[itemprop='description'] a:hover,
.woocommerce div.product .woocommerce-tabs .panel a:hover {
    border-color: #f5244a;
}

/*Single product images*/

@media(min-width:769px){
    .single-product div.product div.images{
        /*width:45%;*/
        width: 55%;
    }
}
.single-product div.product div.images{
    /*margin-bottom:55px;*/
    margin-bottom: 72px;
    position:relative;
    margin-top: 36px;
}

@media (max-width: 768px) {
    .single-product div.product div.images {
        margin-bottom: 24px;    
    }
}

.rf-single-product-images-carousel.owl-carousel .owl-stage-outer {
    box-shadow: 0 30px 25px -20px rgba(0, 0, 0, 0.85);
    border-radius: 8px 0 0 8px;    
}

@media (max-width: 768px) {
    .rf-single-product-images-carousel.owl-carousel .owl-stage-outer {
        border-radius: 8px;
    }    
}

.single-product-images__zoom{
    position: absolute;
    /*top:10px;*/
    top: 12px;
    /*left:10px;*/
    right: 16px;
    z-index:100;
    width:35px;
    height:35px;
    line-height: 35px;
    text-align:center;
    /*border-radius: 100%;*/
    /*background-color:#fff;*/
    /*border:1px solid #ccc;*/
    /*border:1px solid #999;*/
    border: none;
    cursor: pointer;
    color: #666;
    font-size: 29px;
}

.single-product-images__zoom:hover {
    color: rgba(207, 9, 44, 0.95);
    font-size: 35px;
}

.woocommerce div.product div.images div.thumbnails{
    padding-top:10px;
}
.woocommerce-page div.product div.thumbnails a{
    /*margin-right:10px;*/
    margin-right: 6px;
    box-shadow: 0 25px 25px -20px rgba(0, 0, 0, 0.85);
}

.woocommerce-page div.product div.thumbnails a img {
    border-radius: 4px;
}

.single-product .images .thumbnails a{
    transition: opacity .25s ease-in-out;
}
.single-product .images .thumbnails a:not(.rf-single-product-images-selected-thumb){
    opacity:0.7;
}
.single-product .images .thumbnails a:hover{
    opacity:1;
}

/*we need this because woocommerce styles the image with width and max-width:100% and easyzoom does not work*/
.easyzoom-flyout img{
    vertical-align: bottom;
    width: auto!important;
    max-width:none;
}



/*End single product images*/

.woocommerce div.product div.summary {
    background: #0C0C0F;
    box-shadow: 0 30px 25px -20px rgba(0, 0, 0, 0.85);
    border-radius: 8px;

}

@media(min-width:769px){
    .woocommerce div.product div.summary{
        /*width:55%;   */
        width: 45%;
         /*padding-left:30px;*/
        padding: 36px;
        /*position: absolute;*/
        /*right: 6px;*/
        min-height: 631px;
        /*z-index: 9999;*/
    }
}

@media (max-width: 768px) {
    .woocommerce div.product div.summary {
        padding: 30px;
    }
}

.woocommerce div.product .product_title{
    /*font-size:36px;*/
    font-size: 29px; /*font-size: 35px;*/
    /*margin-bottom:40px;*/
    margin-bottom: 24px; /*margin-bottom:48px;*/
    margin-top: 12px; /*margin-top: 24px;*/
    /*font-weight: 600;*/
    font-weight: 300;
    line-height: 1.37931;
    text-shadow: 0px 2px 2px #000;
}

.woocommerce div.product p.price{
    font-size: 29px;/*font-size: 35px;*/ /*font-size:29px;*/
    /*line-height:58px;*/
    /*color: #f5244a;*/
    color: #fff;
    /*letter-spacing: 4px;*/
    letter-spacing: 2px;
    font-weight: 600;
    /*margin-bottom:5px;*/
    margin-bottom: 24px;
    text-shadow: 0px 2px 2px #000;
}

@media (max-width: 390px) {
    .woocommerce div.product .product_title,
    .woocommerce div.product p.price {
        font-size: 24px;
    }
}

.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins {
    font-weight: 600;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    opacity: 1;
    font-size: 24px;
    color: #999;
    font-weight: 300;
    letter-spacing: normal;   
}

.woocommerce div.woocommerce-variation-price{
    margin-bottom:6px;
}
.woocommerce div.woocommerce-variation-price span.price{
    color: #f5244a;
    font-weight:600;
    font-size:25px;
    letter-spacing: 3px;
}

.woocommerce div.woocommerce-variation-availability{
    margin-bottom:25px;
}

.woocommerce div.product div.summary div[itemprop='description']{
    /*line-height:1.8;*/
    line-height: 1.571428;
    /*margin-bottom:35px;*/
    margin-bottom: 30px; /*margin-bottom: 48px;*/ /*margin-bottom: 36px;*/
    color: #999;
}

@media (max-width: 1199px) {
    .woocommerce div.product div.summary div[itemprop='description'] {
        margin-bottom: 36px;
    }    
}

/*add to cart quantity input*/
.woocommerce .quantity{
    position:relative;
    width:100%;
    max-width:120px;
   
}

.woocommerce div.product form.cart div.quantity {
    margin: 8px 24px 24px 0;  
}

.woocommerce .quantity .qty{
    width:100%;
    max-width:120px;
    height: 42px;
    padding: 0 15px;
    border-radius: 5px;
    background-color: #2a2a2a;
    border: none;
    color: #fff;
    font-size: 14px;
    outline:0;
}

/*hide the default spinners*/
.woocommerce .quantity .qty::-webkit-inner-spin-button,
.woocommerce .quantity .qty::-webkit-outter-spin-button{
    -webkit-appearance: none; 
    margin: 0; 
}

.product-quantity-btn {
    position: absolute;
    width: 14px;
    height: 14px;
    line-height: 12px;
    padding: 0;
    font-size: 10px;
    /*background: #fff;*/
    background: #2a2a2a;
    /*border: 1px solid #666;*/
    border: none;
    border-radius: 100%;
    /*color: #666;*/
    color: #999;
    top: 15px;
}


.product-quantity-btn--minus{
    left:10px;
}
.product-quantity-btn--plus{
    right:10px;
}

.product-quantity-input-msg{
    font-size:13px;
    color:#b81c23;
    margin-top:4px;
    text-align:center;
    display:none;
    position:absolute;
    bottom:-20px;
}

@media(max-width:374px){
    .single_add_to_cart_button{
        margin-top:10px!important;
    }
}

.woocommerce div.product form.cart {
    /*margin-bottom: 25px;*/
    margin: 36px 0 24px; /*margin-bottom: 24px;*/
}

@media (min-width: 1200px) {
    .woocommerce div.product form.cart {
        margin: 48px 0 36px;
    }
    .woocommerce div.product div.summary div[itemprop='description'] {
        margin-bottom: 24px;
    }
}

@media (max-width: 503px) {
    .woocommerce div.product form.cart .button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .woocommerce div.product form.cart {
        margin-bottom: 36px;
    }
}

.woocommerce div.product form.cart .button:hover {
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.7);
}

/*add to wishlist*/
.yith-wcwl-add-to-wishlist{
    margin-top:0;
    margin-bottom:30px;
}
.add_to_wishlist,
.sizeguide-btn {
    text-transform: uppercase;
    line-height: 36px;
    font-size: 12px;
    letter-spacing: 1px;
    color:#868686;
}
.add_to_wishlist::before,
.sizeguide-btn::before {
    content: "\e642";
    display: inline-block;
    font-family: "Pe-icon-7-stroke";
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 17px;
    text-align: center;
    color: #25282c;
    border: none;
    border-radius: 100%;
    background: #fafafa;
    vertical-align: middle;
    margin-right: 5px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    transition:all 300ms ease-in-out;
}

.add_to_wishlist:hover::before,
.sizeguide-btn:hover::before {
    background-color:#f5244a;
    color:#fff;
}

/*end add to wishlist*/

/*quantity and product meta*/
.woocommerce div.product p.stock {
    font-size:14px;
    color:inherit;
    margin:0;
}

.summary .product_meta{
    margin-top:0;
    color: #999;
}

.product_meta .posted_in,
.product_meta .tagged_as,
.product_meta p.stock
{
    display:block;
    /*border-bottom:1px solid #eee;*/
    /*padding:5px 0;*/
    padding: 6px 0;
}
.product_meta .posted_in a,
.product_meta .tagged_as a{
    font-weight:600;
}

.product-meta__row{
    border-bottom:1px solid #eee;
    padding:5px 0;
}

.product-meta__row a{
    font-weight:600;
}
.product-meta__share{
    /*margin-top:15px;*/
    /*margin-top: 30px;*/
    margin-top: 36px;
    font-size:12px;
    line-height:36px;
}
.product-meta__share-text{
    text-transform: uppercase;
    margin-right:10px;
}

.single-product .product-meta__share-text {
    color: #fff;
    vertical-align: middle;
}
.product-meta__share a:last-of-type {
    padding-left: 11px;
}

@media (max-width: 991px) and (min-width: 769px) {
    .product-meta__share-text {
        display: block;
    }   
}

@media (max-width: 376px) {
    .product-meta__share-text {
        display: block;
    }  
}

.product-meta__share-btn,
.product-meta__share-btn:focus
{
    width:36px;
    height:36px;
    /*background-color:#fafafa;*/
    background-color:#2a2a2a;
    border-width:0;
    margin-right:5px;
}

.product-meta__share i,
.author-bio i {
    text-shadow: 0px 1px 2px #000; 
}

.product-meta__share .rf-share-facebook:hover,
.author-bio .rf-share-facebook:hover { 
    background-color: #3b5998; 
}
.product-meta__share .rf-share-twitter:hover,
.author-bio .rf-share-twitter:hover {
    background-color: #55acee;
}
.product-meta__share .rf-share-pinterest:hover { background-color: #bd081c; }

/* Variable Product Select*/
select[name^=rf-product-choices] {
    padding: 0 80px 0 96px;
}

/* end quantity and product meta*/

/* Product Variations */
.variations label {
    color: #868686;
    font-weight: normal;
    line-height: 42px;
    font-size: 14px;
    margin-bottom: 0;
    /*margin-right: -1.18em;*/
    margin-right: -2.395em;
}

@media (max-width: 991px) {
    .variations label {
        margin-right: 0;
    }   
}

.woocommerce div.product form.cart .reset_variations{
    display:none!important;
}

/*product tags*/
.wc-tabs-wrapper{
    /*padding: 50px 0 35px 0;*/
    padding: 24px 0; /*padding: 24px 0 84px 0;*/ /*padding: 24px 0 60px 0;*/
    /*border-top: 1px solid #ddd;*/
    /*border-bottom: 1px solid #ddd;*/
    /*margin-bottom:55px;*/
    /*box-shadow: 0px 6px 0px -2px rgba(0,0,0,.75);*/
}

@media (max-width: 768px) {
    .wc-tabs-wrapper {
        padding-top: 36px;
    }
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
    margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
    border-bottom: none;
}



.woocommerce div.product .woocommerce-tabs ul.tabs li{
    background-color: #0C0C0F;
    border-width: 0;
    margin-right: 10px;
    padding: 3px 23px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    background-color: #0C0C0F;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, 
.woocommerce div.product .woocommerce-tabs ul.tabs li:after
{
    display: none!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    color: #999;
    font-size: 17px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{
    color: #fff;
}

.woocommerce-tabs .panel {
    background-color: #2a2a2a;
}

.woocommerce div.product .woocommerce-tabs .panel {
    font-size:14px;
    /*line-height:25px;*/
    line-height: 2;
    margin-bottom:0;
    box-shadow: none;
    color: #999;
    border: none; 
    /*** with pattern option ***/
    padding: 36px; 
    background: #0C0C0F;
    box-shadow: 0 30px 25px -20px rgba(0, 0, 0, 0.85);
    border-radius: 8px;
    /*** END - with pattern option ***/
}

@media (max-width: 768px) {
    .woocommerce div.product .woocommerce-tabs .panel {
        padding: 30px;
    }
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    margin-bottom: 24px;
    font-size: 17px;
    display:inline-block;
    font-weight: 300;
    text-shadow: 0px 1px 2px #000;
}

.woocommerce div.product .woocommerce-tabs .panel p {
    margin-bottom: 12px;
}

@media (max-width: 351px) {
    .woocommerce div.product .woocommerce-tabs .panel h2 {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.02em;
    }
}

@media (max-width: 324px) {
    .woocommerce div.product .woocommerce-tabs .panel h2 {
        letter-spacing: normal;
    }
}

.woocommerce div.product .woocommerce-tabs .panel h2 i {
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 32px;
    background: #0c0c0f;
    border-radius: 100%;
    border: 3px solid rgba(207, 9, 44, 1);
    margin-right: 12px;
    box-shadow: 2px 1px 2px 0px rgba(0, 0, 0, 0.85); 
}


/*end product tabs*/

/** Product reviews **/
.woocommerce-Reviews-title{
    display: none!important;
}

.woocommerce #reviews #comments ol.commentlist li{
    margin-bottom: 40px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar{
    display: none;
}

.woocommerce .star-rating:before,
.woocommerce .star-rating span:before
{
    color: #fff;
}


.woocommerce p.stars a:before{
    color: #fff;
}

.woocommerce #reviews #comments ol.commentlist{
    padding-left: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text{
    background-color: #262626;
    margin-left: 0;
    border: none;
    border-radius: 8px;
    box-shadow: 0 30px 25px -20px rgba(0, 0, 0, 0.85)
}

.woocommerce #reviews #comments ol.commentlist li .meta,
.woocommerce #reviews #comments ol.commentlist li .comment-text p
{
    color: #ccc;
    font-size: 14px!important;
}

.woocommerce #reviews h3{
    font-size: 17px;
    font-weight: 300;
    text-shadow: 0px 1px 2px #000;
    margin-bottom: 8px;
}


.woocommerce-Reviews .comment-form{
    color: #fff!important;
}

.woocommerce #respond input#submit{
    background-color: rgba(207, 9, 44, 0.95);
    color: #fff;
    font-size: 13px;
    padding: 17px 37px;
    letter-spacing: 1.1px;
    font-weight: 700;
    box-shadow: 0 30px 25px -20px rgba(0, 0, 0, 0.15);
    transition: 300ms ease-in-out;
}

.woocommerce #respond input#submit:hover{
    background-color: #f5244a;
    color: #fff;
}
/**End  Product reviews **/

/** Custom product reviews screen  **/
.rf-review{
    background-color: #262626;
    margin-bottom: 30px;
    border: none;
    border-radius: 8px;
    padding: 15px 15px;
    box-shadow: 0 30px 25px -20px rgba(0, 0, 0, 0.85);
    color: #ccc;
}

.rf-review__name{
    font-weight: bold;
}

.rf-review__date{
    text-decoration: italic;
}

.rf-review__top{
    margin-bottom: 10px;
}

.rf-reviews-loading{
    text-align: center;
    font-size: 30px;
    color: #ccc;
    display: none;
}


.rf-review-form{
    margin-bottom: 50px;
}
.rf-review-form__heading{
    font-size: 17px;
    font-weight: 300;
    text-shadow: 0px 1px 2px #000;
    margin-bottom: 8px;
}

.rf-review-form label{
    color: #fff;
}

.rf-review__form-text{
    display: block;
    height: 80px;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.95);
}

.rf-review__form-button{
    font-size: 14px;
    padding: 10px 30px;
    letter-spacing: 1.1px;
    font-weight: 700;
    box-shadow: 0 30px 25px -20px rgba(0, 0, 0, 0.15);
}

.rf-review-form__explain{
        color: #888;
    font-weight: 400;
    font-size: 12px;
}
.rf-review-form__text-input{
    padding: 0;
    color: #fff;
    height: 30px;
}
.rf-review-form__text-input:focus{
    background-color: transparent;
    border-width: 0 0 3px 0;
    border-style: solid;
    border-color: #f5244a;
}
/** End Custom product reviews screen  **/



/* related products */
.single-product .related h2{
    font-family: 'Comfortaa', Georgia, serif;
    font-size: 24px;
    /*font-weight: bold;*/
    font-weight: 300;
    /*letter-spacing: 2px;*/
    /*text-transform: uppercase;*/
    /*border-bottom:1px solid #25292c;*/
    /*font-weight: 600;*/
    display: inline-block;
    /*padding-bottom:10px;*/
    /*margin-bottom:25px;*/
    margin-bottom: 6px; /*margin-bottom: 36px;*/
    text-shadow: 0px 2px 2px #000;
}

@media (max-width: 440px) {
    .single-product .related h2 {
        margin-bottom: 60px;    
    }    
}

.related.products ul.products {
    padding-top: 36px;
    border-top: 2px solid #666;
}

.related.products .owl-nav{
    position:absolute;
    top:-43px;
    right:0;
}

.related.products {
    /*padding-top: 55px;*/
    /*padding-top: 60px;*/
    /*border-top: 1px solid #ddd;*/
   /* border-top: 2px solid #c8c8c8;*/
   padding-top: 60px;
}

.owl-carousel .loop-product__add-to-cart .yith-wcwl-add-to-wishlist .tooltip.left{
  top: -32px!important; left: -160px!important;  
}

.related.products .loop-product__images {
    background-color: rgba(49,2,11,1); /*background-color: #000;*/
}

.related.products ul.products li.product a img {
    max-width: 100%;
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
            transition: all 0.5s;
} 

.related.products ul.products li.product a img:hover {
    -webkit-transform: scale(0.92);
       -moz-transform: scale(0.92);
            transform: scale(0.92);
    border-radius: 8px;
    border: 1px solid #0c0c0f;
    /*opacity: 0.7;*/
}

.related.products .loop-product__title {
    font-size: 17px;
    line-height: 1.411764;
    padding: 30px 30px 0 30px;
    text-shadow: 0px 1px 1px rgba(0,0,0,1);
}

.related.products .loop-product__divider {
    margin: 16.351351px 0 14.86486537px 30px;
}

.related.products ul.products li.product .price {
    padding-left: 30px;
    margin: 0 0 0.85714em 0; 
    text-shadow: 0px 1px 1px rgba(0,0,0,0.5);   
}


.related.products ul.products li.product .button:hover {
    box-shadow: 0 30px 28px -20px rgba(0, 0, 0, 0.7);
}

/* end related products */


/* Chef in the city single product*/

/* for differnt image/content col sizes
@media(min-width: 992px){
    .single-product-chef div.product div.images{
        width: 45%;
    }
    
    .single-product-chef div.product div.summary{
        width: 55%;
    }
}

@media(max-width: 991px){
    .single-product-chef div.product div.images{
        width: 100%
    }
    
    .single-product-chef div.product div.summary{
        width: 100%
    }
}

*/

/*hiding the image for now */
.single-product-chef div.product div.images{
    display: none;
}


.single-product-chef div.product div.summary{
    width: 100%;
    /*max-width: 700px;*/
    float: none;
    margin: auto;
}


@media(min-width: 992px){
    .single-product-chef div.product div.summary{
        padding-left: 200px;
        padding-right: 200px;    
    }
}



.chef-menu-form{
    margin-bottom: 40px;
}

.chef-menu-form-desc{
    color: #999;
    margin-bottom: 24px;

}

.chef-menu__row:not(:last-child){
    margin-bottom: 40px;
}

.chef-menu__label{
    font-size: 16px;
    /*font-weight: 600!important;*/
}

.chef-menu__label--margin-bot{
    margin-bottom: 9px!important;
}

.chef-menu-form select, .chef-menu-form input{
     width: 100%;   
}
.chef-menu-form textarea{
    height: 100px!important;
}

.chef-menu__submit{
    width: auto!important;
    margin-left: 0!important;
}

@media(max-width: 410px){
    .chef-menu-form .col-xs-7{
        width: 100%;
        margin-bottom: 40px;
    }
    .chef-menu-form .col-xs-5{
        width: 100%;
    }
}

/*datetime pickers */
.picker__input.picker__input--active{
    border-color: #f5244a;
}
/* end datetime pickers */

/* End Chef in the city single product */


/* === End single product ===  */


/* === Products archives === */

.woocommerce.archive .main-content,
.woocommerce.single-product .main-content,
.woocommerce-wishlist .main-content,
.woocommerce-cart .main-content
{
    /*padding-top:0;*/
}


.woocommerce .woocommerce-ordering{
    margin-bottom:48px; /*margin-bottom:67px;/
}

@media (max-width: 552px) {
    .woocommerce .woocommerce-ordering {
        float: left;
    }
}

form.woocommerce-ordering select{
        color: #999;
    background-color: #222;
    border: none;
    /* border-bottom: 2px dotted #999; */
    outline: none;
    padding: 12px;
    border-radius: 8px;
}

.woocommerce .woocommerce-result-count{
    display: none;
    /*text-transform: uppercase;*/
    margin-right: 12px;
    padding-top: 22px; /*padding-top:10px;*/
    text-shadow: 0px 1px 1px rgba(0,0,0,1);
}

.woocommerce-product-search input[type='submit']{
    display:none;
}

@media (max-width: 591px) {
    .woocommerce .woocommerce-result-count,
    .woocommerce .woocommerce-ordering {
        float: none;
        text-align: center;
    }
    .woocommerce .woocommerce-result-count {
        margin: 0 auto 12px;
    }
    .woocommerce .woocommerce-ordering {
        margin-bottom: 60px;
    }
}





/* Accordion menu for product categories*/

/*it was styled by theme to use fontello bullet font icon*/



.rf-am-toggle{
    position:absolute;
    right:0;
    top:0;
    cursor:pointer;
    color:#868686;
}

.rf-am-toggle::before{
    font-family: FontAwesome;
    content: "\f105";
    font-size: 18px;
    line-height: 18px;
}

.rf-am-open>.rf-am-toggle::before{
    content: "\f107";
}
/* End Accordion menu for product categories*/

/*Tag cloud widget*/

.widget-relationship li a{
    text-transform:none!important;
}

.tagcloud a{
    display: inline-block;
    background-color:#0C0C0F;
    padding: 8px 20px;
    margin-bottom: 5px;
    line-height: 1.2;
    border-radius: 15px;
}
.tagcloud a:hover{
    background-color:#f5244a;
    color:#fff;
}

/*End Tag cloud widget*/

/*Recently viewed product*/
.woocommerce ul.product_list_widget li{
    margin-bottom:12px;
}
.woocommerce ul.product_list_widget li img{
    float: left;
    width: 48px;
    margin-right: 15px;
}

.woocommerce ul.product_list_widget li span.product-title{
    display: inline-block;
    margin-bottom: 6px;
    font-size:12px;
}
/*End Recently viewed product*/



.woocommerce ul.products li.product{
    margin-bottom: 120px!important;
}

@media(max-width:1200px){
    .woocommerce ul.products:not(.owl-carousel) li.product{
        width:48%!important;
        margin-right:0;
        margin-left:0;
        float: left!important;
        clear: both!important;
    }
    
    .woocommerce ul.products:not(.owl-carousel) li.product:nth-child(2n){
        float:right!important;
        clear:none!important;
    }
}

@media(max-width:610px){
    .woocommerce ul.products:not(.owl-carousel) li.product{
        width:100%!important;
    }
}

.woocommerce span.onsale {
    z-index:100;
    margin:0!important;
    left:-20px!important;
    top:-36px!important;
    position:absolute;
    padding:0;
    font-size:11px;
    font-weight: bold;
    width:85px;
    height:85px;
    line-height: 85px;
    text-align: center;
    border-radius: 100%;
    background-color: rgba(49,2,11,0.95);
}

@media (max-width: 786px) {
    .woocommerce span.onsale {
        left: -10px!important;
        top: -40px!important;   
    }
}

.single-product.woocommerce span.onsale {
    font-size: 13px;
    left:-30px!important; 
    top:-30px!important;  
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: rgba(207,9,44,0.95);
}

@media (min-width: 1200px) and (max-width: 1260px) {
    .single-product.woocommerce span.onsale {
        left: -10px!important;
        top: -40px!important;
    }
} 

@media (min-width: 992px) and (max-width: 1023px) {
    .single-product.woocommerce span.onsale {
        left: -15px!important;
        top: -40px!important;
    }
} 

@media (max-width: 810px) {
    .single-product.woocommerce span.onsale {
        top: -36px!important;
        left: -10px!important;
        width: 85px;
        height: 85px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
} 

ul.products.owl-carousel span.onsale{
    font-size:11px;
    width: 45px;
    height: 45px;
    top: 6px!important;
    line-height: 45px;
    left: 6px!important;
}

.woocommerce ul.products li.product a img{
    margin:0;
}

.loop-product__wrap{
    position: relative;
    border-radius: 8px;
    background-color: #0C0C0F;
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 30px 25px -20px rgba(0, 0, 0, 0.85);
}
.loop-product__wrap:hover{
    transform: scale(1.05);
    transition: all 0.5s;
    box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.5);
}

/*do not scale while in carousel because it gets out of bounds*/
ul.products.owl-carousel .loop-product__wrap:hover{
    transform: none;
    box-shadow: 0 30px 25px -20px rgba(0, 0, 0, 0.85);
}

.loop-product__images,
.related.products ul.products li.product a img {
    position:relative;
    overflow:hidden;
    border-radius: 8px 8px 0 0;
}

.loop-product__image-featured{
    transform: translatey(0%);
    margin:0;
    transition:all 500ms ease-in-out;
}
.loop-product__image-second{
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:1;
    opacity:0;
    transform: translatey(-100%);
    transition:all 500ms ease-in-out;
}

ul.products li:hover .images-translate-hover .loop-product__image-featured{
    transform: translatey(100%);
}
ul.products li:hover .images-translate-hover .loop-product__image-second{
    transform: translatey(0);
    opacity:1;
}



ul.products li .loop-product__image-featured::before{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;    
}

ul.products li:hover .loop-product__image-featured::before{
    animation: circle 0.75s;
}

.loop-product__quickview{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 36px;
    width: 36px;
    line-height: 36px;
    background-color: #f5244a;
    color: #fff!important;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    z-index:500;
    border-radius: 100%;
    transform: scale(0);
}
.loop-product__quickview:hover{
    color:#fff;
}

ul.products li.loop-product:hover  .loop-product__quickview{
    transform: scale(1);
}

.loop-product__cat{
    text-align:center;   
    margin-bottom: 15px;
}
.loop-product__cat a{
    text-transform: uppercase;
    font-size: 12px;
    color: #868686;
    border-bottom: 1px solid #ccc;
}
.loop-product__cat a:hover{
    color:#f5244a;
    border-color:#f5244a;
}
.loop-product__title{
    font-size:20px;
    font-family:Comfortaa,cursive,sans-serif;
    padding:40px 40px 0 40px;
    /*margin-bottom:10px;*/
    margin: 0 0 0.5em 0;
    line-height: 1.4;
    text-shadow: 0px 1px 1px rgba(0,0,0,1);
}

.loop-product__divider{
    border: 0;
    height: 3px;
    width: 30px;
    background-color: #cf092c;
    /*margin-left:40px;*/
    margin: 22px 0 20px 40px; 
}

.loop-product__title a{
    color:#fff;
    /*height:59px;*/
    /*display:block;*/
}


.woocommerce ul.products li.product .price{
    font-size:14px;
    font-weight:normal;
    /*margin-bottom:20px;*/
    margin: 0 0 6px 0; /*margin: 0 0 1.5em 0;*/
    color:#fff;
    padding-left:40px;
    font-weight:600;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}
.woocommerce ul.products li.product .price ins{
    font-weight:600;
}
.woocommerce ul.products li.product .price del{
    display:inline-block;
    /*margin-left:10px;*/
    margin-right: 3px; /*margin-right: 6px;*/
    color: #999;
    opacity: 1;
}

.loop-product__add-to-cart{
    float:right;
    margin-right:30px;
    position:relative;
    top:30px;
    /*text-align:center;*/
    /*position:relative;*/
    /*max-width:285px;*/
    /*margin-left:auto;*/
    /*margin-right:auto;*/
}

.loop-product__add-to-cart .add_to_cart_button,
.loop-product__add-to-cart .ajax_add_to_cart{ /* this is to target the out of stock button which misses the add_to_cart_button*/
    /*min-width:185px;*/
}

.woocommerce ul.products li.product .button{
    margin:0;
    font-size:11px;
    /*padding: 22px 40px!important;*/
    /*padding: 1.7817em 3.567em!important;*/
    padding: 1.818181em 3.6864em!important;
    letter-spacing:1.4px;
    font-weight: 700;
    background-color: rgba(207, 9, 44, 0.95);
    color:#fff;
    line-height: 16px;
}

.woocommerce a.button.loading{
    opacity:0.5;
}
.woocommerce a.button.loading:after{
    font-family:FontAwesome;
    content: "\f021";
    top: 23px;
    right: 15px;
}

.woocommerce a.button.added::after{
    position:absolute;
    font-family:FontAwesome;
    content: "\f00c";
    top: 23px;
    right: 15px;
}

ul.products li:hover .add_to_cart_button{
    
    /*background-color:#f5244a;*/
    /*color:#fff;*/
}



/*ul.products li.product-type-simple .loop-product__add-to-cart{*/
/*    max-width:300px;*/
/*    margin:0 auto;*/
/*}*/
/*ul.products li.product-type-variable .loop-product__add-to-cart{*/
/*    max-width:290px;*/
/*    margin:0 auto;*/
/*}*/




 /* Add to wishlist 1*/
 /*
.loop-product__add-to-cart .yith-wcwl-add-button{
    width:160px;
    position:relative;
    left:-17px;
}
.loop-product__add-to-cart .yith-wcwl-add-to-wishlist{
    position:absolute;
    display: inline-block;
    right:-40px;
    transform: translatex(50%);
    opacity:0;
    transition:all 500ms ease-in-out;
}

.loop-product__add-to-cart .add_to_wishlist
{
    font-size:0!important;
    background-color:#f5244a!important;
    color:#fff!important;
}
.loop-product__add-to-cart .add_to_wishlist::before{
    background-color:#f5244a!important;
    color:#fff!important;
    margin-right:0;
    font-family:FontAwesome;
    content: "\f004";
    font-size:14px;
}
ul.products li:hover .loop-product__add-to-cart .yith-wcwl-add-to-wishlist{
    right:12px;
    opacity:1;
}

.loop-product__add-to-cart .yith-wcwl-wishlistexistsbrowse,
.loop-product__add-to-cart .yith-wcwl-wishlistaddedbrowse{
    width: 160px;
    position: relative;
    left: -17px;
}

.loop-product__add-to-cart .yith-wcwl-wishlistexistsbrowse span.feedback,
.loop-product__add-to-cart .yith-wcwl-wishlistaddedbrowse span.feedback
{
    display:none;
}
.loop-product__add-to-cart .yith-wcwl-wishlistexistsbrowse>a,
.loop-product__add-to-cart .yith-wcwl-wishlistaddedbrowse>a
{
    font-size:0;
}
.loop-product__add-to-cart .yith-wcwl-wishlistexistsbrowse a::before,
.loop-product__add-to-cart .yith-wcwl-wishlistaddedbrowse a::before
{
    background-color: #f5244a!important;
    color: #fff!important;
    margin-right: 0;
    font-family: FontAwesome;
    content: "\f004";
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    border-radius: 100%;
}

.loop-product__add-to-cart .yith-wcwl-add-to-wishlist .ajax-loading{
    position:absolute;
    left:67px;
    top:10px;
}

#yith-wcwl-popup-message{
    margin-left:0!important;    
    top:20%!important;
    color: #fff;
    font-weight: 600;
    border-radius:45px;
    border-color:transparent;
    padding:4px 30px;
    background-color:rgba(0,0,0,0.55);
}
#yith-wcwl-message::before{
    font-family:FontAwesome;
    content:"\f00c";
    margin-right:5px;
}
*/

/* End add to wishlist 1*/


/* Add to wishlist 2*/
.loop-product__add-to-cart .yith-wcwl-add-to-wishlist{
    /*border:1px solid lime;*/
    position: absolute;
    top: 0;
    right: 0;
    width:36px;
    transform: translateX(70%);
    opacity:0;
    transition: all 500ms ease-in-out;
}
.loop-product__add-to-cart .yith-wcwl-add-button a.add_to_wishlist{
    font-size:0;
}
.loop-product__add-to-cart .yith-wcwl-add-button a.add_to_wishlist::before{
    background-color:#f5244a;
    color:#fff;
    font-family: FontAwesome;
    content: "\f004";
    font-size:14px;
}

ul.products li:hover .loop-product__add-to-cart .yith-wcwl-add-to-wishlist{
    transform: translateX(0);
    opacity: 1;
}

.loop-product__add-to-cart .yith-wcwl-wishlistexistsbrowse span.feedback,
.loop-product__add-to-cart .yith-wcwl-wishlistaddedbrowse span.feedback{
    display:none;
}

.loop-product__add-to-cart .yith-wcwl-wishlistexistsbrowse>a,
.loop-product__add-to-cart .yith-wcwl-wishlistaddedbrowse>a {
    font-size:0;
}

.loop-product__add-to-cart .yith-wcwl-wishlistexistsbrowse a::before,
.loop-product__add-to-cart .yith-wcwl-wishlistaddedbrowse a::before {
    background-color: #f5244a!important;
    color: #fff!important;
    margin-right: 0;
    font-family: FontAwesome;
    content: "\f004";
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    border-radius: 100%;
}

h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus{
    outline:none;    
}



.loop-product__add-to-cart  .tooltip{
    width:180px;
}

#yith-wcwl-popup-message{
    margin-left:0!important;    
    top:20%!important;
    color: #fff;
    font-weight: 600;
    border-radius:45px;
    border-color:transparent;
    padding:4px 30px;
    background-color:rgba(0,0,0,0.55);
}
#yith-wcwl-message::before{
    font-family:FontAwesome;
    content:"\f00c";
    margin-right:5px;
}

.loop-product__add-to-cart .yith-wcwl-add-to-wishlist .ajax-loading{
    position:absolute;
    left:5px;
    top:10px;
}

/* End Add to wishlist 2*/


.loop-product__add-to-cart .added_to_cart.wc-forward{
    display:none;
}

/* pagination */
.woocommerce nav.woocommerce-pagination{
    margin-bottom: 60px;
}
.woocommerce nav.woocommerce-pagination ul{
    border:none;
    display:block;
}
.woocommerce nav.woocommerce-pagination ul li{
    border-right:none;
}

.woocommerce nav.woocommerce-pagination ul li:not(:last-child){
    margin-right:12px;
    margin-bottom: 12px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current
{
    border-radius: 100%;
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 42px;
    background: #222;
    font-size: 14px;
    color: #fff;
    padding:0;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current
{
    background-color:#0C0C0F;
}

/* categories in shop page */
.post-type-archive-product .product-category{
    border-radius: 8px;
    background-color: #0C0C0F;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 30px 25px -20px rgba(0, 0, 0, 0.85);
}
.post-type-archive-product .product-category:hover{
    box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.5);
    transform: scale(1.05);
}
.post-type-archive-product .product-category img{
    border-radius: 8px 8px 0 0;
}
.post-type-archive-product .product-category h3{
    font-weight: 400;
    font-size: 20px!important;
    line-height: 28px;
    text-align: center;
    padding: 19px 6px!important;
}
.post-type-archive-product .product-category h3 .count{
    display: none;
}
/* .post-type-archive-product .product-category.loop-cat-no-image{
    display: none;
} */

/* end categories in shop page */
/* === end products archives === */


/* == Cart page == */
p.cart-empty { margin-bottom: 24px; }

.woocommerce table.shop_table {
    border: none;
    border-bottom: 1px solid #2a2a2a;
    margin:0 0 40px 0;
    border-radius:0;
}
.woocommerce table.shop_table thead th {
    color: #999; /*color: #fff;*/
    font-family: 'Comfortaa', Georgia, serif;
    font-size: 17px;
    font-weight: 400;
    text-shadow: 0px 2px 2px #000;
    text-transform: uppercase;
    /*border-bottom: 1px solid #2A2A2A;*/
    padding: 10px 15px;
    /*letter-spacing: 0.4px;*/
}

.woocommerce table.shop_table td {
    border-color: #2A2A2A;
    position: relative;
    padding: 15px 15px;
}
.woocommerce table.shop_table td.product-thumbnail img{
    width:70px;
    box-shadow: 0 30px 25px -20px rgba(0, 0, 0, 0.85);
    border-radius: 8px;
}

.woocommerce table.shop_table td.product-thumbnail img:hover {
    transform: scale(1.05);
    transition: all 0.5s;
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.5);
}

.woocommerce a.remove{
    color:#999!important; /*color:#bbb!important;*/
    border:1px solid #999; /*border:1px solid #bbb;*/
    width: 22px;
    height: 22px;
    line-height: 20px;
}
.woocommerce a.remove:hover{
    background-color:#f5244a;
    border:1px solid #f5244a;
}
.woocommerce table.shop_table td.product-name > a {
    color: #999; /*color: #fff;*/
    /*letter-spacing: 0.5px;*/
    font-weight: 600; /*font-weight: bold;*/
    /*font-size: 13px;*/
}
.woocommerce table.shop_table td.product-name > a:hover{
    color: #fff; /*color:#f5244a;*/
}

.woocommerce table.shop_table td.product-price, .woocommerce table.shop_table td.product-subtotal {
    color: #fff; /*color: #f5244a;*/
    font-weight: 400; /*font-weight: 600;*/
    text-transform: uppercase;
    letter-spacing: 1px;
}

.woocommerce table.shop_table td.actions {
    padding: 20px 15px;
}

/*hide coupons from cart*/
/*.woocommerce-cart table.cart td.actions .coupon{*/
/*    display:none;*/
/*}*/

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 220px;
    margin-right: 12px; /*margin-right:20px;*/
    padding: 0 15px;
    height: 58px; /*height: 42px;*/
    line-height: 1;
    /*border-width:0 0 2px 0;*/
    border-color:#2a2a2a; /*border-color:#212121;*/
    border-width:2px;
    border-radius:5px;
}

@media (max-width: 768px) {
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        width: 48%;
    }
}

.woocommerce table.shop_table td.actions input[name='apply_coupon'],
.woocommerce table.shop_table td.actions input[name='update_cart'],
.woocommerce-checkout form.checkout_coupon input[type=submit],
.woocommerce-checkout form.login .button,
.woocommerce-account form.login .button,
.woocommerce-account form.register .button,
.woocommerce-account form.woocommerce-ResetPassword input[type=submit] {
    background-color: #2a2a2a; /*background-color: #212121;*/
    border: 1px solid transparent;
    color: #fff;
    padding: 1.818181em 3.6864em!important;
    letter-spacing: 1.4px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    line-height: 16px;
    box-shadow: 0 30px 25px -20px rgba(0, 0, 0, 0.15);
}
/*
.woocommerce table.shop_table td.actions input[name='update_cart']{
    background-color: #2a2a2a; /*background-color: #212121;*/
    /*border:1px solid transparent;
    color:#fff;
}*/

@media (max-width: 991px) and (min-width: 769px) {
    .woocommerce table.shop_table td.actions input[name='apply_coupon'],
    .woocommerce table.shop_table td.actions input[name='update_cart'] {
        padding: 1.818181em 1.818181em!important;
    }
}


@media(max-width:768px){
    .woocommerce table.shop_table td.actions div.coupon{
        margin-bottom:20px;
    }
    .woocommerce table.shop_table td.actions input[name='update_cart']{
        float:right;
    }    
}

@media(max-width:590px){
    
    .woocommerce table.shop_table td.actions input#coupon_code{
        padding-left: 10px!important; /*padding-left:0!important;*/
        padding-right:0!important;
        margin-right:0!important;
        width:48%;
    }
    
    .woocommerce table.shop_table td.actions input[name='apply_coupon']{
        padding-left:0!important;
        padding-right:0!important;
        width:48%;
    }
}

@media(max-width:550px){
    .woocommerce table.shop_table .product-price{
        display:none;
    }
    .woocommerce table.shop_table td.actions input[name='update_cart']{
        width:100%!important;
    }
}

@media(max-width:370px){
    .woocommerce table.shop_table td{
        padding-left:5px;
        padding-right:5px;
    }
    .woocommerce table.shop_table,
    .woocommerce table.shop_table td.actions input#coupon_code,
    .rf-order-customer-details table {
        font-size:12px;
    }
    .woocommerce a.remove{
        width:16px;
        height:16px;
        line-height: 14px;
        font-size:13px;
    }
}



.woocommerce .cart-collaterals .cart_totals {
    max-width: 421px; /*max-width:400px;*/
}

@media (max-width: 768px) {
    .woocommerce .cart-collaterals .cart_totals {
        max-width: 100%; /*max-width:400px;*/
    }    
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    width: 20%;
}

.woocommerce .cart-collaterals .cart_totals td {
    text-align:right;
}

@media (max-width: 768px) {
    .woocommerce table.shop_table_responsive tr td:before, 
    .woocommerce-page table.shop_table_responsive tr td:before {
        font-weight: 600;
        color: #999;
    }

    .woocommerce-page table.shop_table_responsive tr.shipping td:before {
        line-height: 2.1em;
    }

    .woocommerce ul#shipping_method li + li {
        /*width: 50%;
        text-align: right;*/
        padding-top: 1em;
        /*display: table-cell;*/
    }
}

.woocommerce .cart-collaterals .cart_totals h2{
    color:#f5244a; /*color: #fff;*/
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    /*letter-spacing: 2px;*/
    text-shadow: 0px 2px 2px #000;
    margin-bottom:20px;
}

.woocommerce ul#shipping_method li label {
    font-weight: normal;
}

.woocommerce .cart-collaterals .cart_totals span.amount{
    color: #fff; /*color:#f5244a;*/
    letter-spacing: 1px;
}

.woocommerce .cart-collaterals .cart_totals tr.cart-subtotal th {
    line-height: 2.4em;
}

.woocommerce .cart-collaterals .cart_totals tr.shipping th {
    line-height: 3em;
}

.woocommerce .cart-collaterals .cart_totals tr.order-total th {
    line-height: 2.36em;
}

.woocommerce ul#shipping_method li input {
    vertical-align: text-bottom;
}

.woocommerce .cart-collaterals .cart_totals tr.order-total td strong {
    font-weight: 600;
}

.woocommerce .cart-collaterals .cart_totals a.checkout-button{
    font-size: 12px; /*font-size: 14px;*/
}

.woocommerce-cart .cart-empty{
    margin-bottom:20px;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td
{
    border-color:#2A2A2A;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th {
    color: #999;
    font-weight: 600;
}


.woocommerce-cart .woocommerce, .cart-merchant,
.woocommerce-order-received .woocommerce ,
.woocommerce-order-pay .woocommerce
{
    margin-bottom: 72px; /*margin-bottom:100px;*/
    background: #0C0C0F;
    box-shadow: 0 30px 25px -20px rgba(0, 0, 0, 0.85);
    border-radius: 8px;
    padding:40px 40px;
}

@media (max-width: 590px) {
    .woocommerce-cart .woocommerce,
    .cart-merchant,
    .woocommerce-order-received .woocommerce,
    .woocommerce-view-order .woocommerce,
    .woocommerce-checkout .woocommerce .col2-set .col-1, 
    .woocommerce-checkout .woocommerce .col2-set .col-2 {
        padding: 40px 15px;
    }
}

@media (max-width: 480px) {
    .woocommerce-cart .woocommerce,
    .cart-merchant {
        font-size: .85em;
    }

    .woocommerce table.shop_table thead th {
        font-size: 14px;
    }

    .woocommerce .quantity .qty {
        font-size: 12px;
    }
}

@media (max-width: 440px) {
    .woocommerce table.shop_table td.actions input#coupon_code,
    .woocommerce table.shop_table td.actions input[type=submit] {
        width: 100%!important;
    }

    .woocommerce table.shop_table td.actions input#coupon_code {
        margin-bottom: 1em;
    }

    .woocommerce table.shop_table thead th {
        padding: 10px 5px;
    }

    .woocommerce-cart article .container,
    .woocommerce-checkout article .container { 
        padding: 0; 
    }

    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-checkout form.checkout_coupon, 
    .woocommerce-checkout form.login {
        margin-left: 10px!important;
        margin-right: 10px!important;
    }
}


.cart-merchant__name{
    color: #f5244a;
    font-size: 29px;
    font-weight: 300;
    text-shadow: 0px 2px 2px #000;
    margin-bottom:36px;   
}

.woocommerce-cart .woocommerce-message a,
.page-template-template-cart-multi-merchant .woocommerce-message a
{
    display:none;
}


@media (max-width: 768px) {
    .page-template-template-cart-multi-merchant .woocommerce table.shop_table tbody tr:last-child td:first-child {
        display: none;
    }     
}

@media (max-width: 550px) {
    /*.page-template-template-cart-multi-merchant .woocommerce table.shop_table tbody tr:last-child td:first-child + td {
            display: none;
        }
    */
    .page-template-template-cart-multi-merchant .woocommerce table.shop_table tbody tr:last-child td.rf-responsive-hidden {
        display: none;
    }   
}

.page-template-template-cart-multi-merchant .woocommerce table.shop_table td.product-quantity {
    padding-left: 60px;
}

@media (max-width: 480px) {
    .page-template-template-cart-multi-merchant .woocommerce table.shop_table td.product-quantity {
        padding-left: 52px;
    }    
}

@media (max-width: 440px) {
    .page-template-template-cart-multi-merchant .woocommerce table.shop_table td.product-quantity {
        padding-left: 43px;
    }    
}

.page-template-template-cart-multi-merchant .cart-merchant__actions .pull-right a.edit-mm-cart {
    background-color: #2a2a2a;
    border: 1px solid transparent;
    color: #fff;
    padding: 1.818181em 3.6864em!important;
    letter-spacing: 1.4px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    line-height: 16px;
    box-shadow: 0 30px 25px -20px rgba(0, 0, 0, 0.15);
}

.page-template-template-cart-multi-merchant .cart-merchant__actions .pull-right a.edit-mm-cart:hover {
    background-color: #f5244a!important;
    color: #fff!important;
    box-shadow: 0 36px 28px -20px rgba(0, 0, 0, 0.7);
}

@media (max-width: 486px) {
    .page-template-template-cart-multi-merchant .cart-merchant__actions .pull-right a {
        width: 100%
    }    
}


.product-extra-attributes{
    margin-bottom: 30px;
}
.product-attribute__item{
    margin-bottom: 12px;   
}
.product-attributes__name{
    color: #999;
    min-width: 140px; /*min-width: 141px;*/
    display: inline-block;
}

@media (max-width: 503px) {
    .product-extra-attributes .product-attributes__name {
        margin-bottom: 6px;
    }
}

dl.variation dt{
    font-size: 12px;
    font-weight: 400;
    color: #777;
}
dl.variation dd{
    margin-bottom: 0! important;
    padding-bottom: 0;
    font-size: 12px;
    color: #777;
}

/* == End cart page == */


/* == Wishlist page == */

.woocommerce table.wishlist_table{
    font-size:100%;
    border-bottom: none;
}

.woocommerce table.wishlist_table thead th{
    border-top:none;
}

.wishlist_table tr td.product-thumbnail a {
    max-width: none!important;
}


@media(min-width: 1080px){
    .wishlist_table tr th.product-thumbnail{
        width:190px;
    }
    .wishlist_table tr th.product-remove{
        width:100px;
    }    
}

.woocommerce table.wishlist_table tbody td{
    padding: 10px 15px;
    text-align: left;
}

.woocommerce table.wishlist_table tbody td.product-add-to-cart a{
    font-size: 12px;
    max-width:240px;
    padding:7px 12px!important;
}

.woocommerce table.wishlist_table .wishlist-empty{
    text-align: center;
    padding:30px 0;
}

@media(max-width: 670px){
    .woocommerce table.wishlist_table tbody td.product-add-to-cart a{
        font-size:11px!important;
        padding:10px 5px!important;
    }
    .woocommerce table.wishlist_table thead th{
        font-size:13px;
    }
    
    .woocommerce table.wishlist_table tbody td,
    .woocommerce table.wishlist_table thead th{
        padding:10px 5px;
    }
    
}

/* == End wishlist page == */



/* == Quick view == */

/*quick view modal */
#product_quick_view_modal .modal-dialog{
    /*width:895px;*/
    width:831px;
	margin: 30px auto;
	
}

#product_quick_view_modal .modal-body{
    padding:12px 0 0 0;
	position: relative
}

#product_quick_view_modal .modal-content{
    border-radius:6px;    
}
	
#product_quick_view_modal button.close{
    font-size: 32px;
    position: absolute;
    right: 12px;
    top: 3px;
    opacity: 0.9;
    color: #aaa;
}
	
#product_quick_view_modal iframe{
    width:100%;
}

#product-quick-view-modal__loading{
    position:absolute;
    top:260px;
    left:0;
    right:0;
    font-size:60px;
    color:#f5244a;
    text-align:center;
    
}

/*end quick view modal*/

/*quick view iframe*/
.page-product-quickview{
    overflow:hidden;
}


.page-product-quickview #wpadminbar{
    display: none
}

.product-quickview{
    display:none;
    padding:0px 15px 15px 15px;
}

.product-quickview.woocommerce div.product .product_title{
    margin-bottom:20px;
}

.product-quickview.woocommerce div.product p.price{
    margin-bottom:20px;
}

.product-quickview.woocommerce div.product div.images{
    float:left;
    width:44%;
}

.product-quickview.woocommerce div.product div.summary{
    float:left;
    width:54%;
    padding-left:30px;
}

.product-quickview .woocommerce-message{
    margin-bottom:20px!important;
}

.product-quickview .single-product-images__zoom{
    display:none;
}

/***** Quick View Fixes ******/
.product-quickview.woocommerce div.product .product_title,
.product-quickview.woocommerce div.product p.price {
    font-size: 26px;
    margin-bottom: 10px;
}

.product-quickview.woocommerce div.product p.price {
    line-height: 38px;
}    

.page-product-quickview .woocommerce div.product div.summary div[itemprop='description'],
.page-product-quickview .woocommerce div.product form.cart,
.page-product-quickview .woocommerce div.product div.summary .yith-wcwl-add-to-wishlist {
    margin-bottom: 15px;
}

.page-product-quickview .woocommerce div.product div.summary {
    margin-bottom: 1em;
}
/***** END -- Quick View Fixes ******/

/*end quick view iframe*/

/* == End quick view == */


/* == Login/Register == */
/*
.woocommerce-account .main-content{
    padding-top:0!important;
}*/

.woocommerce-account .col2-set .col-1{
    float:right;
}
.woocommerce-account .col2-set .col-2{
    float:left;
}

@media (max-width: 768px) {
    .woocommerce-account .col2-set .col-1 {
        margin-bottom: 60px;
    }
}

.woocommerce form.register,
.woocommerce form.login{
    border:none;
}
/*
.woocommerce-account .col2-set .col-1{
    padding: 55px 40px;
}
.woocommerce-account .col2-set .col-2{
    border: 5px solid #eee;
    padding: 50px 40px;
}
*/
.woocommerce-account .col2-set form{
    margin:0;
    padding:0;
}
.woocommerce-account .col2-set form .form-row{
    text-align: center;
    padding: 0;
}

.woocommerce form .form-row .required{
    display:none;
}

.woocommerce-account .woocommerce .col2-set h2{
    /*letter-spacing: 3px;*/
    /*font-size: 30px;*/
    font-size: 29px; /*font-size: 26px;*/
    text-transform: uppercase;
    /*color: #25282c;*/
    /*font-weight: bold;*/
    font-weight: 300; /*font-weight: 600;*/
    text-shadow: 0px 2px 2px #000;
    text-align: center;
    margin-bottom: 36px; /*margin-bottom:20px;*/
}

.woocommerce-account  form .form-row label{
    /*letter-spacing: 1.5px;*/
    /*text-transform: uppercase;*/
    /*color: #1F1F1F;*/
    text-align: center;
    /*font-weight: 600;*/


    color: #999;
    font-family: 'Comfortaa', Georgia, serif;
    font-size: 14px;
    font-weight: 400;
    text-shadow: 0px 2px 2px #000;
    /*text-transform: uppercase;*/
}


.woocommerce-account  form input{
    text-align: center!important;
}
/*
.woocommerce form.register .button{
    color:#fff;
    background-color:#f5244a;
    padding-left:34px!important;
    padding-right:34px!important;
    border:1px solid #f5244a!important;
}
.woocommerce form.register .button:hover{
    background-color:#fff!important;
    color:#25282c!important;
    border:1px solid #ddd!important;
}
*/
/*
.woocommerce form.login .button{
    background-color:#fff!important;
    color:#25282c!important;
    border:1px solid #ddd!important;
    
    padding-left:34px!important;
    padding-right:34px!important;
}
.woocommerce form.login .button:hover{
    color:#fff!important;
    background-color:#f5244a!important;   
    border:1px solid #f5244a!important;
}
*/

.woocommerce form.login p.lost_password{
    text-align: center;
    /*text-transform: uppercase;*/
    margin-top: 36px;/*margin-top:10px;*/

    
}

.rf-register-form-explain{
    /*text-align:center;*/
    /*font-size:13px;*/
    margin-top: 15px;
    /*margin-bottom: 36px;*/
    margin-bottom: 38px;
    margin: 23px 0; 
}

.rf-accept-terms{
    margin-top: 120px;/*margin-top:80px;*/
    font-size: 12px;
}

.woocommerce-account .rf-accept-terms {
    margin-top: 36px;
}

@media (max-width: 768px) {
    .rf-accept-terms {
        margin-top: 40px;    
    }
}

.woocommerce form.login label[for='rememberme']{
    display:none;
}

.woocommerce-account form.lost_reset_password label {
    text-align: left!important;
}

.woocommerce-account .lost_reset_password>p:first-child{
    display: none;
}

.woocommerce-account .lost_reset_password p.form-row{
    width:100%;
}
.woocommerce-account .lost_reset_password input{
    text-align:left!important;
}

.woocommerce-account .login-social{
    margin:30px 0 48px 0;
    text-align:center;
}

.woocommerce-checkout .login-social{
    margin-bottom: 48px; /*margin-bottom:25px;*/
}
/*
.woocommerce-checkout .login-social h3{
    margin-bottom:20px;
}
*/
.login-social__or-divider{
    height: 2px;
    background-color: #2a2a2a; /*background-color: #ddd;*/
    margin-bottom: 48px; /*margin-bottom: 30px;*/
    position: relative;
    
}

.woocommerce-checkout .login-social__or-divider+p{
    display:none; /* hide the message in checkou */
}

.login-social__or-divider span{
    font-size: 24px; /*font-size: 23px;*/
    display: block;
    text-align:center;
    padding:0 4px;
    width:40px;
    background-color: #0c0c0f; /*background-color: #fff;*/
    color: #f5244a; /*color:#ccc;*/
    font-weight:600;
    position: relative;
    top: -21px;
}

.woocommerce-account .login-social__or-divider span{
    margin:0 auto;
}
.woocommerce-checkout .login-social__or-divider span{
    margin:0 0 0 20px;
}


.login-social__btn{
    color:#fff;
    text-transform: uppercase;
    border-width:2px;
    /*padding-left:20px;*/
    /*padding-right:20px;*/
    font-weight:600;
    margin-bottom:10px;
    padding: 17px 22px; 
    width: 143px; /*width:132px;*/
    /*margin-right:12px;*/
    font-size:12px;
}

.login-social__btn:not(:last-child) {
    margin-right:12px;    
}

@media (max-width: 547px) {
    .login-social__btn,
    .woocommerce-checkout form.login p.form-row.form-row-first, 
    .woocommerce-checkout form.login p.form-row.form-row-last {
        width: 100%;
    }
    .login-social__btn {
        margin-bottom: 12px;
    }
}

.login-social__facebook, .login-social__facebook:focus{
    background-color: #0c0c0f; /*background-color:#fff;*/
    color: #3b5998; /*color:#3B5998;*/
    border-color: #3b5998;
}

.login-social__facebook:hover{
    background-color: #3b5998;
    color: #fff;
}

.login-social__google, .login-social__google:focus{
    background-color: #0c0c0f; /*background-color:#fff;*/
    border-color: #dd4b39;
    color: #dd4b39;
}
.login-social__google:hover{
    background-color: #dd4b39;
    color:#fff;
}

.login-social__twitter, .login-social__twitter:focus{
    background-color: #0c0c0f;
    color:#55acee;
    border-color: #55acee;
}
.login-social__twitter:hover{
    background-color: #55acee;
    color:#fff;
}

.register-twitter{
    border:5px solid #eee;
    text-align:center;
    margin:0 auto 60px auto;
    /*max-width:560px;*/
    padding: 40px;
}
.register-twitter h2{
    letter-spacing: 3px;
    font-size: 30px;
    text-transform: uppercase;
    color: #25282c;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.register-twitter__info{
    margin-bottom:30px;
}

#register-twitter__submit{
    background-color:#f5244a!important;    
    color:#fff!important;
    border:1px solid #f5244a!important;
}
#register-twitter__submit:hover{
    background-color: #fff!important;
    color: #25282c!important;
    border: 1px solid #ddd!important
}


/* == End Login/Register == */

/* == My Account == */

.woocommerce-account .woocommerce {
    background-color: #0c0c0f;
    color: #fff;
    padding: 40px;
    box-shadow: 0 30px 25px -20px rgba(0, 0, 0, 0.85);
    border-radius: 8px;
    /*max-width: 600px;*/
    margin: auto;
}

.woocommerce-account.logged-in .woocommerce {
    max-width: 100%;
}

.woocommerce-account h2{
    /*font-weight:500;*/
    /*margin-bottom:20px;*/
    /*font-size:21px;*/
    text-transform: uppercase;
    /*letter-spacing: 2px;*/
    text-align: center;
    color: #f5244a;
    font-size: 29px;
    font-weight: 300;
    text-shadow: 0px 2px 2px #000;
    margin-bottom: 48px;
}

@media (max-width: 587px) {
    .woocommerce-account .login-social__btn,
    .woocommerce-account form.login .button,
    .woocommerce-account form.register .button {
        width: 100%;
    }
}

.woocommerce-account .woocommerce form.login {
    padding: 0;
    margin: 0; 
}
/*
.woocommerce-account form.login .button {
    float: right;
}
*/
@media (max-width: 480px) {
    .woocommerce-account .woocommerce form .form-row {
        margin-bottom: 12px;
    }

    .woocommerce-account.logged-in .woocommerce {
        padding: 15px; 
    } 
}

@media (max-width: 365px) {
    .woocommerce-account form.woocommerce-ResetPassword input[type=submit] {
        /*width: 100%;*/
        padding: 22px 18px!important;
    }
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    background-color: #222;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0 30px 25px -20px rgba(0, 0, 0, 0.85);
}

.woocommerce-account .woocommerce-MyAccount-content {
    padding: 24px;
}

nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

@media (max-width: 1200px) {
    .woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content, 
    .woocommerce-account.woocommerce-orders .woocommerce-MyAccount-navigation {
        float: none;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 24px;
    }
}

nav.woocommerce-MyAccount-navigation ul li:not(:last-child) {
    margin-bottom: 12px;
    border-bottom: 1px solid #333;
    padding-bottom: 12px;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content p:first-child {
    margin-bottom: 24px;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content p:last-child {
    margin-bottom: 0;
}

.woocommerce-account.logged-in .woocommerce-Address-title {
    margin-bottom: 24px;
    margin-top: 48px;
}

.woocommerce-account.logged-in .woocommerce-Address-title h3 {
    color: #f5244a;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: 0px 2px 2px #000;
}

.woocommerce-account.logged-in .woocommerce-Message {
    padding: 1.5em 2em 7.5em 3.5em!important;
}

.woocommerce-account.logged-in .woocommerce-Message a.button {
    position: absolute;
    bottom: 2.5em;
}

@media (max-width: 440px) {
    .woocommerce-account.logged-in .woocommerce-Message a.button {
        left: .4em;
        width: 95%;
        padding: 22px 10px!important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .woocommerce-account.woocommerce-orders .woocommerce a.button.view {
        padding: 22px 20px!important;
    }
    .woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content {
        padding-left: 0;
    }    
}


.rf-myaccount-wrap {
    border:5px solid #eee;
    padding:50px 40px;
}
.rf-myaccount-info{
    margin-bottom:60px;
}

.rf-myaccount-info > h3{
    margin-bottom:10px;
}
.rf-myaccount-info>h3>strong{ /* logged in email address in my account */
    text-transform:none;
}

.rf-myaccount-customer-details .rf-order-customer-details{
    margin-top:20px;
}

.rf-order-customer-details table{
    width:100%;
}

.rf-order-customer-details table th{
    width:260px;
    padding:15px 0;
    text-transform:uppercase;
}

.rf-order-customer-details table th{
    padding:15px 5px;
}
.rf-order-customer-details table td,
.rf-order-customer-details table th{
    border-bottom:1px solid #eee;
}
.rf-myaccount-back{
    /*border:1px solid #ddd;*/
    /*border-radius:36px;*/
    padding:8px 25px;
    text-transform: uppercase;
    display: inline-block;
    /*margin-bottom:20px;*/

    background-color: #2a2a2a;
    border: 1px solid transparent;
    color: #fff;
    padding: 1.818181em 3.6864em!important;
    margin-bottom: 48px;
    letter-spacing: 1.4px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    line-height: 16px;
    border-radius: 5px;
    box-shadow: 0 30px 25px -20px rgba(0, 0, 0, 0.15);

}
.rf-myaccount-back i.fa{
    margin-right:5px;
}
.rf-myaccount-back:hover{
    background-color:#f5244a;
    border:1px solid #f5244a;
    color:#fff;
    box-shadow: 0 36px 28px -20px rgba(0, 0, 0, 0.7);
}

.woocommerce-edit-account .woocommerce form,
.woocommerce-edit-address .woocommerce form{
    border: 2px solid #2a2a2a; /*border:5px solid #eee;*/
    border-radius: 8px;
    padding: 40px; /*padding:50px 40px;*/
    margin: -24px; 
}

@media (max-width: 480px) {
    .woocommerce-edit-address .woocommerce form {
        padding: 15px;
    }
}

.woocommerce-edit-account .woocommerce  form p,
.woocommerce-edit-address .woocommerce  form p{
    text-align:center;
}

@media (max-width: 590px) {
    .woocommerce-edit-account .woocommerce form,
    .woocommerce-edit-address .woocommerce form {
        padding: 40px 15px;
    }
}

@media (max-width: 480px) {
    .woocommerce-edit-account .woocommerce  form p,
    .woocommerce-edit-address .woocommerce  form p {
        width: 100%;
    }   
}

@media (max-width: 445px) {
    .woocommerce-edit-address .woocommerce-MyAccount-content form div:first-of-type {
        text-align: center;
    }

    .woocommerce-edit-account .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account > a {
        display: table;
        margin: 0 auto 48px;
    }
}

@media (max-width: 360px) {
    .woocommerce form.woocommerce-EditAccountForm input[type=submit] {
        padding: 22px 10px!important;
    }
}

@media (max-width: 390px) {
    .woocommerce-edit-address input[type=submit] {
        padding: 22px 7px!important;
    }
}

.rf-myaccount-edit-header{
    /*text-transform: uppercase;*/
    /*margin-bottom:20px;**/
    text-align:center;
    /*font-weight:600;*/
    color: #f5244a;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
    text-transform: uppercase;
    text-shadow: 0px 2px 2px #000;
    margin-bottom: 36px;
}


.woocommerce-edit-account form fieldset{
    margin-top: 48px; /*margin-top:60px;*/
}
.woocommerce-edit-account form fieldset legend{
    border-bottom:none;
    /*text-align:center;*/
    /*text-transform:uppercase;*/
    /*font-size:18px;*/
    /*font-weight: 600;*/
    font-family: 'Comfortaa', Georgia, serif;
    text-align: center;
    color: #f5244a;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: 0px 2px 2px #000;
    margin-bottom: 24px;
}

.woocommerce-EditAccountForm input[type=submit] {
    margin-top: 24px;
}

.woocommerce-edit-address input[type=submit] {
    margin-top: 12px;
}

@media (max-width: 607px) {
    .woocommerce-edit-account form .form-row label[for="password_current"],
    .woocommerce-edit-account form .form-row label[for="password_1"] {
        line-height: 1.5;
    }    
}

/* my account orders */

@media(max-width:768px){
    .my_account_orders  tr.order{
        margin-bottom:20px;
    }
}

/* view order id and date */

.woocommerce-view-order article>.container>.woocommerce>p{
    border:4px solid #eee;
    padding:10px;
    margin-bottom:40px;
    font-size:16px;
    padding: 18px 20px;
}

.woocommerce-view-order article>.container>.woocommerce>p mark{
    background-color: transparent!important;
}

.woocommerce-view-order h3{
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 21px;
    text-transform: uppercase;
    /*letter-spacing: 2px;*/
}
.order-customer-details__shipping{
    margin-top:40px;
}

.order-details-payment-info{
    position: relative;
    top: -28px;
    padding: 0 10px;
    margin-bottom: 12px;
}

/* end my account orders */

/* == End My Account == */


/* == Checkout == */

.rf-hide-placeholder .input-text::-webkit-input-placeholder{
    color:    transparent!important;
}
.rf-hide-placeholder .input-text:-moz-placeholder {
    color:    transparent!important;
}

.rf-hide-placeholder .input-text::-moz-placeholder {
    color:    transparent!important;
}

.rf-hide-placeholder .input-text:-ms-input-placeholder {
    color:    transparent!important;
}

.woocommerce-checkout h3{
    /*font-weight:500;*/
    /*margin-bottom:20px;*/
    /*letter-spacing:0.2em;*/
    color: #f5244a;
    font-size: 24px;
    font-weight: 300;
    text-transform:uppercase;
    text-shadow: 0px 2px 2px #000;
    margin-bottom: 36px;
}

h3#order_review_heading {
    margin-bottom: 29px;
}



/*cancel validation colors*/
.woocommerce form.woocommerce-checkout input,
.woocommerce form.woocommerce-checkout select,
.woocommerce form.woocommerce-EditAccountForm input,
.woocommerce-edit-address input.input-text,
.woocommerce-edit-address textarea {
    border-color:#999!important;
    padding-bottom:5px;
}

.woocommerce form.woocommerce-checkout input,
.woocommerce form.woocommerce-EditAccountForm input,
.woocommerce-edit-address input.input-text,
.woocommerce-edit-address textarea {
    border-bottom-width: 1px;
    border-style: dashed;
}

.woocommerce form.woocommerce-checkout select {
    border-bottom-width: 1px;   
}

.woocommerce form .form-row.woocommerce-invalid label{
    color:inherit!important;
}

.woocommerce-billing-fields p#billing_postcode_field label[for=billing_postcode],
.woocommerce-edit-address p#billing_postcode_field label[for=billing_postcode] {
    margin-bottom: 18px;
}

.woocommerce-checkout .woocommerce-shipping-fields label {
    letter-spacing: normal!important;
}

.shop_table.woocommerce-checkout-review-order-table tr.cart_item td.product-name {
    width: 47%;
}

.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal th,
.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal td {
    border-top: 1px solid #2a2a2a;
    border-bottom: 1px solid #2a2a2a;
}

.shop_table.woocommerce-checkout-review-order-table tr.order-total th,
.shop_table.woocommerce-checkout-review-order-table tr.order-total td {
    border-top: 1px solid #2a2a2a;
}

.shop_table.woocommerce-checkout-review-order-table tr.cart_item td.product-name,
.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal th,
.shop_table.woocommerce-checkout-review-order-table tr.shipping th,
.shop_table.woocommerce-checkout-review-order-table tr.fee th,
.shop_table.woocommerce-checkout-review-order-table tr.order-total th {
    color: #999;
    font-weight: 600;
    padding: 10px 15px; 
}

.shop_table.woocommerce-checkout-review-order-table tr.shipping th {
    vertical-align: top;
    line-height: 3;
}

@media (max-width: 440px) {
    .shop_table.woocommerce-checkout-review-order-table tr.shipping th,
    .shop_table.woocommerce-checkout-review-order-table tr.shipping td {
        display: inline-block;
    }
    .shop_table.woocommerce-checkout-review-order-table tr.shipping th {
        padding-bottom: 0;
    }
    .shop_table.woocommerce-checkout-review-order-table tr.shipping td {
        padding-top: 0;
        padding-bottom: 10px;
    }
}

.shop_table.woocommerce-checkout-review-order-table tr.shipping td {
    padding-left: 12px;
}

.shop_table.woocommerce-checkout-review-order-table tr.cart_item td.product-total span.woocommerce-Price-amount.amount,
.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal td span.woocommerce-Price-amount.amount,
.shop_table.woocommerce-checkout-review-order-table tr.fee td span.woocommerce-Price-amount.amount {
    letter-spacing: 1px;
    font-weight: 400;
}


.woocommerce-checkout #payment{
    background-color:#222;
}

.woocommerce-checkout #payment div.payment_box {
    background-color:#555;    
    color:#fff;
}
.woocommerce-checkout #payment div.payment_box:before{
    border-bottom-color:#555!important;
}

.woocommerce-checkout #payment ul.payment_methods{
    /*border-bottom:1px solid #777;*/
    border:none;
}

.woocommerce-checkout #payment ul.payment_methods  label {
    font-weight: 600;
}

.woocommerce-checkout label[for='payment_method_paypal'] img,
.woocommerce-checkout label[for='payment_method_paypal'] a
{
    display:none;
}

.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
    width: 100%;
}

@media (max-width: 440px) {
    .woocommerce #payment #place_order, 
    .woocommerce-page #payment #place_order {
        padding: 22px 20px!important;
    }   
}

.woocommerce-checkout form.checkout_coupon,
.woocommerce-checkout form.login {
    /*border:2px solid #eee;*/
    border: none;
    background-color: #0c0c0f;
    color: #fff;
    box-shadow: 0 30px 25px -20px rgba(0, 0, 0, 0.85);
    border-radius: 8px;
    margin-bottom: 3.5em;
}

.woocommerce-checkout form.checkout_coupon input[type=text],
.woocommerce-checkout form.login input[type=text],
.woocommerce-checkout form.login input[type=password],
.woocommerce-account form.login input[type=text],
.woocommerce-account form.login input[type=password],
.woocommerce-account form.register input[type=email],
.woocommerce-account form.woocommerce-ResetPassword input[type=text]{
    /*width: 220px;*/
    height: 58px;
    line-height: 1;
    border: 2px solid #2a2a2a;
    border-radius: 5px;
    padding: 0 15px;
    margin-right: 12px;
}

.woocommerce-checkout form.login p.form-row.form-row-first input#username,
.woocommerce-checkout form.login p.form-row.form-row-last input#password {
    background-color: #0c0c0f;
}

.woocommerce-checkout form.checkout_coupon input[type=text] {
    width: 220px;
}

.woocommerce-checkout form.login p.form-row.form-row-first,
.woocommerce-checkout form.login p.form-row.form-row-last {
    width: 463px;
    float:none;
}

.woocommerce-checkout form.checkout_coupon p.form-row.form-row-first {
    width: 220px;
    margin: 0 12px 0 0;
}

.woocommerce-checkout form.checkout_coupon p.form-row.form-row-last {
    margin-bottom: 0;
    float: left;
}

.woocommerce-checkout form.login .lost_password{
    text-align:left!important;
}

@media (max-width: 547px) {
    .woocommerce-checkout form.login p.form-row.form-row-first, 
    .woocommerce-checkout form.login p.form-row.form-row-last,
    .woocommerce-checkout form.checkout_coupon input[type=submit],
    .woocommerce-checkout form.checkout_coupon p.form-row.form-row-first, 
    .woocommerce-checkout form.checkout_coupon input[type=text],
    .woocommerce-checkout form.login .button {
        width: 100%;
    }

    .woocommerce-checkout form.checkout_coupon p.form-row.form-row-first {
        margin-bottom: 12px;
    }
}

@media (max-width: 422px){
    .woocommerce form .form-row label[for="billing_postcode"] {
        line-height: 1;
    }
}
/*
@media(min-width:769px){
    .woocommerce-checkout .woocommerce .col2-set .col-1{
        width:57%;
    }
    .woocommerce-checkout .woocommerce .col2-set .col-2{
        width:40%;
    }    
}*/

@media (max-width: 991px) {
    .woocommerce-checkout .woocommerce .col2-set .col-1,
    .woocommerce-checkout .woocommerce .col2-set .col-2 {
        width: 100%;
    }
    .woocommerce-checkout .woocommerce .col2-set .col-1 {
        margin-bottom: 3.5em;
    }
}

.woocommerce-checkout .woocommerce-billing-fields{
    margin-bottom:40px;
}

.woocommerce-checkout .woocommerce-shipping-fields label{
    font-weight: 600;
    letter-spacing: 0.2em;
    cursor:pointer;
}

.woocommerce-checkout .woocommerce-shipping-fields>h3:first-child{
    display:none;
}

.woocommerce-checkout textarea#order_comments{
    height:100px;
}

.woocommerce-thankyou-order-received,
.woocommerce-order-received h2,
.woocommerce-view-order h2,
.woocommerce-view-order .rf-order-customer-details h3 {
    /*border:5px solid #eee;
    padding:18px 20px;
    margin-bottom:40px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.2em;
    font-size:18px;*/

    font-family: 'Comfortaa', Georgia, serif;
    color: #f5244a;
    font-size: 24px;
    font-weight: 300;
    /* text-transform: uppercase; */
    text-shadow: 0px 2px 2px #000;
    margin-bottom: 36px;
}

.woocommerce-order-received ul.order_details{
    /*padding-left:0;*/
    padding-left: 15px;
    margin-bottom: 0;
}

.rf-bacs-instructions{
    font-size: 16px;
    padding: 20px;
    background-color: #000;
    border-radius: 8px;
    box-shadow: 0 30px 25px -20px rgba(0, 0, 0, 0.85);
    margin-top: 60px;
    border-top: 3px solid #f5244a;
}

.woocommerce-order-received .woocommerce .order_details li{
    font-size: 17px; /*font-size:18px;*/
    margin-bottom: 12px;/*margin-bottom:20px;*/
    color: #999;
}

@media (max-width: 991px) {
    .woocommerce-order-received .woocommerce .order_details li {
        border: none;
        margin-bottom: 36px;
    }
}

.woocommerce-order-received .woocommerce .order_details li strong{
    margin-top: 12px;/*margin-top:8px;*/
    font-size: 17px;/*font-size:18px;*/
    color: #fff;
}

.woocommerce-order-received h2,
.woocommerce-view-order h2 {
    text-transform: uppercase;
    /*font-weight: 500;*/
    /*margin-bottom: 20px;*/
    /*letter-spacing: 0.2em;*/
    /*font-size:21px;*/
    line-height: 1.5;
    /*margin-top:40px;*/
    margin-bottom: 12px;
}

.woocommerce-order-received h2 {
    margin-top: 36px;
}

.woocommerce-view-order h2 {
    text-align: left;
    margin-top: 60px;
}

.woocommerce-order-received .woocommerce table.shop_table,
.woocommerce-view-order .woocommerce table.shop_table {
    margin-bottom: 72px;
}

.woocommerce-order-received .woocommerce table.shop_table tbody th, 
.woocommerce-order-received .woocommerce table.shop_table tfoot th,
.woocommerce-order-received .rf-order-customer-details table.order_details tbody tr th,
.woocommerce-view-order .woocommerce table.shop_table tbody th, 
.woocommerce-view-order .woocommerce table.shop_table tfoot th,
.woocommerce-view-order .rf-order-customer-details table.order_details tbody tr th {
    color: #999;
    font-weight: 600;
    text-transform: none;
    border-top: 1px solid #2a2a2a;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot td,
.woocommerce-order-received .rf-order-customer-details table.order_details tbody tr td,
.woocommerce-view-order .woocommerce table.shop_table tfoot td,
.woocommerce-view-order .rf-order-customer-details table.order_details tbody tr td {
    color: #fff;
    font-weight: normal;
    border-top: 1px solid #2a2a2a;
}

.woocommerce-order-received .rf-order-customer-details h3,
.woocommerce-view-order .rf-order-customer-details h3 {
    line-height: 1.5;
    margin-bottom: 24px;
}

.woocommerce-order-received .rf-order-customer-details table th,
.woocommerce-order-received .rf-order-customer-details table td,
.woocommerce-view-order .rf-order-customer-details table th,
.woocommerce-view-order .rf-order-customer-details table td {
    padding: 15px 15px;
    border-bottom: 1px solid #2a2a2a;
}

.woocommerce-view-order mark {
    background-color: #0c0c0f;
    color: #23CE6B;
    font-weight: 600;
    border-radius: 2px;
}

@media (max-width: 420px) {
    .woocommerce-view-order .woocommerce-MyAccount-content {
        padding: 0;
    }
}

.woocommerce-checkout form.checkout .col-1,
.woocommerce-checkout form.checkout .col-2
{
    background-color: #0c0c0f;
    color: #fff;
    padding: 40px; /*padding:30px;*/
    box-shadow: 0 30px 25px -20px rgba(0, 0, 0, 0.85);
    border-radius: 8px;
}

.woocommerce .blockUI.blockOverlay{
    background-color:#0C0C0F!important;
}


.woocommerce .order-again{
    display: none;
}

.woocommerce .download-url{
    font-size: 0;
    display: block;
    margin: 32px 0;
}

.woocommerce .download-url a{
    font-weight: bold;
    font-size: 16px;
    background-color: rgba(207, 9, 44, 0.95);
    color: #fff;
    padding: 13px 34px;
    border-radius: 3px;
}

.woocommerce-checkout-payment .payment_method_paymill img{
    display: none;
}

.woocommerce-checkout-payment .payment_box.payment_method_paymill{
    background-color: #999!important;
}

.woocommerce-checkout-payment .payment_method_paymill:before{
    display: none!important;
}
/* == End Checkout == */

