.container {
    max-width: 1318px !important;
    padding: 0 15px !important;
}
#scroll {
    background-color: #FE641E;
}
#scroll:hover {
    background-color: #d74300;
}
.breadcrumbs {
    margin: 40px 0 32px;
}
.breadcrumbs a, .breadcrumbs strong {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 600;
    letter-spacing: normal;
    text-decoration: none;
}
.breadcrumbs strong {
    font-weight: bold;
    color: #FE641E;
}
.breadcrumbs .item:not(:last-child):after {
    top: 3px;
    font-weight: bold;
}
.breadcrumbs a:hover, 
.form .show-hide-return-products a:hover, 
.account .column.main .block-content .box .box-actions a:hover, 
#minicart-content-wrapper .viewcart:hover {
    color: #83C100;
    text-decoration: none;
}
.block-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 32px;
    color: #373737;
    text-transform: unset;    
}
.block-title-wrapper strong {
	font-weight: inherit;
}
.block-title-wrapper .title-link {    
    font-size: 16px;
    line-height: 24px;
    color: #FE641E;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.block-title-wrapper .title-link .link-icon {
	width: 16px;
    height: 16px;
    background: #FE641E;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.block-title-wrapper .title-link .link-icon img {
	width: 8px;
}
.block-title-wrapper .title-link:hover {
    /*color: #83C100;*/
    color: #d74300 !important;
}
.block-title-wrapper .title-link:hover .link-icon {
    /*background: #83C100;*/
    background: #d74300 !important;
}
.banner-bottom-block ul {
    padding: 0;
    margin: 0 -4px 32px;
    width: auto;
}
.banner-bottom-block ul li {
    margin: 0 0 8px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    height: 64px;
    padding: 0 4px;
    flex: 0 0 16.66%;
    max-width: 16.66%;
    transition: 0.3s all;
}
.banner-bottom-block ul li a {      
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
    font-weight: 500;
    color: #FE641E;
    padding-left: 68px;
    text-transform: none;
    background: #FFF1EB;
    border-radius: 4px;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.banner-bottom-block ul li:hover {
    background: transparent;
}
.banner-bottom-block ul li:hover a {
    color: #ffffff;
    background: #FE641E;
}
.banner-bottom-block ul li a img {    
    left: 16px;
    height: auto;
    width: 35px;
}

/*popup*/
.modal-slide .modal-inner-wrap, 
.modal-popup .modal-inner-wrap {
    box-shadow: none;
}
.modal-custom .action-close, 
.modal-popup .action-close, 
.modal-slide .action-close {
    right: 16px;
    top: 16px;
    background: #C4C4C4;
    width: 32px;
    height: 32px;
    border-radius: 100%;
}
.modal-custom .action-close:before, 
.modal-popup .action-close:before, 
.modal-slide .action-close:before {
    color: #ffffff;
    font-weight: bold;
}
.modal-custom .action-close:hover, 
.modal-popup .action-close:hover, 
.modal-slide .action-close:hover {
    background: #373737;
    border: none;
}
.modal-custom .action-close:hover:before, 
.modal-popup .action-close:hover:before, 
.modal-slide .action-close:hover:before {
    color: #ffffff;
}
.product-popup-wrapper .modal-inner-wrap {
    width: 1120px;
    border-radius: 12px;
}
.product-popup-wrapper .modal-header {
    padding: 0;
}
.product-popup-wrapper .modal-content {
    padding: 54px 39px 25px;
}

/* Homepage */
.cms-home .container {
    max-width: 1318px;
    padding: 0 15px;
}
.ews-products-highlight .block.widget .products-grid .product-items .product-item-photo .product-image-wrapper .product-image-photo {
    max-width: 100%;
}
.ews-content-home .ews-content-main-container {
    margin-top: 40px;
    margin-bottom: 40px;
}
.ews-content-home .ews-content-main-container .ews-content-main .banner {    
    border: 1px solid #F5F5F5;
}
.banner .banner_slider .slick-arrow {   
	bottom: 16px;
    width: 14px;
    height: 24px;
    font-size: 0;
    line-height: 0;
}
.banner .banner_slider .slick-arrow:after {
	width: 100%;
    height: 100%;
}
.banner .banner_slider .slick-arrow.slick-next {
	right: 20px;
}
.banner .banner_slider .slick-arrow.slick-prev {
	right: 70px;
}
.banner .banner_slider .slick-arrow.slick-prev:after {
    background-image: url('../images/left-orange-arrow.png');    
}
.banner .banner_slider .slick-arrow.slick-next:after {
    background-image: url('../images/right-orange-arrow.png');    
}
.ews-content-home .ews-content-main-small-container .ews-content-main-small-1 {
    margin-bottom: 8px;
}
.ews-content-home .ews-content-main-small-container .ews-content-main-small-1, 
.ews-content-home .ews-content-main-small-container .ews-content-main-small-2 {
    height: calc(50% - 4px);
}
.ews-content-home .ews-content-main-small-container .ews-content-main-small-2 .small-2-image {
    height: 100%;
    max-height: 119px;
    line-height: 0;
}
.ews-content-home .ews-content-main-small-container .ews-content-main-small-1 img, 
.ews-content-home .ews-content-main-small-container .ews-content-main-small-2 img {
    object-fit: cover;
}   
.ews-content-home .ews-content-main-small-container.ews-banner-side-block .ews-content-main-small-1 a {
    background-color: #83c100;
	font-size: 32px;
	line-height: 48px;
	font-weight: 700;
	text-transform: uppercase;
}
.ews-content-home .banner-bottom-block {
    margin-top: 0;
}
.homepage_product_slider .slick-prev::before, 
.discount_product_slider .slick-prev::before,
.homepage_product_slider .slick-next::after, 
.discount_product_slider .slick-next::after {
    top: 40%;	
	content: "";	
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    width: 44px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;    
    transform: none !important;    
}
.homepage_product_slider .slick-prev::before, 
.discount_product_slider .slick-prev::before {
	background: url('../images/left-arrow-white.png') #FE641E no-repeat; 
	background-size: 12px;
    background-position: center;
    left: 0;
}
.homepage_product_slider .slick-next::after, 
.discount_product_slider .slick-next::after {
	background: url('../images/right-arrow-white.png') #FE641E no-repeat; 
	background-size: 12px;
    background-position: center;
    right: 0;
}
.homepage_slider.slick-prev:hover::before, 
.discount_slider.slick-prev:hover::before {
	content: "";
	background-color: #d74300; 
} 
.homepage_slider.slick-next:hover::after, 
.discount_slider.slick-next:hover::after {
	content: "";
	background-color: #d74300; 
}
.stock-information-wrapper {
    top: 2px;
    right: auto;
    left: 12px;
    text-align: left;
    width: auto;
}
.stock-information-wrapper .stock_information {
    float: left;
    width: 36px;
}
.stock-information-wrapper .stock_information:not(:last-child) {
    margin-bottom: 18px;
}
.ews-products-highlight {
    text-align: left;
}
.cms-home .ews-products-highlight {
    margin-bottom: 40px;
}
.ews-products-highlight .block.widget .products-grid .product-items .slick-list {
    margin: 0 -2px;
}
.ews-products-highlight .block.widget .products-grid .product-item {    
    padding: 2px 2px;
}
.ews-products-highlight .block.widget .products-grid .product-item .product-item-info {
	box-shadow: unset;
}
.ews-products-highlight .block.widget .products-grid .product-items .banner {    
    margin-bottom: 0;
}
.ews-products-highlight .block.widget .products-grid .product-item .product-item-info .product-item-details {
    padding: 0 8px 8px;
}
.ews-products-highlight .block.widget .products-grid .product-items .product-item-photo {
    margin: 0 0 9px;
    padding: 0;
}
.ews-products-highlight .block.widget .products-grid .product-item .product-item-details .product-item-name {
	margin-bottom: 16px;
    text-align: center;
}
.ews-products-highlight .block.widget .products-grid .product-item .product-item-details .product-item-name a {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    color: #373737;
    letter-spacing: normal;
    font-weight: 500;    
}
.ews-products-highlight .block.widget .products-grid .product-item:hover .product-item-details .product-item-name a {
    color: #FE641E;
}
.ews-products-highlight .block.widget .products-grid .product-item .product-item-details .finel-product-price {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #373737;
    letter-spacing: normal;
    margin-bottom: 8px;
}
.ews-products-highlight .block.widget .products-grid .product-item .product-item-details .discount-price { 
    color: #FF3737;
}
.ews-products-highlight .block.widget .products-grid .product-item .product-item-details .original-price,
.catalog-category-view .ews-list-products .products .original-price,
.catalogsearch-result-index .products.list .price-promotion-wrapper .original-price {     
    display: block;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: line-through;
    font-weight: 400;
    color: #C4C4C4;
    margin-bottom: 8px;
    min-height: 24px;
}

.slick-slide .price-promotion-wrapper {
    min-height: unset;
    display: flex;
    flex-direction: column;
}
.price-promotion-wrapper {
    margin-bottom: 12px;
}
.ews-products-highlight .block.widget .products-grid .product-item .product-item-details .product-item-actions button span:before {
	display: none;	
}
.ews-products-highlight .block.widget .products-grid .product-item .product-item-details .product-item-actions button {	
    height: 44px;
    max-width: 100%;
    border-radius: 4px;
    background: #83C100;
    color: #ffffff;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    text-transform: none;
    font-family: Arial,Helvetica,sans-serif;
}
.ews-products-highlight .block.widget .products-grid .product-item .product-item-details .product-item-actions button:hover {
    background-color: #5f860e;
    color: #fff;
}
.page-products .ews-list-products .product-item .product-item-inner .controlqty, 
.ews-products-highlight .block.widget .products-grid .product-item .product-item-details .product-item-actions .controlqty {
    height: 44px;
    background: #F4F4F4;
    border-radius: 4px;
    padding: 0;
    margin-top: 0;
}
.ews-products-highlight .block.widget .products-grid .product-item .product-item-details .product-item-actions input, 
.page-products .ews-list-products .product-item .product-item-inner .controlqty input {
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
    border-radius: 0;  
    font-weight: 500;
	font-size: 16px !important;
	line-height: 24px;
	height: 44px;
	color: #000000;   
	max-width: 100%;
    margin: 0px;   
}
.page-products .ews-list-products .product-item .product-item-inner .controlqty input.qty {
    flex: 1;
    line-height: 24px;
}
.ews-products-highlight .block.widget .products-grid .product-item .product-item-details .product-item-actions input.qty {
	flex: 1;
}
.ews-products-highlight .block.widget .products-grid .product-item .product-item-details .product-item-actions button.plus-btn, 
.page-products .ews-list-products .product-item .product-item-inner .controlqty .plus {
    width: 50px !important;
    height: 44px;
    background-color: #83C100;
    box-shadow: none;
    color: #ffffff;
    font-size: 30px;
    line-height: 34px;
    padding: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 500;
    border-radius: 0 4px 4px 0;
}
.ews-products-highlight .block.widget .products-grid .product-item .product-item-details .product-item-actions button.minus-btn, 
.page-products .ews-list-products .product-item .product-item-inner .controlqty .minus {
	width: 50px !important;
    height: 44px;
    background-color: #F4F4F4;
    box-shadow: none;
    color: #83C100;
    font-size: 30px;
    line-height: 34px;
    padding: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 500;
    border-radius: 4px 0 0 4px;
}
.ews-products-highlight .block.widget .products-grid .product-item .product-item-details .product-item-actions button.minus-btn span, .page-products .ews-list-products .product-item .product-item-inner .controlqty .minus span {
    top: -1px
}
.ews-products-highlight .block.widget .products-grid .product-item .product-item-details .product-item-actions button.minus-btn:hover,
.ews-products-highlight .block.widget .products-grid .product-item .product-item-details .product-item-actions button.minus-btn:focus,
.ews-products-highlight .block.widget .products-grid .product-item .product-item-details .product-item-actions button.plus-btn:hover,
.ews-products-highlight .block.widget .products-grid .product-item .product-item-details .product-item-actions button.plus-btn:focus,
.page-products .ews-list-products .product-item .product-item-inner .controlqty .plus:hover, 
.page-products .ews-list-products .product-item .product-item-inner .controlqty .minus:hover, 
.page-products .ews-list-products .product-item .product-item-inner .controlqty .plus:focus, 
.page-products .ews-list-products .product-item .product-item-inner .controlqty .minus:focus {
    background-color: #5f860e;
    color: #ffffff;
}
.ews-products-highlight .block.widget .products-grid .product-items .product-item-photo .save-perc {
    position: absolute;
    left: auto;
    right: 4px;
    top: 4px;
    z-index: 2;
    line-height: 64px;
    height: 64px;
    width: 64px;
    background: #FF3737;
    letter-spacing: normal;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
}
.page-products .ews-list-products .product-item .product-item-inner .controlqty input:hover, 
.product-info-wrapper .product-info-main .product-add-form .box-tocart input.input-text.qty:hover, 
.product-info-main .price-qty-container .box-tocart .control .input-text:hover, 
.products-related .product-item-actions .controlqty .quantity.qty:hover, 
.control.qty input.input-text.qty:hover, 
.control.qty select.qty:hover, 
.minicart-items .item-qty:hover {
    border: 1px solid #F4F4F4;
}
.ews-products-highlight .block.widget .products-grid .product-item .product-item-details .product-item-actions input:hover {
    border: 1px solid #F4F4F4;
}
.ews-products-highlight .block.widget .products-grid .product-item .product-item-details .product-item-actions .actions-primary {
	max-width: 100%;
}

/*Product page*/
.product-info-wrapper {
    margin-bottom: 23px;
}
.product-info-wrapper .product-gallery .details-page-gallery {
    border: 1px solid #E0E0E0;
}
.product-info-wrapper .product-gallery .fotorama__wrap--slide .fotorama__stage__frame {
    border: 0;
}
.product-info-wrapper .product.media .product-gallery .product-information-text {    
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 24px;
    color: #373737;
}
.product-info-wrapper .product-info-main {
    flex: 0 0 64.42%;
    max-width: 64.42%;
    padding-left: 56px;
}
.product-info-wrapper .product.media {
    flex: 0 0 35.58%;
    max-width: 35.58%;
}
.product-info-wrapper .stock-information-wrapper {
    top: 16px;
    right: auto;
    left: 16px;
}
.product-info-wrapper .product.media .product-gallery .save-perc {
    top: 16px;
    right: 16px;
    background: #FF3737;
    font-weight: 500;
}
.product-info-main .page-title-wrapper .page-title span {    
    font-size: 24px;
    line-height: 40px;
    color: #373737;
    font-weight: 700;
}
.product-info-main .page-title-wrapper .page-title {
    margin-bottom: 16px;
}
.product-info-wrapper .product-info-main .price-container .price-wrapper .price {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    padding-right: 0;
}
.product-info-wrapper .product-info-main .price-container .price-wrapper .price:after {
    display: none;
}
.product-info-wrapper .product-info-main .price-qty-container .old-price {
    line-height: 24px;
    margin-bottom: 8px;
}
.product-info-main .price-box .old-price {    
    font-size: 16px;
    line-height: 24px;
    color: #373737;
    font-weight: 500;
}
.product-info-main .price-qty-container .price-box {
    margin-bottom: 14px;
}
.product-info-wrapper .product-info-main .price-box .price-container {
    margin-bottom: 16px;
}
.product-info-wrapper .product-info-main .price-box .price-container.price-final_price {
    margin-bottom: 6px;
}
.product-info-wrapper .product-info-main .price-qty-container .old-price .price-container {
    margin-top: 0;
}
.product-info-wrapper .product-info-main .price-box .price-container .original,
.product-info-wrapper .product-info-main .price-box .price-container .per-kg.original {
    color: inherit;
    font: inherit;
}
.product-info-wrapper .product-info-main .special-price .price-container .price-wrapper .price {
    color: #FF3737;
}
.product-info-wrapper .product-info-main .price-container .per-kg {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #373737;
}
.product-info-wrapper .product-info-main .price-container .per-kg:before {
    content: '/';
}
.product-info-wrapper .product-info-main .product-add-form .box-tocart button {
    background: #83C100;
    border-radius: 4px;
    height: 44px;
    min-width: 198px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding: 0 15px;
    text-transform: none;
}
.product-info-wrapper .product-info-main .product-add-form .box-tocart button:hover {
    background-color: #5f860e;
    color: #fff;
}
.product-info-wrapper .product-info-main .product-add-form .box-tocart button:before {
    display: none;
}
.product-info-wrapper .product-info-main .product-add-form .box-tocart button span {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: normal;
}
.product-info-wrapper .product-info-main .product-add-form .box-tocart button.manage_qty.minus span, .product-info-wrapper .product-info-main .product-add-form .box-tocart button.manage_w_qty.minus span {
    position: relative;
    top: -1px;
    color: inherit;
}
.product-info-wrapper .product-info-main .package-deposit {    
    margin-bottom: 16px;
}
.product-info-wrapper .product-info-main .package-deposit .package-deposit-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #82B817;
}
.product-info-wrapper .product-info-main .price-qty-container .promotion-description {
    color: #82B817;
}
.product-info-wrapper .product-info-main .price-qty-container .promotion-description .image .image-content div {
    color: #373737;
}
.product-info-wrapper .product-info-main .product-main-description .contry-title, 
.product-info-wrapper .product-info-main .product-main-description .sku-title, 
.product-info-wrapper .product-info-main .product-main-description .extra-info .title {    
    font-size: 16px;
    line-height: 24px;
    color: #373737;
    font-weight: 500;
}
.product-info-wrapper .product-info-main .product-main-description .description .value, 
.product-info-wrapper .product-info-main .product-main-description .description .value p {
    color: #373737;
    font-weight: 500;
}
.product-att-info .attributes-title {
    font-size: 16px;
    line-height: 24px;
    color: #373737;
    font-weight: 500;
}
.product-att-info .attributes-title:before {
    border-bottom: 1px solid #E0E0E0;
}
.product-att-info .attributes-wrapper .left-side h2,
.product-att-info .attributes-wrapper .left-side .extra-info span {
    color: #373737;
}
.product-consumernotice-text {
    color: #373737;
}
.product-info-main .box-tocart .field.qty, 
.product-info-main .box-tocart .field.qty.kg_based_product {
    width: 200px;
}
.product-info-main .price-qty-container .box-tocart .control, 
.products-related .product-item-actions .controlqty {
    width: 100% !important;
    height: 44px;
    background: #F4F4F4;
    border-radius: 4px;
    padding: 0;    
}
.product-info-main .price-qty-container .box-tocart .control .input-text.qty, 
.product-info-main .price-qty-container .box-tocart .control input#qty, 
.products-related .product-item-actions .controlqty .input-text.qty, 
.products-related .product-item-actions .controlqty .quantity.qty {
    background: #FFFFFF;
    border: 1px solid #f4f4f4;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 24px;
    height: 44px;
    color: #000000;
    max-width: 100%;
    margin: 0;
    width: 100%;
    flex: 1;
    border-radius: 0;
}
.product-info-wrapper .product-info-main .product-add-form .box-tocart button.manage_qty.minus, 
.product-info-wrapper .product-info-main .product-add-form .box-tocart button.manage_w_qty.minus, 
.product-info-wrapper .product-info-main .product-add-form .box-tocart button.manage_qty.plus, 
.product-info-wrapper .product-info-main .product-add-form .box-tocart button.manage_w_qty.plus {
    width: 50px !important;
    height: 44px;    
    box-shadow: none;    
    font-size: 30px;
    line-height: 34px;
    padding: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 500;
}
.product-info-wrapper .product-info-main .product-add-form .box-tocart button.manage_qty.minus, 
.product-info-wrapper .product-info-main .product-add-form .box-tocart button.manage_w_qty.minus {
    background: #F4F4F4;
    color: #83C100;
    border-radius: 4px 0 0 4px;
}
.product-info-wrapper .product-info-main .product-add-form .box-tocart button.manage_qty.plus, 
.product-info-wrapper .product-info-main .product-add-form .box-tocart button.manage_w_qty.plus {
    background: #83C100;
    color: #ffffff;
    border-radius: 0 4px 4px 0;
}
.product-info-wrapper .product-info-main .product-add-form .box-tocart button.manage_qty.minus:hover, 
.product-info-wrapper .product-info-main .product-add-form .box-tocart button.manage_w_qty.minus:hover, 
.product-info-wrapper .product-info-main .product-add-form .box-tocart button.manage_qty.plus:hover, 
.product-info-wrapper .product-info-main .product-add-form .box-tocart button.manage_w_qty.plus:hover {
    background: #5f860e;
    color: #ffffff;
}
.product-att-info .attributes-title span {
    padding: 0 24px;
}
.promotion-description .image .image-content .promotion-freegift [type=radio]:checked ~ .product-name {
    color: #82B817;
}
.promotion-description .image .image-content .promotion-freegift [type=radio]:checked + img {
    border-color: #82B817;
}
.product-info-main .stock_information {    
    font-size: 16px;
    line-height: 24px;
    color: #FF3737;
    font-weight: 700;
}
.product-info-main .stock_information > img {    
    width: 24px;
    height: 24px;    
    margin-top: -2px;
    margin-right: 16px;
}
.catalog-product-view .breadcrumbs a {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 600;
    letter-spacing: normal;
    text-decoration: none;
}
.catalog-product-view .breadcrumbs a:hover {
    color: #83C100;
    text-decoration: none;
}
.catalog-product-view .breadcrumbs .item:not(:last-child):after {
    color: #000000;
}
.catalog-product-view .breadcrumbs strong {
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

/*category page & search page*/
.ews-category-navigation {
    text-align: left;
}
.ews-category-navigation, .catalogsearch-result-index .sidebar-main {
    width: 100%;   
}
.ews-list-products, .catalogsearch-result-index .column.main {
    width: 100%;
}
.ews-category-navigation {
    padding-right: 0;
    float: none;
}
.ews-list-products {
    float: none;
    padding-left: 0;
}
.ews-content-container .page-title-wrapper {
    margin: 16px 0 0;
}
.page-title-wrapper .page-title {
    font-size: 24px;
    line-height: 40px;
    color: #373737;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: none;
}
.listing-column {
    margin-top: 0;
}
.page-products .listing-column .ews-list-products .products-grid .product-item, 
.catalogsearch-result-index .ews-list-products .products-grid .product-item {
    border-top: 0;
}
.page-products .listing-column .ews-list-products .products-grid .product-item.promotion-rule, 
.catalogsearch-result-index .ews-list-products .products-grid .product-item.promotion-rule {
    border-top: 0;
}
.page-products .listing-column .ews-list-products .products-grid .product-item .product-item-info, 
.catalogsearch-result-index .ews-list-products .products-grid .product-item .product-item-info {
    border-top: 5px solid transparent;
}
.page-products .listing-column .ews-list-products .products-grid .product-item.promotion-rule .product-item-info, 
.catalogsearch-result-index .ews-list-products .products-grid .product-item.promotion-rule .product-item-info {
    border-top: 5px solid #83C100;
}
.page-products .product-item-details .product-item-actions .stock.unavailable {
    height: 44px;
    padding: 0 10px;
    border-radius: 4px;
    margin-top: 0;
    max-width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.page-products .products-grid .product-items, 
.catalog-product-view .products-grid .product-items {
    margin: 0 -2px;
}
.page-products .listing-column .ews-list-products .products-grid .product-item, 
.catalogsearch-result-index .ews-list-products .products-grid .product-item {
    padding: 0 2px;
    margin-bottom: 18px;
    margin-right: 0;
    width: 16.66%;
    border-radius: 0;
    text-align: center;
}
.page-products .product-item-info {
    box-shadow: none;
    border-radius: 0;
}
.page-products .product-item-info .product-item-photo, 
.catalog-product-view .product-item-info .product-item-photo {
    padding: 0;
    margin: 0 0 14px;
}
.page-products .product-item-info .product-item-details, 
.page-products .catalog-product-view .product-item-info .product-item-details {
    padding: 0 8px 8px;
}
.page-products .product-item-info .product-item-details .product-item-name {
    height: 48px !important;
    /*margin-bottom: 34px;*/
    margin-bottom: 16px;
}
.page-products .product-item-info .product-item-details a, 
.page-products .catalog-product-view .product-item-info .product-item-details a {    
    font-size: 16px;
    line-height: 24px;
    color: #373737;
    font-weight: 500;
    letter-spacing: normal;
    text-align: left;
}
.page-products.page-layout-1column .products-grid .product-item:hover .product-item-details .product-item-name a, 
.catalogsearch-result-index .products-grid .product-item:hover .product-item-details .product-item-name a {
    color: #FE641E;
}
.page-products .catalog-category-view .ews-list-products .products .finel-product-price .special-price .price-container .price-wrapper .price, 
.page-products .product-item .price-box .price {    
    font-size: 24px;
    line-height: 28px;
    color: #373737;
    letter-spacing: normal;
    font-weight: 700;
    text-align: center;
}
.page-products .product-item .discount-price .price-box .price {
    color: #FF3737;
}
.page-products .product-item .original-price .price-box .price {
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: line-through;
    font-weight: 400;
    color: #C4C4C4;
    margin-bottom: 8px;
}
.page-products .product-item-details .product-item-actions button.action.primary {
    height: 44px;
    padding: 0 10px;
    background: #83C100;
    border-radius: 4px;
    margin-top: 0;
    max-width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    letter-spacing: normal;
    text-transform: none;
    text-align: left;
}
.page-products .listing-column .ews-list-products .product-item-details .product-item-actions .action.primary:hover, 
.catalogsearch-result-index .ews-list-products .product-item-details .product-item-actions .action.primary:hover {
    background-color: #5f860e;
    color: #fff;
}
.page-products .product-item-details .product-item-actions button.action.primary span:before {
    display: none;
}
.product-item .price-promotion-wrapper .price-wrapper, 
.product-item .price-promotion-wrapper .finel-product-price {
    margin-bottom: 5px;
}
.page-products .catalog-category-view .ews-list-products .products .price-promotion-wrapper, 
.page-products .product-item .price-promotion-wrapper {
    display: flex;
    flex-direction: column;
    /*margin-bottom: 34px;*/
    margin-bottom: 12px;
}
.page-products .catalog-category-view .ews-list-products .products .price-promotion-wrapper .finel-product-price .special-price .price-container .price-wrapper .price, 
.page-products .product-item .price-promotion-wrapper .price-box .price {
    margin-bottom: 0;
}
.page-products .listing-column .ews-list-products .product-item-info .save-perc, 
.catalogsearch-result-index .ews-list-products .product-item-info .save-perc {
    position: absolute;
    left: auto;
    right: 4px;
    top: 4px;
    z-index: 2;
    line-height: 64px;
    height: 64px;
    width: 64px;
    background: #FF3737;
    letter-spacing: normal;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
}
.ews-subcategory-listing .sub-cat {
    padding: 0;
    margin: 0 -4px 32px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: auto;
}
.ews-category-tile {
    margin: 0 0 8px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    min-height: 64px;
    padding: 0 4px;
    flex: 0 0 16.66%;
    max-width: 16.66%;
    transition: 0.3s all;
}
.ews-category-tile:hover {
    background-color: transparent;
}
.ews-category-tile .ews-category-tile-ref {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
    font-weight: 500;
    color: #FE641E;
    text-transform: none;
    justify-content: center;
    background: #FFF1EB;
    border-radius: 4px;
    padding: 0 10px;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ews-category-tile:hover .ews-category-tile-ref {    
    background: #FE641E;
    color: #ffffff;
}
.ews-category-tile:hover .category-title {
    color: #ffffff;
    font-weight: inherit;
}
.ews-category-tile .category-title {
    padding-left: 0;
    color: inherit;
    text-align: center;
    text-transform: none;
}
.product-package-details .stock-information {
    display: flex;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #FF3737;
    font-weight: 700;
}
.product-package-details .stock-information .stock_information {
    float: none;
    position: static;
    width: auto;
}
.ews-category-navigation .block.filter, 
.catalogsearch-result-index .sidebar-main .block.filter {
    border: 0;
    border-radius: 0;
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -4px;
    width: 66.5%;
    max-width: 100%;
}
.ews-category-navigation .block.filter .filter-content, 
.catalogsearch-result-index .sidebar-main .block.filter .filter-content {
    position: relative;
    padding: 0 4px;
    width: 50%;
}
.listing-column .filter-heading,
.catalogsearch-result-index .filter-heading {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    padding: 11px 35px 11px 24px;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #FE641E!important;
    position: relative;
    margin-bottom: 0 !important;
    width: 100%;
    letter-spacing: 0 !important;
    display: flex;
    align-items: center;
}
.listing-column .filter-heading .count,
.catalogsearch-result-index .filter-heading .count {
    background: #FE641E;
    min-width: 24px;
    min-height: 24px;
    border-radius: 100%;
    margin-left: 11px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
}
.listing-column .filter-heading:after,
.catalogsearch-result-index .filter-heading:after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;      
    border-top: 8px solid #FE641E;
}
.listing-column .filter-active .filter-heading, 
.catalogsearch-result-index .filter-active .filter-heading {
    border-color: #FE641E;
    border-radius: 4px 4px 0 0;
    border-bottom: 0;
}
.listing-column .filter-dropdown,
.catalogsearch-result-index .filter-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 4px;
    right: 4px;
    background: #FFFFFF;
    border: 1px solid #FE641E;
    border-radius: 0 0 4px 4px;
    z-index: 5;
}
.ews-category-navigation .filter-dropdown .filter-options-item,
.catalogsearch-result-index .filter-dropdown .filter-options-item {
    padding: 8px 23px 6px;
    border-bottom: 1px solid #E0E0E0;
}
.ews-category-navigation .filter-dropdown .filter-options-item:last-child,
.catalogsearch-result-index .filter-dropdown .filter-options-item:last-child {
    border-bottom: 0;
}
.ews-category-navigation .block.filter .filter-options-content,
.catalogsearch-result-index .block.filter .filter-options-content {
    margin-bottom: 0 !important;
}
.ews-category-navigation .filter .filter-content .item,
.catalogsearch-result-index .filter .filter-content .item {
    margin: 0;
}
.ews-category-navigation .block.filter .filter-options-content.boolean-content,
.catalogsearch-result-index .block.filter .filter-options-content.boolean-content {    
    padding: 0;
}
.filter-options-content .items .item a .boolean_section label:before {
    border: 1px solid #9598A3;
    width: 14px;
    border-radius: 4px;
    height: 14px;
    margin-right: 5px;
    transform: translateY(-3px);
}
.filter-options-content .items .item a .boolean_section input[type="checkbox"]:checked + label:after {
    top: 4px;
    left: 5px;
    width: 4px;
    height: 8px;
}
.filter-options-content .items .item a .boolean_label {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FE641E;
}
.filter-options-content .items .item a .boolean_count {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FE641E;
}
.filter-options .filter-options-content .item a:hover .count,  
.catalogsearch-result-index .sidebar-main .filter-options .filter-options-content .item a:hover .count {
    color: #FE641E;
}
.filter-options-content .items .item a .boolean_section input[type="checkbox"]:checked + label:before {
    background: #FE641E;
    border: 1px solid #FE641E;
}
.ui-slider-horizontal {
    background: #FE641E;
}
.smile-es-range-slider {
    position: relative;
}
.smile-es-range-slider .ui-slider {
    max-width: 33%;
    margin: 5px auto;
}
.smile-es-range-slider .ui-slider-handle {
    background: #FE641E;
    height: 16px;
    width: 16px;
    top: -4px;
}
.smile-es-range-slider-from-to-label {
    position: absolute;
    width: 100%;
    top: -10px;
}
.smile-es-range-slider [data-role=from-label], 
.smile-es-range-slider [data-role=to-label] {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FE641E;
    padding-bottom: 0;
}
.smile-es-range-slider .ui-slider-handle:hover {
    background: #f15a15;
}
.smile-es-range-slider .action.primary:not([disabled]) .price_filter_slider>span {
    color: #FE641E;
}
.smile-es-range-slider .action.primary:not([disabled]) .price_filter_slider>span::after {
    background-color: #FE641E;
}
.ews-category-navigation .price-filter .filter-options, 
.catalogsearch-result-index .price-filter .sidebar-main .filter-options {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    padding: 11px 24px;
    font-weight: 500;
}
.ews-category-navigation .block.filter .price-filter .filter-options-title,  
.catalogsearch-result-index .sidebar-main .block.filter .price-filter .filter-options-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FE641E;
    margin: 0;
}
.ews-category-navigation .block.filter .price-filter .filter-options-item, 
.catalogsearch-result-index .sidebar-main .block.filter .price-filter .filter-options-item {
    display: flex;
    align-items: center;
}
.ews-category-navigation .block.filter .price-filter .filter-options-content, 
.catalogsearch-result-index .block.filter .price-filter .filter-options-content {
    flex: 1;
    margin-left: 20px;
    padding: 0;
}
.listing-column .toolbar-products .pages,
.catalogsearch-result-index .toolbar-products .pages {
    display: none;
}
.listing-column .toolbar .sorter,
.catalogsearch-result-index .toolbar .sorter {
    position: absolute;
    right: 0;
    top: -48px;
    float: none;
    min-width: 218px;
}
.listing-column .sorter .sort-desc,
.catalogsearch-result-index .sorter .sort-desc,
.listing-column .sorter .sort-asc,
.catalogsearch-result-index .sorter .sort-asc  {
    width: 16px;
    height: 16px;
    background: #FE641E;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
}
.listing-column .sorter .sort-desc img,
.catalogsearch-result-index .sorter .sort-desc img,
.listing-column .sorter .sort-asc img,
.catalogsearch-result-index .sorter .sort-asc img  {
    width: 6px;
}
.listing-column .sorter .sort-desc:before,
.catalogsearch-result-index .sorter .sort-desc:before,
.listing-column .sorter .sort-asc:before,
.catalogsearch-result-index .sorter .sort-asc:before  {
    display: none;
}
.listing-column .toolbar .sorter-options,
.catalogsearch-result-index .toolbar .sorter-options {
    margin: 0;
    flex-direction: column;
}
.listing-column .toolbar .sorter-options li,
.catalogsearch-result-index .toolbar .sorter-options li {
    margin: 0;
    padding: 7px 24px;
    border: 0;
    border-bottom: 1px solid #E0E0E0;
    border-radius: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FE641E;
    background: transparent;
    display: flex;
    align-items: center;
}
.listing-column .toolbar .sorter-options li:last-child,
.catalogsearch-result-index .toolbar .sorter-options li:last-child {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}
.listing-column .toolbar .sorter-options li[selected],
.catalogsearch-result-index .toolbar .sorter-options li[selected] {
    border-color: #E0E0E0;
    background-color: #FFF1EB;
    color: #FE641E;
}
.listing-column .toolbar .filter-dropdown, 
.catalogsearch-result-index .toolbar .filter-dropdown {
    left: 0;
    right: 0;
}
.catalog-category-view .inner-image-container {
    display: none;
}
.listing-column .toolbar-products,
.catalogsearch-result-index .toolbar-products {
    margin-bottom: 16px;    
    padding: 32px 0 0;
    text-align: left;
    position: relative;
}
.listing-column .total-product-on-list-page,
.catalogsearch-result-index .total-product-on-list-page {    
    font-size: 18px;
    line-height: 40px;
    color: #373737;
    font-weight: 700;
}
.catalogsearch-result-index.page-products .columns {
    display: flex;
}

