@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500&display=swap');

@font-face {
  font-family: Questrial;
  src: url(../fonts/questrial-regular.ttf);
}

@font-face {
  font-family: Covik Sans;
  src: url(../fonts/covik-sans/Covik%20Sans-Regular.ttf);
}

@font-face {
  font-family: Covik Sans Bold;
  src: url(../fonts/covik-sans/Covik%20Sans-Bold.ttf);
}

@font-face {
  font-family: Covik Sans SemiBold;
  src: url(../fonts/covik-sans/Covik%20Sans-Semibold.ttf);
}

#main{
    font-family: 'Montserrat', sans-serif;
}

ul li .change-zipcode:after{
    display:none !important;
}

.info-order{
    margin-top: 40px;
    margin-bottom: 45px;
    padding-top: 32px;
    padding-bottom: 42px;
}

.heading-order{
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.presentation-order{
    text-align: center;
    font-size: 18px;
    padding-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.advice-order{
    text-align: center;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    max-width: 70%;
    margin:auto;
}

.background-sub{
    background-color:#ebf8f3;
}

.sum_title-order{
    text-align: center;
    font-size: 26px;
    padding-bottom: 20px;
}

.sum_date-order{
    text-align: center;
    font-size: 18px;
    padding-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.products_table-order{
    width:80%;
    margin:auto;
}

.products_table-order th{
    padding-bottom: 5px;
}

.products_table-order th:not(:first-child){
    text-align: center;
}

.products_table-order tr> th:not(:first-child){
    width:10%;
}

/** ORDER PRODUCTS STYLE **/
.product_thumb-order{
    width:100px;
    height:100px;
    padding:0;
    margin:0;
}

.products_table-order tr td{
    padding-top:5px;
    padding-bottom:5px;
}

.products_table-order > tbody > tr:not(:last-child){
    border-bottom: 3px solid #fafafa;
}
.products_table-order > tbody > tr:last-child{
    border-bottom: none;
}

.product_thumb-order img{
    object-fit:cover;
    height:100%;
}

.product_title-order{
    text-align:left ;
}

.products_table-order{
    margin-bottom:40px;
}

/** ICONS **/
.animation-ctn{
  text-align:center;
  margin-top:40px;
  margin-bottom:15px;
}

	@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 200px
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 200px
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 0px
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 480px
   
    }

    100% {
        stroke-dashoffset: 960px;
      
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 480px 
    }

    100% {
        stroke-dashoffset: 960px
    }
}

@keyframes colored-circle { 
    0% {
        opacity:0
    }

    100% {
        opacity:100
    }
}

/* other styles */
/* .svg svg {
    display: none
}
 */
.inlinesvg .svg svg {
    display: inline
}

/* .svg img {
    display: none
} */

.icon--order-success svg polyline {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards
}

.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards;
}
.icon--order-success svg circle#colored {
    -webkit-animation: colored-circle 0.6s ease-in-out 0.7s backwards;
    animation: colored-circle 0.6s ease-in-out 0.7s backwards;
}

.page_title h2{
    font-family: 'Covik Sans SemiBold';
    font-size: 50px;
    text-align:center;
    margin:0 0 60px 0;
}

.cart-pr_table{
    width:100%;
}

.order_data{
    display: grid;
    grid-template-columns:65% auto;
    column-gap: 40px;
}

.cart-products-container{
    margin-top: 40px;
}

.cart-pr_table th{
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid 2px #efefef;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-family: 'Covik Sans SemiBold';
}

.cart-pr_table > thead > tr > th:not(:first-child){
    text-align: center !important;
}

.cart-pr_table > tbody > tr:last-child{
    border-bottom:none !important;
}

.cart-pr_table > tbody > tr{
    border-bottom:solid 2px #efefef;
}

/*.cart-pr_table .pr_price-container, .cart-pr_table .pr_quantity-container, .cart-pr_table .pr_total-container{*/
/*    font-family: Questrial;*/
/*}*/

.cart-pr_table img{
    max-width: 80px !important;
    height: 80px !important;
    object-fit: cover;
}

