/*
Theme Name: DPD
Theme URI: https://woocommerce.com/storefront/
Template: storefront
Author: Automattic
Author URI: https://woocommerce.com/
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 2.5.5.1669183742
Updated: 2022-11-23 06:09:02

*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap');
@font-face {
    font-family: 'PlutoSans';
    src: local('PlutoSans'), local('PlutoSans'),
        url('fonts/PlutoSansExtraLight.eot') format('eot'),
        url('fonts/PlutoSansExtraLight.woff') format('woff'),
        url('fonts/PlutoSansExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'PlutoSans';
    src: local('PlutoSans'), local('PlutoSans'),
        url('fonts/PlutoSansLight.eot') format('eot'),
        url('fonts/PlutoSansLight.woff') format('woff'),
        url('fonts/PlutoSansLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'PlutoSans';
    src: local('PlutoSans'), local('PlutoSans'),
        url('fonts/PlutoSansRegular.eot') format('eot'),
        url('fonts/PlutoSansRegular.woff') format('woff'),
        url('fonts/PlutoSansRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PlutoSans';
    src: local('PlutoSans'), local('PlutoSans'),
        url('fonts/PlutoSansMedium.eot') format('eot'),
        url('fonts/PlutoSansMedium.woff') format('woff'),
        url('fonts/PlutoSansMedium.ttf') format('truetype');
    font-weight:500;
    font-style: normal;
}

.archive #page{
  min-height: calc(100vh - 211px);
}

body{
	font-family: 'PlutoSans','PlutoSans',Arial,Helvetica,sans-serif;
}
a{
	transition: ease all 0.3s;
}
*{
	outline: 0!important;
}
img{
    max-width: 100%;
}
h1{
    font: 300 32px/38px 'PlutoSans';
    color: #444;
}
h2{
    font:300 32px/38px 'PlutoSans';
    color: #444;
}
@media screen and (max-width: 576px) {
    h1,h2{
        font-size: 25px;
        line-height: 1.4;
    }
}
b, strong{
    font-weight: 400;
}
button:hover, input[type='button']:hover, input[type='reset']:hover, input[type='submit']:hover, .button:hover, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover, 
.added_to_cart:hover{
    background: #dc0032;
    color: #fff;
}
input[type='text'], input[type='number'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='search'], textarea, .input-text{
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    font-size: 16px;
    letter-spacing: 0px;
    color: #444;
    padding: 0 15px!important;
    height: 47px;
    box-shadow: none;
}
button, 
.button, 
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link, 
.added_to_cart,
button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt,
.button.alt,
.widget-area .widget a.button.alt,
.button.wc-forward{
    background: #a90034;
    color: #fff;
    transition: ease all 0.3s;
    font: 400 17px/20px 'PlutoSans';
    height: 47px;
    padding: 0 26px;
    transition: ease all 0.3s;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
button.alt:hover,
input[type="button"].alt:hover,
input[type="reset"].alt:hover,
input[type="submit"].alt:hover,
.button.alt:hover,
.widget-area .widget a.button.alt:hover {
    background: #dc0032;
}

.col-full{
    max-width: 1490px;
    box-sizing: border-box;
}
.site-header{
    padding-top: 0;
    margin-bottom: 100px;
}
.home .site-header{
    margin-bottom: 0;
}
.site-header .nav_container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.site-header .site-branding,
.woocommerce-active .site-header .site-branding{
	width: 120px;
    margin-bottom: 0;
}
.site-header .site-branding img{
    max-width: 120px;
}
.site-header .site-search,
.woocommerce-active .site-header .site-search{
	width: 350px;
	margin-left: auto;
    margin-bottom: 0;
}
.navgiation_wrapper{
    margin-left: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.site-header .site-search .widget_product_search form input{
	background: #fff;
	padding:16px 50px 16px 16px;
	font: 200 14px 'PlutoSans';
	color: #888888;
    border: 1px solid #e6e7e8;
}
.site-search .widget_product_search form::before{
    top: 1.35em;
	right: 1.15em;
    left: auto;
}
.woocommerce-active .site-header .main-navigation{
    margin: 0;
}
.main-navigation ul, .secondary-navigation ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a{
	font: 200 16px 'PlutoSans';
	color: #424143;
	padding: 23px 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a {
    font: 200 14px 'PlutoSans';
    color: #424143;
}
.main-navigation ul li a:hover, .main-navigation ul li:hover > a,
.site-title a:hover, .site-header ul.menu li.current-menu-item > a{
	color: #a90034;
}
.main-navigation ul li.menu-item a:hover{
    color: #424143;
}
.site-header ul.sub-menu li.current-menu-item > a{
    color: #a90034;
}
.main-navigation ul.menu ul.sub-menu, .main-navigation ul.nav-menu ul.children{
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;;
}
.main-navigation ul.menu > li.menu-item-has-children > a::after, 
.main-navigation ul.menu > li.page_item_has_children > a::after, 
.main-navigation ul.nav-menu > li.menu-item-has-children > a::after, 
.main-navigation ul.nav-menu > li.page_item_has_children > a::after,
.main-navigation ul.menu ul li.menu-item-has-children > a::after, .main-navigation ul.menu ul li.page_item_has_children > a::after, 
.main-navigation ul.nav-menu ul li.menu-item-has-children > a::after, .main-navigation ul.nav-menu ul li.page_item_has_children > a::after{
    opacity: 0.5;
}
.main-navigation ul.menu > li.menu-item-has-children > ul.sub-menu{
    left: auto;
    right: -9999px;
}
.main-navigation ul.menu > li.menu-item-has-children:hover > ul.sub-menu{
    right: 0;
    left: auto;
}
.main-navigation ul ul, .secondary-navigation ul ul{
    display: none;
}

.site-header-cart .cart-contents{
	width: 30px;
    margin-left: auto;
    padding: 0;
}
.site-header-cart .cart-contents .amount{
	display: none;
}
.site-header-cart .cart-contents .count{
	color: #fff;
    width: 16px;
    height: 16px;
    background: #dc0032;
    opacity: 1;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    margin-left: auto;
    position: absolute;
    padding: 0;
    margin: 0;
    right: -5px;
    top: -5px;
    font: bold 13px 'PlutoSans';
	color: #FFFFFF;
	white-space: nowrap;
    padding: 0 3px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;

}
.site-header-cart .cart-contents::after{
	content: "";
	background: url(images/cart.svg) no-repeat;
	width: 27px;
	height: 22px;
	background-position: center;
}
.site-header-cart .widget_shopping_cart{
    left: auto;
    right:-999px;
    width: 300px;
}
.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: auto;
    right: 0;
    display: block; 
}

@media screen and (max-width: 767px) {
    .site-header{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        position: relative;
        padding: 10px 0;
    }
    .site-header:before,
    .site-header:after{
        display: none;
    }
    .main-navigation{
        position: absolute;
        left: 0;
        width: 100%;
        background:#f0f0f0;
        top: 100%;
        padding:0 20px;
    }
    .primary-navigation{
        display: block;
    }
    .main-navigation div.menu:last-child{
        display: none;
    }
    .main-navigation ul, .secondary-navigation ul{
        display: block;
    }
    .main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a{
        justify-content: center;
    }
    .main-navigation ul ul, .secondary-navigation ul ul{
        display: block;
    }
    button.menu-toggle{
        margin-top: -60px;
        border:0;
        padding: 0;
        margin-right: 5px;
    }
    button.menu-toggle span{
        width: 40px;
        height: 40px;
        display: block;
        font-size: 0;
    }
    button.menu-toggle::before, button.menu-toggle::after,
    button.menu-toggle span::before{
        width: 40px;
        left: 0;
    }
    button.menu-toggle::after{
        -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
        transform: translateY(8px);
    }
    button.menu-toggle::before {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    .toggled button.menu-toggle::before,
    .toggled button.menu-toggle::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .toggled button.menu-toggle::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a{
        text-align: center;
        font-size: 18px;
        padding: 10px 0;
    }
    .main-navigation ul.menu > li:last-child{
        margin-bottom: 20px;
    }
    .main-navigation ul ul{
        text-align: center;
        margin: 0;
        text-transform: uppercase;
    }
    .main-navigation ul.sub-menu li a {
        padding: 5px 0;
        font-size: 14px;
    }
    .main-navigation ul.menu ul.sub-menu, .main-navigation ul.nav-menu ul.children{
        background: transparent;
        box-shadow: none;
    }
    .main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a{
        text-transform: none;
        font-size: 12px;
    }
}
@media screen and (max-width: 576px) {
    .site-header{
        margin-bottom: 60px;
    }
}

/*CATEGORIES HOME PAGE*/
.categories_section {
    padding: 120px 0 90px;
}
.heading_wrapper h2{
    text-align: center;
    margin-bottom: 60px;
}
.categories_container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -50px 0px;
}
.categories_container .item{
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 50px;
    margin-bottom: 30px;
}
.image_wrapper{
    width: 200px;
    height: 200px;
    border: 2px solid #e6e7e8;
    background: #fff;
    border-radius: 4px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: ease all 0.3s;
    padding: 15px;
}
.image_wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_title {
    text-align: center;
    font:200 22px/27px 'PlutoSans';
    color: #414042;
    text-align: center;
    transition: ease all 0.3s;
}
.inner_item{
    transition: ease all 0.3s;
    display: block;
}
.inner_item:hover .image_wrapper {
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.inner_item:hover .product_title {
    color: #dc0032;
}
.product-category {
    position: relative;
    padding-bottom: 60px;
}
.product-category a{
    width: 200px;
    height: 200px;
    border: 2px solid #e6e7e8;
    background: #fff;
    border-radius: 4px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: ease all 0.3s;
    padding: 15px;
}
.product-category a img{
    margin: 0!important;
    transition: ease all 0.3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-category a h2{
    text-align: center;
    font:200 22px/27px 'PlutoSans'!important;
    color: #414042;
    text-align: center;
    transition: ease all 0.3s;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.product-category a h2 mark{
    display: none;
}
.product-category a:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    padding: 10px;
}
.product-category a:hover h2 {
    color: #a90034;
}
.button_container{
    text-align: center;
}
.button_container a{
    background: #dc0032;
    border-radius: 35px;
    width: 256px;
    height: 44px;
    font: 500 16px 'PlutoSans';
    color: #FFFFFF;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.button_container a:hover,
.button_container a:focus {
    background: #a90034;
}

@media screen and (max-width: 1500px) {
    .categories_container .item{
        padding: 0 20px;
    }
    .categories_container{
        margin: 0 -20px 0px;
    }
}
@media screen and (max-width: 1300px) {
    .image_wrapper{
        width: 150px;
        height: 150px;
    }
    .product_title{
        font-size: 18px;
        line-height: 1.3;
    }
    .product-category a{
        width: 150px;
        height: 150px;
    }
    .product-category a h2{
        font-size: 18px!important;
        line-height: 1.3!important;
    }
}
@media screen and (max-width: 992px) {
    .categories_section{
        padding: 60px 0 30px;
    }
    .categories_container{
        justify-content: center;
    }
    .categories_container .item {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}
@media screen and (max-width: 767px) {
    .product-category a{
        width: 200px;
        height: 200px;
    }
    .product-category a h2{
        font-size: 22px!important;
    }
}
@media screen and (max-width: 700px) {
    .categories_container .item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 400px) {
    .categories_container .item{
        padding: 0 10px;
    }
    .categories_container{
        margin: 0 -10px 0px;
    }
    .image_wrapper{
        width: 100px;
        height: 100px;
        padding: 5px;
    }
    .product-category a{
        padding: 5px;
    }
    .product_title{
        font-size: 16px;
    }
    .button_container a{
        width: 100%;
        font-size: 17px;
        height: 50px;
    }
}


/*FOOTER*/
.site-footer{
    padding: 80px 0;
}
.site-info{
    padding: 0;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0px;
    opacity: 1;
}
.site-footer a:not(.button):not(.components-button){
    color: #a90034;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.site-footer a:not(.button):not(.components-button):hover{
    border-color: #a90034;
}
@media screen and (max-width: 767px) {
    .site-footer{
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 576px) {
    .site-footer{
        padding: 30px 0;
    }
    .site-info{
        font-size: 14px;
        line-height: 1.3;
    }
}

.site-footer .storefront-handheld-footer-bar ul li.cart .count{
    background: #dc0032;
    color: #fff;
    border:0;
}
.site-footer .storefront-handheld-footer-bar  ul li a:not(.button):not(.components-button){
    color: #424143;
}
.site-footer .storefront-handheld-footer-bar ul li > a {
    border:0;
    height: 60px;
}
.storefront-handheld-footer-bar ul li > a::before{
    font-size: 24px;
}
.storefront-handheld-footer-bar ul li.cart > a::before {
    content: "";
    background: url(images/cart.svg) no-repeat;
    background-position: center;
}

/*SHOP*/
.right-sidebar .widget-area{
    display: none;
}
.right-sidebar .content-area{
    float: none;
    width: 100%;
    margin: 0;
}
.woocommerce-products-header {
    text-align: center;
    margin-bottom: 80px;
}
.storefront-sorting {
    display: none;
}
.storefront-breadcrumb{
    display: none;
}

.related.products{
    width: 100%;
}
.related.products h2{
    flex: 0 0 100%;
    max-width: 100%;
}
.products{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
ul.products::before, ul.products::after{
    display: none;
}
.site-main ul.products li.product,
.site-main ul.products.columns-3 li.product,
.site-main ul.products.columns-4 li.product{
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    margin: 0 0 60px;
    padding: 0 10px;
}
.site-main ul.products li.product .woocommerce-LoopProduct-link{
    position: relative;
}
.site-main ul.products li.product .woocommerce-LoopProduct-link img{
    margin: 0 auto 20px;
}
.site-main ul.products li.product .woocommerce-loop-product__title {
    font: 18px/22px 'PlutoSans';
    color: #444;
    margin-bottom: 15px;
    text-transform: none;
    letter-spacing: normal;
    height: 47px;
    overflow: hidden;
}
.site-main ul.products li.product .woocommerce-LoopProduct-link .onsale{
    background: #C9DC49;
    border-radius: 0;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
    border:0;
}
.site-main ul.products li.product .price{
    font-size: 18px;
    color: #444;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.site-main ul.products li.product .price del{
    text-decoration: line-through;
    font-size: 16px;
    color: #84817D;
    opacity: 1;
}
.site-main ul.products li.product .price ins{
    font-weight: 600;
    order:-1;
    margin-right: 13px;
    margin-left: 0;
}
.site-main ul.products li.product .button {
    border: 1px solid #a90034;
    width: 130px;
    height: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    font: 300 14px/17px 'PlutoSans';
    color: #fff;
    background: #a90034;
    margin: 0 auto;
    padding: 0;
    transition: ease all 0.3s;
}
.site-main ul.products li.product .button:hover {
    background: #dc0032;
    border-color: #dc0032;
    color: #fff;    
}
.site-main ul.products li.product .added_to_cart {
    margin: 10px auto 0;
    background: #dc0032;
    color: #fff;
    font: 300 14px/17px 'PlutoSans';
    width: 130px;
    height: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: ease all 0.3s;
}
.site-main ul.products li.product .added_to_cart:hover {
    background: #a90034;
    border-color: #a90034;
}

@media screen and (max-width: 992px) {
    .site-main ul.products li.product,
    .site-main ul.products.columns-3 li.product,
    .site-main ul.products.columns-4 li.product{
        flex: 0 0 33.333%;
        max-width: 33.333%;
        width: 33.333%;
    }
}
@media screen and (max-width: 768px) {
    .woocommerce-products-header{
        margin-bottom: 40px;
    }
    .site-main ul.products li.product,
    .site-main ul.products.columns-3 li.product,
    .site-main ul.products.columns-4 li.product{
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 576px) {
    .site-main ul.products li.product .woocommerce-loop-product__title{
        font-size: 16px;
        line-height: 1.3;
        height: 42px;
    }
    .site-main ul.products li.product .price del{
        font-size: 14px;
    }
    .site-main ul.products li.product .price{
        font-size: 16px;
    }
    .site-main ul.products li.product .price ins{
        margin-right: 8px;
    }
}

/*SINGLE PRODUCT*/
.single-product div.product .woocommerce-product-gallery {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs:before,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs:after{
    display: none;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs{
    flex: 0 0 148px;
    max-width: 148px;
    order:-1;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{
    float: none;
    width: 100%;
    margin-bottom: 20px;
    border:2px solid #ef859d;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport a{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.single-product div.product .onsale{
    background: red;
    border:0;
    border-radius: 0;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.single-product div.product .summary .product_title,
.woocommerce-tabs .panel h2:first-of-type,
.related > h2:first-child, .upsells > h2:first-child {
    font:300 32px/50px 'PlutoSans';
    color: #444;
    text-align: left;
    margin-bottom: 6px;
}
.related > h2:first-child, .upsells > h2:first-child{
    text-align: center;
}
.single-product div.product p.price{
    margin: 0 0 20px;
    font-family: 'PlutoSans';
    font-size: 22px;
    letter-spacing: 0px;
    color: #444;
}
.single-product div.product .price ins{
    font-weight: bold;
}
.woocommerce-product-details__short-description p,
.woocommerce-tabs p {
    font-size: 17px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 40px;
}
.single-product .shipping-estimate {
    display: none;
}
.single-product div.product form.cart{
    padding: 0;
}
.single-product div.product form.cart .quantity input{
    font-size: 20px;
}
.single-product div.product .product_meta {
    border:0;
    padding: 0;
    font: 16px/20px 'PlutoSans';
    letter-spacing: 0px;
    color: #444;
}
.single-product div.product .product_meta a{
    font-weight: normal;
    text-decoration: none;
    color: #444;
}
.single-product div.product .product_meta a:hover{
    color: #dc0032;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments,
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments{
    background-color: #808285;
    font-size: 14px;
    border:0;
}
.woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button, .woocommerce-noreviews .button, p.no-comments .button{
    border:0;
    height: 25px;
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 14px;
}
.woocommerce-message .button:after, .woocommerce-info .button:after, .woocommerce-error .button:after, .woocommerce-noreviews .button:after, p.no-comments .button:after{
    display: none;
}
.woocommerce-tabs ul.tabs li,
.woocommerce-tabs ul.tabs{
    border-color: #D9D9D9;
}
.woocommerce-tabs ul.tabs li a{
    font-size: 18px;
    color: #444;
}
.single-product .woocommerce-tabs ul.tabs li::after{
    right: 1rem;
    opacity: 1;
}
.site-content > .col-full > .woocommerce > .woocommerce-message:first-child, .site-content > .col-full > .woocommerce > .woocommerce-info:first-child, .site-content > .col-full > .woocommerce > .woocommerce-error:first-child{
    margin-top: 0;
}
.woocommerce-tabs ul.tabs li.active::after{
    color: #a90034;
}

@media screen and (max-width: 992px) {
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs{
        flex: 0 0 100px;
        max-width: 100px;
    }
}
@media screen and (max-width:576px) {
    .single-product div.product .summary .product_title, .woocommerce-tabs .panel h2:first-of-type, .related > h2:first-child, .upsells > h2:first-child{
        font-size: 25px;
        line-height: 1.4;
    }
    .woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button, .woocommerce-noreviews .button, p.no-comments .button{
        float: none;
        border:0;
        padding: 0;
        margin: 0;
        display: block;
    }
}
@media screen and (max-width:400px) {
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs{
        flex: 0 0 80px;
        max-width: 80px;
    }
    .single-product div.product form.cart .quantity{
        float: none;
        width: 100%;
        margin: 0 0 10px;
    }
    .single-product div.product form.cart .quantity input{
        width: 100%;
    }
    .single-product .single_add_to_cart_button {
        width: 100%;
        margin: 0;
    }
}

/*CART DETAIL*/
table.cart:not( .has-background ) th,
table.cart th{
    background: #fff;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    font: 400 20px/30px 'PlutoSans';
    letter-spacing: 0px;
    color: #444;
    text-align: left;
}
table.cart:not( .has-background ) tbody td{
    background: transparent;
    border-bottom: 1px solid #D9D9D9!important;
}
table.cart:not( .has-background ) tbody tr:last-child td{
    border:0!important;
}
table.cart tr{

}
table.cart tr td{
    vertical-align: middle;
}
table.cart .product-remove{
    width: 100px;
    vertical-align: middle;
}
table.cart tr td.product-thumbnail,
table.cart tr th.product-thumbnail{
    width: 100px;
    padding-left: 0;
    padding-right: 0;
}
table.cart .product-thumbnail img{
    max-width: 100px;
}
table.cart tr td.product-name {
    font: 300 22px/30px 'PlutoSans';
    color: #000000;
    vertical-align: middle;
}
table.cart tr td.product-name a{
    color: #000;
    text-decoration: none!important;
}
table.cart tr td.product-name a:hover{
    color: #a90034;
}
table.cart tr td.product-price {
    font: 16px/30px 'PlutoSans';
    color: #444;
}
table.cart td.product-quantity .qty{
    width: 70px;
    height: 40px;
    padding: 0 0 0 15px!important;
}
table.cart td.product-subtotal {
    font: 400 18px/30px 'PlutoSans';
    color: #444;
}

table.cart:not( .has-background ) tbody tr:nth-child(2n) td{
    background: transparent;
    border:0;
}
table.cart td.actions{
    padding-top: 30px;
}
table.cart td.actions .coupon{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
table.cart td.actions .coupon .button{
    font-size: 14px;
    white-space: nowrap;
}
table.cart td.actions .coupon + .button{
    background: #FFFFFF;
    border: 1px solid #a90034;
    width: 170px;
    height: 47px;
    font-size: 16px;
    color: #a90034;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.cart-collaterals .cart_totals {
    max-width: 330px;
}
.cart-collaterals .cart_totals table{
    border:1px solid #D9D9D9;
}

.cart-collaterals .cart_totals table:not( .has-background ) th,
.cart-collaterals .cart_totals table:not( .has-background ) tbody td{
    background: #fff;
}
.cart-collaterals .cart_totals table td,
.cart-collaterals .cart_totals table th{
    padding: 0;
    font: 16px 'PlutoSans';
    color: #444;
    width: 50%;
    padding: 11px 30px;
}
.cart-collaterals .cart_totals table td{
    padding-left: 5px;
    text-align: right;
}
.cart-collaterals .cart_totals table th{
    padding-right: 5px;
}
.cart-collaterals .cart_totals table tr:first-child th,
.cart-collaterals .cart_totals table tr:first-child td{
    padding-top: 30px;
}
.cart-collaterals .cart_totals table tr:last-child th,
.cart-collaterals .cart_totals table tr:last-child td{
    padding-bottom: 30px;
}
.cart-collaterals .cart_totals table tr:last-child td {
    font-size: 20px;
}
.wc-proceed-to-checkout .button.checkout-button{
    font-size: 19px;
    height: 60px;
}
.wc-proceed-to-checkout .button.checkout-button:after{
    display: none;
}
table.shop_table_responsive tr td[data-title]::before{
    font-size: 15px;
    font-weight: 300;
    color: #000;
}

@media screen and (max-width: 767px) {
    table.cart .product-remove{
        width: 100%;
    }
    table.shop_table_responsive tr td.product-remove a,
    table.cart td.product-remove a.remove{
        left: auto;
        right: 0;
        top: 0;
    }
    table.cart tr td.product-thumbnail, table.cart tr th.product-thumbnail{
        width: 100%;
    }
    table.cart .product-thumbnail img{
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }
    table.cart:not( .has-background ) tbody td{
        border:0!important;
        padding: 0 0 5px;
    }
    .cart-collaterals .cart_totals{
        max-width: 100%;
        width: 100%;
    }
    .cart-collaterals .cart_totals table td{
        width: 100%;
        padding-left: 30px;
    }
}

@media screen and (max-width: 400px) {
    .wc-proceed-to-checkout .button.checkout-button{
        font-size: 16px;
    }
}

/*CHECKOUT PAGE*/
.checkout h3{
    font-size: 22px;
    font-weight: 300;
    color: #333333;
}
table th{
    font-weight: 300;
}
.checkout h3 label,
#ship-to-different-address label{
    font-weight: 300;
}
.form-row label{
    font: 300 16px/20px 'PlutoSans';
    color: #444;
    margin-bottom: 10px;
}
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row{
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 0 25px;
    padding: 0 12px;
}
.woocommerce-billing-fields__field-wrapper .form-row-wide,
.woocommerce-shipping-fields__field-wrapper .form-row-wide{
    flex: 0 0 100%;
    max-width: 100%;
}
.select2-container--default .select2-selection--single{
    border-radius: 0;
    height: 47px;
    border: 1px solid #D9D9D9;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 47px;
    font-size: 16px;
    color: #444;
    padding-left: 15px;
    padding-right: 45px;
    font-family: 'PlutoSans';
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 47px;
    width: 40px;
}
.form-row textarea{
    height: 140px;
    padding: 15px!important;
}
#order_comments_field label{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}
#order_comments_field label span{
    margin-left: auto;
    font-weight: normal;
    text-transform: none;
    color: #888888;
    font-size: 14px;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox input{
    display: none;
    -webkit-appearance: checkbox;
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox input:not(checked) {
    position: absolute;
    opacity: 0;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox input:not(checked) + span{
    padding-right: 30px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox input:not(checked) + span:before{
    content: '';
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid #d9d9d9;
    left: auto;
    right: 0px;
    background-color: #fff;
    top:2px;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox input:not(checked) + span:after{
    content: "\f00c";
    display: block;
    font-family: 'Font Awesome 5 Free';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: auto;
    right: 4px;
    top: 3px;
    font-size: 15px;
    color: #a90034;
    opacity: 0;
    transition: 0.6s;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked + span:before{
    border-color: #a90034;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked + span:after{
     opacity: 1;
}

#order_review_heading {
    background: #fff;
    margin: 0;
}
#order_review .shop_table{
    border: 1px solid #D9D9D9;
}
table:not( .has-background ).shop_table.woocommerce-checkout-review-order-table th,
table:not( .has-background ).shop_table.woocommerce-checkout-review-order-table td {
    background: #fff;
}
table.shop_table.woocommerce-checkout-review-order-table th,
table.shop_table.woocommerce-checkout-review-order-table td {
    padding: 15px 30px;
    font-size: 16px;
    font-family: 'PlutoSans';
    letter-spacing: 0px;
    color: #444;
}
#payment .form-row.place-order{
    background: transparent;
    padding: 0;
}
#payment .place-order .button {
    height: 60px;
    font-size: 19px;
    color: #FFFFFF;
}
.checkout_coupon.woocommerce-form-coupon {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 30px;
}
.checkout_coupon.woocommerce-form-coupon>p {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
}
.checkout_coupon.woocommerce-form-coupon .form-row {
    margin: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
}

@media screen and (max-width: 992px) {
    form.checkout{

    }
    form.checkout .col2-set{
        width: 100%;
        float: none;
        margin: 0;
    }
    #order_review_heading, #order_review {
        width: 100%;
        float: none;
    }
    .woocommerce-billing-fields__field-wrapper,
    .woocommerce-shipping-fields__field-wrapper{
        margin: 0;
    }
    .woocommerce-billing-fields__field-wrapper .form-row,
    .woocommerce-shipping-fields__field-wrapper .form-row{
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 576px) {
    .checkout h3{
        font-size: 18px;
    }
    .checkout_coupon.woocommerce-form-coupon {
        margin: 0 0px 30px;
    }
    .checkout_coupon.woocommerce-form-coupon>p{
        padding: 0;
    }
    .checkout_coupon.woocommerce-form-coupon .form-row {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .checkout_coupon.woocommerce-form-coupon .form-row button{
        width: 100%;
    }
    #payment .payment_methods li{
        margin-bottom: 20px;
    }
    #payment .place-order{
        margin-top: 20px;
    }
}

@media screen and (max-width:400px){
    #order_review_heading{
        padding: 20px;
    }
    table.shop_table.woocommerce-checkout-review-order-table th, table.shop_table.woocommerce-checkout-review-order-table td{
        padding: 8px 20px;
        font-size: 14px;
    }
    table.shop_table.woocommerce-checkout-review-order-table tr:last-child th, table.shop_table.woocommerce-checkout-review-order-table tr:last-child td{
        padding-bottom: 20px;
    }
}

/* email field visible on checkout */

#billing_email_field{
  display: block !important;
}
.show-password-input{
    top: -2px;
}
.woocommerce-MyAccount-content fieldset legend,
.woocommerce-MyAccount-content fieldset{
    background: transparent;
    padding: 0;
}
.woocommerce-MyAccount-content fieldset {
    padding: 0;
    margin:50px 0 0;
}
.woocommerce-MyAccount-content fieldset legend{
    font-weight: 300;
    margin: 0 0 30px;
}
.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a{
    color: #444;
}

/*SMALL CART*/
.widget_shopping_cart .buttons a{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.widget_shopping_cart .buttons a:after{
    display: none;
}
.widget_shopping_cart .buttons a.button.wc-forward{
    background: #dc0032;
    color: #fff;
}
.widget_shopping_cart .buttons a.button.wc-forward:hover{
    background: #a90034;
}
.widget_shopping_cart .buttons .button.checkout.wc-forward{
    background: #a90034;
    color: #fff;
}
.widget_shopping_cart .buttons .button.checkout.wc-forward:hover{
    background: #dc0032;
}

/*SEARCH SECTION*/
.search-button-section{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    position: relative;
}
.search-button-section a{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.search-button-section a svg{
    transition: ease all 0.3s;
}
.search-button-section a:hover svg{
    stroke: #dc0032;
}
.search_input_container{
    position: relative;
}
.search_input_container button{
    position: absolute;
    right: 0;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    top:0;
    transition: ease all 0.3s;
    background: #dc0032;
}
.search_input_container button:hover{
    background: #a90034;
}
.search_container {
    background-color: #dc0032;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 9999;
    transition: ease all 0.3s;
    opacity: 0;
    visibility: hidden;
}
.search_container form{
    margin: 0;
}
.search_container input{
    border:0;
    background: transparent;
    height: 60px;
    font-size: 20px;
    padding: 0!important;
    color: #fff;
    width: 100%;
    padding-right: 80px!important;
}
.search_container input::-moz-placeholder { opacity: 1; color:#fff;}
.search_container input::placeholder {opacity: 1; color:#fff;}
.search_container input::-o-placeholder {opacity: 1; color:#fff;}
.search_container input::-webkit-input-placeholder {opacity: 1; color:#fff;}
.search_container input:-ms-input-placeholder {opacity: 1; color:#fff;}
.search_container input[type='search']:focus{
    background: transparent;
}
.search_container.active
{
    visibility: visible;
    opacity: 1;
}
@media screen and (max-width: 767px) {
    .search-button-section{
        display: none;
    }
}

/*SLIDER SECTION*/
.slider_section
{
    position: relative; 
}
.slider_section .item 
{
    padding: 250px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slider_section .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 1;
}
.slider_section .item_text{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px 120px;
    color: #fff;
    font-size: 130px;
    line-height: 1.1;
    z-index: 2;
    top: 0;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.slider_section .owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}
.slider_section .owl-dots .owl-dot 
{
    position: relative;
    margin-right: 12px;
    display: inline-block;
}
.slider_section .owl-dots .owl-dot:last-child
{
    margin-right: 0;    
}
.slider_section .owl-dots .owl-dot span
{
    width: 13px;
    height: 13px;
    display: block;
    border-radius: 100%;
    background-color: #dc0032;
}
.slider_section .owl-dots .owl-dot.active span
{
    background-color: #a90034;
}
@media screen and (max-width: 1300px){
    .slider_section .item_text{
        font-size: 100px;
    }
}
@media screen and (max-width: 992px){
    .slider_section .item_text{
        font-size: 70px;
        padding: 30px;
    }
}
@media screen and (max-width: 576px){
    .slider_section .item_text{
        font-size: 52px;
        padding: 30px 20px;
    }
}