/*cart page*/
.checkout-cart-index .ews-content-container .page-title-wrapper {
    margin-bottom: 40px;
}
.checkout-cart-index .page-main {
    background: #FCFCFC;
}
.checkout-cart-index .cart-container .form-cart {
    width: 66.77%;
    padding-right: 16px;
}
.checkout-cart-index .cart-container .cart-summary {
    background: transparent;
    width: 33.23%;    
}
.form-cart .cart .normal-stocks-item-wrapper,
.form-cart .cart .remote-stocks-item-wrapper {
    padding: 0;
    margin-bottom: 16px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
}
.form-cart .cart .remote-stocks-item-wrapper {
    margin-bottom: 0;
}
.form-cart .cart .stock_information.display_property.store-stock,
.form-cart .cart .stock_information.display_property.remote-stock {
    text-align: left;
    margin: 0;
    padding: 16px 24px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    border: none;
    border-bottom: 1px solid #E0E0E0;
    border-radius: 0;    
}
.form-cart .cart .stock_information.display_property.store-stock {
    color: #82B817;
}
.form-cart .cart .stock_information.display_property.remote-stock {
    color: #FF3737;
}
.form-cart .cart .stock_information .sub-heading {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #9598A3;
    display: block;
}
.form-cart .cart .stock_information > img {
    margin-right: 24px;
    width: 36px;
}
.form-cart .cart .field.qty .label {
    display: none;
}
.form-cart .cart .table_wrapper {    
    padding: 0 24px;
}
.cart.table-wrapper .items>.item {
    border-bottom: 1px solid #E0E0E0;
}
.cart.table-wrapper .product-image-container {
    width: 80px !important;
}
.cart.table-wrapper .product-item-photo {    
    padding-right: 24px;
}
.cart.table-wrapper .col {
    padding-top: 24px;
    padding-bottom: 24px;
}
.cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
}
.cart.table-wrapper .product-image-wrapper .product-image-photo {
    height: 80px;
    width: 80px;
    object-fit: contain;
}
.form-cart .cart.table-wrapper .col.subtotal {
    padding-right: 0;
    position: relative;
}
.form-cart .product-item-name {
    text-decoration: none;
}
.cart.table-wrapper .product-item-name {
    margin-bottom: 16px;
    margin-top: 0;
}
.form-cart .product-item-name a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #373737;
    text-decoration: none;
}
.form-cart .product-item-name a:hover {
    color: #83C100;
}
.form-cart .cart.table-wrapper .table_total {
    margin: 40px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #9598A3;
}
.form-cart .cart.table-wrapper .table_total .total {
    color: #373737;
}
.form .show-hide-return-products a, 
.form .show-hide-deposit-products a {
    color: #373737;
}
.form .show-hide-return-products a:hover, 
.form .show-hide-deposit-products a:hover {
    color: #83C100;
}
.form-cart .col.price .price-including-tax .price {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #9598A3;
}
.form-cart .col.subtotal .price-including-tax .price {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #373737
}
.form-cart .cart.table-wrapper tr td {
    vertical-align: bottom;
}
.form-cart .cart .number-counter {
    display: inline-flex;
}
.form-cart .cart .number-counter .minus, 
.form-cart .cart .number-counter .plus {
    width: 44px !important;
}
.form-cart .cart .item-info .qty .input-text.qty {
    width: auto !important;
    text-align: center;
}
.form-cart .cart.table-wrapper .col.subtotal.remove-item {
    padding: 0;
    position: absolute;
    top: 20px;
    right: -10px;
}
.form-cart .cart.table-wrapper .price-including-tax{
    margin-bottom: 6px;
}
.form-cart .cart.table-wrapper .col.price {
    text-align: left;
}
.cart.item .item-info:not(:last-child) {
    border-bottom: 1px solid #E0E0E0;
}
.cart.table-wrapper .gift-wrapper .product-item-details .number-counter {
    background: transparent;
}
.gift-wrapper .gift-logo {
    min-width: 80px;
    border-right: none;
    margin-right: 0;
    text-align: center;
}
.gift-logo img {
    margin-right: 0px;
    margin-bottom: 5px;
}
.gift-logo span {
    font-size: 14px;
    line-height: 24px;
    color: #82B817;
    display: block;
    text-align: center;
    width: 100%;
}
.form-cart .cart.table-wrapper .actions-toolbar>.action, 
.cart-container .form-cart .action.continue, 
.cart-container .form-cart .action.clear, 
.cart-container .form-cart .action.update, 
.action.primary.add_deposit_to_return, 
.action.primary.category_button, 
.block-minicart .block-content>.actions>.primary .action.primary, 
.actions-toolbar .actions a, 
.cart-container .checkout-methods-items .action.primary, 
.opc-wrapper .opc li.checkout-payment-method .action.primary, 
.checkout-index-index .discount-code form .actions-toolbar .primary .action-apply, 
.checkout-index-index .authentication-wrapper .action-auth-toggle {
    background: #FE641E !important;
    color: #ffffff !important;
    border-radius: 4px;
    text-transform: unset;    
    text-align: center;
}
.form-cart .cart.table-wrapper .actions-toolbar>.action:hover, 
.cart-container .form-cart .action.continue:hover, 
.cart-container .form-cart .action.clear:hover, 
.cart-container .form-cart .action.update:hover, 
.action.primary.add_deposit_to_return:hover, 
.action.primary.category_button:hover, 
.block-minicart .block-content>.actions>.primary .action.primary:hover, 
.actions-toolbar .actions a:hover, 
.cart-container .checkout-methods-items .action.primary:hover, 
.opc-wrapper .opc li.checkout-payment-method .action.primary:hover, 
.checkout-index-index .discount-code form .actions-toolbar .primary .action-apply:hover, 
.checkout-index-index .authentication-wrapper .action-auth-toggle:hover {
    background-color: #d74300 !important;
    color: #ffffff !important;
}
.cart-container .form-cart .action.continue {
    background: #FFF1EB !important;
    color: #FE641E !important;
    border: 0;
}
.checkout-cart-index .cart-container .form-cart .action.continue {
    margin-bottom: 10px!important;
}
.cart-container .form-cart .action.continue:hover {
    background: #FE641E !important;
    color: #ffffff !important;
    border: 0;
}
.cart-container .checkout-methods-items .action.primary {
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.cart-container .form-cart .action.continue:before,
.cart-container .form-cart .action.update:before {
    display: none;
}
.cart-container .form-cart .actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cart-container .form-cart .action.continue, 
.cart-container .form-cart .action.clear, 
.cart-container .form-cart .action.update {
    min-width: 251px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.cart-container .form-cart .action.update {
    margin-right: 0;
}
.checkout-cart-index .cart-summary .delivery-info {    
    font-size: 16px;
    line-height: 24px;
    color: #373737;
    font-weight: 500;
    margin-top: 24px;
}
.checkout-cart-index .cart-summary .delivery-info .time {
    display: block;
    color: #83C100;
}
#minicart-content-wrapper .delivery_info .time {
    color: #83C100;
}
#shopping-cart-table .item-info .remove-item a:before {
    content: '\e616';
    color: #FE641E;
    font-size: 38px;
    font-weight: bold;
}
.cart-container .cart-summary>.title {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 4px 4px 0 0;
    margin: 0;
    padding: 16px 24px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #373737;
    text-transform: none;
}
.cart-container .cart-summary .cart-totals {
    padding: 16px 24px 24px;
    border: 1px solid #E0E0E0;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    background: #ffffff;
}
.cart-container .cart-summary .cart-totals table tbody tr td,
.cart-container .cart-summary .cart-totals table tbody tr th {
    padding: 0 0 7px;
}
.cart-container .cart-summary .cart-totals table tbody .grand.totals td, 
.cart-container .cart-summary .cart-totals table tbody .grand.totals th {
   padding: 10px 0 0;
}
.cart-container .cart-summary .cart-totals table tbody tr th span {
    display: block;
}
.cart-container .cart-summary .totals {
    color: #373737;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.cart-container .cart-summary .totals .mark {
    font-weight: 500;
    color: #9598A3;
}
.cart-totals .mark strong, .opc-block-summary .table-totals .mark strong {
    font-weight: 700;
}
.cart-summary table tbody tr:nth-of-type(even) {
    background-color: transparent;
}
.cart-container .cart-summary .totals td {
    color: inherit;
}
.cart-container .cart-summary .totals.grand {
    color: #373737;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
.cart-container .cart-summary .totals.grand .mark {
    color: #373737;
}
.cart-container .checkout-methods-items {
    margin-top: 24px;
}
.checkout-cart-index .cart-container .checkout-methods-items .action.multicheckout:hover {
    color: #83C400;
}
.opc-block-summary .mark .value {
    color: inherit;
}
.cart-container .checkout-methods-items .item+.item {
    margin-top: 0;
}
.checkout-cart-index .cart-container .checkout-methods-items .action.multicheckout {
    display: none;
}
.checkout-cart-index .number-counter select {
    max-width: 75px;
}

/*Shipping page*/
#checkout-shipping-method-load table tr.disabledMethod {
    background-color: transparent;
    opacity: 1;
}
#checkout-shipping-method-load table tr.disabledMethod .custom-radio-inner label {
    background: #FAFAFA;
    opacity: 0.4;
}