.pr_img-container{
    text-align: left;
}

.pr_img-container img{
    display: inline-block;
}

.pr_img-container h2{
    font-weight: bold;
    margin-bottom: 5px;
    font-family: 'Covik Sans SemiBold';
}

.pr_img-container h3{
    font-weight: 400;
    font-size: 12px;
    color:#969696;
    /*font-family: Questrial;*/
}

.pr_info-container{
    width: fit-content;
    display: inline-grid;
    vertical-align: middle;
    margin-left: 10px;
}

.summary_box{
    background-color: #efefef;
    width:100%;
    height: auto;
    border:solid 2px #e0e0e0;
    margin-bottom:10px;
}

.summary_box .title-sm{
    padding: 30px;
    font-size: 18px;
    border-bottom:solid 2px #e0e0e0;
    color: black;
}

.summary_box .sum-prices{
    padding: 30px;
}

.summary_box .sum-prices h5{
    color: #7D7D7D;
    font-size: 15px;
}

.summary_box .sum-prices p{
    color: black;
    font-size: 15px;
    text-align: right;
}

.summary_box .subt-container, .summary_box .ship-container{
    display:grid;
    grid-template-columns:1fr 1fr;
}

.summary_box .total-container{
    padding:30px;
    border-top:solid 2px #e0e0e0;
    background-color: #E4E4E4;
}

.summary_box .total-container h3{
    font-size: 18px;
    color: black;
    margin-bottom: 0 !important;
}
.summary_box .total-container .pr_content{
    display: grid;
    grid-template-columns:1fr 1fr;
}

.summary_box .total-container p{
    text-align:right;
    color: black;
    font-size: 18px;
    margin:0;
    line-height: 1;
}

.checkout-button{
    width: 100%;
    background-color:#509450;
    text-align: center;
    padding:20px 0;
    border-radius: 0;
    color:white;
    font-size:18px;
    font-family:'Covik Sans SemiBold';
    border:solid 2px #509450;
    text-transform: uppercase;
}

/** shipMENT BUTTONS **/

.ship-container{
    padding-top: 10px;
    border-top:solid 2px #efefef;
}

.shipment_title{
    margin-top: 60px;
    text-transform: uppercase;
}

.shipment_title h2{
    font-family: 'Covik Sans SemiBold' !important;
    font-size: 16px;
    font-weight: bold;
    margin:0;
    padding-bottom:8px;
}
.address-container .radio-address{
    margin-left: 5px;
}
.ship-container .radio, .address-container .radio-address{
  margin: 0.5rem;
}
.ship-container .radio input[type="radio"], .radio-address input {
  position: absolute;
  opacity: 0;
}
.ship-container .radio input[type="radio"] + .radio-label:before , .address-container .radio-address input[type="radio"] + .radio-label:before {
  content: '';
  background: #ffffff;
  border-radius: 100%;
  /*border: 1px solid #b4b4b4;*/
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  top: 1px;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  box-shadow: inset 0 0 0 3px #b4b4b4;
}
.ship-container .radio input[type="radio"]:checked + .radio-label:before, .address-container .radio-address input[type="radio"]:checked + .radio-label:before {
  background-color: #ffffff;
  box-shadow: inset 0 0 0 5px #3197EE;
}
.ship-container .radio input[type="radio"]:focus + .radio-label:before, .address-container .radio-address input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.ship-container .radio input[type="radio"]:disabled + .radio-label:before, .address-container .radio-address input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.ship-container .radio input[type="radio"] + .radio-label:empty:before, .address-container .radio-address input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
.ship-container .radio, .address-container .radio-address{
    padding-left:0 !important;
}
.ship-container .radio-label, .address-container .radio-label{
    padding-left: 0 !important;
    font-family: 'Covik Sans' !important;
}

.address-container{
    padding-top: 10px;
    border-top:solid 2px #efefef;
}

.address-container .address_content-cont{
    display: inline-grid;
}

.address-container .address_content-cont p{
    display: block;
    margin-bottom: 0;
}
.address-container .address_content-cont > p:first-child{
    font-family: 'Covik Sans SemiBold';
}

