body {
    font-family: 'Roboto', serif;
    color: #4A4A4A;
}

::-moz-focus-outer,
::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.modal-header {border-bottom:0 !important;}
.modal-footer {border-top:0 !important;}

.search-job .search-job-ico {
	background-repeat: no-repeat;
}
* {
    outline: 0 !important;
}
.page-template-page-responsibility .page-img {
	min-height: 318px;
	padding: 92px 15px 61px;
	text-align: center;
}
.page-template-page-responsibility .page-img-a span{
	font-size:14px;
}
.page-template-page-responsibility  .page-img-wrapp p {
	width: 50%;
	margin: 20px auto 40px;
}
.wrapp-news-select{
	margin-top: 35px!important;
}
img {
    max-width: 100%;
	height:auto;
}
.single-product .page-produkt {
	margin-top: 53px;
}
.single-product  hr.w-100 {
margin-top: 0px!important;
}
.job-wrapp{
	max-width:720px;
	margin:0 auto;
}
#billing_country_field {display: none;}
.first-block {
    /*background: url(../images/MaskGroup.jpg);*/
    height: 100vh;
    display: block;
    background-size: cover;
    background-position: center;
    position: relative;
}

.first-block button {
    border: none;
    width: 186px;
    height: 46px;
    background: #FD470D;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    margin: 20px auto 0px;
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.modal-content iframe {
    max-width: 100%;
}
.en .navbar-brand{
    left: calc(50% - 0px);
}
.en #menu-menu-right {
    padding-right: 25px;
}
.en .menu-top-right .nav-link{
    padding-left: 25px !important;
}
.navbar-brand {
    width: 110px;
    position: absolute;
    left: calc(50% - 0px);
    /* top: 7px; */
    display: inline-block;
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-right: 0rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.rgba {
    background: rgba(0, 0, 0, 0.05);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
}

.rectangle {
    background: url(../images/rectangle.png) repeat-x !important;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
}

.bg-light {
    background-color: transparent !important;

}
header{
    background: #FD470D;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
header .user-icon{
    position: absolute;
    right: 80px;
    top: 30px;
}
.navbar {
    position: relative;
    z-index: 999;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.lang-header {
    color: #fff;
}

.close {
    float: right;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    color: #FD470D;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    position: absolute;
    right: -45px;
    top: -20px;
}

.close:hover {
    color: #FD470D;
    text-decoration: none;
}

.first-block-a {
    position: absolute;
    left: calc(50% - 27px);
    bottom: 45px;
}

.first-block-logo {
    margin-right: -45px;
}

.two-block {
    /*background: url(../images/MaskGroup2.jpg);*/
    min-height: 80px;
    background-size: cover;
    position: relative;
    background-position: center;
}

.two-block-text {
    text-align: center;
    font-size: 76px;
    font-weight: bold;
    margin-top: 280px;
    color: #fff;
    z-index: 9;
    position: absolute;
    width: 100%;
    text-align: center;
}

.lang-header a {
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    padding: 0.5rem 20px 0.5rem 50px !important;
}

.soc-header a {
    padding: 0.5rem 5px !important;
}

.navbar-light .navbar-text {
    margin-right: -30px;
}

.hamburger {
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 1);
    border-color: transparent;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #FD470D;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/*
     * 3DX
     */
.hamburger--3dx .hamburger-box {
    -webkit-perspective: 80px;
            perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
            transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
            transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.navbar {
    height: 80px;
	font-family: 'Roboto Slab', serif;
}
.news-detail-h4 ,.h3{
	font-family: 'Roboto Slab', serif;
}
.dropdown-item:hover, .dropdown-item:focus {
	opacity:0.5;
	text-decoration: none;
	background-color: transparent;
}
input[type="submit"],
button,
.h4 ,
h4,
.footer-menu,
.pagin-produkt{
	font-family: 'Roboto Slab', serif;
}
.dropdown-menu::after {
	position: absolute;
	content: '';
	height: 10px;
	width: 10px;
	background: #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	right: calc(50% - 5px);
	z-index: 1;
	top: -5px;
}
.dropdown-menu{
	font-family: 'Roboto', serif;
box-shadow: 0px 1px 0px 1px rgba(0,0,0,0.1);
	border: 1px solid transparent;
border-radius: 0rem!important;
}
.menu-top-left .nav-link {
    padding-right: 25px !important;
    padding-left: 0rem !important;
}

.menu-top-right .nav-link {
    padding-right: 0px !important;
    padding-left: 50px !important;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: block !important;
    -webkit-box-pack: center;
            justify-content: center;
    padding-left: 0;
    margin-right: 0px;
    margin-left: 0px;
    list-style: none;
    max-width: 1220px !important;
    margin: 0px auto 63px !important;
}

.carousel-indicators::before {
    content: '';
    top: -25px;
    width: 1px;
    height: 29px;
    background: #fff;
    display: block;
    left: 11px;
    position: absolute;
}

.carousel-indicators li {
    box-sizing: content-box;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: 1px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    color: #fff;
}

.carousel-indicators .active {
    color: #c92900;
}

.carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 20px;
    left: 0%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    max-width: 1220px;
    margin: 0 auto;
    padding-left: 72px;
    top: 33%;
}

.carousel-caption p {
    font-size: 22px;
    margin-bottom: 8px;
}

.carousel-caption h5 {
    font-size: 44px;
    font-weight: bold;
    width: 37%;
}

.slide-a {
    padding: 10px 39px;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 13px;
    display: inline-block;
    font-weight: 600;
    background-color: #FD470D
}

.slide-a:hover {
    background: #fff;
    color: #FD470D;
    text-decoration: none;
}

.product-range {
    padding-top: 70px;
    padding-bottom: 70px;
}

.product-range h3 {
    font-size: 44px;
    font-weight: bold;
    color: #FD470D;
    margin-top: 10px;
}

.product-range-cart p span {
    color: #4A4A4A;
    position: relative;
    padding-right: 13px;
}

.product-range-cart p span::after {
    position: absolute;
    content: url(../images/chevron-left.svg);
    right: 0px;
    transition: top 1s ease-out 1s;
    -webkit-transition: top 1s ease-out 1s;
    -moz-transition: top 1s ease-out 1s;
    -ms-transition: top 1s ease-out 1s;
    -o-transition: top 1s ease-out 1s;
}

.product-range-cart:hover p span::after {
    right: -4px;
}

.product-range-cart:hover {
    text-decoration: none;
}

.product-range-cart {
    display: block;
    padding: 15px;
}

.home .order-now-btn{
    margin-top: 20px;
    direction: rtl;
}
.home .order-now-btn a{
    background:#FD470D;
    font-size: 19px;
    font-weight: bold;
    padding: 10px 20px 15px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
}
.home .order-now-btn a .go-icon{
    margin-left: 25px;
    transform: rotate(180deg);
}
.home .order-now-btn a .sm-cart-icon{
    margin-right: 9px;
}
.woocommerce-mini-cart-item .blockUI.blockOverlay{
    z-index: 1000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px; background-color: transparent !important; opacity: 0 !important; cursor: wait; position: absolute;
}
/* Product Section CSS Start */
.mr-top{
    margin-top: 50px;
}
.product-range-col .product-img{
    background: #F2F2F2;
    border-radius: 10px;
    transition: all .3s ease-in-out;
    overflow: hidden;
}
.product-range-col .product-img img{
    transform: scale(1);
    transition: .3s ease-in-out;
}
.product-range-col .product-img:hover img{
    transform: scale(1.05);
}
.product-range-col .product-title-sec{
    margin-top: 44px;
    position: relative;
}
.col-lg-3 .product-range-col .product-title-sec::after{
    content: '';
    position: absolute;
    top: 0px;
    right: -15px;
    background: #F2F2F2;
    width: 1px;
    height: 100%;
}
.col-lg-3:last-child .product-range-col .product-title-sec::after{
    display: none;
}
.product-range-col .product-title-sec .title{
    display: block;
    color: #FD470D;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
.product-range-col .product-title-sec .product-rangev1{
    color: #868686;
    font-size: 14px;
    font-weight: 400;
    margin: 15px 0px 11px;
    display: inline-block;
}
.product-range-col .product-title-sec .add-cart-btn img{
    margin-left: 0px;
}
.product-range-col .product-title-sec h5{
    color: #4A4A4A;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.add-cart-btn{
    background: #FD470D;
    padding: 8px 26px;;
    border-radius: 30px;
    display: inline-block;
    border: 0px;
    color:#fff;
    margin: 0 auto;
    transition: all 0.3s ease 0s;
}
.single_add_to_cart_button{
	 display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
   -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}
.single_add_to_cart_button span{
    display: none;
    font-size: 12px;
    line-height: 13px;
}
.single_add_to_cart_button:hover img{
    margin-left: 13px;
}
.single_add_to_cart_button:hover span{
    display: block;
}
.post-type-archive .quantity{
    width: 100px;
    margin: 10px auto 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-type-archive .quantity .nice-select{
    padding-left: 0px!important;
    padding-right: 0px!important;
    text-align: right !important;
    width: 67px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single_variation_wrap .nice-select{
    width: 67px;
}
.single-product .produkt-detail-select .produkt-detail-price{
    display: inline-block !important;
    margin-bottom: 0px !important;
    margin-top: 20px !important;
}

.en .arab-revers .wraprodukt-text .cart,.en .wraprodukt-text.slick-slide .cart{
	position: relative;
}
.en .arab-revers .col-md-6 .wraprodukt-text .cart::after,.en .wraprodukt-text.slick-slide .cart::after {
    content: '';
    position: absolute;
    top: 0px;
    right: -15px;
    background: #F2F2F2;
    width: 1px;
    height: 100%;
}
.en .arab-revers .col-md-6:last-child .wraprodukt-text .cart::after,.en .arab-revers .col-md-6:nth-child(4) .wraprodukt-text .cart::after{
    display: none;
}
.page-id-121 .box:focus label, .box label:hover{
    box-shadow: none !important;
}
/* Product Section CSS End */

/* National Product Section CSS Start */
.national-product-sec{
    padding: 70px 0px;
}
.national-product-sec h3{
    font-size: 44px;
    font-weight: bold;
    color: #FD470D;
}
.product-partner-sec{
    margin-top: 50px;
    border-top: 1px solid #F2F2F2;
}
.product-partner-sec ul {
    padding-left: 0px;
    margin-top: 30px;
}

.product-partner-sec ul li {
    list-style: none;
    display: inline-block;
    margin: 5px 10px;
}
/* National Product Section CSS End */

.home #ramadanmodalv1 .modal-body .order-now-btn{
    margin-top: 40px;
    display: inline-block;
}
.home #ramadanmodalv1 .modal-body .order-now-btn a{
     padding: 10px 50px;
     font-size: 16px;
}
.home #ramadanmodalv1 .modal-body h4{
	direction: ltr;
    line-height: normal;
    text-align: left;
}
/* .single-product .quont-plus,.single-product .quont-minus{top: 80% !important;} */
/* Minicart Popup CSS Start */
.wmc-cart,.wmc-content h3{
    display: none;
}
.wmc-cart-wrapper{
	position: fixed;
    width: 320px;
    right: 0px !important;
    top: 70px !important;
}
.wmc-cart-wrapper .wmc-content{
    width: 320px;
    height: auto;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
	border-radius: 15px 0px 15px 15px;
	right: 0px;
    border: none;
    top: 0px;
}
.wmc-cart-wrapper .wmc-content .wmc-products{
	height: auto;
	overflow-y: hidden;
	padding: 24px 24px 0px;
}
.wmc-cart-wrapper .wmc-content .wmc-products li{
	display: flex;
	justify-content: space-between;
	padding: 0px;
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.wmc-cart-wrapper .wmc-content .wmc-products li .wmc-image{
	width: 25%;
}
.wmc-cart-wrapper .wmc-content .wmc-products li .wmc-image a{
    display: inline-block;
    background-color: #f2f2f2;
	padding: 10px;
	border-radius: 7px;
}
.wmc-cart-wrapper .wmc-content .wmc-products li .wmc-image a img{
	width: 59px;
	height: 45px;
	object-fit: cover;
}
.wmc-cart-wrapper .wmc-details{
	text-align: right;
	margin-right: 10px;
	width: 55%;
}
.wmc-cart-wrapper .wmc-details h4{
	font-size: 12px;
	font-weight: bold;
}
.wmc-cart-wrapper .wmc-details p{
	direction: ltr;
	margin-bottom: 0px;
	font-size: 13px;
}
.wmc-cart-wrapper .wmc-subtotal{
	height: inherit;
    padding: 0px 24px 0px;
    margin: 10px 0px 24px;
}
.wmc-cart-wrapper .wmc-subtotal h5{
	border-top: none;
	justify-content: space-between;
	color: #868686;
	font-size: 12px;
	direction: rtl;
}
.wmc-cart-wrapper .wmc-subtotal h5 .amount{
	font-size: 22px;
	color: #4A4A4A;
}
.wmc-cart-wrapper .wmc-bottom-buttons{
	height: inherit;
	padding: 0px 24px 24px;
}
.wmc-cart-wrapper .wmc-bottom-buttons a{
    width: 100%;
	margin: 0px auto;
	float: inherit;
	background-color: #FD470D;
	padding: 10px;
	font-size: 13px;
	color: #fff;
    border-radius: 30px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);

}
/* Minicart Popup CSS End */

/* Shopping Cart Page CSS Start */
 
.shopping-cart-page .nav-page{
	margin: 26px 0px 36px;
}
.shopping-cart-page .h3{
	text-align: left;
	font-size: 33px;
	font-weight: bold;
	margin-bottom: 36px;
}

.en .shopping-total-part .cart-collaterals{
    max-width: 450px;
    margin: auto 0px 0px 0px;
}
.en .wc-proceed-to-checkout{
	margin-top: 20px;
}
.shop_table .product-remove{
    width: 50px;
}

.checkout-bg{
	background: #F8FCFF;
	padding: 15px 0px 15px 30px;
}
.checkout-bg .cart-change-order{
	padding:20px 20px 20px 0px;
	border-bottom: 1px solid #F2F2F2;
    margin-bottom: 20px;
    direction: rtl;
}
.cart-change-order .change_city,.cart-change-order .save_city{
	color: #FD470D;
	font-size: 12px;
	font-weight: bold;
}
.cart-change-order .selected_city_value{
	color:#4A4A4A;
	font-size: 12px;
	font-weight: bold;
}
.cart-change-order .city-title h4{
	color:#4A4A4A;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
}
.shopping-total-part th{
	font-weight: bold;
	color: #4A4A4A;
	font-size: 16px;
}
.shopping-total-part th,.shopping-total-part td{
	padding: 15px !important;
}
.shopping-total-part td,.shopping-total-part td span{
	color: #FD470D;
}
.shopping-total-part .shopping-cart-total table{
	margin-top: 0px !important;
}
.shopping-total-part .checkout-button.button.alt.wc-forward{
	max-width: 96%;
}
.shopping-total-detail .desktoponly .shop_table,.shopping-total-detail .mobileonly .shop_table {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
	flex-wrap: wrap;
	position: relative;
	padding-left: 10px;
}
.shopping-total-detail .tbrightcontent.getHeight{
    height: 400px;
    overflow: hidden;
}
.shopping-total-detail .getHeight .row:last-child .nice-select .list,.shopping-total-detail .cart.getHeight .row:nth-last-child(-n+3) .nice-select .list{
    top: inherit;
    bottom: -20px;
}
.page-template-page-cart .shopping-total-detail .nice-select .list{
    height: 0px;
}
.page-template-page-cart .shopping-total-detail .nice-select.open .list{
    height: auto;
}
.shopping-total-detail .tbrightcontent{
	position: relative;
    padding-right: 15px;
    max-width: 360px;
}
.shopping-total-detail .cartcontainer .quont-plus,.shopping-total-detail .cartcontainer .quont-minus{
    display: block;
    top: 37%;
}
.shopping-total-detail .cartcontainer{
    direction: rtl;
}
.shopping-total-detail .cartcontainer .input-text.qty.text{
    width: 68px !important;
    direction: ltr;
}
.shopping-total-detail .woocommerce-cart-form .quantity.opt-quontity{
    width: 68px !important;
}
.shopping-total-detail .shop_table .product-quantity{
    padding-left: 15px;
    padding-right: 15px;
}
.shopping-total-detail .shop_table{
    padding-right: 0px;
    padding-left: 15px;
}
.en .shopping-cart-total .shop_table.shop_table_responsive {
	direction: ltr;
	margin-bottom: 10px;
    margin-top: 30px;
}
.en .shopping-cart-total .shop_table.shop_table_responsive .shipping,.en .shopping-cart-total .shop_table.shop_table_responsive .tax-total{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.en .cart-en-right .shop_table{
    display: none;
}
.en .shopping-cart-total .shop_table.shop_table_responsive .tax-total.totals th,.en .shopping-cart-total .shop_table.shop_table_responsive .tax-total.totals td,.en .shopping-cart-total .shop_table.shop_table_responsive .tax-total.totals td span{
	color: #4A4A4A;
	font-size: 16px;
}
.woocommerce-cart-form .actions{
	max-width: 360px;
    margin: auto 0px 0px 0px;
}
.shopping-total-detail .remove.text{
	display: none;
}
.shopping-total-detail .thumb-img a img,.shopping-total-detail .shop_table .shopping-cart-img img,.shopping-total-detail .shop_table .shopping-cart-img a{
	max-width: 67px !important;
	width: 67px !important;
	height: 55px !important;
	padding: 0px;
	border-radius: 5px;
}
.woocommerce-cart-form__cart-item.cart_item .input-text.qty.text{
    width: 67px !important;
}
.shopping-total-detail .cart .row{
    padding-top: 20px;
    border-bottom: 1px solid #F5F5F5;
    align-items: center;
    padding-bottom: 15px;
}
.shopping-total-detail .cart .row:first-child{
    padding-top: 0px;
}
.shopping-cart .shopping-total-detail tr.cart_item{
padding-top: 10px;
    border-bottom: 1px solid #F5F5F5;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
.shopping-total-detail td{
	padding: 20px 10px 20px;
}
.shopping-total-detail .product-name a,.shopping-total-detail .mobileonly .productname{
	color: #FD470D;
    font-size: 15px;
    list-style: 1.5;
    font-weight: bold;
}
.shopping-total-detail .product-name a:hover{
    color: #FD470D;
	text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}
.shopping-total-detail .product-name .amount,.shopping-total-detail .mobileonly .productprice .amount{
	color:#4A4A4A;
	font-size: 15px;
}
.shopping-total-detail .product-name .amount{
    display: block;
    margin-top: 10px;
}
.shopping-total-detail .mobileonly .productquantity{
	width: calc(100% - 25px);
}
.left-align-cart .shop_table,.woocommerce-cart-form .actions .button{display:none}

.single-variable-product .single_variation{
	display: inline-block;
	width: 100%;
}
.single-variable-product .woocommerce-variation-price{
	margin-top: 0px;
	justify-content: center;
}
.single-variable-product .woocommerce-variation-price .amount{
	color: #4A4A4A;
	font-size: 22px;
	font-weight: bold;
}
.single-variable-product .variations{
    position: relative;
    width: 100%;
}
.single-variable-product .form-group{
    margin-bottom: 10px;
}
.en .single-variable-product .nice-select{
    text-align: center !important;
    width: auto !important;
    height: 29px;
    line-height: 29px;
	padding-left: 20px !important;
	padding-right: 20px !important;
	float: inherit;
	margin: 0px auto;
 }
 .en.single-product .single-variable-product .nice-select{
     width: 124px !important;
 }
.single-variable-product .variations::after{
    content: '';
    position: absolute;
    top: 10px;
    right: -15px;
    background: #F2F2F2;
    width: 1px;
    height: 60px;
}
 .single-product .single-variable-product .col-6{
     padding: 0px 15px;
 }
.single-variable-product .variations td {
    display: block !important;
    width: 100% !important;
    padding: 0px;
}
.archive-variable-product{
    margin-top: 50px;
    flex-direction: row-reverse;
}
.archive-variable-product .woocommerce-variation-price .amount{
    font-size: 16px;
    color: #4A4A4A;
    font-weight: bold;
    margin: 5px 0px 20px;
    display: block;
}
.archive-v-product .produkt-title{
    display: none;
}
.en .archive-variable-product .variations::after {
    left: -20px;
    right: inherit;
}
.archive-v-product.wraprodukt-text .cart::after {
    height: 124px !important;
    top: 35px !important;
}
.archive-variable-product .single_variation_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.archive-variable-product .single_variation_wrap .nice-select{
    width: 67px !important;
}
.archive-variable-product .variations td {
    display: flex !important;
    width: auto !important;
    justify-content: center;
}
.en .variations label:hover{
    box-shadow: none;
}
.en .post-type-archive-product .input-text.qty.text{
     direction: rtl;
     padding: 0px 20px !important;
 }
 .post-type-archive-product .input-text.qty.text{
     direction: ltr;
     padding: 0px 20px !important;
 }
 .input-text.hide_int{
     display: none;
 }
 .single_variation_wrap label,.variations label{
     color: #868686;
 }
 .page-template-page-cart .nice-select{
    height: 36px;
    line-height: 36px;
    width: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
 }
/* Shopping Cart Page CSS End */

/* Checkout PAge Custom Scroll CSS Start */
.ps-container .ps-scrollbar-x-rail {
    position: absolute; /* please don't change 'position' */
    bottom: 3px; /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
}

.ps-container:hover .ps-scrollbar-x-rail,
.ps-container.hover .ps-scrollbar-x-rail {
    opacity: 0;
    filter: alpha(opacity=60);
}

.ps-container .ps-scrollbar-x-rail:hover,
.ps-container .ps-scrollbar-x-rail.hover {
    background-color: #DEDEDE;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-x-rail.in-scrolling {
    background-color: #DEDEDE;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-y-rail {
    position: absolute; /* please don't change 'position' */
    left: -15px; /* there must be 'right' for ps-scrollbar-y-rail */
    width: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity = 0);
    -o-transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
}
.en .ps-container .ps-scrollbar-y-rail{
    left: 0px;
}

.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
    background-color: #DEDEDE;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-y-rail.in-scrolling {
    background-color: #FD470D;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-x {
    position: absolute; /* please don't change 'position' */
    bottom: 0; /* there must be 'bottom' for ps-scrollbar-x */
    height: 8px;
    background-color: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color.2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.ps-container.ie6 .ps-scrollbar-x {
    font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
    background-color: transparent;
}

.ps-container .ps-scrollbar-y {
    position: absolute; /* please don't change 'position' */
    left: 0; /* there must be 'right' for ps-scrollbar-y */
    width: 5px;
    background-color: red;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color.2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.en .ps-container .ps-scrollbar-y{
    left: 0px;
}

.ps-container.ie6 .ps-scrollbar-y {
    font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
    background-color: #FD470D;
}

.ps-container.ie .ps-scrollbar-x,
.ps-container.ie .ps-scrollbar-y {
    visibility: hidden;
}

.ps-container.ie:hover .ps-scrollbar-x,
.ps-container.ie:hover .ps-scrollbar-y,
.ps-container.ie.hover .ps-scrollbar-x,
.ps-container.ie.hover .ps-scrollbar-y {
    visibility: visible;
}
/* Checkout PAge Custom Scroll CSS End */

/* Login & Register Page Css Start */
.page-id-26 .page-img-wrapp,.page-id-26 .register-form-sec,.page-id-234 .page-img-wrapp,.page-id-234 .register-form-sec{
    display: none;
}
.login-form-sec h2,.register-form-sec h2{
    text-align: center;
    margin-bottom: 30px;
    color: #4A4A4A;
    font-size: 30px;
    margin-bottom: 10px;
}
.login-form-sec h4,.register-form-sec h4{
    text-align: center;
    font-size: 16px;
    color: #4A4A4A;
}
.woocommerce-account .woocommerce-form-login,.woocommerce-account .woocommerce-form-register{
    max-width: 450px !important;
    margin: 40px auto;
    padding:50px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
}
.cmn-form .woocommerce-form-login__submit,.cmn-form .woocommerce-Button{
    position: relative !important;
    float: inherit !important;
    width: 100% !important;
}
.en .cmn-form .woocommerce-form-login__submit::before,.en .cmn-form .woocommerce-Button::before{
   position: absolute;
    right: 20px;
    top: 10px;
    content: url(../images/svg/login-form-arrow.svg);
    display: block;
    transform: rotate(180deg);

}
.en.woocommerce-account .woocommerce{
    direction: ltr;
}
.en input{
    direction: ltr !important;
    border: 1px solid #D3D3D3 !important;
}
.cmn-form .form-row{
    margin-bottom: 25px;
}
.lost_password{
    margin-bottom: 0px;
}
.forget-password{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 48px;
}
.forget-password .form-row{
    margin-left: inherit;
    margin-bottom: 0px !important;
}
.forget-password .form-row .woocommerce-form__label{
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.forget-password .form-row .woocommerce-form__label .woocommerce-form__input,.forget-password .woocommerce-form-login__rememberme span{
    display: block !important;
}
.forget-password .woocommerce-form-login__rememberme span{
    margin-left: 5px;
    font-size: 16px;
    color: #4A4A4A;
}
.have-account-box{
    margin-top: 45px;
}
.have-account-box h2{
    color: #4A4A4A;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 18px;
}
.have-account-box .btn-br-none {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FD470D;
    height: 46px;
    border-radius: 30px;
    color: #FD470D;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.en .have-account-box .btn-br-none::before{
    position: absolute;
    right: 20px;
    top: 8px;
    content: url(../images/svg/orange-arrow-left-icon.svg);
    display: block;
    transform: rotate(180deg);
}
.have-account-box .or-br{
    margin:20px 0px;
    position: relative;
}
.have-account-box .or-br::before{
    content: '';
    position: absolute;
    width: 100%;
    background:#DEDEDE;
    height: 1px;
    left: 0px;
    top: 22px;
    right: 0px;
    z-index: -1;
}
.have-account-box .or-br span{
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    font-size: 20px;
    color: #444444;
    font-weight: bold;
    display: inline-block !important;
    width: auto !important;
}

.page-id-11504 .login-form-sec,.page-id-11504 .page-img-wrapp,.page-id-11502 .login-form-sec,.page-id-11502 .page-img-wrapp,.page-id-11533 .login-form-sec,.page-id-11533 .page-img-wrapp,.page-id-11530 .login-form-sec,.page-id-11530 .page-img-wrapp,.page-id-11533 .login-form-sec{
    display: none;
}
.register-form-sec .input-text{
    width: 100% !important;
    border: 1px solid #D3D3D3 !important;
    height: 42px;
    border-radius: 4px !important;
    padding-left: 15px;
    padding-right: 15px;
}
.register-form-sec .password-input{
    width: 100%;
}
.cmn-form.register-form-sec .form-row{
    margin-bottom: 29px;
}
.register-bottom p{
    color: #444444;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    width: 70%;
    margin: 0px auto;
}
.register-bottom .br-btm{
    background:#DEDEDE;
    height: 1px;
    width: 145px;
    margin: 28px auto;
}
.register-bottom .have-account{
    display: block;
    color: #4A4A4A;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}
.register-bottom .login{
    display: block;
    color: #FD470D;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}
.woocommerce-account .woocommerce-notices-wrapper{
    display: block !important;
    text-align: center;
}
.woocommerce-account .woocommerce-notices-wrapper ul{
    padding: 0px;
    list-style: none;
}
.woocommerce-account .woocommerce-notices-wrapper ul li{
    color: #fd470d;
}
.woocommerce-account .submit-recipes{
    padding-bottom: 80px;
}
/* Login & Register Page Css End */

.recipes-home {background-color:#fff; }

.recipes-home-header {
    /*background: url(../images/recipes-bg-img.jpg);
    height: 394px;
    background-size: cover;
    background-position: center;*/
}

.recipes-home-header h3 {
    font-size: 44px;
    font-weight: bold;
    color: #FD470D;
    margin-top: 0px!important;
    text-align: center;
}

.recipes-home-body {
    text-align: center;
    /*margin-top: -114px;*/
    padding-bottom: 70px;
}

.recipes-a {
    box-shadow: 0px 3px 11px -6px rgba(50, 50, 50, 0.75);
    border: none;
    width: 186px;
    height: 46px;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    margin: -4px auto 0px;
    display: block;
    color: #FD470D;
    font-weight: 600;
    font-size: 16px;
    background: #fff;
}

.recipes-a:hover {
    text-decoration: none;
    color: #FD470D;
}

.recipes-home-body a p {
    color: #4A4A4A;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin-top: 15px;
}

.recipes-home-body a:hover p {
    color: #FD470D;

}

.recipes-home-body a:hover {
    text-decoration: none;
}

.recipe-row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.recipe-row .recipe-slider{
    padding: 0px 15px;
}

.know-us {
    background: url(../images/know-us.jpg);
    padding-bottom: 160px;
    padding-top: 120px;
    text-align: center;
    background-size: cover;
}

.know-us h3 {
    font-size: 44px;
    font-weight: bold;
    color: #FD470D;
    margin-top: 10px;
    text-align: center;
}

.know-us p {
    max-width: 440px;
    margin: 0 auto;
}

.know-us-block {
    max-width: 904px;
    margin: 40px auto 0px;
    background: #FD470D;
    text-align: center;
    padding: 40px 65px;
    color: #fff;
}

.know-us-block strong {
    display: block;
}

.know-us-cart {
    position: relative;
}

.know-us-cart::after {
    position: absolute;
    right: 0px;
    top: 0px;
    content: url(../images/line.svg);
    display: block;
}

.know-us-cart:last-child::after {
    display: none;
}

.know-us-a {
    border: none;
    width: 186px;
    height: 46px;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    margin: -23px auto 0px;
    display: block;
    color: #FD470D;
    font-weight: 600;
    font-size: 16px;
    background-color: #fff;
}

.know-us-a:hover {
    color: #FD470D;
}

.news-home {
    background: #F8FCFF;
    padding-top: 90px;
    padding-bottom: 140px;
}

.news-cart {
    font-family: 'Roboto', sans-serif;
    padding: 9px 14px;
    background: #fff;
    box-shadow: 0px 3px 11px -6px rgba(50, 50, 50, 0.75);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    max-width: 100%;
    display: block;
    margin-bottom: 10px;
}

.news-cart span {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 10px;
    display: block;
}

.news-cart p {
	font-size: 13px;
	margin-bottom: 22px;
}

.news-cart a {
    font-size: 14px;
    color: #FD470D;
    text-decoration: underline;
    margin-bottom: 0px;
    display: block;
}

.news-home h3 {
    font-size: 44px;
    font-weight: bold;
    color: #FD470D;
    margin-bottom: 60px;
    text-align: center;
}

.footer-logo {
    max-width: 252px;
    position: absolute;
    left: calc(50% - 126px);
    top: -74px;
}

footer {
    background: #FD470D;
    position: relative;
    padding-top: 115px;
    text-align: center;
}

footer ul {
    padding-left: 0;
}

footer ul li {
    list-style: none;
}

.footer-menu li {
    padding: 10px 24px;
}

.footer-menu li a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.footer-menu li a:hover {
    text-decoration: none;
    color: #fff;
}

.soc-footer img {
    width: 29px;
    height: 29px;
}

footer p {
    display: block;
    font-size: 12px;
    color: #fff;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.soc-footer ul {
    margin-bottom: 30px;
}

.header-page {
    background: #FD470D;
}

.h3 {
    font-size: 44px;
    font-weight: bold;
    color: #FD470D;
    margin-top: 10px;
}

/* English Cart Page CSS Start */
.en .releted-product-desktop{
	border-left: 1px solid#F2F2F2;
}
.en .releted-product-desktop h2{
	color: #4A4A4A;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 32px;
}
.en .releted-product-desktop .wraprodukt-text{
	max-width: 138px;
	padding: 0px 0px 0px;
	margin-bottom: 50px;
}
.en .releted-product-desktop .wraprodukt-text .wraprodukt{
	height: inherit;
}
.en .releted-product-desktop .wraprodukt-text a{
	display: inline-block;
}
.en.product-detail-sec .produkt-detail-price,.en.product-detail-sec .releted-product-desktop .woocommerce-Price-amount{
	display: inherit;
	justify-content: inherit;
	margin-top: 0px;
	color: #4A4A4A;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 16px;
}
.en .releted-product-desktop .wraprodukt-text .add-cart-btn{
	width: inherit;
	height: inherit;
	margin: 0px auto;
	display: flex;
}
.en .releted-product-desktop .wraprodukt-text .add-cart-btn img{
    margin-left: 0px;
    margin-right: 0px;
}
.en .releted-product-desktop .wraprodukt-text .produkt-title{
	margin: 21px 0px 9px;
	font-size: 13px;
	font-weight: bold;
}
.en .releted-product-desktop .add-cart-btn span,.en .mobileonly .mb-product-slider .add-cart-btn span{
	display:none;
}
.en .related-product-right{
	padding-left: 42px;
}
.en .related-product-right .produkt-detail-img{
	max-width:100%;
	height: 345px;
	border-radius: 15px;
	padding: 15px;
	margin-bottom: 0px;
}
.en .related-product-right .produkt-detail-select .h3{
	font-size: 30px;
	font-weight: bold;
	margin: 0px 0px 28px;
}
.en .related-product-right .quantity{
	max-width: 125px;
	margin: 0px auto 35px;
}
.en .related-product-right .produkt-detail-price,.en .related-product-right .produkt-detail-price span{
	color: #4A4A4A;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 18px;
}
.en .related-product-right button{
	font-size: 13px;
	font-weight: bold;
    height: 35px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.en .product-tabs-sec{
	margin-top: 90px;
}
.en .product-tabs-sec .woocommerce-tabs ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 28px;
    padding-left: 0px;
}
.en .product-tabs-sec .woocommerce-tabs ul li{
	margin-right: 85px;
	padding: 0px 0px 18px;
}
.en .product-tabs-sec .woocommerce-tabs ul li a{
	color: #FD470D;
	font-size: 14px;
	font-weight: bold;
}
.en .product-tabs-sec .woocommerce-tabs ul li.active{
	border-bottom: 1px solid #41AA49;
}
.en .product-tabs-sec .woocommerce-tabs ul li.active a{
	color:#41AA49;
}
.en .product-tabs-sec .panel h2{
	display: none;
}
.en .product-tabs-sec .panel p{
	margin-bottom: 0px;
}
.en.recipes-body .nav-page{
    max-width: 1100px !important;
}
.en .releted-product-desktop .wraprodukt-text .wraprodukt {
    height: inherit;
}

/* Minicart Popup CSS Start */
.wmc-cart,.wmc-content h3{
    display: none;
}
.wmc-cart-wrapper{
	position: fixed;
    width: 320px;
    right: 0px !important;
    top: 70px !important;
}
.wmc-cart-wrapper .wmc-content{
    width: 320px;
    height: auto;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
	border-radius: 15px 0px 15px 15px;
	right: 0px;
    border: none;
    top: 0px;
}
.wmc-cart-wrapper .wmc-content .wmc-products{
	height: auto;
	overflow-y: hidden;
	padding: 24px 24px 0px;
}
.wmc-cart-wrapper .wmc-content .wmc-products li{
	display: flex;
	justify-content: space-between;
	padding: 0px;
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.wmc-cart-wrapper .wmc-content .wmc-products li .wmc-image{
	width: 25%;
}
.wmc-cart-wrapper .wmc-content .wmc-products li .wmc-image a{
    display: inline-block;
    background-color: #f2f2f2;
	padding: 10px;
	border-radius: 7px;
}
.wmc-cart-wrapper .wmc-content .wmc-products li .wmc-image a img{
	width: 59px;
	height: 45px;
	object-fit: cover;
}
.wmc-cart-wrapper .wmc-details{
	text-align: left;
	margin-right: 10px;
	width: 55%;
}
.wmc-cart-wrapper .wmc-details h4{
	font-size: 12px;
	font-weight: bold;
}
.wmc-cart-wrapper .wmc-details p{
	margin-bottom: 0px;
	font-size: 13px;
}
.wmc-cart-wrapper .wmc-subtotal{
	height: inherit;
    padding: 0px 24px 0px;
    margin: 10px 0px 24px;
}
.wmc-cart-wrapper .wmc-subtotal h5{
	border-top: none;
	justify-content: space-between;
	color: #868686;
    font-size: 12px;
    direction: ltr;
}
.wmc-cart-wrapper .wmc-subtotal h5 span{
	font-size: 22px;
	color: #4A4A4A;
}
.wmc-cart-wrapper .wmc-bottom-buttons{
	height: inherit;
	padding: 0px 24px 24px;
}
.wmc-cart-wrapper .wmc-bottom-buttons a{
    width: 100%;
	margin: 0px auto;
	float: inherit;
	background-color: #FD470D;
	padding: 10px;
	font-size: 13px;
	color: #fff;
	border-radius: 30px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);

}
/* Minicart Popup CSS End */
/* English Cart Page CSS End */
.post-type-archive-product .page-produkt .products-h3{
    text-align: left !important;
}


/*--------------------------------- thank you------------------------------------*/
.thank-you {
    min-height: calc(100vh - 420px);
    padding-top: 210px;
    padding-bottom: 160px;
    text-align: center;
    
}

.thank-you p {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 26px;
}
.thank-you p.twentyfourhours{
    margin-top: 24px;
}

.thank-you span {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.thank-you a {
    box-shadow: 0px 3px 11px -6px rgba(50, 50, 50, 0.75);
    border: none;
    width: 154px;
    padding: 10px;
    /* height: 46px; */
    background: #FD470D;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    margin: 10px auto 0px;
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
}
.thank-you a:hover{
    text-decoration: none;
}

.thank-you .order-number {
    height: 26px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    border: 1px solid #DCDCDC;
}

.thank-you .h3 {
    margin-bottom: 10px;
}


/*--------------------------------- /thank you------------------------------------*/
/*-------------------------------------------------------------------------*/
.page-img {
    min-height: 397px;
	padding: 200px 15px 61px;
    text-align: center;
}


/*.tax-product_cat .pagin-produkt {margin-top: 70px!important;}*/
/*.post-type-archive-product .products-h3 {display: none!important;}*/
/*.post-type-archive-product .page-produkt {display: none!important;}*/
.single-product .nav-page {
	margin-top: 0px;
	margin-bottom: 0px;
}
.page-img-a img {
    margin-left: 25px;
}

.page-img span {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.page-img-a {
	font-size: 22px;
	color: #FD470D;
	height: 46px;
	border: 1px solid #FD470D;
	line-height: 38px;
	padding-right: 15px;
	padding-left: 26px;
	display: inline-block;
	margin-left: 30px;
	border-radius: 23px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	-ms-border-radius: 23px;
	-o-border-radius: 23px;
}
.alm-reveal {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.single-responsibility .news-home {
	background: #F8FCFF;
	padding-top: 54px;
	padding-bottom: 240px;
}

.page-img-a:hover {
    color: #FD470D;
    padding-right: 13px;
    text-decoration: none;
}

.page-img-a:hover img {
    margin-left: 27px;
}

.recipes-body {
    /* margin-top: 50px; */
    padding-bottom: 56px;
    padding-top: 105px;
}

.recipes-a-category {
	padding-top: 43px;
	padding-bottom: 41px;
}

.recipes-a-category a {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #FD470D;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
}

.recipes-a-category a::before {
    position: absolute;
    background: #41AA49;
    width: 0%;
    height: 2px;
    bottom: 0px;
    -webkit-transition: width .5s linear;
    transition: width .5s linear;
}

.recipes-a-category a.active,
.recipes-a-category a:hover {
    text-decoration: none;
    color: #41AA49;
    border-bottom: 2px solid #41AA49;
}

.recipes-a-category a.active::before,
.recipes-a-category a:hover::before {
    position: absolute;
    background: #41AA49;
    width: 100%;
    height: 2px;
    bottom: 0px;
}

.recipes-body a p {
    color: #4A4A4A;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin-top: 23px;
}
.page-template-page-recipes .page-img {
	min-height: 365px;
	padding: 107px 15px 50px;
	text-align: center;
}
.page-template-page-recipes .page-img-wrapp .h3 {
	margin-bottom: 33px;
}
.recipes-body a:hover p {
    color: #FD470D;
}

.recipes-body a:hover {
    text-decoration: none;
}

.recipes-body a.col-lg-4 {
    margin-bottom: 67px;
    text-align: center;
}
.single-recipes .page-img {
	min-height: 366px;
	padding: 111px 15px 50px;
	text-align: center;
}
.flexslider {
	margin: 0 0 0px;
}
.single-recipes  .h3 {
	line-height: 1.3;
}
.single-recipes .nav-page {
	margin-top: 40px;
	margin-bottom: 40px;
}
.flexslider {
    width: 100%;
}

.flexslider .slides img {
    height: 405px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -moz-user-select: none;
}

.flex-control-thumbs img {
    height: 85px;
    width: 135px;
    -o-object-fit: cover;
       object-fit: cover;
}

.flex-direction-nav a {
    display: none;
}

.flex-control-thumbs li {
    width: auto;
    -webkit-box-ordinal-group: 1;
            order: 0;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    -webkit-align-self: auto;
    align-self: auto;
    margin-top: 10px;
}

.flex-control-thumbs {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    align-content: stretch;
    -webkit-box-align: start;
            align-items: flex-start;
}

.wrapp-recipes-text {
    max-width: 340px;
}

.prep-time,
.cooking-time,
.serves {
    width: 50%;
    float: left;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 35px;
}

.prep-time span,
.cooking-time span,
.serves span {
    color: #868686;
}

.prep-time p,
.cooking-time p,
.serves p {
    margin-bottom: 0;
}

.cooking-time {
    padding-left: 25px;
    position: relative;
}

.cooking-time::before {
    position: absolute;
    display: block;
    content: '';
    background: #DEDEDE;
    height: 100%;
    width: 1px;
    left: 0;
}

.prep-time,
.serves {
    padding-left: 35px;
    position: relative;
}

.prep-time::before,
.serves::before {
    left: 0px;
    position: absolute;
    top: 2px;
}

.prep-time::before {
    content: url(../images/clock.svg);
}

.serves::before {
    content: url(../images/users.svg);
}

.recipes-text {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 35px;
}

.h4 {
    font-size: 33px;
    font-weight: bold;
    color: #FD470D;
    border-bottom: 1px solid #DEDEDE;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 35px;
}

.ingredients ul {
    padding-left: 0;
}

.directions ol {
    padding-left: 0px;
}
.directions {
	margin-top: 75px;
}
.ingredients ul li {
    list-style: none;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    padding-left: 15px;
    margin-bottom: 50px;
}

.directions ol li {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    padding-left: 0px;
    margin-bottom: 21px;
}

.ingredients ul li::before {
    position: absolute;
    background: #FD470D;
    height: 6px;
    width: 6px;
    content: '';
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    left: 0;
    top: 10px;
}

.mb50 {
    margin-bottom: 50px;
}

.mt50 {
    margin-top: 50px;
}

hr.w-100 {
    margin-bottom: 50px;
    margin-top: 50px;
}

.nav-page a {
    padding-left: 10px;
    padding-right: 10px;
}

.share-page {
    color: #868686;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.page-img-wrapp p {
    width: 50%;
    margin: 30px auto 40px;

}

/*------------------------------------------------------------------------*/
/*-----------------------------------crs-------------------------------------*/
.news-bg {
    background: #F8FCFF;
}

.news-body {
    padding-bottom: 240px;
}

.news-detail-body h1{
	margin-top: 29px;
}

.news-body .news-cart {
    margin-bottom: 30px;
}

/*--------------------------------------/crs-----------------------------------------*/
/*--------------------------------------------*/
.accordion {
    width: 100%;
    margin: 45px auto;
}

/* секции аккордеона */
.accordion .accordion_item {
    margin-bottom: 1px;
    position: relative;
}

/* заголовки панелей аккордеона */
.accordion .title_block {
    font-weight: 600;
    font-size: 20px;
    color: #FD470D;
    cursor: pointer;
    padding: 10px 0px 10px 0px;
    -webkit-transition: all .2s linear 0;
    -webkit-transition-delay: .2s 0;
    transition: all .2s linear 0;
    -moz-transition: all .2s linear 0;
    -ms-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
}

.accordion .title_block span {
    position: relative;
    padding-right: 35px;
}

/* переключатель панелей, положение вниз */
.accordion .title_block span:before {
    content: '';
    height: 8px;
    width: 8px;
    display: block;
    border: 2px solid #FD470D;
    border-right-width: 0;
    border-top-width: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 0px;
    top: 37%;
}

/* активный переключатель, положение вверх */
.accordion .active_block .title_block span:before {
    border: 2px solid #FD470D;
    border-left-width: 0;
    border-bottom-width: 0;
    top: 50%;
}

.accordion .title_block:hover {}

/* заголовок активного блока  */
.accordion .active_block .title_block {
    color: #FD470D;
}

/* блоки с содержанием */
.accordion .info {
    display: none;
    padding: 10px 0px;
    overflow: hidden;
}

/* параграф внутри блоков с содержанием */
.accordion .info_item {
    margin-bottom: 10px;
}

/* картинки внутри аккордеона */
.accordion .info img {
    height: auto;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* полноразмерная картинка */
.large-img {
    width: 100%;
    margin-bottom: 10px;
}

/* миниатюра слева */
.img-left {
    width: 25%;
    float: left;
    margin: 5px 15px 5px 0;
}

/* миниатюра справа */
.img-right {
    width: 25%;
    float: right;
    margin: 5px 0 5px 15px;
}

.about-history {
    padding-top: 50px;
    padding-bottom: 250px;
}

.about-history img {
    margin-top: 30px;
    margin-bottom: 30px;
}

.about-history {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.about-history ul {
    padding-left: 20px;
}

/*------------------------------------------*/
/*------------------vision-numbers------------------------*/
.orange-block {
    background: #FD470D;
}

.orange-left-border .col-lg-4,
.orange-left-border .col-lg-6 {
    margin-top: 55px;
    margin-bottom: 5px;
}

.orange-left-border .col-lg-4 {
    padding-left: 57px;
    padding-right: 57px;
}

.orange-left-border .col-lg-6 {
    padding-left: 50px;
    padding-right: 50px;
}
.orange-left-border{
	max-width:1000px;
	margin: 0 auto;
}

.orange-left-border .col-lg-4 p {
	padding: 20px 0px;
	margin-bottom: 0px;
}
.orange-left-border .col-lg-6 p {
	padding: 20px 0px;
	margin-bottom: 0px;
}
.orange-left-border .col-lg-6::after {
	top: 25px!important;
}
.container-840 {
    max-width: 840px;
    margin: 0 auto;
}

.w760 {
    max-width: 760px;
    display: block;
    margin: 0 auto;
}

.orange-left-border .col-lg-4 .h4,
.orange-left-border .col-lg-6 .h4 {
    font-size: 33px;
    font-weight: bold;
    color: #FD470D;
    border-bottom: 0px solid #DEDEDE;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
	line-height:1;
}

.orange-left-border .col-lg-4:last-child::after,
.orange-left-border .col-lg-6:last-child::after {
    display: none;
}

.orange-left-border .col-lg-4::after,
.orange-left-border .col-lg-6::after {
    position: absolute;
    right: 0px;
    top: 0px;
    content: url(../images/orange-line.svg);
    display: block;
}

.mb200 {
    margin-bottom: 200px;
}

/*--------------/vision-numbers----------------------------*/
/*--------------------news-------------------------*/
.slect-category .nice-select {
    min-width: 200px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.slect-year .nice-select {
    min-width: 150px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.nice-select {
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
}

.slect-year .box,
.slect-category .box {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.slect-year .box,
.slect-category .box {
    margin-left: 15px;
}

.slect-year,
.slect-category {
    margin-left: 30px;
    margin-right: 30px;
}

.news-header {
    padding-top: 90px;
    padding-bottom: 17px;
}
.single-post .news-home {
	background: #F8FCFF;
	padding-top: 54px;
	padding-bottom: 240px;
}
/*--------------------/news-------------------------*/
/*---------------------news-detail--------------------------*/
.news-detail-body {
    max-width: 905px;
    display: block;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    padding: 15px 15px 35px;
    background: #fff;
    box-shadow: 0px 3px 11px -6px rgba(50, 50, 50, 0.75);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.news-detail .nav-page {
    max-width: 905px;
    display: block;
    margin: 0px auto 30px;
}

.news-detail {
    padding-top: 80px;
    padding-bottom: 10px;
}

.news-detail-text img.w-100 {
    margin-bottom: 33px;
    margin-top: 40px;
}

.news-detail-h4 {
    font-size: 33px;
    font-weight: bold;
    color: #FD470D;
    border-bottom: 0px solid #DEDEDE;
    padding-top: 0px;
    margin-bottom: 35px;
    text-align: center;
}

/*--------------------/news-detail---------------------------*/
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile:focus+label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile+label {
    cursor: pointer;
    /* "hand" cursor */
}

.inputfile+label {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-decoration: underline;
    color: #FD470D;
    ;
    background-color: #F8FCFF;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 57px;
}

.inputfile:focus+label,
.inputfile+label:hover {
    box-shadow: 0px 3px 11px -6px rgba(50, 50, 50, 0.75);
}

.inputfile.has-focus+label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

label {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.form-control {
    height: 42px;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -ms-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.submit-recipes-send {
	border: none !important;
	width: 344px !important;
	height: 46px !important;
	background: #FD470D !important;
	border-radius: 27px !important;
	-webkit-border-radius: 27px !important;
	-moz-border-radius: 27px !important;
	-ms-border-radius: 27px !important;
	-o-border-radius: 27px !important;
	margin: 40px auto 0px !important;
	display: inline-block !important;
	color: #fff !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	margin-right: 10px !important;
}

.submit-recipes-form-right {
    max-width: 344px;
    padding-top: 30px;
    float: right;
}

.submit-recipes .h3 {
    margin-bottom: 40px;
}

.submit-recipes-clear {
    border: 1px solid #DEDEDE;
    width: 160px;
    height: 46px;
    background: #fff;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    margin: 0px auto 0px;
    display: inline-block;
    color: #4A4A4A;
    font-weight: 600;
    font-size: 16px;
}

.submit-recipes {
	padding-bottom: 280px;
}

/*-------------------------------------------------------*/
/*---------------------contact-----------------------------*/
.contact-phone,
.contact-post-adres {
    padding-left: 35px;
    position: relative;
}

.contact-phone::before,
.contact-post-adres::before {
    left: 0px;
    position: absolute;
    top: 2px;
}

.contact-phone::before {
    content: url(../images/phone.svg);
}

.contact-post-adres::before {
    content: url(../images/noun_interface.svg);
}

.contact-cart {
    font-family: 'Roboto', sans-serif;
    padding: 47px 35px 35px;
    background: #fff;
    box-shadow: 0px 3px 11px -6px rgba(50, 50, 50, 0.75);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    max-width: 533px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
}

.contact-phone {
    margin-bottom: 10px;
}

.contact-phone p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    margin-bottom: 0;
}

.contact-phone span {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.contact-post-adres {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.contact-cart iframe {
    width: 100%;
    height: 251px;
}

.contact-cart .gm-style .place-card-medium {
    display: none !important;
}

.contact {
    padding-top: 100px;
    padding-bottom: 90px;
}

.map-container {
    position: relative;
    margin-top: 50px;

}
.optional {display: none;}
.map-container button {
    position: absolute;
    width: 120px;
    height: 30px;
    background: #fff;
    border: 0px solid transparent;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    top: 110px;
    left: calc(50% - 60px);
}

.contact-cart .h4 {
    font-size: 33px;
    font-weight: bold;
    color: #FD470D;
    border-bottom: 0px solid #DEDEDE;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 35px;

}

.submit-recipes .nice-select {
    border-radius: 4px;
    width: 100%;
}

.form-check-inline {
    height: 42px;
}

.submit-recipes input[type=checkbox],
.submit-recipes input[type=radio] {
    display: none;
}

.submit-recipes input[type=checkbox]+label:before {
    content: url(../images/check.svg);
    color: transparent;
    display: inline-block;
    font-size: 20px;
    line-height: 22px;
    margin: 0px -11px 0px 0;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    transition: color ease .3s;
    -webkit-transition: color ease .3s;
    -moz-transition: color ease .3s;
    -ms-transition: color ease .3s;
    -o-transition: color ease .3s;
}

.submit-recipes input[type=checkbox]:checked+label:before {
    color: #FD470D;
    margin: -9px 3px 0px 0;
}

.checkbox-wrapp {
    width: auto;
    height: 26px;
    border: 1px solid #FD470D;
    color: #FD470D;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;

}

.checkbox-wrapp.btnchek {
    width: auto;
    height: 26px;
    border: 1px solid #FD470D;
    background: #FD470D;
    color: #fff;
}

.checkbox-wrapp label {
    padding-left: 10px;
    margin-bottom: 0;
    padding-right: 15px;
}

.submit-recipes input[type=radio]+label:before {
    content: '';
    border: 1px solid #CBC8C8;
    border-radius: 50%;
    display: inline-block;
    font-size: 10px;
    line-height: 14px;
    margin: -5px 5px 0 0;
    height: 14px;
    width: 14px;
    text-align: center;
    vertical-align: middle;
    font-size: 0;
    -webkit-transition: font-size ease .3s;
    transition: font-size ease .3s;
}

.submit-recipes input[type=radio]:checked+label:before {
    font-size: 10px;
    content: url(../images/radio.svg);
}

.submit-recipes input[type=radio]:checked+label {
    position: relative;
    z-index: 2;
}

.pagin-produkt {
    padding-left: 0px;
    background: #FD470D;
    padding-left: 42px;
    padding-right: 42px;
    height: 94px;
    border-radius: 47px;
    -webkit-border-radius: 47px;
    -moz-border-radius: 47px;
    -ms-border-radius: 47px;
    -o-border-radius: 47px;
    margin-top: -47px;
}

.pagin-produkt li {
    list-style: none;

}

.pagin-produkt li a {
    height: 100%;
    display: block;
    color: #fff;
}

.pagin-produkt li a {
    padding-left: 45px;
    padding-right: 45px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    position: relative;
}

.pagin-produkt li:hover a,
.pagin-produkt li.active a {
    background: #41AA49;
    text-decoration: none;
}

.pagin-produkt li.active a::before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    background: #41AA49;
    bottom: -6px;
    left: calc(50% - 7px);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.arab-revers {
    -webkit-flex-direction: unset !important;
    -ms-flex-direction:  unset !important;
    flex-direction:  unset !important;
}

.wraprodukt {
    /*max-width: 253px;*/
    height: 350px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.05);
    padding:0px;
    border-radius: 10px;
}

.tax-product_tag .col-lg-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.tax-product_tag .produkt-prices {display: none;}


.tax-product_tag .wraprodukt {
    height: 255px;
    
}

.tax-product_cat .col-lg-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.tax-product_cat .produkt-prices {display: none;}

.tax-product_cat .wraprodukt {
    height: 255px;
    
}

.wraprodukt-text {
    max-width: 253px;
    padding: 20px 0px 0px;
    display: block;
    margin: 0 auto;
    
}

a.tdn {
    text-decoration: none;
}
.nav-links {direction: ltr;}
.pagination {margin: 0 auto;}
.page-numbers {color: #FD470D;}
.page-numbers.current {color: #4A4A4A;}
.produkt-title {
    line-height: 1;
    margin-bottom: 21px;
    font-size: 16px;
    color: #FD470D;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
}

.page-produkt .col-lg-3.mb50 {
	margin-bottom: 61px;
}
.produkt-massa {
    line-height: 1;
    margin-bottom: 10px;
    font-size: 14px;
    color: #868686;
    font-family: 'Roboto', sans-serif;
}

.produkt-prices {
    line-height: 1;
    margin-bottom: 10px;
    font-size: 16px;
    color: #4A4A4A;
    font-family: 'Roboto', sans-serif;
}

.page-produkt {
    padding-bottom: 150px;
}
/* Archive Product Page New Design CSS Start */
.en .archive-product-banner h1{
    color: #FD470D;
    font-size: 44px;
    font-weight: bold;
    text-align: left !important;
}
.post-type-archive-product .page-produkt{
    padding-bottom: 0px;
}
.post-type-archive-product .page-produkt .products-h3{
    margin-top: 80px;
    margin-bottom: 50px;
}
.post-type-archive-product .wraprodukt-text{
    max-width: 100%;
    padding: 0px;
    transition: all .3s ease-in-out;
}
.post-type-archive-product .wraprodukt-text .wraprodukt img{
    transform: scale(1);
    transition: .3s ease-in-out;
}
.post-type-archive-product .wraprodukt-text .wraprodukt:hover img {
    transform: scale(1.05);
}
.post-type-archive-product .wraprodukt-text .produkt-title{
    color: #FD470D;
    font-size: 20px;
    font-weight: bold;
    margin: 44px 0px 15px;
    line-height: 30px;
}
.post-type-archive-product .wraprodukt-text .produkt-prices{
    margin-bottom: 21px;
}
.post-type-archive-product .wraprodukt-text .produkt-prices span{
    color: #4A4A4A;
    font-size: 16px;
    font-weight: bold;
}
.post-type-archive-product .wraprodukt-text .wraprodukt{
    height: inherit;
}
.post-type-archive-product .archive-cart-list{
    background: #fff;
}
.post-type-archive-product .archive-cart-list .pagin-produkt{
    background: transparent;
    border-radius: 0px;
    height: inherit;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.post-type-archive-product .archive-cart-list .pagin-produkt li a{
    color: #FD470D;
    font-size: 15px;
    font-weight: bold;
    padding: 30px 15px;
    height: inherit;
}
.post-type-archive-product .archive-cart-list .pagin-produkt li:hover a,.post-type-archive-product .archive-cart-list .pagin-produkt li.active a{
    color: #41AA49;
    background: transparent;
    border-bottom: 1px solid #41AA49;
}
.post-type-archive-product .archive-cart-list .pagin-produkt li.active a::before{
    display: none;
}
.blue-bg-color{
background: #F8FCFF;
height: 34px;
}
.col-lg-3 .product-range-col .product-title-sec::after {
    content: '';
    position: absolute;
    top: 0px;
    right: -15px;
    background: #F2F2F2;
    width: 1px;
    height: 100%;
}
.en #customer_details input{
	direction: ltr !important;
}
/* Archive Product Page New Design CSS End */

.produkt-detail-select {
    width: 347px;
    margin: 0 auto;
    display: block;
}

.produkt-detail-select .nice-select {
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    height: 29px;
    width: 100%;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.produkt-detail-price {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #FD470D;
    margin-top: 70px;
	display: flex;
	justify-content: flex-start;
}

.box.form-group {
    overflow: visible;
}

.produkt-detail-img {
    max-width: 453px;
    height: 515px;
    margin: 0 auto 20px;
    background: rgba(0, 0, 0, 0.05);
}

.produkt-detail .h3 {
    margin-bottom: 23px;
}





.cartcontainer .attachment-woocommerce_thumbnail {background-color: #F2F2F4;}
.cartcontainer .remove.text {display: none;}
.cartcontainer .input-text.qty.text {width: 100%;line-height: 36px;border: 1px solid #dbdbdb;padding-left: 0;height: 33px;margin-bottom: 6px;}
.cartcontainer .quont-plus, .cartcontainer .quont-minus {display: none;}
.cartcontainer .row {border-bottom: 1px solid #DEDEDE;padding-bottom: 20px;}
.produkt-detail button {
    border: none;
    width: 100%;
    height: 46px;
    background: #FD470D;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    margin: 20px auto 0px;
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.produkt-detail button img {
    margin-right: 15px;
}

.nutritional-info {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
    color: #868686;
    text-decoration: underline;
    display: block;
    margin-bottom: 20px;
}

.produkt-detail .box.form-group {
    min-height: 70px;
}

.single_add_to_cart_button {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.woocommerce-variation-add-to-cart > .box {
    display: none !important;
}

.woocommerce-variation-price {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #FD470D;
    margin-top: 70px;
    margin-bottom: -25px;
    display: flex;
    justify-content: flex-start;
}

.woocommerce-variation-add-to-cart {
    float: left;
    width: 100%;
    margin-top: 1.5rem;
}

.nutritional-info {
    width: 100%;
    float: left;
}

.product-attributes-line-top {
    border-top: 1px solid #F5F5F5;
    margin-top: 25px;
    padding-bottom: 30px;
}

.product-attributes-line-bottom {
    border-bottom: 1px solid #F5F5F5;
    padding-top: 30px;
}

.product-recipe {
    padding: 0;
}

.product-attributes-wrapper {
    border-left: 1px solid #F5F5F5;
    padding-right: 0;
	padding-left: 100px;
}

.product-attributes {
    display: flex;
    flex-wrap: wrap;
}

.product-attributes .product-attribute {
    display: block;
    width: 50%;
    margin-bottom: 5px;
}

.product-attributes .product-attribute strong {
    margin: auto 10px;
}

.shopping-cart {
    padding-bottom: 200px;
    padding-top: 80px;
}

.shopping-cart table {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

.shopping-cart-img a{
    max-width: 112px;
    height: 128px;
    padding: 5px;
    background: rgba(0, 0, 0, 0.05);
	display:block;
}
.shopping-cart-img a img {
	width: auto;
	height: 100%;
	display: block;
	margin: 0 auto;
}
.form-control:focus {
	border-color: #fd470d;
	box-shadow: 0 0 0 0.2rem rgba(253, 71, 13, 0.25);
}
.shopping-cart th {
    color: #868686;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 25px;
    padding-top: 25px;
}
/* .right-align-total .tax-total,.right-align-total .wc-proceed-to-checkout,
.cart-en-right .shop_table{display:none;} */
.right-align-total .tax-total.totals{display:block}

.shipping-cart-right td {
text-align: right;
}
.shopping-cart td {
    color: #868686;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    
}
.shopping-cart td.product-remove {text-align: center;}
.shopping-cart tr {
    border-bottom: 1px solid #DEDEDE;
}
.shopping-cart tr.noborder {
    border-bottom: 0;
}
.shopping-cart tr.noborder td,.shopping-cart tr.noborder th {padding-bottom:0;padding-top: 25px;}
.right-align-total .wc-proceed-to-checkout{display: none;}
.shopping-cart input {
    width: 100px;
    height: 36px;
    text-align: center;
    border: 1px solid #868686;
    overflow: hidden;
}

.shopping-cart button {
    background: transparent;
    border: 0px solid transparent;
    font-size: 13px;
}
.checkout-button.button.alt.wc-forward.shopping-cart-total.button,
.button.wc-backward,
.shopping-cart-total button {
    border: none;
	max-width:270px;
    width: auto;
    height: 46px;
    background: #FD470D;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding-left: 55px;
    padding-right: 55px;
	/*line-height: 46px;*/
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
            justify-content: center;
    align-content: stretch;
    -webkit-box-align: center;
            align-items: center;
    }

.shopping-cart-total span {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #868686;
}

.shopping-cart-total p {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    color: #4A4A4A;
}

.request-offer input {
    width: 65px;
    height: 36px;
    text-align: center;
    border: 1px solid #868686;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    overflow: hidden;
    padding-left: 17px;
}

.request-offer-tab {
	max-width: 740px;
	margin: 25px auto 0 auto;
}
.nav-pills a{
	font-size:14px;
}
.request-offer-tab .col-4 {
    background: #FD470D;
    padding: 25px;
}

.request-offer-tab .col-8 {
    background: #fff;
}

.request-offer {
    padding-top: 88px;
    padding-bottom: 100px;
}
.request-offer .h3 {
	margin-bottom: 23px;
}
.request-offer-tab .nav-link {
    padding: 15px 0px;
    border-bottom: 1px dashed #fff;
    position: relative;
    color: #fff;
}

.request-offer-tab .nav-link.active:after {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    background: #FD470D;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    right: -30px;
    z-index: 1;
    top: calc(50% - 5px);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: transparent;
    font-weight: 600;
}

.tab-content strong {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-bottom: 25px;
    display: block;
}

.tab-content {
    padding: 35px 65px 25px 65px;
}

.tab-content .form-group {
    margin-bottom: 0;
    padding: 5px 0px;
    border-top: 1px dashed #4A4A4A;
}

.tab-content .form-group:last-child {
    border-bottom: 1px dashed #4A4A4A;
}

.tab-content .form-group label {
    margin-bottom: 0;
}

.quont-minus {
background: transparent;
position: absolute;
left: 7px;
top: 40%;
border-radius: 18px;
text-align: center;
margin-top: -10px;
cursor: pointer;
width: 19px;
height: 25px;
}
.quont-minus:before {
    content: url(../images/bottom.svg);
    top: 1px;
    left: 11px;
}

.quantity {
    position: relative;
}

.quont-plus {
background: transparent;
    width: 19px;
    position: absolute;
    right: 7px;
    top: 40%;
    border-radius: 18px;
    text-align: center;
    margin-top: -11px;
    height: 25px;
    cursor: pointer;

}
.arab-revers .quont-plus,.arab-revers .quont-minus{
    top: 44%;
}

.quont-plus:before {
    content: url(../images/top.svg);
    top: 1px;
    right: 11px;
}

.search-job .search-job-ico {
    background: url(../images/search.svg);
    position: absolute;
    right: 0px;
    width: 22px;
    height: 21px;
    border: 0px solid transparent;
    margin-right: 17px;
    top: 10px;
}

.jobs {
    padding-top: 100px;
    padding-bottom: 200px;
}

.search-job .form-group {
    max-width: 440px;
    width: 100%;
    height: 42px;
    position: relative;
    margin: 0 auto;
}

.search-job .form-group .form-control {
    width: 100%;
}

.job-cart {
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid #DEDEDE;
}

.job-cart:last-child {
    border-bottom: 1px solid #DEDEDE;
}

.posted {
    font-family: 'Roboto', sans-serif;
    color: #4A4A4A;
    font-size: 11px;
}

.job-title {
    color: #4A4A4A;
    font-size: 22px;
}

.location {
    font-size: 11px;
    color: #868686;
}

.location span {
    color: #4A4A4A;
    height: 19px;
    border: 1px solid #4A4A4A;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 19px;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    margin-left: 15px;
}

a.job-cart-right {
    font-size: 14px;
    color: #FD470D;
    font-family: 'Roboto', sans-serif;
}

a.job-cart-right img {
    margin-left: 10px;
}

.job-previous {
    border: 1px solid #DEDEDE;
    width: 120px;
    height: 46px;
    background: #fff;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    margin: 35px 10px;
    display: inline-block;
    color: #4A4A4A;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.job-next:hover,
.job-previous:hover {
    text-decoration: none;
    color: #4A4A4A;
}

.job-next {
    border: 1px solid #DEDEDE;
    width: 120px;
    height: 46px;
    background: #fff;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    margin: 35px 10px;
    display: inline-block;
    color: #4A4A4A;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.job-previous::before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    position: absolute;
    left: 15px;
    top: 0px;
    content: url(../images/arrow-right.svg);
}

.job-next::before {
    position: absolute;
    right: 15px;
    top: 0px;
    content: url(../images/arrow-right.svg);
}

.jobs-detail {
    margin-bottom: 200px;
}

.jobs-detail .justify-content-end button {
    border: none;
    max-width: 344px;
    width: 100%;
    height: 46px;
    background: #FD470D;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.jobs-detail .justify-content-between button {
    border: none;
    max-width: 180px;
    width: 100%;
    height: 46px;
    background: #FD470D;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.mt40 {
    margin-top: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.jobs-detail-main {
    padding-left: 0;
    overflow: hidden;
}

.jobs-detail-main li {
    list-style: none;
    display: inline-block;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding-right: 24px;
    margin-right: 24px;
    border-right: 1px solid #868686;
}

.jobs-detail-main li:last-child {
    border-right: 0px solid #868686;

}

.jobs-detail-main li span {
    color: #868686;
}

.jobs-detail-main li p {
    color: #4A4A4A;
    margin-bottom: 0;
}

.jobs-detail-contant {
    margin-top: 50px;
}

.jobs-detail-body h5 {
    font-size: 22px;
}

.jobs-detail-contant p {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.payment {
    background: #ffffff;
    padding-top: 106px;
    padding-bottom: 200px;

}
.payment .nav-page{
    margin-top: 0px;
    margin-bottom: 38px;
}
.payment .container{
    max-width: 804px;
}
.your-order {
    font-size: 20px;
    font-weight: 600;
}

.personal-information,
.shipping-details {
    width: 160px;
}

.personal-title {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.select2-container--default {display: none;}
.woocommerce-checkout select {width: 100%;height: 42px;border: 1px solid #DEDEDE;border-radius: 3px;}
#billing_email_field {width: 100%;}
#billing_address_1_field {width: 100%;}
.woocommerce-additional-fields__field-wrapper textarea {overflow: auto;
resize: vertical;
width: 100%;
height: 80px;
direction: rtl;
padding: 10px;}
.woocommerce-additional-fields h3 {display: none;}
.woocommerce-billing-fields label, .notes label {color: #4A4A4A;font-size: 14px;display: block!important;}
.payment-body p {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
display: inline-block;
margin-bottom: 30px;
}

.payment .payment-body {
   background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    max-width: 375px;
    margin: auto 0px 0px 0px;
}

.payment-aside {
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: 20px;
}

.payment-aside .summary {
    font-size: 20px;
    font-weight: 600;
    color: #FD470D;
}

.payment-cart table {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 55px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #4A4A4A;
}

.payment-cart-img {
    width: 55px;
    height: auto;
    background: #F5F5F5;
    padding: 0px;
}

.woocommerce-mini-cart tr {
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 20px;
padding-bottom: 20px;
}
.payment-aside button {
    border: none;
    width: 100%;
    height: 35px;
    background: #FD470D;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    margin: 25px auto 0px;
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
}

/* Checkout PAge CSS Start */
.en .woocommerce-billing-fields label{
	display: none !important;
}
.en .woocommerce-billing-fields h3{
	color: #FD470D;
	font-size: 33px;
	font-weight: bold;
}
.en .woocommerce-checkout-payment img.mada,.en .woocommerce-info,.en .payment-cart-wrapp .emptycart,.en .woocommerce-account-fields{
	display: none;
}
.en .payment-page-title h2{
	color: #FD470D;
	text-transform:uppercase;
	font-size: 33px;
	font-weight: 600;
	margin-bottom: 34px;
	font-family: 'Roboto Slab', serif;
}
.en .woocommerce-checkout select{
	border: 1px solid #DEDEDE;
	padding: 0px 16px;
    border-radius: 2px;
    display: block;
    width: 100%;
    color: #4A4A4A;
    background: url(../images/select-dropdown-arrow.png) right 15px center no-repeat #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 14px;
    box-sizing: border-box;
}
.en .woocommerce-checkout #billing_city{
	background: url(../images/select-dropdown-arrow.png) right 15px center no-repeat #EBEBEB;
}
.en .payment-cart-wrapp h5{
	color: #4A4A4A;
	font-size: 18px;
	margin-bottom: 24px;
}
.en .checkout .col-12{
	padding: 0px;
}
.payment-aside button{
        height: 46px;
    }
/* Checkout PAge CSS End */

.shipping-estimate {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #868686;
}

.shipping-estimate-title {
    color: #868686;
}

.shipping-estimate-price {
    color: #4A4A4A;
}

.total-amount {
    color: #4A4A4A;
}

.total-amount-price {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
}

.mb1r {
    margin-bottom: 1rem;
}

.payment-credit {
    width: auto;
    font-family: 'Roboto', sans-serif;
    height: 42px;
    border: 1px solid #41AA49;
    line-height: 42px;
    font-size: 14px;
    position: relative;
    padding-left: 60px;
    padding-right: 30px;
    background: transparent;
    margin-right: 20px;
}

.payment-credit::before {
    content: url(../images/credit.svg);
    position: absolute;
    left: 25px;
    top: 3px;
}

.payment-cash {
    width: auto;
    font-family: 'Roboto', sans-serif;
    height: 42px;
    border: 1px solid #868686;
    line-height: 42px;
    font-size: 14px;
    position: relative;
    padding-left: 60px;
    background: transparent;
    padding-right: 30px;
}
.modal-content-jobs h3{
    z-index: 0;
}
.modal-content-jobs .modal-body{
    padding:40px 35px;
}
.modal-dialog {
	max-width: 777px;
}
.modal-content-jobs .close {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}
.modal-content-jobs .close:hover {
	color: #000;
}
.dropdown-menu {
	position: absolute;
	top: 77px;
	left: -60%;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}
.close {
	float: right; 
	font-size: 2rem; 
	font-weight: 400;
	line-height: 1; 
	color: #000; 
	text-shadow: 0 1px 0 #fff; 
	opacity: 1; 
	position: absolute;
	right: 30px;
    top: 20px;
    z-index: 1;
}

.have-account .form-check-label{
    font-size: 12px;
    display: block;
    font-family: 'Roboto', sans-serif;
}
.have-account .form-check{
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #4A4A4A;
    margin-bottom: 0;
}
.have-account-btn{
	border: none;
	width: 100%;
	height: 46px;
	background: #FD470D;
	border-radius: 27px;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	-ms-border-radius: 27px;
	-o-border-radius: 27px;
	margin: 20px auto 0px;
	display: block;
	color: #fff;
	font-weight: 600;
    font-size: 16px;
    margin-bottom: 40px;
}
.have-account .h5{
    font-size: 20px;font-weight: 600;
}
.have-account-a:hover{
    color: #FD470D;
    text-decoration: none;
}
.have-account-a {
	font-size: 22px;
	color: #FD470D;
	height: 46px;
	border: 1px solid #FD470D;
	line-height: 46px;
	padding-right: 15px;
	padding-left: 35px;
	display: inline-block;
	border-radius: 23px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	-ms-border-radius: 23px;
    -o-border-radius: 23px;
    width: 100%;
    text-align: center;
}
.mb20{
    margin-bottom: 20px;
}
.or {
	text-transform: uppercase;
	width: 50px;
	font-size: 20px;
	margin: -16px auto 0px;
	display: block;
	background: #fff;
    text-align: center;
    font-weight: 600;
}

.hr{
margin: 30px 0px;
height: 1px;
width: 100%;
border-bottom: 1px solid #868686;
}

.forgot-password{
  font-size: 12px;
  color: #4A4A4A;
  text-decoration: underline;
  font-family: 'Roboto', sans-serif;
}
.smell{
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    margin-bottom: 20px;
    display: block;
}
.submit{
    border: none;
    max-width: 344px;
    width: 100%;
    height: 46px;
    background: #FD470D;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    margin: 20px auto 0px;
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.cv{
    position: relative;
}
.cv input{
    width: 100%;
    background: #F7F7F7;
}
.cv span{
    position: absolute;
    right: 10px;
    top:10px;
    font-size: 14px;
    color: #FD470D;
    text-decoration: underline;
    font-family: 'Roboto', sans-serif;

}
.payment-cash::before {
    content: url(../images/cach.svg);
    position: absolute;
    left: 25px;
    top: 3px;
}
.modal-dialog.modal-sm{
    max-width: 443px;
    width: 100%;
}
.modal-dialog.modal-sm .modal-content{
    padding: 55px 50px;
}
.my_loader_bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999999;
}
.my_loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #FD470D; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .logovideo {

    position: absolute;
    max-width: 200px;
    top: 10px;
    margin-right: 0;
    left: 50%;
    margin-left: -100px;

}
.vimeo-wrapper {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

/*------------------------/contact---------------------------*/
@media (max-width: 1400px){
.shoping-cart, .header-page .shoping-cart {
    top: 17px !important;
}
.menu-top-left .nav-link{
    padding-left: 25px !important;
}

.en #menu-menu-right .soc-header .navbar-nav{
    margin-right: 0px !important;
}
.en .navbar-brand {
    left: calc(50% - 0px);
}
.en #menu-menu-left .nav-link{
    padding-right: 0px !important;
}
}
@media (max-width: 1360px) {
.navbar{
    z-index: 1;
}
header .user-icon{
    z-index: 2;
}
}
@media (max-width: 1280px) {
.en header .container{
    max-width: 100%;
}
.en .navbar-light .navbar-text {
    margin-right: 80px;
}
.en .navbar-light .navbar-nav .nav-link,.en .navbar-light .navbar-nav .nav-link:hover{
    font-size: 14px;
}
.en header .user-icon{
    right: 70px;
}
.en .navbar-brand {
   top: 7px;
}
}
@media (max-width: 1200px) {
    .en #menu-menu-left .nav-link {
        padding-right: 0px !important;
        padding-left: 25px !important;
    }
}

@media (max-width: 1199.98px) {
.menu-top-left .nav-link {
    padding-right: 15px !important;
    padding-left: 0rem !important;
}

.menu-top-right .nav-link {
    padding-right: 0px !important;
    padding-left: 15px !important;
}

.lang-header a {
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    padding: 0.5rem 10px 0.5rem 10px !important;
}

.navbar-brand img {
    width: 173px;
    position: absolute;
    left: calc(50% - 36px);
    top: 10px;
    z-index: 99;
}
.en .navbar-brand img{
    left: calc(50% - 86px);
}
}
@media (max-width: 1024px) {
.en header .container{
    max-width: 100%;
}
.en .navbar-light .navbar-nav .nav-link{
    font-size: 14px;
}
.navbar-brand{
    width: 80px;
}
.rtl .menu-top-left .nav-link{
    padding-left: 15px !important;
}
.navbar{
    padding: 0px;
}
.en .navbar-brand{
    width: 80px;
    left: calc(50% - 0px);
}
.en #menu-menu-right {
    margin-left: 60px;
}
.shoping-cart{
    padding-right: 7px !important;
}
.mb-recipe-slider .slick-track{
    display: flex;
}
.en #menu-menu-right .nav-link{
    padding-left: 15px !important;
}
.en #menu-menu-left .nav-link {
    padding-left: 15px !important;
}
}
@media (max-width: 991.98px) {
    .en #menu-menu-right{
        margin-left: 0px;
        padding-right: 0px;
    }
    .csr__header-image {
        height: 320px;
    }
    .navbar{
        padding: 15px;
    } 
    .rtl .navbar-brand{
        left: calc(50% - 0px);
        top: 5px;
    }  
    body .page-img-xl {
        height: 320px;
    }

    div .csr-page-content {
        margin-top: 50px;
        margin-bottom: 25px;
    }
    
	.news-cart {
        max-width: 320px;
        width:100%;
        margin: 0 auto;
    }
	.searchandfilter input[type="submit"] {
	margin-top:20px;
}
	.searchandfilter ul,
.searchandfilter ul li  {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
            flex-direction: column!important;
    flex-wrap: wrap!important;
    -webkit-box-pack: justify;
            justify-content: space-between;
    align-content: stretch;
    -webkit-box-align: center;
            align-items: center;
    }

.searchandfilter ul li,
.searchandfilter ul li h4,
.searchandfilter ul li span {
    -webkit-box-ordinal-group: 1;
            order: 0;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    -webkit-align-self: auto;
    align-self: auto;
    }
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0px;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: 0.5rem 0;
        margin: 0.125rem 0 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0.25rem;
    }
    .tab-content {
        padding: 35px 10px 25px 10px;
    }

    .request-offer-tab .col-4 {
        padding: 25px 15px;
    }

    .request-offer-tab .nav-link.active::after {
        right: -20px;
    }

    .submit-recipes-send {
        width: 48%;
        margin-right: 1%;
    }

    .submit-recipes-clear {
        width: 48%;
        margin-left: 1%;
    }

    .submit-recipes-form-right {
        max-width: 100%;
        padding-top: 30px;
        float: right;
    }
	.submit-recipes .h3{
		font-size: 45px;
	}
    .h3 {
        font-size: 32px;
    }

    .page-img-a {
        margin-left: 0px;
        padding-left: 25px;
    }

    .carousel-caption {
        top: 25%;
    }

    .carousel-caption h5 {
        width: 45%;
    }

    .navbar {
        background: #FD470D !important;
    }

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        background-color: #fff;
    }

    .navbar-collapse {
        background: #FD470D !important;
    }

    .navbar-brand img {
        width: 143px;
        position: absolute;
        left: calc(50% - 71px);
        top: 0px;
    }

    .navbar-collapse {
        background: #FD470D !important;
        margin-left: -15px;
        z-index: 9;
        margin-right: -15px;
        padding-top: 20px;
    }

    .navbar {
        height: 68px !important;
    }

    .menu-top-left li,
    .menu-top-right li {
        display: block;
        text-align: center;
    }

    .menu-top-left li a,
    .menu-top-right li a {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .lang-header,
    .menu-top-left,
    .menu-top-right {
        display: block;
        width: 100%;
    }

    .two-block-text {
        font-size: 32px;
    }

    .two-block {
        min-height: 546px;
    }

    .navbar-toggler {
        padding: 0px !important;
        margin-top: 8px;
    }
    .menu-top-left .nav-link {
        padding-right: 0px !important;
        padding-left: 0rem !important;
    }

    .menu-top-right .nav-link {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .navbar-light .navbar-text {
        margin-right: 0px;
        width: 100%;
        text-align: center;
    }

    .lang-header a {
        padding: 0.5rem 15px !important;
    }

    .carousel-caption h5 {
        font-size: 32px;
    }

    .soc-header {
        width: 100%;
    }

    .soc-header .navbar-nav {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        margin: 0 auto;
    }

    .navbar-container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
		max-width:100%;
    }
    .shoping-cart, .header-page .shoping-cart {
	top: 13px!important;
}
    .know-us-block {
        margin: 40px 30px 0px;
    }
	.shoping-cart, .header-page .shoping-cart {
	top: 10px;
	z-index: 99999;
}
	.pagin-produkt li a {
	padding-left: 20px;
	padding-right: 20px;
}
.shoping-cart, .header-page .shoping-cart {
	top: 13px!important;
}
.tab-content .wpcf7-form-control {
	width: 100% !important;
}
.shopping-total-part .cart-collaterals{
    max-width: 100%;
}
.shopping-total-detail .desktoponly .shop_table.getHeight{
    padding-left: 0px;
}
.releted-product-desktop .wraprodukt-text{
	max-width: 100% !important;
}
.product-tabs-sec{
    margin-bottom: 50px;
}
.produkt-detail-img img{
    height: 100%;
}
.produkt-detail-select{
    margin: 40px auto 0px;
}
.navbar-expand-lg .navbar-nav {
    margin-right: 0px !important;
}
header .user-icon{
    top: 25px;
}
}

.mobileonly {display: none;}
.desktoponly {display: block;}
@media (max-width: 767.98px) {
.mobileonly {display: block;}
.desktoponly {display: none;}
.wraprodukt {padding: 0;}
.pagination {display: inline-block;}
.produkt-detail-img {padding:0!important;margin-top: 40px;}


	.submit-recipes .row,
	.request-offer-tab .row{
		margin-left:0px;
		margin-right:0px;
	}
	
	.submit-recipes .h3 {
	font-size: 40px;
}
	.cart_totals.shopping-cart-total{
		text-align:center;
	}
	td.product-quantity{
	   width:50%!important;
	   float:left!important;
    }
	td.product-subtotal{
	   width:50%!important;
	   float:left!important;
	}
	td.product-remove{
		width:100%!important;
		display:block;
		overflow:hidden;
	}
	.carousel-caption {
	text-align: center;
	padding-right: 15px;
}
	.shopping-cart td{
	-webkit-box-pack: center;
	        justify-content: center;
	align-content: stretch;
	-webkit-box-align: center;
	        align-items: center;
	}
	.pagin-produkt li a {
	-webkit-box-pack: center;
	        justify-content: center;
	align-content: stretch;
	-webkit-box-align: center;
	        align-items: center;
}
	.pagin-produkt{
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
          flex-direction: column!important;
		height: auto;
		padding-top: 10px;
padding-bottom: 10px;
	}
	.pagin-produkt li a {
	padding-top: 10px;
	padding-bottom: 10px;
}
	
    .jobs-detail-main li {
        list-style: none;
        display: inline-block;
        float: left;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        padding-right: 15px;
        margin-right: 20px;
        border-right: 1px solid #868686;
        margin-bottom: 10px;
    }

    .page-img-wrapp p {
        width: 100%;
        margin: 30px auto 40px;
    }

    .know-us-cart {
        padding: 15px;
    }

    .know-us-cart {
        width: 50%;
    }

    .know-us-cart:nth-child(2)::after {
        display: none;
    }
    .navbar-toggler {
        padding: 0px !important;
        margin-top: 8px;
    }

    footer {
        background: #FD470D;
        position: relative;
        padding-top: 80px;
        text-align: center;
    }
    .rtl .navbar-brand{
        top: 10px;
    }
    .shoping-cart, .header-page .shoping-cart {
        top: 11px!important;
    }
    .en #menu-menu-right {
        margin-left: 0px;
    }

    .footer-logo {
        max-width: 200px;
        position: absolute;
        left: calc(50% - 100px);
        top: -55px;
    }

    .know-us-block-p {
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        padding-left: 15px;
        padding-right: 15px;
        font-weight: 400;
    }

    .news-home h3,
    .product-range h3,
    .recipes-home-header h3 {
        font-size: 34px;
        letter-spacing: -1px;
    }
    .product-range-header-img {
        width: 225px;
        margin: 0 auto;
        display: block;
    }
    header .user-icon{
        display: none;
    }
    .navbar {
        z-index: 999;
    }
    .en .navbar-brand img {
        left: calc(50% - 71px);
        top: 3px;
    }
    .quantity-shoping-cart {
        height: 12px !important;
        font-size: 10px !important;
        line-height: 14px !important;
    }

    .product-range-col .product-title-sec .title,.product-range-col .product-title-sec h5,.post-type-archive-product .wraprodukt-text .produkt-title,.post-type-archive-product .wraprodukt-text .produkt-prices span{
        font-size: 13px;
    }
    .product-range-col .product-title-sec .product-rangev1{
        font-size: 12px;
    }
    .product-partner-sec ul li{
        margin: 5px 3px;
    }
    .product-range {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .national-product-sec h3{
        font-size: 34px;
    }
    .national-product-sec .mr-top {
        margin-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .national-product-sec .row{
        padding: 0px 5px;
    }
    .post-type-archive-product .page-produkt .arab-revers{
        display: flex;
        margin-left: 0px;
    }
    .en.post-type-archive-product .archive-cart-list .pagin-produkt{
        overflow-x: scroll;
        flex-direction: row !important;
    }
    .post-type-archive-product .page-produkt .products-h3{
        text-align: center !important;
        margin-top: 26px;
        margin-bottom: 26px;
        padding: 0px 15px;
    }
    .post-type-archive-product .page-produkt .col-lg-3.mb50{
        margin-bottom: 46px;
    }
    
    .post-type-archive-product .wraprodukt-text .produkt-title{
        margin: 13px 0px 15px;
        line-height: 20px;
    }
    .archive-product-banner{
        min-height: 82px;
        padding: 90px 15px 70px;
    }
    .archive-product-banner h1{
        text-align: center !important;
        font-size: 29px;
    }
    /* Home Page Css Start */
    .product-partner-sec ul{
        margin-top: 20px;
    }
    .two-block {
        min-height: 424px;
    }
    #logo {min-height:291px!important;}
    .two-block .two-block-text{
        margin-top: 110px;
    }
    .two-block-text {
        font-size: 42px;
    }
    .mr-top {
        margin-top: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .product-range-col .product-title-sec .product-rangev1{
        margin: 9px 0px 9px;
    }
    .national-product-sec {
        padding: 40px 0px 60px;
    }
    .product-partner-sec{
        margin-top: 32px;
    }
    .national-product-sec .row a img{
        border-radius: 10px;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    }
    .recipes-home-header{
        height: 259px;
    }
    .recipes-home-header h3{
        margin-top: 40px;
    }
    .know-us{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .know-us h3{
        font-size: 34px;
    }
    .know-us p{
        font-size: 16px;
        max-width: 300px;
    }
    .know-us-block {
        margin: 20px 30px 0px;
        padding: 15px 15px;
    }
    .know-us-cart {
        width: 50%;
    }
    .know-us-cart p,.recipes-home-body a p{
        font-size: 15px !important;
    }
    .recipes-home-body{
        /*margin-top: -85px;*/
    }
    .mb-recipe-slider .slick-track{
        margin-left: 10px;
    }
    .recipe-row .recipe-slider{
        margin: 0px 10px;
        padding: 0px 0px;
    }
    /* .recipe-row .recipe-slider img{
        max-width: 218px;
    } */
    .recipe-row{
        display: block;
    }
    .recipes-home-body .recipes-a{
        margin: 30px auto 0px;
    }
    .know-us-block .know-us-cart:first-child{
        border-bottom: 2px dashed #fff;
        border-right: 2px dashed #fff;
    }
    .know-us-block .know-us-cart:nth-child(2){
        border-bottom: 2px dashed #fff;
    }
    .know-us-block .know-us-cart:nth-child(3){
        border-right: 2px dashed #fff;
    }
    .know-us-bottom .know-us-a{
        margin: -10px auto 0px;
    }
    .know-us-block .know-us-cart img{
        max-width: 50%;
    }
    .news-home{
        padding-top: 77px;
    }
    .news-home .news-cart{
        padding: 9px 14px 30px;
    }
    .mb-news-slider .slick-list{
        margin-left: 15px;
    }
   /* Home Page Css End */

   /* Cart Page CSS Start */
   .en .related-product-right {
        padding-left: 15px;
    }
    .en .related-product-right .produkt-detail-img{
        margin-top: 0px;
    }
    .en .related-product-right .produkt-detail-select .h3{
            margin: 0px 0px 25px;
    }
    .en .related-product-right .quantity {
        margin: 0px auto 30px;
    }
    .en .related-product-right button {
        font-size: 16px;
        height: 45px;
    }
    .en .related-product-right .mobileonly{
        margin-top:50px;
        margin-bottom: 50px;
    }
    .en .related-product-right .mobileonly h2{
        text-align: center;
        font-size: 25px;
    }
   .en .related-product-right .mobileonly .mb-product-slider .slick-list{
        margin-left: -20px;
    }
    .en .related-product-right .mobileonly .mb-product-slider .wraprodukt-text{
        margin: 0px 8px;
        text-align: center;
    }
    .en .related-product-right .mobileonly .mb-product-slider .wraprodukt-text .wraprodukt{
        height: 100%;
    }
    .en .related-product-right .mobileonly .mb-product-slider .wraprodukt-text .wraprodukt .produkt-title{
        margin:21px 0px 9px;
        font-size: 13px;
    }
    .en .related-product-right .produkt-detail-price, .related-product-right .produkt-detail-price span{
        font-size: 12px;
    }
    .en .produkt-detail .related-product-right button img{
        margin-left: 0px;
    }
    .en .related-product-right button{
        width: auto;
        padding: 10px 30px;
        height: inherit;
    }
    /* Cart Page CSS End */

    .en .arab-revers .col-md-6:nth-child(2) .wraprodukt-text .cart::after,.en .arab-revers .col-md-6:nth-child(4) .wraprodukt-text .cart::after{
        display: none;
    }
    .single_add_to_cart_button:hover img {
        margin-left: 5px;
    }
    .cartcontainer .quont-plus, .cartcontainer .quont-minus{
        display: block;
    }
    .en .shopping-cart td{
        text-align: left;
    }
    .en .shopping-cart tr{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .en .shopping-cart td.product-quantity{
        width: 90px !important;
    }
    .en .shopping-cart td.product-remove{ 
        text-align: center;
        width: auto !important;
    }
    .en .shopping-total-detail .mobileonly .shop_table{
        display: inline-table;
    }
    .en .woocommerce-cart-form__cart-item.cart_item .input-text.qty.text,.cartcontainer .input-text.qty.text,.post-type-archive-product .input-text.qty.text,.input-text.qty.text{
        padding: 0px;
    }
    .en .product-quantity{
        width: 100px !important;
    }
    .en .shop_table .quont-plus,.en .shop_table .quont-minus {
        top: 50%;
    }
    .archive-variable-product .woocommerce-variation-price .amount{
        margin: 5px 0px 8px;
        font-size: 13px;
    }
    .payment .nav-page{
        margin-bottom: 0px;
    }
    .en .payment-page-title h2{
        text-align: center;
        font-size: 25px;
    }
    .post-type-archive-product .archive-cart-list .pagin-produkt li a{
        white-space: pre;
        padding: 10px 10px;
    }
    .post-type-archive-product .wraprodukt-text .produkt-prices{
        margin-bottom: 12px;
    }
    .navbar-brand{
        left: calc(50% - 30px);
    }
    .navbar{
        height: 68px !important;
    }
    .navbar-brand img{
        width: 95px;
    }
    .header-page .shoping-cart{
        height: 40px !important;
    }

    /* Product Detail Page Css Start */
    .en .product-tabs-sec {
        margin-top: 0px;
    }
    .en .product-tabs-sec .accordion{
        margin: 0px auto;
    }
    .en .product-tabs-sec .accordion .show.bs{
        direction: ltr;
    }
    .en .product-tabs-sec .accordion .show.bs.active .panel-title a{
        color: #41AA49;
    }
    .en .product-tabs-sec .accordion .show.bs.active .panel-title a::after {
        content: '';
        position: absolute;
        right: 5px;
        top: 35px;
        background: url(../images/svg/dropdown-arrow-green-icon.svg) no-repeat;
        height: 10px;
        width: 10px;
    }
    .en .product-tabs-sec .accordion .panel-heading{
        border-bottom: none !important;
    }
    .en .product-tabs-sec .accordion .panel-heading .panel-title{
        margin-bottom: 0px;
    }
    .en .product-tabs-sec .accordion .panel-heading .panel-title a{
        font-size: 15px;
        font-weight: bold;
        color: #FD470D;
        display: flex;
        padding: 27px 0px 25px;
        border-bottom: 1px solid #F2F2F2 !important;
        border-color: #F2F2F2 !important;
        direction: ltr;
        position: relative;
    }
    .en .product-tabs-sec .accordion .panel-heading .panel-title a.collapsed::after {
        content: '';
        position: absolute;
        right: 5px;
        top: 35px;
        background: url(../images/svg/dropdown-arrow-icon.svg) no-repeat;
        height: 10px;
        width: 10px;
    }
    .en .accordion .collapse.show{
        padding: 15px 0px 0px;
    }
    .en .accordion .collapse p{
        font-size: 14px;
    }
    .en .accordion .collapse p:last-child{
        margin-bottom: 0px;
    }
    .en .accordion h2 {
        display: none;
    }
    .en .produkt-detail-select{
        margin: 30px auto;
    }
    .archive-variable-product {
        margin-top: 15px;
    }
    .single_add_to_cart_button img{
        margin-left: 0px;
    }
/* Product Detail Page Css End */

/* Login & Register Page Css Start */
.woocommerce-account .recipes-body{
    margin-top: 0px;
}
.login-form-sec h2, .register-form-sec h2{
    font-size: 20px;
}
.login-form-sec h4, .register-form-sec h4{
    font-size: 10px;
}
.register-bottom p{
    width: 80%;
}
.woocommerce-account .woocommerce-form-login, .woocommerce-account .woocommerce-form-register{
    border: none;
    border-radius: 0px;
    box-shadow: none;
    padding: 0px 0px;
}
.lost_password a,.woocommerce-account .submit-recipes label span{
    font-size: 12px;
}
.single-variable-product .col-6{
    padding: 0px;
}
.single-variable-product .variations::after{
    right: -9px;
}
.en .archive-variable-product .variations::after{
    left: -2px;
}
.single-product .single-variable-product .variations::after{
    display: block;
}
.single_add_to_cart_button{
    display: flex;
}
.post-type-archive-product .input-text.qty.text{
    padding-top: 0px;
}
.shopping-total-detail .tbrightcontent{
    padding-right: 0px;
}
.shopping-total-detail .shop_table{
    padding-left: 0px;
}
.shopping-total-detail .tbrightcontent.getHeight{
    overflow: auto;
    overflow-x: hidden;
}
.shop_table_responsive .tax-total.totals{
    display: flex !important;
}
.shopping-total-detail{
    margin-bottom: 50px;
}
/* Login & Register Page Css End */
.post-type-archive-product .wraprodukt-text{
    overflow:inherit;
}
.my_loader {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #FD470D;
    width: 70px;
    height: 70px;
}
}


@media (max-width: 575.98px) {
	.submit-recipes-send {
	width: 100% !important;
	margin-right: 0px !important;
}
	.submit-recipes .h3 {
	padding-right: 17px;
	padding-left: 17px;
}
.submit-recipes-clear {
	width: 100%;
	margin-left: 0%;
}
	.woocommerce-cart-form .quantity.opt-quontity {
	width: 100%;
}
.shopping-cart-img a {
	display: block;
	margin: 0 auto;
}
	.shopping-cart td {
	
	
	text-align: center;
}
.checkout-button.button.alt.wc-forward {
	margin: 0 auto;
}

	.woocommerce-cart-form .quantity.opt-quontity {
	width: 100%!important;
}
	.quont-plus,.quont-minus{
        background:transparent ;
    }
	.cart_totals.shopping-cart-total.calculated_shipping span{
		display:unset;
		text-align:center;
		width:100%;
	}
.wc_payment_method.payment_method_cod {
	position: relative!important;
	left: 0!important;
	margin-bottom: 20px!important;
}
    .payment-cash,
    .payment-credit {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .jobs-detail-title {
        display: block !important;
    }

    .slect-category .nice-select {
        min-width: 140px;
        max-width: 140px;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
    }

    .slect-year,
    .slect-category {
        display: block !important;
        text-align: center !important;
    }

    .slect-year .nice-select {
        display: block !important;
        width: 100% !important;
        min-width: 100px;
        max-width: 100px;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
    }

    .know-us-cart::after {
        display: none;
    }

    .modal-content-jobs .modal-body{
        padding: 70px 35px;
    }

    .slect-year,
    .slect-category {
        margin-left: 5px;
        margin-right: 5px;
    }

    .footer-menu {
        display: block !important;
    }

    .carousel {
        position: relative;
        /*height: 397px;*/
    }

    .carousel-item {
        /*height: 397px;*/
    }

    .carousel-item img {
        height: auto;
        width: 100%;
    }

    .carousel-caption {
        position: absolute;
        right: 0%;
        bottom: 20px;
        left: 0%;
        z-index: 10;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #fff;
        text-align: center!important;
        max-width: 1220px;
        margin: 0 auto;
        padding-left: 30px;
        top: -20px;
        padding-right: 30px;
    }

    .carousel-caption p {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .carousel-caption h5 {
        font-size: 20px;
        width: 50%;
    }

}

@media (max-width: 360px) {
    .recipes-home-header h3 {
        font-size: 32px;
    }

    .tab-content .form-group {
        display: block !important;

    }

    .request-offer input {
        width: 100%;
        height: 36px;
        text-align: center;
        border: 1px solid #868686;
        border-radius: 18px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        -ms-border-radius: 18px;
        -o-border-radius: 18px;
        overflow: hidden;
        padding-left: 17px;
    }

    .carousel-caption h5 {
        font-size: 27px;
        width: 100%;
    }

    .carousel-caption p {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .carousel-caption {
        top: 20%;
    }

    .recipes-home-header {
        height: 445px;
        background-size: cover;
        background-position: center;
    }
}
 