@media (min-width: 700px) {
	/* Homepage */
	.ews-products-highlight .block.widget .products-grid .product-item .product-item-details .product-item-name {
	    height: 48px !important;
	}
}

@media (min-width: 992px) {
	/* Homepage */
	.ews-content-home .ews-content-main {
	    width: 65.8%;
	    margin-right: 0.7%;
	}
	.ews-content-home .ews-content-main-small-container {
	    width: 33.5%;
	}
}

@media (max-width: 1366px) {
    /* Homepage */
    .ews-products-highlight .block.widget .products-grid .product-items .product-item-photo .save-perc {
        font-size: 16px;
        line-height: 48px;
        height: 48px;
        width: 48px;
    }

    .page-products .listing-column .ews-list-products .product-item-info .save-perc, 
    .catalogsearch-result-index .ews-list-products .product-item-info .save-perc {
        font-size: 16px;
        line-height: 48px;
        height: 48px;
        width: 48px;
    }
}

@media (max-width: 1280px) {
    /*category page & search page*/
    .ews-category-navigation .block.filter, .catalogsearch-result-index .sidebar-main .block.filter {
        width: 70.5%;
    }
}

@media (max-width: 1199px) {
    .banner-bottom-block ul li {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .block-title-wrapper {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .ews-content-home .ews-content-main-small-container.ews-banner-side-block .ews-content-main-small-1 a {
        font-size: 28px;
        line-height: 33px;
    }
    .ews-products-highlight .block.widget .products-grid .product-item .product-item-details .finel-product-price {
        font-size: 22px;
        line-height: 26px;
    }
    .stock-information-wrapper .stock_information {
        width: 33px;
    }
    .stock_information.stop_watch_icon.gift_icon {
        width: 32px;
    }
    .stock-information-wrapper .stock_information:not(:last-child) {
        margin-bottom: 15px;
    }
    .ews-products-highlight .block.widget .products-grid .product-item .product-item-details .product-item-actions input, .page-products .ews-list-products .product-item .product-item-inner .controlqty input {
        margin: 0;
    }
    .cms-home .ews-products-highlight {
        margin-bottom: 30px;
    }
    .ews-products-highlight .block.widget .products-grid .product-item .product-item-details .product-item-actions button.plus-btn, 
    .page-products .ews-list-products .product-item .product-item-inner .controlqty .plus {
        width: 40px !important;
    }
    .ews-products-highlight .block.widget .products-grid .product-item .product-item-details .product-item-actions button.minus-btn, 
    .page-products .ews-list-products .product-item .product-item-inner .controlqty .minus {
        width: 40px !important;
    }

    /*product page*/
    .product-popup-wrapper .modal-inner-wrap {
        width: 95%;
    }
    .product-popup-wrapper .modal-content {
        padding: 50px 15px 20px;
    }
    .product-info-wrapper .product-info-main {
        padding-left: 40px;
    }
    .product-info-main .page-title-wrapper .page-title {
        margin-bottom: 12px;
    }
    .product-info-main .page-title-wrapper .page-title span {
        font-size: 20px;
        line-height: 34px;
    }
    .product-info-wrapper .product-info-main .price-container .price-wrapper .price {
        font-size: 20px;
        line-height: 24px;
    }
    .product-info-wrapper .product-info-main .product-add-form .box-tocart button.manage_qty.minus, 
    .product-info-wrapper .product-info-main .product-add-form .box-tocart button.manage_w_qty.minus, 
    .product-info-wrapper .product-info-main .product-add-form .box-tocart button.manage_qty.plus, 
    .product-info-wrapper .product-info-main .product-add-form .box-tocart button.manage_w_qty.plus {
        width: 40px !important;
    }

    /*category page & search page*/
    .page-products .catalog-category-view .ews-list-products .products .finel-product-price .special-price .price-container .price-wrapper .price, 
    .page-products .product-item .price-box .price {
        font-size: 22px;
        line-height: 26px;
    }
    .page-products .listing-column .ews-list-products .products-grid .product-item, 
    .catalogsearch-result-index .ews-list-products .products-grid .product-item {
        width: 25%;
    }
    .ews-category-tile {        
        flex: 0 0 20%;
        max-width: 20%;
    }
    .ews-category-navigation .block.filter, 
    .catalogsearch-result-index .sidebar-main .block.filter {
        width: calc(100% - 218px);
    }
    .ews-category-navigation .block.filter .filter-content, 
    .catalogsearch-result-index .sidebar-main .block.filter .filter-content {
        width: 45%;
    }
    .ews-category-navigation .block.filter .filter-content.price-filter, 
    .catalogsearch-result-index .sidebar-main .block.filter .filter-content.price-filter {
        width: 55%;
    }
}

@media (max-width: 1023px) {
    /* Homepage */
    .ews-products-highlight .block.widget .products-grid .product-item:last-child {
        margin-right: 0;
    }
}

@media (max-width: 991px)  {
    /*Homepage*/
    .ews-content-home .ews-content-main-small-container .ews-content-main-small-1, 
    .ews-content-home .ews-content-main-small-container .ews-content-main-small-2 {
        height: auto;
    }
    .ews-content-home .ews-content-main-small-container .ews-content-main-small-1 {
        margin-bottom: 0;
    }
    .ews-content-home .ews-content-main-small-container.ews-banner-side-block a {
        padding: 0;
    }
    .banner-bottom-block ul li:last-child {
        margin-right: 0;
    }
    .banner-bottom-block ul li {
        flex: 0 0 25%;
        max-width: 25%;
        height: 54px;
    }
    .banner-bottom-block ul li a img {
        left: 10px;
        width: 30px;
    }
    .banner-bottom-block ul li a {
        font-size: 14px;
        line-height: 18px;
        padding-left: 55px;
    }
    .ews-products-highlight .block.widget .products-grid .product-item .product-item-details .finel-product-price {
        font-size: 20px;
        line-height: 24px;
    }
    .ews-products-highlight .block.widget .products-grid .product-item .product-item-details .original-price,
    .catalog-category-view .ews-list-products .products .original-price {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 6px;
    }
    .stock-information-wrapper .stock_information {
        width: 30px;
    }
    .stock_information.stop_watch_icon.gift_icon {
        width: 28px;
    }
    .homepage_product_slider .slick-prev::before, 
    .discount_product_slider .slick-prev::before, 
    .homepage_product_slider .slick-next::after, 
    .discount_product_slider .slick-next::after {
        width: 40px;
        height: 40px;
    }
    .price-promotion-wrapper {
        margin-bottom: 15px;
    } 
    .ews-products-highlight .block.widget .products-grid .product-item:nth-child(odd) {
        margin-right: 0;
    }

    /*product page*/
    .modal-custom .action-close, .modal-popup .action-close, .modal-slide .action-close {
        right: 8px;
        top: 8px;
        width: 28px;
        height: 28px;
    }
    .modal-custom .action-close:before, .modal-popup .action-close:before, .modal-slide .action-close:before {
        font-size: 27px;
        line-height: 28px;
    }
    .product-popup-wrapper .modal-content {
        padding: 40px 0px 20px;
    }
    .product-info-wrapper .product-info-main {
        padding-left: 25px;
    }  

    /*category page & search page*/
    .page-products .listing-column .ews-list-products .products-grid .product-item:nth-child(4n), 
    .page-products .listing-column .ews-list-products .products-grid .product-item:nth-child(5n), 
    .catalogsearch-result-index .ews-list-products .products-grid .product-item:nth-child(4n), 
    .catalogsearch-result-index .ews-list-products .products-grid .product-item:nth-child(5n) {
        margin-right: 0;
    }
    .page-products .listing-column .ews-list-products .products-grid .product-item, 
    .catalogsearch-result-index .ews-list-products .products-grid .product-item {
        width: 33.33%;
    }
    .page-products .catalog-category-view .ews-list-products .products .finel-product-price .special-price .price-container .price-wrapper .price, 
    .page-products .product-item .price-box .price {
        font-size: 20px;
        line-height: 24px;
    }
    .catalog-category-view .ews-list-products .products .finel-product-price .special-price .price-container .price-wrapper .price {
        font-size: 20px;
        line-height: 24px;
    }
    .page-products .product-item .original-price .price-box .price {
        font-size: 14px;
        line-height: 22px;
    }
    .page-products .catalog-category-view .ews-list-products .products .price-promotion-wrapper, 
    .page-products .product-item .price-promotion-wrapper {        
        margin-bottom: 15px;
    }
    .page-products .page-title-wrapper .page-title {
        font-size: 22px;
        line-height: 28px;
    }    
    .ews-category-tile {
        flex: 0 0 25%;
        max-width: 25%;
        min-height: 54px;
    }   
    .ews-category-tile .ews-category-tile-ref {
        font-size: 14px;
        line-height: 18px;       
    }
    .listing-column .filter-heading, 
    .catalogsearch-result-index .filter-heading {
        padding: 11px 35px 11px 15px;
    }
    .ews-category-navigation .filter-dropdown .filter-options-item, 
    .catalogsearch-result-index .filter-dropdown .filter-options-item {
        padding: 8px 15px 6px;
    }
    .ews-category-navigation .price-filter .filter-options, 
    .catalogsearch-result-index .price-filter .sidebar-main .filter-options {
        padding: 11px 15px;
    }       
    .listing-column .toolbar .sorter-options li, 
    .catalogsearch-result-index .toolbar .sorter-options li {
        padding: 7px 15px;
    }
    .listing-column .toolbar .sorter, .catalogsearch-result-index .toolbar .sorter {
        top: -48px;
    }
    .ews-category-navigation .block.filter .filter-content:first-child, 
    .catalogsearch-result-index .sidebar-main .block.filter .filter-content:first-child {
        margin-bottom: 10px;
    }
    .ews-category-navigation .block.filter .filter-content, 
    .catalogsearch-result-index .sidebar-main .block.filter .filter-content {
        width: 100%;
    }
    .ews-category-navigation .block.filter .filter-content.price-filter, 
    .catalogsearch-result-index .sidebar-main .block.filter .filter-content.price-filter {
        width: 100%;
    }
}
@media (max-width: 767px)  {
    .breadcrumbs a, .breadcrumbs strong {
        font-size: 14px;
        line-height: 20px;
    }
    .breadcrumbs .item:not(:last-child):after {
        top: 2px;
    }
    .ews-products-highlight {
        padding: 0;
    }
    .block-title-wrapper .title-link {
        font-size: 14px;
        line-height: 22px;
    }
    .banner-bottom-block .block-title-wrapper{
        display: block;
        text-align: left;
    }
    .ews-content-home .ews-content-main-container {
        margin-bottom: 30px;
    }
    .banner-bottom-block ul li {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .block-title-wrapper {
        font-size: 18px;
        line-height: 24px;
    }
    .ews-content-home .ews-content-main-small-container.ews-banner-side-block .ews-content-main-small-1 a {
        font-size: 20px;
        line-height: 29px;
    }
    .banner .banner_slider .slick-arrow {
        bottom: 8px;
        height: 20px;
    }
    .banner .banner_slider .slick-arrow.slick-next {
        right: 10px;
    }
    .banner .banner_slider .slick-arrow.slick-prev {
        right: 50px;
    }
    .ews-content-home .ews-products-highlight .block.widget .products-grid .product-item {
        padding: 2px;
    }   
    .ews-products-highlight .block.widget .products-grid .product-item:nth-child(odd) {
        margin-right: 0;
    }
    .ews-products-highlight .block.widget .products-grid .product-item .product-item-details .finel-product-price {
        font-size: 18px;
        line-height: 22px;
    }
    .page-products .catalog-category-view .ews-list-products .products .finel-product-price .special-price .price-container .price-wrapper .price, 
    .page-products .product-item .price-box .price {
        font-size: 18px;
        line-height: 22px;
    }
    .catalog-category-view .ews-list-products .products .finel-product-price .special-price .price-container .price-wrapper .price {
        font-size: 18px;
        line-height: 22px;
    }

    /*product page*/
    .product-info-wrapper .product-gallery .fotorama__wrap--slide .fotorama__stage__frame img {
        max-height: 500px;
    }
    .modal-popup.modal-slide {
        z-index: 999;
    }
    .product-popup-wrapper .modal-inner-wrap {
        border-radius: 0;
    }
    .product-info-wrapper .product.media, 
    .product-info-wrapper .product-info-main {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }    
    .catalog-product-view .product-title-mobile .page-title {
        color: #82B817;
        text-transform: none;
    }
    .product-info-wrapper .product-info-main .price-container .price-wrapper .price {
        color: #82B817;
    }
    .product-info-main .box-tocart .field.qty, .product-info-main .box-tocart .field.qty.kg_based_product {
        max-width: 200px;
        width: 100%;
    }
    .product-att-info .attributes-title {
        font-size: 14px;
        line-height: 20px;
    }
    .product-info-wrapper .product-info-main .product-main-description .contry-title, 
    .product-info-wrapper .product-info-main .product-main-description .sku-title, 
    .product-info-wrapper .product-info-main .product-main-description .extra-info .title {
        font-size: 14px;
        line-height: 20px;
    }
    .product-info-main .stock_information {
        font-size: 14px;
        line-height: 20px;
    }
    .product-info-wrapper .product-info-main .package-deposit .package-deposit-title {
        font-size: 14px;
        line-height: 20px;
    }
    .product-info-main .price-qty-container .price-box {
        margin-bottom: 8px;
    }
    .product-att-info .attributes-title span {
        padding: 0 10px;
    }
    .catalog-product-view .breadcrumbs a,
    .catalog-product-view .breadcrumbs strong {
        font-size: 14px;
        line-height: 20px;
    }

    /*category page & search page*/
    .page-products .listing-column .ews-list-products .products-grid .product-item:nth-child(odd), 
    .catalogsearch-result-index .ews-list-products .products-grid .product-item:nth-child(odd) {
        margin-right: 0!important;
    }
    .page-products .product-item-info .product-item-details a, 
    .page-products .catalog-product-view .product-item-info .product-item-details a {
        font-size: 14px;
        line-height: 20px;
    }
    .page-products .product-item-info .product-item-details .product-item-name {
        height: 40px !important;
        margin-bottom: 10px;
    }
    .ews-category-tile {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .ews-category-navigation .block.filter .block-content,
    .catalogsearch-result-index .sidebar-main .block.filter .filter-content {
        display: block;
    }
    .ews-category-navigation .block.filter, 
    .catalogsearch-result-index .sidebar-main .block.filter {
        margin: 0;
        width: 100%;
    }
    .ews-category-navigation .block.filter .filter-content, 
    .catalogsearch-result-index .sidebar-main .block.filter .filter-content {
        padding: 0;
        margin-bottom: 10px;
    }
    .listing-column .filter-dropdown, 
    .catalogsearch-result-index .filter-dropdown {
        left: 0;
        right: 0;
    }
    .listing-column .filter-heading .count, .catalogsearch-result-index .filter-heading .count {
        min-width: 20px;
        min-height: 20px;
        font-size: 12px;
        line-height: 12px;
    }
    .ews-category-navigation .block.filter .price-filter .filter-options-content, 
    .catalogsearch-result-index .block.filter .price-filter .filter-options-content {
        margin-left: 10px;
    }
    .ews-category-navigation .block.filter .price-filter .filter-options-title, 
    .catalogsearch-result-index .sidebar-main .block.filter .price-filter .filter-options-title {
        font-size: 14px;
        line-height: 22px
    }
    .ews-category-navigation .price-filter .filter-options, 
    .catalogsearch-result-index .price-filter .sidebar-main .filter-options {
        padding: 10px;
    }
    .listing-column .filter-heading, 
    .catalogsearch-result-index .filter-heading {
        padding: 10px 35px 10px 10px;
        font-size: 14px !important;
        line-height: 22px !important;
    }
    .filter-options-content .items .item a .boolean_label {
        font-size: 14px;
        line-height: 22px;
    }
    .filter-options-content .items .item a .boolean_count {
        font-size: 14px;
        line-height: 22px;
    }
    .ews-category-navigation .filter-dropdown .filter-options-item, 
    .catalogsearch-result-index .filter-dropdown .filter-options-item {
        padding: 8px 10px 6px;
    }
    .listing-column .toolbar .sorter-options li, 
    .catalogsearch-result-index .toolbar .sorter-options li {
        padding: 7px 10px;
        font-size: 14px;
        line-height: 22px;
    }
    .listing-column .toolbar .sorter, .catalogsearch-result-index .toolbar .sorter {
        top: -20px;
        margin: 0;
    }
    .smile-es-range-slider [data-role=from-label], .smile-es-range-slider [data-role=to-label] {
        font-size: 14px;
        line-height: 22px;
    }
    .smile-es-range-slider .ui-slider {
        max-width: 50%;
    }

    .cart.table-wrapper .item .col.item {
        padding: 10px 38px 10px 75px;
    }
    .gift-wrapper .gift-logo {
        min-width: 80px;
        border-right: none;
        margin-right: 0;
        text-align: center;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .gift-logo img {
        top: 9px;
    }
    .gift-logo span {
        line-height: 16px;
    }
    .cart.table-wrapper .product-item-photo {
        padding-right: 0;
    }
    .cart.table-wrapper .gift-wrapper .product-item-details {
        padding-left: 20px;
    }
    .cart.table-wrapper .gift-logo + .product-item-photo {
        padding: 0;
    }
    .cart-container .cart-summary>.title,
    .form-cart .cart .stock_information.display_property.store-stock, 
    .form-cart .cart .stock_information.display_property.remote-stock {
        padding: 15px;
        font-size: 16px;
        line-height: 20px;
    }
    .cart-container .cart-summary .cart-totals {
        padding: 15px;
    }
    .cart-container .cart-summary .totals {
        font-size: 14px;
        line-height: 16px;
    }
    .cart-container .cart-summary .totals.grand {
        font-size: 16px;
        line-height: 20px;
    }
    .form-cart .cart .table_wrapper {
        padding: 0 15px;
    }
    .form-cart .cart .stock_information > img {
        margin-right: 15px;
        width: 28px;
    }
    .form-cart .cart .stock_information .sub-heading {
        line-height: 18px;
    }
    .form-cart .cart.table-wrapper .col.subtotal {
        position: static;
    }
    .form-cart .cart.table-wrapper .item-info {
        position: relative;
        display: block;
    }
    .form-cart .cart.table-wrapper .col.subtotal.remove-item {
        top: 12px;
        right: -20px;
    }
    .cart.table-wrapper .col.price {
        width: 30%;
    }
    .form-cart .cart .number-counter .minus, 
    .form-cart .cart .number-counter .plus {
        width: 36px !important;
    }
    .cart.table-wrapper .col.price[data-th]:before, 
    .cart.table-wrapper .col.subtotal[data-th]:before {
    	display: none;
    }
}
@media (max-width: 699px)  {
    .ews-products-highlight .block.widget .products-grid .product-item .product-item-details .product-item-name {        
        min-height: 40px;
        margin-bottom: 10px;
    }
    .ews-products-highlight .block.widget .products-grid .product-item .product-item-details .product-item-name a {
        font-size: 14px;
        line-height: 20px;
    }    
    
}
@media (max-width: 575px) {
    .banner-bottom-block ul li {
        flex: 0 0 50%;
        max-width: 50%;
    }        
    .stock-information-wrapper .stock_information {
        width: 25px;
    }
    .stock_information.stop_watch_icon.gift_icon {
        width: 25px;
    }
    .stock-information-wrapper .stock_information:not(:last-child) {
        margin-bottom: 12px;
    }
    .cms-home .ews-products-highlight {
        margin-bottom: 20px;
    }

    /*category page & search page*/
    .page-products .listing-column .ews-list-products .products-grid .product-item, 
    .catalogsearch-result-index .ews-list-products .products-grid .product-item {
        width: 50%;
    }
    .ews-category-tile {
        flex: 0 0 50%;
        max-width: 50%;
    }  
    .cart-container .form-cart .action.continue, 
    .cart-container .form-cart .action.clear, 
    .cart-container .form-cart .action.update {
        width: 100%;
        margin-right: 0;
    }
}
@media (max-width: 574px) {
    .ews-products-highlight .block.widget .products-grid .product-item .product-item-details .product-item-name {
        min-height: auto;
    }
    .slick-slide .price-promotion-wrapper {
        min-height: auto;
    }
    .ews-products-highlight {
        text-align: center;
    }
    .ews-products-highlight .block.widget .products-grid .product-item .product-item-details .finel-product-price {
        text-align: center;
    }
    .ews-products-highlight .block.widget .products-grid .product-item .product-item-details .product-item-actions button {
        max-width: 260px;
    }
}
@media (max-width: 480px){
    .ews-content-home .ews-content-main-small-container .ews-content-main-small-2 .small-2-image {
        max-height: 100%;
    }
    .ews-content-home .ews-content-main-small-container.ews-banner-side-block .ews-content-main-small-1 a {
        font-size: 18px;
        line-height: 22px;
        padding: 15px;
    }
    .banner-bottom-block ul li {
        height: 50px;
    }
    .banner-bottom-block ul li a {
        font-size: 12px;
        line-height: 15px;
        padding-left: 40px;
        padding-right: 7px;
    }
    .banner-bottom-block ul li a img {
        left: 7px;
        width: 23px;
    }
    .block-title-wrapper {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }
    .block-title-wrapper .title-link {
        margin: 10px 0 0;
    }

    /*category page & search page*/  
    .ews-category-tile {
        min-height: 50px;
    }
    .ews-category-tile .ews-category-tile-ref {
        font-size: 12px;
        line-height: 15px;
        padding: 0 7px;
    }   
    .smile-es-range-slider-from-to-label {
        position: static;
        top: 0;
    }
    .smile-es-range-slider-from-to-label:after {       
        clear: both;
        content: '';
        display: block;
        height: 0;
        visibility: hidden;
    }
    .smile-es-range-slider .ui-slider {
        max-width: 90%;
    }
}

@media (max-width: 375px) {
    /*category page & search page*/  
    .page-products .listing-column .ews-list-products .products-grid .product-item, 
    .catalogsearch-result-index .ews-list-products .products-grid .product-item {
        text-align: center;
    } 
    .page-products .listing-column .ews-list-products .products-grid .product-item, 
    .catalogsearch-result-index .ews-list-products .products-grid .product-item {
        width: 100%;
    }
    .page-products .product-item-info .product-item-details a, 
    .page-products .catalog-product-view .product-item-info .product-item-details a {
        text-align: center;
    }
    .page-products .catalog-category-view .ews-list-products .products .finel-product-price .special-price .price-container .price-wrapper .price, 
    .page-products .product-item .price-box .price {
        text-align: center;
    }
    .page-products .product-item-details .product-item-actions button.action.primary, 
    .page-products.page-layout-1column .products-grid .product-item .product-item-actions .actions-primary, 
    .catalogsearch-result-index .ews-list-products .products-grid .product-item .product-item-actions .actions-primary {
        margin: 0 auto;
    }
    .product-item .promotion-description {
        margin: 0 auto;
        width: 100%;
        margin-top: auto;
    }
}
.smile-es-range-slider .actions-toolbar{
  display: none;
}
.price-container .tax.weee{
    margin-top: 0;
}
.ews-category-navigation .block.filter .filter-content .filter-current, 
.catalogsearch-result-index.sidebar-main .block.filter .filter-content .filter-current,
.ews-category-navigation .block.filter .filter-content .block-actions.filter-actions, 
.catalogsearch-result-index.sidebar-main .block.filter .filter-content .block-actions.filter-actions {
	display: none;
}
.account .page-main {
    max-width: 1318px;
}
.catalogsearch-result-index .page-title{
    padding-bottom: 20px;
}
.catalogsearch-result-index .search .message+.toolbar .sorter {
    top: -116px;
}
.catalogsearch-result-index .search .message {
    margin-top: 10px;
}
@media (max-width: 767px) {
    .catalogsearch-result-index .search .message+.toolbar .sorter {
        top: -126px;
    }
    .catalogsearch-result-index .search .message {
        margin-top: 65px;
    }
}
@media (max-width: 480px) {
    .catalogsearch-result-index .search .message+.toolbar .sorter {
        top: -165px;
    }
    .catalogsearch-result-index .search .message {
        margin-top: 92px;
    }
}
@media (max-width: 767px)  {
    .category-objednavkovy-katalog .listing-column .toolbar .sorter, .catalogsearch-result-index .toolbar .sorter {
        top: -5px;
        margin: 0;
    }
}
/* Css changes for images not showing for mobile view*/

@media (max-width: 1199px) {
    .product-info-wrapper .product-gallery .details-page-gallery {
        min-height: 323px;
    }
}
@media (max-width: 1024px) {
    .product-info-wrapper .product-gallery .details-page-gallery {
        min-height: 312px;
    }
}
.gallery-placeholder .gallery-placeholder__image {
   max-height: 400px;
}
@media only screen and (max-width: 768px) {
    .product-info-wrapper .product-gallery .fotorama__wrap--slide .fotorama__stage__frame {
        position: static;
    }
    .product-info-wrapper .product-gallery .fotorama__wrap--slide .fotorama__stage__frame img {
        max-height: 350px;
    }
}
@media (max-width: 767px) {
    .product-info-wrapper .product-gallery .fotorama__wrap--slide .fotorama__stage__frame img {
        max-height: 390px;
    }
}
@media (max-width: 575px) {
    .product-info-wrapper .product-gallery .fotorama__wrap--slide .fotorama__stage__frame img {
        max-height: 300px;
    }
}
.qty-btn-minicart.more{
    font-size: 24px;
    line-height: 24px;
    background: #83C100;
    border-radius: 0 4px 4px 0;
    color: #FFFFFF;
}
.qty-btn-minicart.less{
      font-size: 24px;
          border: none;
    line-height: 24px;
    position: relative;
    background: #F4F4F4;
    border-radius: 4px 0 0 4px;
    color: #83C100;
}
.qty-btn-minicart.less:hover{
  background: #83C100;
    color: #FFFFFF;
}

/*------ Task 3195 CSS ------*/
.ews-products-highlight .block.widget .products-grid .product-item .product-item-details .product-item-actions input#qty {
    width: auto;
    min-width: 1px;
    flex: 1;
    line-height: 30px;
}
/*------ Task 3195 CSS ends------*/


.checkout-shipping-address .mobil-benifit-wrapper .form{
    margin-top: 20px;
}

/* #3177 rental popup link color change  */
.rental-modal .retals-link.left-link{
    color: #fe641e;
  text-decoration: underline;
  margin-right: 5%;
}

.rental-modal .retals-link.right-link{
  color: #83c400;
    text-decoration: underline;
}
/* #3177 rental popup link color change ends */

/* #3225 msg design */
.confirm-msg .msg-success {
    margin: 0;
    text-align: left;
    color: #B5B5B5;
    font-size: 14px;
    line-height: 18px;
    display: block;
    position: relative;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    -o-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.12);
    padding: 16px 65px 16px 98px;
}
.confirm-msg .msg-success:before {
    content: '';
    position: absolute;
    left: 8px;
    top: 50%;
    width: 6px;
    border-radius: 6px;
    display: block;
    height: 80%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #96BE00;
}
.confirm-msg .msg-success .btn-close {
    position: absolute;
    right: 24px;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    display: block;
    background: url('../images/close-msg.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #0f4735;
    font-size: 14px;
    line-height: 18px;
}
.confirm-msg .msg-success:after {
    content: '';
    position: absolute;
    left: 34px;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url('../images/success-msg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.confirm-msg .msg-success h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: #000;
    font-weight: 700;
}
.confirm-msg .msg-success p {
    font-size: 14px;
    line-height: 24px;
    color: #B5B5B5;
}
.confirm-msg .msg-success p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .confirm-msg .msg-success {
        padding: 16px 43px 16px 67px;
    }
    .confirm-msg .msg-success .btn-close {
        width: 26px;
        height: 26px;
        right: 15px;
    }
    .confirm-msg .msg-success:after {
        left: 24px;
        width: 32px;
        height: 32px;
    }
    .confirm-msg .msg-success h4 {
        font-size: 16px;
        line-height: 20px;
    }
}
/* #3225 msg design ends */
.confirm-msg{
    margin-bottom: 15px;
}
/* #3225 msg design ends */
/* #3234 popup date css */
.daterangepicker .calendar-table td{
  line-height: 20px;
}
.daterangepicker  .drp-buttons .btn{
  line-height: 21px;
}
.daterangepicker .drp-selected{
      margin-top: 8px;
}
@media screen and (max-width: 1441px)  and (min-width: 800px) {
    .daterangepicker .calendar-table td {
        line-height: 10px;
    }
    .daterangepicker .drp-buttons .btn {
        height: 30px;
    }
}
.product-popup-wrapper .modal-content {
    padding: 20px 39px 25px;
}
/* #3234 popup date css ends */
/* #3239 css */
.product-popup-wrapper.modal-popup .action-close, .modal-slide .action-close{
    right: 10px;
    top: 11px;
}
.product-popup-wrapper.modal-popup #iframe{
    width: 99%;
}
.rental-rental-showall .ews-products-highlight{
    margin-top: 20px;
}
/* #3239 css ends  */