.address-container .address_content-cont > p:not(:first-child){
    font-weight: 300;
    font-family: 'Covik Sans';
}

.address_title{
    margin-top: 30px;
    text-transform: uppercase;
}

.address_title h2{
    font-family: 'Covik Sans SemiBold' !important;
    font-size: 16px;
    font-weight: bold;
    margin:0;
    padding-bottom:8px;
}


.cart-popup{
    display: none;
}


#cart-details .active-cart-pop{
    display:block !important;
}

#cart-details .cart-popup{
    background-color:white;
    z-index:1003 !important;
    position: absolute;
    width: 300px;
    right:0;
    top:100%;
    margin-top: 8px;
    box-shadow: 0 5px 8px rgba(0,0,0,.15);
}

#cart-details .cart-list{
    margin:0 !important;
}

#cart-details .cart-popup .widget_shopping_cart_content{
    padding: 20px 15px 5px;
    color: #696969;
}

#cart-details .total-count,#cart-details .cart-item {
    border-bottom:solid 1px #e6ebee;
    margin-bottom: 10px;
}

#cart-details .total-count, #cart-details .cart-item, #cart-details .total-container{
    padding-left:10px;
    padding-right:10px;
}

#cart-details .total-count span{
    text-align:left !important;
    display: inline-block;
    width: 50%;
    font-weight: bold;
}

#cart-details .total-count a{
    text-align:right !important;
    width: 50%;
    font-weight: bold;
    text-transform: uppercase;
}

#cart-details .cart-item{
    list-style: none !important;
    padding-bottom: 10px;
    position:relative;
}

#cart-details .cart-t-container{
    display: grid;
    width:100%;
    grid-template-columns: 2fr 1fr;
}

#cart-details .product-details,#cart-details .product-image{
    text-align:unset !important;
}

#cart-details .product-details a{
    font-weight: bold;
    font-size:16px;
}

#cart-details .product-details > *{
    width: auto;
    display: block;
    text-align: left;
}

#cart-details .remove_inventory{
    top:0;
    right:0;
    float:right;
    position: absolute;
    background-color: #fff;
    border-radius: 100%;
    color:#ea5148 !important;
    font-size:14px;
}

#cart-details .variation{
    margin-bottom: 0px;
}

#cart-details .product-image{
    display: flex;
}

#cart-details .product-image img{
    margin:auto;
}

#cart-details .variation{
    font-size: 14px;
    color: #c1c1c1;
    padding-left: 10px;
    color:#666;
    font-weight: bold;
}

#cart-details .total-container{
    display: grid;
    width:100%;
    grid-template-columns: 2fr 1fr;
    padding-top:10px;
    padding-bottom: 15px;
}

#cart-details .total-title{
    text-transform: uppercase;
    text-align:left;
}

#cart-details .total-amount{
    text-align:right;
}

#cart-details .checkout-container, #cart-details .checkout-container button{
    display: block !important;
    width: 100%;
}

#cart-details .checkout-container button{
    padding:14px 25px;
    height: auto;
    background-color: #02a8f3;
    color: white;
}

#cart-details .checkout-container{
    margin-bottom: 0;
    padding: 0 10px 20px;
}

.cart-products-container{
    margin-bottom: 40px;
}

/* -- DAILY DEALS STYLE -- */

.daily_deals-container{
    margin-top: 0px;
    margin-bottom:40px;
}
.daily_deals-container .item-block{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.daily_deals-container .item.item-countdown .item-wrap{
    border: solid 1px #ddd
}

.daily_deals-container .item.item-countdown .item-wrap .item-detail, .products_home_slider .item-wrap .item-detail{
    padding-bottom: 20px !important;
}

.daily_deals-container .item.item-countdown .onsale{
    top: 0 !important;
    left: 0 !important;
}

.daily_deals-container .product-thumb-hover img, .products_home_slider .product-thumb-hover img{
    width: 100% !important;
    object-fit: cover !important;
    margin: auto;
    padding-top:0px !important;
    height:266px;
}

.daily_deals-container .item-title a, .products_home_slider .item-title a{
    font-family: "Covik Sans SemiBold" !important;
    text-transform: uppercase;
    font-size:18px;
    color:black !important;
}

.daily_deals-container .item-content, .products_home_slider .item-content{
    padding: 0 20px;
}

.daily_deals-container .item-content > div, .daily_deals-container .item-title, .products_home_slider .item-content > div, .products_home_slider .item-title{
    text-align:left;
}

.daily_deals-container .fa-star, .products_home_slider .fa-star{
    font-size:18px;
}

.daily_deals-container del .amount, .products_home_slider del .amount{
    font-family: "Covik Sans";
    font-size:18px !important;
    font-weight: bold !important;
    color:black !important;
}

.daily_deals-container ins .amount, .products_home_slider ins .amount{
    font-family: "Covik Sans";
    font-size:24px !important;
    color:#708593 !important;
}
.daily_deals-container .item-countdown .item-price, .products_home_slider .item-countdown .item-price{
    margin-bottom: 0 !important;
}


.daily_deals-container .item-countdown .add_to_cart_button, .products_home_slider .add_to_cart_button{
    margin: 0 !important;
    width: 100%;
    border: 0px !important;
    background-color: black !important;
    color: white !important;
    font-family: "Covik Sans" !important;
    border-radius: 0 !important;
    height:45px !important;
}

.daily_deals-container .item-countdown .oferta{
    text-transform: uppercase;
    position: absolute;
    width: 80px;
    transform: rotate(-45deg);
    top: 23px;
    z-index: 9;
    color: white;
    font-family: "Covik Sans";
    font-size: 16px;
    left:0;
    line-height: 1;
}
/* lfds edit

.products_home_slider .oferta, .product_prpage .oferta{
    text-transform: uppercase !important;
    position: absolute !important;
    width: 80px !important;
    transform: rotate(-45deg) !important;
    top: 30px !important;
    z-index: 9 !important;
    color: white !important;
    font-family: "Covik Sans" !important;
    font-size: 16px !important;
    left:0 !important;
    line-height: 1 !important;
}

*/


.products_home_slider .oferta, .product_prpage .oferta{
    text-transform: uppercase !important;
    position: absolute !important;
    width: 80px !important;
    transform: rotate(-45deg) ;
    top: 30px ;
    z-index: 9 !important;
    color: white !important;
    font-family: "Covik Sans" !important;
    font-size: 16px ;
    left:0 ;
    line-height: 1 !important;
}


.daily_deals-container .product_thum_desc_none:after{
    border-radius: 0 !important;
    border-width: 0px !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
}


/* lfds edit

.daily_deals-container .item-image-countdown.products-thumb:after, .products_home_slider .product_thum_desc:after{
    border-radius: 0;
    border-width: 59px;
    border-right-color: #d7b4b2 !important;
    border-top-color: #d7b4b2 !important;
}

*/

.daily_deals-container .item-image-countdown.products-thumb:after, .products_home_slider .product_thum_desc:after{
    border-radius: 0;
    border-width: 59px;
    border-right-color: #d7b4b2;
    border-top-color: #d7b4b2;
}

.daily_deals-container .item-image-countdown:after, .products_home_slider .product_thum_desc:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-color: transparent;
    border-style: solid;
    transform: rotate(-90deg);
}

.products_home_slider .item .item-wrap{
    margin:0 5px !important;
}

.products_home_slider .item .item-wrap .item-detail{
    border:solid 1px #ddd;
}

.item-detail:hover .yith-wcwl-add-to-wishlist{
    opacity: 1 !important;
}

.products_home_slider .slick-initialized .slick-slide{
    padding:0 !important;
}

.products_home_slider .slick-slide{
    border:solid 0px !important;
}

.products_home_slider .slider{
    border: 0px !important;
    padding-top:10px !important;
}

.products_home_slider .item-wrap{
    border-color:#ddd !important;
}

.products_home_slider .item-price{
    margin-bottom: 0 ;
}


.products_home_slider .item-content .add-info{
    display: none;
}

.daily_deals-container .yith-wcwl-add-button a, .products_home_slider .yith-wcwl-add-button a{
    border-radius: 0 !important;
    background-color: #eae8e5!important;
    border-left: solid 1px #ddd !important;
    border-bottom: solid 1px #ddd !important;
    margin-top: -1px;
    margin-right: -1px;
}

.daily_deals-container .yith-wcwl-add-button a:hover, .products_home_slider .yith-wcwl-add-button a:hover{
    border-left: solid 1px black !important;
    border-bottom: solid 1px black !important;
    background-color: black!important;
    border-top: solid 1px black !important;
    border-right: solid 1px black !important;
}


.slider_title_cat{
    font-size: 24px !important;
    font-weight: bold !important;
    color:black;
    padding-top:30px !important;
}

.slick-prev:before, .slick-next:before{
    color:black !important;
}

.glyphicon{
    font-family: "Glyphicons Halflings" !important;
}

h1,h2,h3,h4,h5,h6,span,a{
  font-family: 'Covik Sans' !important;  
}

.owl-custom-prev, .owl-custom-next{
    border: 1px solid #fff !important;
    width: 40px !important;
    height: 40px !important;
}
/* lfds edit
#main-slider .slideshow .owl2-controls .owl2-nav div.owl-custom-prev:before, #main-slider .slideshow .owl2-controls .owl2-nav div.owl-custom-next:before{
    vertical-align: middle !important;
    font-size: 20px!important;
    font-family: FontAwesome;
    color: rgb(255,255,255) !important;
    display: block !important;
    line-height: 40px !important;
    text-align: center !important;
}
*/

#main-slider .slideshow .owl2-controls .owl2-nav div.owl-custom-prev:before, #main-slider .slideshow .owl2-controls .owl2-nav div.owl-custom-next:before{
    vertical-align: middle !important;
    font-size: 20px!important;
    font-family: FontAwesome;
    color: rgb(255,255,255);
    display: block !important;
    line-height: 40px !important;
    text-align: center !important;
}
/* lfds edit

#main-slider .slideshow .owl2-controls .owl2-nav div{
    border-radius: 0 !important;
}
*/

#main-slider .slideshow .owl2-controls .owl2-nav div{
    border-radius: 0 ;
}


#yt_header .top-form-minicart{
    background-color: transparent !important;
    padding: 0px !important;
    border: 0px !important;
}

#yt_header .top-form-minicart .top-minicart{
    border:0px !important;
}

#yt_header .top-form-minicart .top-minicart:after{
    top:8px !important;
}


.header-page-tile{
    background-color:#080808 !important;
    padding:20px 0 !important;
}

.header-page-tile .logo-wrapper img{
    filter:invert(1) !important;
}

.header-page-tile .yt-header-under-2, .header-page-tile .header-under-2-wrapper{
    background-color: transparent !important;
    background: transparent !important;
    border:none !important;
}

input.filter_box{
    
    display: none;
}

.vertical-mega .ver-megamenu-header{
    background:transparent !important;
}

ul.vertical-megamenu:before{
    display: none !important;
}

.mega-left-title strong:before{
    width:50px !important;
    height: 50px !important;
}

input, textarea{
    appearance: auto !important;
}

.sm-serachbox-pro .form-search .cat-wrapper{
    border-right: 1px solid black;
}

.header-under-2-wrapper .sm-serachbox-pro .form-search{
    border:unset !important;
}

.sm-serachbox-pro .form-search .cat-wrapper:after{
    color:black !important;
}

.header-under-2-wrapper .sm-serachbox-pro .form-search .button-search-pro{
    margin-top: 0 !important;
    margin-right: 0 !important;
}

.buy_link_section, .sell_link_section{
    font-weight: 600;
}

.buy_link_section{
    margin-right: 10px;
}

.sell_link_section{
    border-left:solid 1px black;
    padding-left:10px;
}

.order-sm{
    margin: 0px 20px;
}

@media screen and (max-width:991px){
    .daily_deals-container .item-block{
            grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .order_data{
        grid-template-columns: auto;
    }
    
    .order-sm{
        margin: 40px 0;
    }
    
    #sm_serachbox_pro{
        width:85%;
    }
    
    .search-pro{
        margin-top:20px;
    }
    
}

@media screen and (max-width: 668px){
    .products_home_slider .item-detail .products-thumb, .daily_deals-container .products-thumb{
        width:100% !important;
    }
    
    .owl2-item img.img-responsive {
        /*height: 200px;*/
        /*object-fit: cover;*/
    }
    
    .daily_deals-container .item-wrap, .products_home_slider .item-wrap .item-detail{
        height:400px;
    }
    
    .products_home_slider del, .products_home_slider ins, .daily_deals-container del, .daily_deals-container ins{
        display:block !important;
    }
    
}
/* lfds edit

.yt-footer-wrap-style1 .footer-top{
    background-color:#708593 !important;
    padding:24px 0 !important;
}

*/

.yt-footer-wrap-style1 .footer-top{
    background-color:#708593 ;
    padding:24px 0 !important;
}

.footer-top .block-content{
    width:100%;
}

.newsletter-box{
    width:100%;
    display: grid;
    grid-template-columns: 85% auto;
}

.newsletter-box input{
    margin:0 !important;
    
    border-radius: 0 !important;
    font-family: 'Covik Sans' !important;
}

.newsletter-box input[type="email"]{
    color:black !important;
    padding:10px 20px;
}

.newsletter-box input[type="submit"]{
    background-color:black !important;
    border: solid 1px black;
    padding:10px;
}

.footer-top .block-content{
    padding-top:0 !important;
    margin-top:19px !important;
}

.shop_table .product-thumbnail img{
    min-height: 181px;
    object-fit:contain;
    margin:auto !important;
}

.footer-bottom-sevicer{
    background-color:#ffffff !important;
    padding-bottom: 40px;
}

.footer-bottom-sevicer .content-service h2{
    font-family: 'Covik Sans Bold' !important;
    font-size:20px;
    padding:20px 10px 10px 10px;
    text-transform:uppercase !important;
    height:74px !important;
}

.footer-bottom-sevicer .img-sevirce{
    margin-top:20px;
}

.sn-sevirce .content-service span{
    max-width: 100% !important;
    font-size:18px;
    font-family: 'Covik Sans SemiBold' !important;
}

.footer-bottom{
    display: none !important;
}

.yt-header-top li{
    padding:0;
}

.product_recomm_prpage .item .item-wrap{
    border:0px !important;
}


.cart-qty-input{
    max-width: 50px;
    text-align: center;
    margin: 0 !important;
    display: inline;
}

.btn-sub{
    display: inline !important;
    float: left !important;
    z-index: 10;
    width: 33px;
    border-radius: 0px !important;
}

.btn-add{
    display: inline !important;
    float: right !important;
    z-index: 10;
    width: 33px;
    border-radius: 0px !important;
}

@media screen and (max-width:767px){
   .btn-sub{
        display: none !important;
    }
    
    .btn-add{
        display: none !important;
    } 
}

.products-loop.grid li{
    margin-bottom: 10px;
    max-height: 427px;
}

.products-loop.grid .item-wrap{
    margin: 0 5px !important;
    border-color: #ddd;
}

.products-loop.grid .item-detail{
    border: solid 1px #ddd;
    padding-bottom: 20px;
}

.products-loop.grid  .item-img img{
    object-fit: contain;
    width: 70% !important;
    object-fit: contain;
    margin: auto;
    padding-top: 40px !important;
    height: 239px;
}

.products-loop.grid .item-content{
    padding: 0 20px;
}

.products-loop.grid .reviews-content, .products-loop.grid .item-title, .products-loop.grid .item-price, .products-loop.grid{
    text-align:left;
}

.products-loop.grid .item-title a{
    font-family: "Covik Sans SemiBold" !important;
    text-transform: uppercase;
    font-size: 18px;
    color: black !important;
    display: block;
}

.products-loop.grid .item-price ins{
    margin-left: 0 !important;
}

.products-loop.grid .item-price ins span{
    font-family: "Covik Sans";
    font-size: 24px !important;
    color: #708593 !important;
}

.products-loop.grid .add_to_cart_button{
    margin: 0 !important;
    width: 100%;
    border: 0px !important;
    background-color: black !important;
    color: white !important;
    font-family: "Covik Sans" !important;
    border-radius: 0 !important;
    height: 45px !important;
}
/*
.products-loop.grid .item-img .oferta{
    text-transform: uppercase !important;
    position: absolute !important;
    width: 80px !important;
    transform: rotate(-45deg) !important;
    top: 35px !important;
    z-index: 9 !important;
    color: white !important;
    font-family: "Covik Sans" !important;
    font-size: 16px !important;
    left: 0 !important;
    line-height: 1 !important;
}
*/

.products-loop.grid .item-img .oferta{
    text-transform: uppercase !important;
    position: absolute !important;
    width: 80px !important;
    transform: rotate(-45deg) ;
    top: 35px ;
    z-index: 9 !important;
    color: white !important;
    font-family: "Covik Sans"!important ;
    font-size: 16px ;
    left: 0 ;
    line-height: 1 !important;
}

.products-loop.grid .product_thum_desc:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-color: transparent;
    border-style: solid;
    transform: rotate(-90deg);
}
/*
.products-loop.grid .product_thum_desc:after {
    border-radius: 0;
    border-width: 59px;
    border-right-color: #d7b4b2 !important;
    border-top-color: #d7b4b2 !important;
}*/

.products-loop.grid .product_thum_desc:after {
    border-radius: 0;
    border-width: 59px;
    border-right-color: #d7b4b2 ;
    border-top-color: #d7b4b2 ;
}


.products-loop.grid .products-thumb{
    width:100% !important;
}

.dropdown-menu a.dropdown-item {
    display: block;
}
.dropdown-menu {
    padding: 10px 15px;
}

#orders-table .btn-info,#orders-table .dropdown{
    display: inline-block;
}

.dropdown div.dropdown-menu{
    text-align: right;
    left: -58px;
    width:max-content;
    min-width: auto !important;
}

.table-responsive{
    padding-bottom: 40px !important;
}
@media screen and (max-width: 740px){
    .products_table-order > tbody > tr > th:nth-child(3){
        width:25% !important;
    }
}

option[disabled]{
    background-color:lightgray;
}

@media screen and (max-width: 480px){
    .login-link {
        display: block !important;
    }
}

.profile-bt-container{
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 30px;
}

.profile-bt-container .item, .profile-bt-container .item-not-first{
    display:block;
    width:auto !important;
    padding:0 !important;
    margin: 0 !important;
}

@media screen and (max-width:768px){
    .profile-bt-container{
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        grid-column-gap: 10px !important;
        grid-row-gap: 30px !important;
    }
    
    .entry-content{
        margin-top:30px;
    }
    
    .newsletter-box {
        width: 100%;
        display: grid;
        grid-template-columns: 75% auto;
    }
    
    #sm_serachbox_pro .form-search{
        display: grid !important;
        grid-template-columns: 30% 60% 10% !important;
    }
    
    .yt-searchbox-vermenu{
        margin: 5px !important;
    }
    
    #sm_serachbox_pro .form-search .cat-wrapper{
        width:auto !important;
    }
    
    .sm-serachbox-pro .form-search .input-search{
        margin-left: 0 !important;
    }
    
    .yt-searchbox-vermenu .vertical-mega{
        display: none !important;
    }
    
    #sm_serachbox_pro {
        width: 100% !important;
        display: block;
    }
    
    .product_list {
        display: grid !important;
    }
    
}

@media screen and (max-width:1024px){
    .product_list {
        width: 75% !important;
    }
}

@media screen and (max-width:760px){
    .product_list{
        width:auto !important;
    }
}

.thumbnail-wrapper .attachment-shop_catalog.size-shop_catalog.wp-post-image{
    object-fit: contain;
    width: max-content;
    height: -webkit-fill-available;
}

#fc-column2 a,
#fc-column3 a {
    color: #fff;
}