@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
@font-face {
    font-family: 'HelveticaNeueRegular';
    src: url('../fonts/HelveticaNeueRegular.woff2') format('woff2'), url('../fonts/HelveticaNeueRegular.woff') format('woff');
}

@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('../fonts/HelveticaNeueBold.woff2') format('woff2'), url('../fonts/HelveticaNeueBold.woff') format('woff');
}

.banner {
    width: 100%;
}

.banner .slick-track {
    margin: 0;
}

#scroll {
    background-color: #ff6e00;
}

#scroll:hover {
    background-color: #ff6e00;
}


/* Container Width */

.container {
    max-width: 1634px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.ews-header-container .ews-header {
    height: 122px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    border-bottom: 0;
}


/* EWS Header Left */

.ews-header-container .navigation .container {
    max-width: 100%;
    padding: 0 15px;
}

.ews-header .ews-header-left {
    display: flex;
}

.ews-header .ews-header-left .ews-left-sw {
    position: relative;
    padding-left: 20px;
    /*margin-left: 10px;*/
    align-self: center;
}

.ews-header .ews-header-left .ews-left-sw:before {
    content: url('../images/dot-circle-solid.svg');
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ews-header .ews-header-left .ews-left-sw span {
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.25px;
    color: #83C100;
    max-width: 128px;
}

.ews-header .ews-header-left .ews-left-sw span.store-name {
    color: #FF6B00;
}

.ews-header .ews-header-left .logo {
    display: inline-block;
    width: 122px;
    order: 2;
    margin-left: 50px;
    align-self: center;
}


/* EWS Header Mid */

.ews-header .ews-header-mid {
    padding-bottom: 0px;
    flex: 0 0 53.5%;
    max-width: 53.5%;
    width: 100%;
    display: flex;
    align-items: center;
}

.ews-header .ews-header-mid .coop-logo {
    margin-left: 60px;
}

.ews-header .ews-header-mid .coop-logo a {
    display: inline-block;
    max-width: 250px;
}

.ews-header-mid .block-search {
    width: 80%;
}

.ews-header-mid .block-search input {
    height: 56px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #A6A6A6;
    border-radius: 0;
    padding: 0px 200px 0px 20px;
    vertical-align: middle;
}


/* CSS FOR FIREFOX */

@supports (-moz-appearance:none) {
    .ews-header-mid .block-search input {
        padding: 5px 200px 0px 20px;
    }
}

.ews-header-mid .block-search input:focus {
    box-shadow: 0px 1px 3px #00000033;
}

.ews-header-mid .block-search input:-ms-input-placeholder {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #5A5A5A;
    opacity: 0.54;
}

.ews-header-mid .block-search input::-webkit-input-placeholder {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #5A5A5A;
    opacity: 0.54;
}

.ews-header-mid .block-search input::placeholder {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #5A5A5A;
    opacity: 0.54;
}

.ews-header-mid .block-search .actions {
    cursor: pointer;
    z-index: 21;
}

.ews-header-mid .block-search .actions .action.search {
    position: relative;
    min-width: 135px;
    height: 36px;
    background: #FF6D00 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 3px #00000033;
    border-radius: 4px;
    text-align: right;
    text-transform: uppercase;
    padding: 0 25px;
    cursor: pointer;
    z-index: 21;
    -moz-box-sizing: border-box;
}

.ews-header-mid .block-search .actions .action.search:before {
    position: absolute;
    left: 15px;
    top: 50%;
    color: #ffffff;
    transform: translateY(-55%);
}

.ews-header-mid .block-search .actions .action.search span {
    display: inline-block;
    position: static;
    font-size: 14px;
    line-height: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    /* font: Medium 14px/19px Roboto; */
    letter-spacing: 1.25px;
    color: #FFFFFF;
    width: auto;
    height: auto;
    margin: 0;
}


/* EWS Right */

.ews-header-container .ews-header-right {
    align-self: center;
}

.ews-header-container .ews-header-right .actions.dropdown .action {
    display: inline-block;
    position: relative;
    padding-left: 15px;
}

.ews-header-container .ews-header-right .actions.dropdown .action:before {
    content: url('../images/map-marker-alt-solid.svg');
    width: 11px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.ews-header .ews-header-right .landing-link-wrapper {
    text-align: right;
}

.ews-header .ews-header-right .landing-link-wrapper .landing-link {
    color: #F26321;
    text-decoration: underline;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    font-family: inherit;
}

.ews-header .ews-header-right .ews-my-account,
.ews-header .ews-header-right .ews-my-account li {
    margin: 0;
}

.ews-header .ews-header-right .ews-my-account {
    margin-left: 35px;
}

.ews-header .ews-header-right .ews-my-account a.ews-account-link {
    width: 26px;
    height: 30px;
}

.ews-header .ews-header-right .ews-my-account a.ews-account-link span {
    display: none;
}

.ews-header .ews-header-right .ews-my-account.user-login {
    right: -10px;
}

.ews-header .ews-header-right .ews-my-account.user-login .user-name {
    margin-right: 10px;
    color: #83C100;
    text-decoration: underline;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    font-family: inherit;
    display: inline-block;
    vertical-align: text-top;
    margin-top: 7px;
    cursor: pointer;
}

.ews-header .ews-header-right .ews-my-account.user-login>li {
    width: 30px;
    height: 30px
}

.ews-header .ews-header-right .ews-my-account.user-login>li:before {
    content: '';
    display: inline-block;
    background-image: url('../images/user-regular-green.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 26px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.ews-header .ews-header-right .ews-my-account.user-login>li {
    cursor: pointer;
}

.ews-header .ews-header-right .ews-my-account.user-login>li .login-details {
    display: none;
    position: absolute;
    top: 110%;
    min-width: 200px;
    right: 0;
    background: #ffffff;
    padding: 15px;
    z-index: 22;
    text-align: right;
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
}

.ews-header .ews-header-right .ews-my-account.user-login>li .login-details li {
    display: block;
    margin-bottom: 8px;
}

.ews-header .ews-header-right .ews-my-account.user-login>li .login-details li:last-child {
    margin-bottom: 0;
}

.ews-header .ews-header-right .ews-my-account.user-login>li .login-details li a {
    color: #ff6e00;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 24px;
}

.ews-header .ews-header-right .ews-my-account.user-login>li .login-details li:before {
    display: none;
}

.ews-header .ews-header-right .ews-my-account.user-login>li .login-details li a:before {
    display: none;
}

.ews-header .ews-header-right .ews-my-account a:before {
    content: '';
    display: inline-block;
    background-image: url('../images/user-regular.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 26px;
    height: 30px;
}

.ews-header .ews-header-right .switcher-store {
    padding-bottom: 20px;
}

.ews-header .ews-header-right .switcher-store span {
    position: relative;
    font-size: 14px;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 1.25px;
    color: #00000099;
    border: 0;
    padding-right: 21px;
}

.ews-header .ews-header-right .switcher-store span:after {
    content: url('../images/angle-down-solid.svg');
    display: inline-block;
    width: 15px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    line-height: 1;
}

.ews-header .ews-header-right .minicart-wrapper .action.showcart:before {
    content: url('../images/shopping-cart-solid.svg');
    display: inline-block;
    width: 30px;
    font-size: 14px;
    line-height: 1;
    margin-right: 15px;
}

.ews-header .ews-header-right .minicart-wrapper .action.showcart .counter {
    min-width: 27px;
    height: 27px;
    font-size: 16px;
    line-height: 27px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: regular;
    letter-spacing: 1.43px;
    background-color: #83C200;
    margin: 0;
}

.ews-header .ews-header-right .minicart-wrapper .action.showcart .counter.empty {
    color: #A6A6A6;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #FF6E00;
}


/* Navigation */

.ews-header-container .navigation {
    background-color: #FF6E00;
    height: 64px;
}

.ews-header-container .navigation ul {
    background: transparent;
    align-items: initial;
    max-width: 100%;
}

.ews-header-container .navigation ul>li {
    padding: 0 !important;
}

.ews-header-container .navigation ul>li.nav-5 {
    position: relative;
    /*padding-left: 30px !important;*/
}

.ews-header-container .navigation ul>li.nav-5::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    display: inline-block;
    width: 25px;
    height: 20px;
    background-image: url('../images/nav-loc.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ews-header-container .navigation ul>li:not(:last-child) {
    margin-right: 35px;
}

.ews-header-container .navigation ul>li>a {
    padding: 19px 0 !important;
}

.ews-header-container .navigation ul .level0 .submenu a {
    padding: 12px 30px !important;
}

.ews-header-container .navigation ul li a .ui-menu-icon {
    display: none !important;
}

.ews-header-container .navigation ul li span {
    /* font-size: 22px; */
    font-size: 2rem;
    line-height: 26px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 1.96px;
    color: #FFFFFF;
    word-break: break-word;
}

.navigation .level0 .submenu {
    background: #ff6e00;
    border: 0;
}

.ews-header-container .navigation ul>li .submenu>li {
    margin-right: 0;
}

.navigation .level0 .submenu a {
    text-decoration: none;
}

.navigation .level0 .submenu a:hover,
.navigation .level0 .submenu a.ui-state-active,
.navigation .level0 .submenu a.ui-state-focus {
    background: #83bf00;
    color: #ffffff;
    text-decoration: none;
}


/* Header Ends */


/* BreadCrumb */

.catalog-product-view .breadcrumbs {
    margin: 30px 0 24px;
}

.catalog-product-view .breadcrumbs a {
    font-size: 16px;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 1.43px;
}

.catalog-product-view .breadcrumbs .item:not(:last-child):after {
    color: #FF6E00;
}

.catalog-product-view .breadcrumbs strong {
    font-size: 16px;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
}

.breadcrumbs .item:not(:last-child):after {
    right: 2px;
    top: 0px;
}


/* Product Info STarts */

.product-info-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}

.product-info-wrapper .product.media {
    flex: 0 0 31.89%;
    max-width: 31.89%;
    width: 100%;
    padding-right: 0;
    float: none;
    margin: 0;
}

.product-info-wrapper .product.media .product-gallery {
    margin: 0;
    width: 100%;
}

.product-info-wrapper .product-gallery .fotorama__stage {
    margin-bottom: 0;
}
.product-info-wrapper .product-gallery .details-page-gallery {
    position: relative;
}
.product-info-wrapper .product-gallery .main_content {
    position: absolute;
    right: 32px;
    bottom: 31px;
    padding: 0;
    max-width: 50px;
    flex: 0 0 50px;
    z-index: 2;
}
.product-info-wrapper .product-gallery .fotorama__wrap--slide .fotorama__stage__frame {
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-info-wrapper .product.media .product-gallery .save-perc {
    width: 102px;
    height: 102px;
    font-size: 29px;
    line-height: 42px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    background: #FF2C0B 0% 0% no-repeat padding-box;
    border-radius: 50%;
    color: #ffffff;
    top: 20px;
    right: 20px;
    left: auto;
}
.product-info-wrapper .product.media .product-gallery .save-perc.promotion-rule {
    background: unset;
    background: unset;
    top: 136px;
    width: 152px;
    right: -9px;
}

/*.product-info-wrapper .product-gallery .fotorama__wrap--slide .fotorama__stage__frame:before {
    content: '25%';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17.066%;
    height: 17.2%;
    position: absolute;
    top: 27px;
    right: 25px;
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    background: #FF2C0B 0% 0% no-repeat padding-box;
    border-radius: 50%;
    color: #ffffff;
}
*/

.product-info-wrapper .product-gallery .fotorama__wrap--slide .fotorama__stage__frame:after {
    content: '';
    /*display: inline-block;*/
    display: none;
    width: 17%;
    height: 18.54%;
    border: 0;
    background-size: contain;
    background-image: url(../images/bio.svg);
    background-position: center;
    bottom: 34px;
    right: 25px;
    top: auto;
    left: auto;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-info-wrapper .product-gallery .fotorama__wrap--slide .fotorama__stage__frame img {
    position: static;
    -webkit-transform: none;
    transform: none;
}

.product-info-wrapper .product-info-main {
    flex: 0 0 68.11%;
    max-width: 68.11%;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 50px;
}

.product-info-wrapper .product-info-main .product-main-desc {
    margin-bottom: 0;
}

.product-info-wrapper .product-info-main .product-main-desc .product-extra-info {
    margin-top: 0;
}

.product-info-main .page-title-wrapper .page-title {
    margin-bottom: 10px;
    line-height: 1;
}

.product-info-main .page-title-wrapper .page-title span {
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    color: #000000;
    text-transform: none;
}

.product-info-main .product-details {
    margin-bottom: 40px;
}

.product-info-main .product.pricing {
    display: none;
    margin-bottom: 5px;
}

.product-info-main .product-details .sku,
.product-info-main .product-details .country,
.product-details>p {
    line-height: 1;
    margin-bottom: 10px;
}

.product-info-wrapper .product-info-main .product-details .sku-title,
.product-info-wrapper .product-info-main .product-details .contry-title {
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    color: #00000099;
    margin-right: 5px;
}

.product-info-wrapper .product-info-main .price-qty-container .promotion-description {
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    color: #00000099;
    margin-right: 5px;
}

.product-info-wrapper .product-info-main .product-details span,
.product-info-wrapper .product-info-main .product-details span,
.product-details>p {
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    color: #00000099;
}

.product-info-wrapper .product-info-main .price-qty-container {
    background-color: transparent;
    padding: 0;
    text-align: left;
    width: 100%;
    max-width: 100%;
    float: none;
}

/* START MAG-154 */
.product-info-wrapper .product-info-main #default-price-block {
    width: 100%;
    max-width: 100%;
}
/* END MAG-154 */


.product-info-wrapper .product-info-main .price-qty-container .size {
    font-size: 16px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    color: #83C100;
    margin-bottom: 15px;
}
.product-info-wrapper .product-info-main .price-no-vat span,
.product-info-wrapper .product-info-main .price-box .price-title {
    font-size: 14px;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    color: #707070;
}

.product-info-wrapper .product-info-main .price-box .price-container {
    display: block;
    padding: 0;
}

.product-info-wrapper .product-info-main .price-container .price-wrapper {
    display: inline-block;
}

.product-info-wrapper .product-info-main .price-container .price-wrapper .price {
    display: inline-block;
    position: relative;
    font-size: 36px;
    line-height: 40px;
    /* font-family: 'HelveticaNeueBold'; */
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    padding-right: 20px;
    color: #83C400;
}

.product-info-wrapper .product-info-main .price-container .price-wrapper .price:after {
    content: '/';
    position: absolute;
    right: 2px;
}

.product-info-wrapper .product-info-main .price-container .per-kg {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    /* font-family: 'HelveticaNeueBold'; */
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    color: #70707080;
}

.product-info-wrapper .product-info-main .package-deposit {
    text-transform: none;
    margin-bottom: 15px;
}

.product-info-wrapper .product-info-main .price-no-vat {
    margin-bottom: 0;
}

.product-info-wrapper .product-info-main .package-deposit .package-deposit-title {
    font-size: 16px;
    line-height: 18px;
    /*font-family: 'HelveticaNeueBold';*/
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    color: #83C400;
}
.product-info-main .stock_information {
    display: flex;
    align-content: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #FF6F00;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    z-index: 10;
}
.product-info-main .stock_information > img {
    margin-right: 19px;
    width: 30px;
    height: 30px;
    z-index: 10;
    object-fit: contain;
}

/* Cart Number Conflict */


/* add to cart animation start*/

.product-info-main .box-tocart .r_pic {
    position: absolute;
    width: 50px;
    z-index: -1;
    left: 0;
    opacity: 0;
}

.product-info-main .box-tocart .actions {
    text-align: left;
    position: relative;
}

.ews-products-highlight .block.widget .products-grid .product-item .product-item-details .product-item-actions .r_pic,
.ews-category-products .product-items .product-item-inner .product-item-actions .r_pic   {
    position: absolute;
    width: 50px;
    z-index: -1;
    left: 0;
    opacity: 0;
}

.ews-products-highlight .block.widget .products-grid .product-item .product-item-details .product-item-actions .actions-primary,
.ews-category-products .product-items .product-item-inner .product-item-actions .actions-primary {
    position: relative;
}


/* add to cart animation end*/

.product-info-wrapper .product-info-main .product-add-form .field.qty {
    display: inline-block;
}

.product-info-wrapper .product-info-main .product-add-form .box-tocart {
    margin-bottom: 20px;
}

.product-info-wrapper .product-info-main .product-add-form .box-tocart .fieldset {
    margin: 0
}

.product-info-wrapper .product-info-main .product-add-form .box-tocart button {
    position: relative;
    min-width: 204px;
    width: auto;
    height: 59px;
    background: #83C300 0% 0% no-repeat padding-box;
    box-shadow: none;
    /*border-radius: 8px;*/
    border-radius: 4px;
    border: 0;
    padding: 0 18px;
    text-align: right;
}

.product-info-main .box-tocart .field.qty.kg_based_product {
    width: 260px;
}

.product-info-main .box-tocart .field.qty.kg_based_product select {
    height: 59px;
}

.product-info-wrapper .product-info-main .product-add-form .box-tocart button:before {
    content: '';
    position: absolute;
    left: 18px;
    background-size: 34px;
    width: 34px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../images/shopping-cart-white.svg');
    cursor: pointer;
    background-repeat: no-repeat;
}

.product-info-wrapper .product-info-main .product-add-form .box-tocart button:hover,
.product-info-wrapper .product-info-main .product-add-form .box-tocart button:focus {
    background: #5f860e 0% 0% no-repeat padding-box;
}

.product-info-wrapper .product-info-main .product-add-form .box-tocart button span {
    font-size: 30px;
    line-height: 59px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 0.39px;
    color: #FFFFFF;
}

.product-info-wrapper .product-info-main .product-main-desc {
    display: block;
}

.product-info-wrapper .product-info-main .product-main-description {
    margin: 0;
    padding: 0;
    width: 100%;
}

.product-info-wrapper .product-info-main .product-main-description .description {
    width: 100%;
}

.product-info-wrapper .product-info-main .product-main-description .description .value,
.product-info-wrapper .product-info-main .product-main-description .description .value p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #00000099;
}
.product-info-wrapper .product-info-main .product-main-desc .product-att-more-less {
    margin-top: 27px;
}
.product-info-wrapper .product-info-main .product-main-desc .product-att-more-less .read-more,
.product-info-wrapper .product-info-main .product-main-desc .product-att-more-less .read-less {
    font-size: 14px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    color: #83C100;
    text-decoration: underline;
}
.product-info-wrapper .product-info-main .product-main-desc .product-att-more-less .read-more:hover,
.product-info-wrapper .product-info-main .product-main-desc .product-att-more-less .read-less:hover {
    color: #000000;
}
.product-info-wrapper .product.media .product-gallery .product-information-text {
    color: #00000099;
    margin-top: 10px;
    opacity: 1;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    bottom: 0px;
}
.product-att-info {
    margin-bottom: 50px;
}
.product-att-info .attributes-title {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-left: 31.89%;
    text-align: left;
}
.product-att-info .attributes-title:before {
    border-bottom: 1px solid #ee772f;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.product-att-info .attributes-title span {
    position: relative;
    z-index: 3;
    background: #fff;
    padding: 0 50px;
}
.product-att-info .attributes-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 20px;
}
.product-att-info .attributes-wrapper .left-side {
    flex: 0 0 31.89%;
    max-width: 31.89%;
    width: 100%;
}
.product-att-info .attributes-wrapper .right-side {
    flex: 0 0 68.11%;
    max-width: 68.11%;
    width: 100%;
    padding-left: 50px;
}
.product-att-info .attributes-wrapper .right-side .right-side-inner {
    padding: 18px 15px;
    background: #FAFAFA;
    align-self: flex-start;
}
.product-att-info .attributes-wrapper .left-side h2 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    color: #00000099;
    margin: 0 0 15px;
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.product-att-info .attributes-wrapper .left-side .extra-info {
    margin-bottom: 15px;
}
.product-att-info .attributes-wrapper .left-side .extra-info span {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    color: #00000099;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.product-att-info .attributes-wrapper .right-side .extra-info {
    margin-bottom: 15px;
}
.product-att-info .attributes-wrapper .right-side .extra-info:last-child {
    margin-bottom: 0;
}
.product-att-info .attributes-wrapper .right-side .extra-info span {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    color: #00000099;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.product-att-info .attributes-wrapper .right-side .extra-info .title {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.product-att-info .attributes-wrapper .right-side .extra-info.saturated-fats-contet,
.product-att-info .attributes-wrapper .right-side .extra-info.sugars-contet {
    padding-left: 40px;
}
.product-consumernotice-text {
    color: #707070;
    opacity: 1;
    font-size: 11px;
    line-height: 15px;
    /*font-style: italic;*/
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: left;
}
.product-consumernotice-text .consumertitle {
    font-weight: bold;
    text-decoration: underline;
}
.product-consumernotice-text > div {
    margin-bottom: 15px;
}
.product-info-wrapper .product-info-main .description .value .product-dtop p:not(:last-child),
.product-info-wrapper .product-info-main .description .value .extra-info p:not(:last-child) {
    margin-bottom: 20px;
}

.product-info-wrapper .product-info-main .product-main-description .description h2 {
    text-decoration: underline;
    font-size: 20px;
    line-height: 23px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    margin-bottom: 20px;
    color: #00000099;
}

.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;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    color: #00000099;
}

.product-info-wrapper .product-info-main .price-qty-container .promotion-description {
    font-size: 14px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    color: #83C100;
    margin: 15px 0;
    font-weight: 500;
}
.product-info-wrapper .product-info-main .price-qty-container .promotion-description div.head  {
    color: #83c400;
    font-weight: bold;
    font-size: 15px;
}
.product-info-wrapper .product-info-main .price-qty-container .promotion-description .image {
    display: flex;
    font-size: 10px;
    word-break: break-word;
    margin-left: -5px;
}
.product-info-wrapper .product-info-main .price-qty-container .promotion-description .image .image-content {
    position: relative;
    text-align: center;
    margin: 5px;
    max-width: 100px;
}
.product-info-wrapper .product-info-main .price-qty-container .promotion-description .image .image-content div {
    color: #B7B7B7;
    letter-spacing: 0.8px;
    line-height: 15px;
}
.product-info-wrapper .product-info-main .price-qty-container .promotion-description .image .image-content img {
    max-height: 100px;
    height: 100px;
    border: 1px solid #0000001F;
    border-radius: 4px;
    padding: 10px;
    width: 100px;
    object-fit: contain;
}
.product-info-wrapper .product-info-main .product-main-description .extra-info.alcohol-contet {
    margin-bottom: 20px;
}

.product-info-wrapper .product-info-main .product-main-description .composition,
.product-info-wrapper .product-info-main .product-main-description .allergens {
    margin-top: 40px;
}

.ews-products-highlight {
    margin-bottom: 0;
}

.products-related .block-title h2 {
    font-size: 34px;
    line-height: 39px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 3.03px;
    color: #FF2C0B;
    margin-bottom: 13px;
}
.catalog-product-view .columns .column.main {
    padding-bottom: 54px;
}
.catalog-product-view .related-products .products-grid .product-items {
    margin: 0 -20px;
}

.catalog-product-view.page-layout-1column .related-products .products-grid .product-item {
    margin-right: 0;
    padding: 0 20px;
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
    background-color: #FFFFFF;
}

.catalog-product-view.page-layout-1column .related-products .products-grid .product-item .product-item-info {
    background-color: #FFFFFF;
    box-shadow: 0px 1px 3px #00000033;
    border: 0 !important;
    border-radius: 4px;
    /* padding: 0; */
    position: relative;
    padding: 0 26px 10px;
}

.page-products.page-layout-1column .products-grid .product-item:hover,
.catalog-product-view.page-layout-1column .products-grid .product-item:hover {
    background-color: #FFFFFF;
}

.related-products .product-item-details {
    /* padding: 0 25px 10px; */
}

.catalog-product-view .product-item-info {
    position: static;
}

.catalog-product-view  .product-item-info .product-item-photo {
    position: static;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
}
.catalog-product-view .related-products .product-item-info .product-item-photo {
    position: relative;
    padding: 10px;
    border-radius: 9px;
}
.page-products.page-layout-1column .products-grid .product-item:hover .product-item-info:before,
.catalog-product-view.page-layout-1column .products-grid .product-item:hover .product-item-info:before,
.page-products.page-layout-1column .products-grid .product-item:hover .product-item-photo:before,
.catalog-product-view.page-layout-1column .products-grid .product-item:hover .product-item-photo:before,
.page-products.page-layout-1column .products-grid .product-item:hover .product-item-photo:after,
.catalog-product-view.page-layout-1column .products-grid .product-item:hover .product-item-photo:after,
.page-products.page-layout-1column .products-grid .product-item:hover .product-item-info:after,
.catalog-product-view.page-layout-1column .products-grid .product-item:hover .product-item-info:after {
    content: none;
}

.related-products .product-image-wrapper {
    display: block;
    height: 0;
    /*padding-bottom: 0 !important;*/
}

.related-products .product-image-container,
.related-products .product-image-wrapper {
    /* width: 100% !important; */
}

.related-products .ews-products-highlight .block.widget .products-grid .product-item {
    padding: 0 15px;
}

.related-products .product-image-photo {
    /*position: static; */
    display: block;
    /* transform: scale(1) !important; */
    width: 100%;
    height: auto;
    max-width: fit-content;
    object-fit: contain;
    /*width: auto;*/
    height: 100%;
}

.related-products .product-item-name {
    height: 52px !important;
    /*min-height: 78px;*/
    text-decoration: none;
    overflow: hidden;
}
.catalog-product-view.page-layout-1column .products-grid .product-item .product-item-details .finel-product-price {

}
.catalog-product-view.page-layout-1column .products-grid .product-item:hover .product-item-details .product-item-name a {
    color: #000000DE;
}

.related-products .product.name a {
    font-size: 22px;
    line-height: 26px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 0;
    /*color: #000;*/
    color: #000000;
    text-decoration: none;
    margin-bottom: 10px;
}

.catalog-product-view.page-layout-1column .products-grid .product-item .product-item-details .finel-product-price {
    font-size: 31px;
    line-height: 0.86;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 2.76px;
    /*color: #707070;*/
    color: #000;
    margin-bottom: 25px;
    word-break: break-all;
}
.catalog-product-view.page-layout-1column .related-products .products-grid .product-item .product-item-details .finel-product-price {
    font-size: 42px;
    line-height: 48px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 0;
    color: #707070;
    /*color: #000;*/
    margin-bottom: 31px;
    word-break: break-all;
}
.related-product-container {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
}
.catalog-product-view.page-layout-1column .products-grid .product-item:hover .product-item-details .finel-product-price {
    color: #707070;
}

.products-related .product-item-actions .actions-primary .qty_manage,
.products-related .product-item-actions .actions-primary .quantity {
    /*display: none;*/
}

.products-related .product-item-actions .actions-primary button.tocart {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 1px;
    width: 100%;
    height: 59px;
    background: #83C300 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #0000001A;
    /*border-radius: 8px;*/
    border-radius: 4px;
    border: 0;
    padding: 0 15px;
    text-align: right;
}
.products-related .product-item-actions .actions-primary button.tocart:hover {
    background: #5f860e;
    color: #fff;
}
.products-related .product-item-actions .minus-btn,
.products-related .product-item-actions .plus-btn {
    width: 59px !important;
    height: 59px;
    top: 0;
    right: 0;
    background-color: #83c400;
    color: #fff;
    box-shadow: none;
    /*border-radius: 0 8px 8px 0;*/
    border-radius: 100%;
    /*height: 100%;*/
    font-size: 32px;
    line-height: 18px;
    -o-box-shadow: 0px 3px 6px #00000029;
    -ms-box-shadow: 0px 3px 6px #00000029;
    -moz-box-shadow: 0px 3px 6px #00000029;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
    padding: 0;
}
.products-related .product-item-actions .minus-btn:hover,
.products-related .product-item-actions .plus-btn:hover {
    background-color: #5f860e;
    color: #ffffff;
}
.products-related .product-item-actions .minus-btn {
    color: #707070;
    background: #e5e5e5;
}
.products-related .product-item-actions .controlqty {
    height: 59px;
}
.products-related .product-item-details .product-item-actions input {
    font-size: 26px !important;
    font-weight: bold;
    color: #707070;
    margin: 0;
    height: 59px;
}
.products-related

.products-related .product-item-actions .actions-primary .tocart:hover,
.products-related .product-item-actions .actions-primary .tocart:focus {
    background: #5f860e 0% 0% no-repeat padding-box;
    color: #ffffff;
}
.products-related .product-item-details .product-item-actions input:hover,
.products-related .product-item-details .product-item-actions input:focus,
.products-related .product-item-details .product-item-actions input.tocart:hover,
.products-related .product-item-details .product-item-actions input.tocart:focus {
    background: #ffffff;
    color: #707070;
    border: 0;
    outline: 0;
}

.products-related .product-item-actions .actions-primary button.tocart:before {
    content: '';
    width: 34px;
    height: 30px;
    background-size: 34px;
    top: 50%;
    margin-right: 20px;
    background-image: url(../images/shopping-cart-white.svg);
    cursor: pointer;
    background-repeat: no-repeat;
}

.products-related .product-item-actions .actions-primary .tocart span {
    font-size: 30px;
    line-height: 34px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 0.39px;
    color: #FFFFFF;
}

.catalog-product-view .product-item-info .save-perc {
    width: 93px;
    height: 93px;
    background: #FF2C0B 0% 0% no-repeat padding-box;
    font-size: 30px;
    line-height: 93px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 2.67px;
    color: #FFFFFF;
    top: 10px;
    left: auto;
    right: 14px;
}

.product-info-main .box-tocart .field.qty {
    float: none;
}

.product-info-main .box-tocart .field.qty {
    width: 260px;
}

.product-info-wrapper .product-info-main .product-add-form .box-tocart input {
    padding: 0;
    /*border-radius: 8px;*/
    /*border: 1px solid #2121211a;*/
    border: 0;
    font-size: 36px !important;
    /*font-size: 26px !important; */
    font-weight: bold;
    line-height: 40px;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif !important;
    /*color: #000;*/
    color: #707070;
    box-shadow: none;
}

.product-info-wrapper .product-info-main .product-add-form .box-tocart button.manage_qty,
.product-info-wrapper .product-info-main .product-add-form .box-tocart button.manage_w_qty {
    min-width: 97px;
    text-align: center;
    background-color: #2121211A;
    color: #00000099;
    /*font-weight: normal;*/
    font-weight: bold;
    border-radius: 0;
}
.product-info-wrapper .product-info-main .product-add-form .box-tocart button.manage_w_qty {
    font-size: 35px;
    padding: 7px 15px;
}

.product-info-main .price-qty-container .box-tocart .control {
    height: 60px;
    /*border: 1px solid #ccc;*/
    border: 0;
    /*border-radius: 8px;*/
    max-width: 230px;
}

.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 {
    /*border-radius: 8px 0 0 8px;*/
    border-radius: 100%;
    /*width: 33% !important;*/
    width: 60px;
    height: 60px;
    /*color: #121212;*/
    color: #707070;
    background: #e5e5e5;
    top: 0;
    left: 0;
    box-shadow: none;
    /*height: 100%;*/
    min-width: unset;
    transform: none;
    -o-box-shadow: 0px 3px 6px #00000029;
    -ms-box-shadow: 0px 3px 6px #00000029;
    -moz-box-shadow: 0px 3px 6px #00000029;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
    position: absolute;
}

.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: 33% !important;*/
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    background-color: #83c400;
    color: #fff;
    /*box-shadow: none;*/
    /*border-radius: 0 8px 8px 0;*/
    border-radius: 100%;
    /*height: 100%;*/
    min-width: unset;
    transform: none;
    -o-box-shadow: 0px 3px 6px #00000029;
    -ms-box-shadow: 0px 3px 6px #00000029;
    -moz-box-shadow: 0px 3px 6px #00000029;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
    position: absolute;/*
    display: flex;
    align-items: center;
    justify-content: center;*/
}

.product-info-wrapper .product-info-main .product-add-form .box-tocart button.manage_qty:hover,
.product-info-wrapper .product-info-main .product-add-form .box-tocart button.manage_qty:focus,
.product-info-wrapper .product-info-main .product-add-form .box-tocart button.manage_w_qty:hover,
.product-info-wrapper .product-info-main .product-add-form .box-tocart button.manage_w_qty:focus {
    background-color: #5f860e;
    color: #ffffff;
}

.product-info-wrapper .product-info-main .product-add-form .box-tocart button.manage_qty:before,
.product-info-wrapper .product-info-main .product-add-form .box-tocart button.manage_w_qty:before {
    content: none;
}


/* Contact Page Starts */

.ews-content-container .contact-page .page-title-wrapper {
    margin: 0;
}

.contact-page .page-title {
    display: none;
}

.contact-page .listing-column .container {
    padding: 0;
}

.contact-page .contact-us-page h1 {
    font-size: 34px;
    line-height: 39px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 3.03px;
    color: #FF6F00;
    margin: 76px 0 74px;
}

.contact-page .contact-location-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 66px;
}

.contact-page .contact-location-wrapper.contact-details {
    margin-bottom: 0;
}

.contact-page .contact-location-wrapper .cl-left {
    flex: 0 0 48%;
    max-width: 48%;
}

.contact-page .contact-location-wrapper .cl-left img {
    display: inline-block;
}

.contact-page .contact-location-wrapper .cl-right {
    flex: 0 0 48%;
    max-width: 48%;
    text-align: left;
    display: flex;
    height: fit-content;
}
.contact-page .contact-location-wrapper .cl-right .contact-location {
    width: 60%;
}
.contact-page .contact-location-wrapper .cl-right .contact-location ul > li {
    display: flex;
}
.contact-page .contact-location-wrapper .cl-right .contact-location ul li strong {
    width: 80px;
}
.contact-page .contact-location-wrapper .cl-right h2 {
    text-align: left;
    font-size: 34px;
    line-height: 42px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 3.21px;
    color: #83C100;
    margin: 0 0 24px;
    text-transform: uppercase;
}
.contact-page .contact-location-wrapper .cl-right .contact-pm ul li img {
    vertical-align: middle;
}

.contact-page .contact-location-wrapper .cl-right .cl-text-content:not(:last-child) {
    margin-bottom: 30px;
}

.contact-page .contact-location-wrapper .cl-right .cl-text-content h3 {
    text-decoration: underline;
    font-size: 20px;
    line-height: 23px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    color: #00000099;
    margin: 0 0 15px;
}

.contact-page .contact-location-wrapper .cl-right .cl-text-content p {
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
    color: #00000099;
}

.contact-page .contact-location-wrapper .cl-right .cl-text-content p:not(:last-child) {
    margin-bottom: 15px;
}

.contact-page .contact-details-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
}

.contact-page .contact-details-box .contact-profile {
    flex: 0 0 17.02%;
    max-width: 17.02%;
    padding-right: 17px;
}

.contact-page .contact-details-box .contact-profile .contact-profile-inner {
    background-color: #ffffff;
    box-shadow: 0px 1px 3px #00000033;
    border-radius: 4px;
}

.contact-page .contact-details-box .contact-profile .contact-profile-inner span {
    display: inline-block;
}

.contact-page ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.contact-page .contact-details-box .contact-pm {
    flex: 0 0 16.89%;
    max-width: 16.89%;
    padding-right: 30px;
    text-align: left;
}

.contact-page .contact-details-box .contact-pm h2 {
    font-size: 36px;
    line-height: 42px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 3.21px;
    color: #83C100;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.contact-page .contact-details-box .profile-content {
    padding: 15px;
    text-align: left;
}

.contact-page .contact-details-box .profile-content h3 {
    font-size: 20px;
    line-height: 26px;
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: 0.26px;
    color: #000000DE;
    margin: 0 0 3px;
}

.contact-page .contact-details-box .profile-content p {
    font-size: 14px;
    line-height: 19px;
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 0.24px;
    color: #00000099;
    margin: 0;
}

.contact-page .contact-details-box .contact-pm ul li {
    margin-bottom: 36px;
}

.contact-page .contact-details-box .contact-pm ul li a {
    display: inline-block;
    position: relative;
    font-size: 20px;
    line-height: 23px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    color: #000000;
    padding-left: 35px;
}

.contact-page .contact-details-box .contact-pm ul li a:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-page .contact-details-box .contact-pm ul li:first-child a:before {
    background-image: url('../images/contact-mail.svg');
}

.contact-page .contact-details-box .contact-pm ul li:nth-child(2) a:before,
.contact-page .contact-details-box .contact-pm ul li:last-child a:before {
    background-image: url('../images/contact-phone.svg');
}

.contact-page .contact-details-box .contact-location {
    flex: 0 0 25.10%;
    max-width: 25.10%;
    text-align: left;
}

.contact-page .contact-details-box .contact-location ul li {
    font-size: 20px;
    line-height: 23px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    color: #00000099;
}

.contact-page .contact-details-box .contact-location ul li span {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    padding-right: 5px;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    color: #00000099;
}

.contact-page .contact-details-box .contact-location h2 {
    font-size: 36px;
    line-height: 42px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 3.21px;
    color: #83C100;
    margin: 0 0 20px;
}

.contact-page .contact-details-box .contact-img-in {
    flex: 0 0 40.97%;
    max-width: 40.97%;
}

.contact-us-page {
    margin-bottom: 0px;
    display: block;
    text-align: left;
}

.contact-page .contact-contact-frm {
    width: 100%;
    padding: 0;
}

.contact-page .contact-us-page .contact-form {
    max-width: 100%;
    width: 100%;
}

.contact-page .contact-us-page .contact-form h2 {
    text-align: left;
    font-size: 36px;
    line-height: 42px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 3.21px;
    color: #FF6F00;
    text-transform: uppercase;
    margin: 0 0 50px;
}

.contact-page .contact-form .fieldset {
    background-color: #ffffff;
    padding: 0;
    margin: 0 -7px;
}

.contact-page .contact-form .fieldset:after {
    content: '';
    clear: both;
    display: table;
}

.contact-page .contact-form .fieldset .field.name,
.contact-page .contact-form .fieldset .field.telephone,
.contact-page .contact-form .fieldset .field.email {
    float: left;
    width: 33.33%;
    margin: 0 0 42px;
    padding: 0 7px;
}

.contact-page .contact-form .fieldset .field label {
    display: none;
}

.contact-form .fieldset .field .control input {
    width: 100%;
    height: 74px;
}

.contact-form .fieldset .field .control span {
    font-size: 12px;
    line-height: 16px;
    padding-left: 15px;
    font-family: Roboto;
    font-weight: 400;
    letter-spacing: 0.4px;
    color: #000000;
    opacity: 0.5;
    text-align: left;
    margin: 0;
}

.contact-form .fieldset .field .control input,
.contact-form .fieldset .field .control textarea {
    font-size: 16px !important;
    font-family: Roboto !important;
    font-weight: 400;
    letter-spacing: 0.15px;
    color: #00000099;
    line-height: 32px;
    border: 1px solid #000000;
    border-radius: 4px;
    padding: 21px 15px 21px;
    opacity: 1;
}

.contact-page .contact-form .fieldset .field.comment {
    float: left;
    width: 100%;
    margin: 0 0 42px;
    padding: 0 7px;
}

.contact-page .contact-form .fieldset .field.captcha {
    display: none;
}

.contact-page .contact-form .fieldset .actions-toolbar {
    padding: 0 7px;
}

.contact-page .contact-form .fieldset .actions-toolbar>.primary {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.contact-page .contact-form .fieldset .actions-toolbar>.primary button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 260px;
    height: 59px;
    padding: 0 19px;
    background-color: #83C300;
    box-shadow: none;
    border-radius: 8px;
    border: 0;
    margin: 0;
}

.contact-page .contact-form .fieldset .actions-toolbar>.primary button:before {
    content: '';
    width: 36px;
    height: 36px;
    background-image: url('../images/paper-plane-regular.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-page .contact-form .fieldset .actions-toolbar>.primary button span {
    font-size: 30px;
    line-height: 59px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 2.67px;
    color: #FFFFFF;
}

.contact-page .contact-form .fieldset .button-info {
    display: none;
}


/* Contact page display visible conflict */

.contact-page .contact-us-page>span,
.contact-page .contact-teplice,
.contact-page .contact-praha,
.contact-page .container-map,
.contact-page .contact-billing-adr {
    display: none;
}

.checkout-container .opc-wrapper .checkout-shipping-address .form-shipping-address #shipping-new-address-form div[name="shippingAddress.is_moje_id_address"] {
    display: none;
}


/*.fieldset>.field:not(.choice)>.control{
    width: 98%;
}*/

.checkout-index-index .items.payment-methods .checkout-billing-address .billing-address-form .fieldset.address div[name="billingAddresscashondelivery.is_moje_id_address"],
.checkout-index-index .items.payment-methods .checkout-billing-address .billing-address-form .fieldset.address div[name="billingAddresscsob_gateway.is_moje_id_address"] {
    display: none;
}

.checkout-index-index #opc-new-shipping-address .form-shipping-address #shipping-new-address-form div[name="shippingAddress.is_moje_id_address"],
.checkout-index-index #opc-new-shipping-address .form-shipping-address #shipping-new-address-form div[name="shippingAddress.address_region_id"],
.checkout-index-index #opc-new-shipping-address .form-shipping-address #shipping-new-address-form div[name="shippingAddress.original_addr_id"],
.checkout-index-index #opc-new-shipping-address .form-shipping-address #shipping-new-address-form div[name="shippingAddress.address_status"],
.checkout-index-index #opc-new-shipping-address .form-shipping-address #shipping-new-address-form div[name="shippingAddress.address_type"] {
    display: none;
}

.contact-page .contact-location-wrapper .cl-left iframe {
    height: 375px !important;
    margin: 0 !important;
}

.contact-page .store-images {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.contact-page .store-images div {
    flex: 0 0 48%;
    max-width: 48%;
    margin: 0 !important;
}

.contact-page .store-images div img {
    width: 100%;
}

/* product attribute design on PDP */
.product_attributes {
    display: flex;
    align-items: center;
    flex-wrap: inherit;
    position: relative;
    margin: 0 -5px;
}
.main_content {
    position: relative;
    text-align: center;
    max-width: 40px;
    flex: 0 0 40px;
    padding: 0 5px 21px;
}
.main_content > div {
    visibility: hidden;
    text-align: center;
    position: absolute;
    left: 0;
    transform: translateX(-34%);
    -webkit-transform: translateX(-34%);
    -ms-transform: translateX(-34%);
    -o-transform: translateX(-34%);
    width: 170px;
    display: block;
    right: 0;
    font-size: 11px;
}
.product_attr_name {
    text-align: center;
    color: #83C300;
    width: 155px;
}
.main_content.klasa{
    max-width: 50px;
    flex: 0 0 50px;
}
.attr_img:hover + .product_attr_name {
    visibility: visible;
}
/*Media Query*/
@media only screen and (max-width: 1649px) {
    .catalog-product-view .related-products .products-grid .product-items {
        margin: 0 -15px;
    }
    .catalog-product-view.page-layout-1column .related-products .products-grid .product-item {
        padding: 0 15px;
    }
    .catalog-product-view.page-layout-1column .related-products .products-grid .product-item .product-item-details .finel-product-price {
        font-size: 29px;
        line-height: 32px;
        margin-bottom: 25px;
    }
    .related-products .product-item-name {
        height: 45px !important;
    }
    .related-products .product.name a {
        font-size: 18px;
        line-height: 22px;
    }
    .products-related .product-item-actions .actions-primary button.tocart {
        height: 49px;
    }
    .products-related .product-item-actions .actions-primary .tocart span {
        font-size: 21px;
        line-height: 25px;
    }
    .products-related .product-item-actions .actions-primary button.tocart:before {
        width: 27px;
        height: 25px;
        background-size: 27px;
    }
    .products-related .product-item-actions .minus-btn,
    .products-related .product-item-actions .plus-btn {
        width: 49px !important;
        height: 49px;
    }
    .products-related .product-item-actions .controlqty {
        height: 49px;
    }
    .products-related .product-item-details .product-item-actions input {
        height: 49px;
    }
}
@media only screen and (max-width: 1440px) {
    .contact-page .contact-location-wrapper .cl-right h2 {
        font-size: 30px;
    }
    /*.fotorama__wrap--css3 .fotorama__stage__shaft {
        width: 100% !important;
        height: 70% !important;
    }*/
    /* .product-info-main .page-title-wrapper .page-title span {
         font-size: 30px;
         line-height: 36px;
     }*/
    .catalog-product-view.page-layout-1column .related-products .products-grid .product-item .product-item-details .finel-product-price {
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .products-related .product-item-actions .actions-primary button.tocart {
        height: 40px;
    }
    .products-related .product-item-actions .controlqty {
        height: 40px;
    }
    .products-related .product-item-details .product-item-actions input {
        font-size: 24px !important;
        height: 40px;
    }
    .products-related .product-item-actions .actions-primary .tocart span {
        font-size: 20px;
        line-height: 24px;
    }
    .products-related .product-item-actions .minus-btn,
    .products-related .product-item-actions .plus-btn {
        width: 40px !important;
        height: 40px;
        font-size: 27px;
        line-height: 17px;
    }
    .product-info-wrapper .product-info-main .product-details .sku-title,
    .product-info-wrapper .product-info-main .product-details .contry-title,
    .product-info-wrapper .product-info-main .product-details span,
    .product-info-wrapper .product-info-main .product-details span,
    .product-details>p {
        font-size: 18px;
        line-height: 21px;
    }

    /*.product-info-wrapper .product-info-main .price-no-vat span,
    .product-info-wrapper .product-info-main .price-box .price-title {
        font-size: 18px;
        line-height: 23px;
    }*/
    .product-info-wrapper .product-info-main .price-container .price-wrapper .price {
        font-size: 30px;
        line-height: 34px;
    }
    .product-info-wrapper .product-info-main .price-container .per-kg {
        font-size: 24px;
        line-height: 28px;
    }
    /*.product-info-wrapper .product-info-main .package-deposit .package-deposit-title {
        font-size: 18px;
        line-height: 23px;
    }*/
    .product-info-main .stock_information {
        font-size: 18px;
    }
    /* .product-info-wrapper .product-info-main .product-main-description .description h2,
     .product-info-wrapper .product-info-main .product-main-description .extra-info .title,
     .product-info-wrapper .product-info-main .product-main-description .description .value,
     .product-info-wrapper .product-info-main .product-main-description .description .value p {
         font-size: 18px;
         line-height: 21px;
     }*/
    /*.product-info-wrapper .product.media .product-gallery .product-information-text {
        font-size: 16px;
        position: relative;
        bottom: 176px;
    }*/
    .product-info-main .box-tocart .field.qty.kg_based_product {
        width: 210px;
    }
    .product-info-main .box-tocart .field.qty.kg_based_product select {
        height: 44px;
    }
    .product-info-main .box-tocart .field.qty {
        width: 175px;
    }
    .product-info-wrapper .product-info-main .product-add-form .box-tocart button {
        height: 44px;
        min-width: 170px;
    }
    .product-info-wrapper .product-info-main .product-add-form .box-tocart button:before {
        left: 22px;
        width: 28px;
        background-size: 28px;
        height: 24px;
    }
    .product-info-wrapper .product-info-main .product-add-form .box-tocart button span {
        font-size: 22px;
        line-height: 47px;
    }
    .product-info-main .price-qty-container .box-tocart .control {
        height: 44px;
    }
    .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: 44px;
        height: 44px;
    }
    .product-info-wrapper .product-info-main .product-add-form .box-tocart input {
        font-size: 26px !important;
    }
    .catalog-product-view.page-layout-1column .related-products .products-grid .product-item .product-item-info {
        padding: 0 15px 10px;
    }
    .related-products .ews-products-highlight .block.widget .products-grid .product-item {
        padding: 0 10px
    }
    .product-info-main .price-qty-container .box-tocart .control .manage_qty,
    .product-info-wrapper .product-info-main .product-add-form .box-tocart button.manage_w_qty {
        font-size: 25px;
    }
    .products-related .product-item-actions .actions-primary .tocart {
        /*position: relative;*/
    }
    .catalog-product-view .product-item-info .save-perc {
        width: 60px;
        line-height: 60px;
        font-size: 19px;
        height: 60px;
    }
    .product-info-main .page-title-wrapper .page-title span {
        font-size: 26px;
        line-height: 30px;
    }
    .products-related .block-title h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .related-products .product.name a {
        font-size: 14px;
        line-height: 18px;
    }
    .related-products .product-item-name {
        height: 34px !important;
    }
    .catalog-product-view.page-layout-1column .products-grid .product-item .product-item-details .finel-product-price {
        font-size: 21px;
        /*line-height: 26px;*/
    }
    .ews-header-container .navigation ul li span {
        /* font-size: 18px; */
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 1366px) {
    .ews-header .ews-header-mid {
        flex: 0 0 53%;
        max-width: 53%;
    }
    .ews-header .ews-header-mid .coop-logo {
        margin-left: 35px;
    }
    /*.catalog-product-view.page-layout-1column .products-grid .product-item .product-item-details .finel-product-price{
        font-size: 34px;
        line-height: 40px;
        letter-spacing: 1.8px;
    }*/
    .product-info-wrapper .product-gallery .main_content {
        right: 22px;
        bottom: 21px;
    }
    .products-related .product-item-actions .actions-primary button.tocart:before {
        width: 22px;
        height: 19px;
        background-size: 22px;
    }
    /*.products-related .product-item-actions .actions-primary .tocart span{
        font-size: 24px;
    }*/
    .product-info-wrapper .product.media .product-gallery .save-perc {
        width: 72px;
        height: 72px;
        top: 30px;
        right: 30px;
        font-size: 25.6px;
        line-height: 40px;
    }
    .product-info-wrapper .product.media .product-gallery .save-perc.promotion-rule {
        width: 122px;
        top: 114px;
        right: 6px;
    }
    .contact-page .contact-us-page h1 {
        margin: 50px 0;
    }

    .contact-page .contact-location-wrapper .cl-right {
        height: 522px;
    }
    /* .contact-page .contact-location-wrapper .cl-right{
        flex: 0 0 45%;
        max-width: 45%;
    } */
    .contact-page .contact-details-box {
        justify-content: space-between;
    }
    .contact-page .contact-details-box .contact-pm h2,
    .contact-page .contact-details-box .contact-location h2 {
        font-size: 31px;
        line-height: 37px;
    }
    .contact-page .contact-details-box .contact-img-in {
        flex: 0 0 35%;
        max-width: 35%;
    }

}
@media only screen and (max-width: 1304) {
    .contact-page .contact-location-wrapper .cl-right h2 {
        font-size: 27px;
    }
}
@media only screen and (max-width: 1290) {
    .product-info-wrapper .product.media .product-gallery .product-information-text {
        font-size: 14px;
        position: relative;
        bottom: 166px;
    }
}
@media only screen and (max-width: 1280px) {
    .product-info-main .page-title-wrapper .page-title span {
        font-size: 22px;
        line-height: 26px;
    }
    .product-info-wrapper .product-info-main .price-container .price-wrapper .price {
        font-size: 28px;
        line-height: 32px;
    }
    .product-info-wrapper .product-info-main .price-container .per-kg {
        font-size: 22px;
        line-height: 26px;
    }
    .product-info-wrapper .product-info-main {
        padding-left: 40px;
    }
    .product-att-info .attributes-wrapper .right-side {
        padding-left: 40px;
    }
    .product-att-info .attributes-title span {
        padding: 0 40px;
    }
    .products-related .block-title h2 {
        font-size: 26px;
        line-height: 32px;
    }
}
@media only screen and (max-width: 1199px) {
    .ews-header .ews-header-right .ews-my-account.user-login .user-name {
        display: none;
    }
    .ews-header .ews-header-left .logo {
        margin-left: 15px;
    }
    .ews-header-mid .block-search {
        width: 92%;
    }
    .ews-header .ews-header-mid .coop-logo {
        margin-left: 10px;
    }
    .product-info-main .product-details {
        margin-bottom: 35px;
    }
    .product-att-info .attributes-wrapper .right-side .extra-info {
        margin-bottom: 10px;
    }
    .catalog-product-view.page-layout-1column .related-products .products-grid .product-item .product-item-details .finel-product-price {
        font-size: 23px;
        line-height: 26px;
    }
    .product-info-main .page-title-wrapper .page-title span {
        font-size: 20px;
        line-height: 24px;
    }
    .product-info-wrapper .product-info-main .price-qty-container .size {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .product-info-wrapper .product-info-main .product-main-desc .product-att-more-less {
        margin-top: 20px;
    }
    .product-att-info .attributes-title {
        margin: 0 0 24px;
    }
    .product-info-wrapper .product-info-main {
        margin-bottom: 10px;
    }
    .products-related .block-title h2 {
        font-size: 24px;
        line-height: 28px;
    }
    /*.product-info-wrapper .product-info-main .product-details .sku-title,
    .product-info-wrapper .product-info-main .product-details .contry-title,
    .product-info-wrapper .product-info-main .product-details span,
    .product-info-wrapper .product-info-main .product-details span,
    .product-details>p,
    .product-info-wrapper .product-info-main .product-main-description .description h2,
    .product-info-wrapper .product-info-main .product-main-description .extra-info .title,
    .product-info-wrapper .product-info-main .product-main-description .description .value,
    .product-info-wrapper .product-info-main .product-main-description .description .value p {
        font-size: 14px;
        line-height: 17px;
    }*/
    /*.product-info-wrapper .product.media .product-gallery .product-information-text {
        font-size: 14px;
        position: relative;
        bottom: 150px;
    }*/
    .product-info-wrapper .product-info-main .price-no-vat span,
    .product-info-wrapper .product-info-main .price-box .price-title,
    .product-info-wrapper .product-info-main .package-deposit .package-deposit-title {
        font-size: 14px;
        line-height: 19px;
    }
    .product-info-main .stock_information {
        font-size: 14px;
    }

    .product-info-wrapper .product-info-main .price-container .price-wrapper .price {
        font-size: 22px;
        line-height: 26px;
    }
    .product-info-wrapper .product-info-main .price-container .per-kg {
        font-size: 18px;
        line-height: 22px;
    }
    .ews-header-container .navigation ul>li:not(:last-child) {
        margin-right: 22px;
    }
    .products-related .product-item-actions .actions-primary button.tocart:before {
        margin-right: 6px;
        background-size: 20px;
        width: 20px;
        height: 20px;
    }
    .product-info-wrapper .product.media .product-gallery .save-perc {
        width: 60px;
        height: 60px;
        font-size: 18px;
        line-height: 32px;
    }
    .product-info-wrapper .product.media .product-gallery .save-perc.promotion-rule {
        width: 100px;
    }
    .product-info-wrapper .product-info-main .product-add-form .box-tocart button {
        min-width: 144px;
        height: 40px;
    }
    .product-info-main .box-tocart .field.qty.kg_based_product select {
        height: 40px;
        padding: 9px 10px;
    }
    .product-info-wrapper .product-info-main .product-add-form .box-tocart button:before {
        left: 18px;
        width: 22px;
        background-size: 22px;
        height: 20px;
    }
    .product-info-wrapper .product-info-main .product-add-form .box-tocart button span {
        font-size: 18px;
        line-height: 40px;
    }
    .product-info-main .box-tocart .field.qty,
    .product-info-main .box-tocart .field.qty.kg_based_product {
        width: 150px;
    }
    .product-info-main .price-qty-container .box-tocart .control {
        height: 40px;
    }
    .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;
        height: 40px;
        font-size: 23px;
    }
    .product-info-main .price-qty-container .box-tocart .control .manage_qty,
    .product-info-wrapper .product-info-main .product-add-form .box-tocart button.manage_w_qty {
        padding: 7px 13px;
    }
    .product-info-wrapper .product-info-main .product-add-form .box-tocart input {
        font-size: 18px !important;
    }
    .related-products .product-item-name {
        font-size: 11px;
    }
    .catalog-product-view.page-layout-1column .products-grid .product-item .product-item-details .finel-product-price {
        font-size: 20px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
    .products-related .product-item-actions .actions-primary .tocart span {
        font-size: 19px;
        line-height: normal;
    }
    .products-related .product-item-actions .actions-primary button.tocart {
        height: 40px;
        padding: 0 10px;
    }
    .products-related .product-item-actions .controlqty {
        height: 40px;
    }
    .products-related .product-item-actions .minus-btn,
    .products-related .product-item-actions .plus-btn {
        width: 40px !important;
        height: 40px;
        /*font-size: 20px;*/
    }
    .products-related .product-item-details .product-item-actions input {
        font-size: 24px !important;
        height: 40px;
    }
    .contact-page .contact-us-page h1 {
        margin: 40px 0;
    }

    .contact-page .contact-location-wrapper .cl-right h2 {
        font-size: 24px;
        line-height: 40px;
    }
    .contact-page .contact-location-wrapper .cl-right .contact-location {
        margin-right: 10px;
    }
    .contact-page .contact-details-box .profile-content {
        padding: 11px;
    }
    .contact-page .contact-details-box .contact-profile {
        padding-right: 10px;
    }
    .contact-page .contact-details-box .contact-pm h2,
    .contact-page .contact-details-box .contact-location h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .contact-page .contact-details-box .contact-pm ul li a {
        font-size: 17px;
    }
    .contact-page .contact-details-box .contact-pm ul li a:before {
        width: 22px;
        height: 22px;
    }
    .contact-page .contact-details-box .contact-pm {
        flex: 0 0 19%;
        max-width: 19%
    }
    .contact-page .contact-details-box .contact-location ul li,
    .contact-page .contact-details-box .contact-location ul li span {
        font-size: 18px;
        line-height: 23px;
    }
    .contact-page .contact-details-box .contact-img-in {
        flex: 0 0 32%;
        max-width: 32%;
    }
    .contact-page .contact-details-box .contact-profile {
        flex: 0 0 19%;
        max-width: 19%;
    }
    .contact-page .contact-us-page .contact-form h2 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 35px;
    }
    .contact-page .contact-form .fieldset .field.comment {
        margin-bottom: 30px;
    }
}

@media(max-width:1024px) {
    .contact-page .contact-location-wrapper .cl-right {
        height: 540px;
    }
    /*.product-info-wrapper .product.media .product-gallery .product-information-text {
        position: relative;
        bottom: 122px;
    }*/
    .ews-header-container .navigation ul li span {
        font-size: 1.3rem;
        letter-spacing: 1px;
    }
    .ews-header-container .navigation {
        height: 50px;
    }
    .ews-header-container .navigation ul>li>a {
        padding: 12px 0 !important;
    }
    .ews-header-container .navigation ul>li.nav-5::before {
        top: 16px;
        width: 20px;
    }
    .ews-header-container .navigation ul>li:not(:last-child) {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .product_attr_name {
        width: 125px;
        font-size: 13px;
    }
    .ews-header .ews-header-right .landing-link-wrapper .landing-link {
        font-size: 12px;
    }
    .ews-header .ews-header-mid {
        flex: 0 0 48%;
        max-width: 48%;
    }
    .ews-header .ews-header-left .logo {
        margin-left: 5px;
    }
    .ews-header-mid .block-search .actions .action.search {
        min-width: 100px;
        padding: 0 10px;
    }
    .ews-header-mid .block-search input {
        padding-right: 118px;
    }
    .ews-header .ews-header-mid .coop-logo a {
        max-width: 130px;
    }
    .ews-header-mid .block-search .actions .action.search:before {
        left: 8px;
    }
    .catalog-product-view.page-layout-1column .related-products .products-grid .product-item {
        flex: 0 0 25%;
        max-width: 25%;
        margin-bottom: 30px;
    }
    .products-related .block-title h2 {
        font-size: 22px;
        line-height: 26px;
    }
    .products-related .product-item-details .product-item-actions input {
        font-size: 21px !important;
    }
    .product-info-wrapper .product-info-main {
        padding-left: 25px;
    }
    .product-att-info .attributes-title span {
        padding: 0 25px;
    }
    .product-att-info .attributes-wrapper .right-side {
        padding-left: 25px;
    }
    /*.related-products .product-item-name {
        min-height: 77px;
    }*/
    .products-related .product-item-actions .actions-primary .tocart span {
        font-size: 18px;
    }
    .products-related .product-item-actions .actions-primary button.tocart {
        padding: 0 12px
    }
    .products-related .product-item-actions .actions-primary button.tocart:before {
        margin-right: 12px;
    }
    .ews-header-container .navigation {
        height: 60px;
    }
    /* .ews-header-container .navigation ul li span {
        font-size: 18px;
        line-height: 22px;
    } */
    .ews-header-container .navigation ul>li:not(:last-child) {
        margin-right: 20px;
    }
    .product-info-wrapper .product-gallery .fotorama__wrap--slide .fotorama__stage__frame:before {
        font-size: 32px;
        line-height: 38px;
    }
    .product-info-main .box-tocart .field.qty,
    .product-info-main .box-tocart .field.qty.kg_based_product {
        width: 135px;
    }
    .product-info-wrapper .product-info-main .product-add-form .box-tocart button.manage_qty,
    .product-info-wrapper .product-info-main .product-add-form .box-tocart button.manage_w_qty {
        min-width: 75px;
        font-size: 21px;
    }
    .product-info-wrapper .product-info-main .product-add-form .box-tocart input {
        font-size: 16px !important;
    }
    .catalog-product-view.page-layout-1column .products-grid .product-item .product-item-details .finel-product-price {
        margin-bottom: 25px;
    }
    .product-info-wrapper .product-info-main .product-add-form .box-tocart button span {
        font-size: 16px;
        line-height: 37px;
    }
    .product-info-wrapper .product-info-main .product-add-form .box-tocart button {
        display: flex;
        height: 36px;
        padding: 0 15px 0 40px;
        width: 165px;
        min-width: unset;
        align-items: center;
        justify-content: center;
    }
    .product-info-main .box-tocart .field.qty.kg_based_product select {
        height: 36px;
        padding: 7px 10px;
        font-size: 16px;
    }
    .product-info-main .price-qty-container .box-tocart .control {
        height: 36px;
    }
    .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: 36px;
        height: 36px;
    }
    .product-info-wrapper .product-info-main .product-add-form .box-tocart button:before {
        width: 20px;
        background-size: 20px;
        height: 18px;
        left: 32px;
    }
    .contact-form .fieldset .field .control textarea {
        height: 160px;
    }
    .contact-page .contact-details-box .contact-img-in {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .contact-page .contact-details-box .contact-pm {
        flex: 0 0 23%;
        max-width: 23%;
    }
    .contact-page .contact-details-box .contact-location {
        flex: 0 0 26%;
        max-width: 26%
    }
    .contact-page .contact-details-box .contact-pm h2,
    .contact-page .contact-details-box .contact-location h2 {
        font-size: 18px;
        line-height: normal;
        letter-spacing: 2px;
    }
    .contact-page .contact-us-page h1 {
        margin: 20px 0;
        font-size: 25px;
    }

    .contact-page .contact-location-wrapper .cl-right h2 {
        font-size: 22px;
        line-height: 1.3;
        letter-spacing: normal;
    }

    .contact-page .contact-location-wrapper .cl-right .cl-text-content h3 {
        font-size: 18px;
    }
    .contact-page .contact-location-wrapper .cl-right .cl-text-content p {
        font-size: 16px;
    }
    .contact-page .contact-details-box .profile-content h3 {
        font-size: 17px;
    }
    .contact-page .contact-details-box .contact-location ul li,
    .contact-page .contact-details-box .contact-location ul li span {
        font-size: 16px;
        line-height: 1.4;
    }
    .contact-page .contact-details-box .contact-pm ul li a {
        font-size: 16px;
        line-height: 1.4;
    }
    .contact-page .contact-us-page .contact-form h2 {
        font-size: 25px;
        line-height: normal;
        margin-bottom: 20px;
    }
    .contact-form .fieldset .field .control input,
    .contact-form .fieldset .field .control textarea {
        padding: 10px 15px;
    }
    .contact-form .fieldset .field .control input {
        height: 44px;
    }
    .contact-page .contact-form .fieldset .actions-toolbar>.primary button {
        min-width: 230px;
        height: 45px;
    }
    .contact-page .contact-form .fieldset .actions-toolbar>.primary button span {
        font-size: 26px;
        line-height: 45px;
    }
    .contact-page .contact-form .fieldset .actions-toolbar>.primary button:before {
        width: 30px;
        height: 30px;
    }
    .contact-page .contact-location-wrapper .cl-right {
        height: 461px;
    }
}
@media only screen and (max-width: 934px) {
    .contact-page .contact-location-wrapper .cl-right {
        height: 500px;
    }
}
@media only screen and (max-width: 768px) {
    .contact-page .contact-location-wrapper .cl-right {
        justify-content: space-between;
    }
    .contact-page .contact-location-wrapper .cl-right .contact-location {
        width: 100%;
    }
    .contact-page .contact-location-wrapper .cl-right {
        height: 426px;
    }
    .contact-page .contact-location-wrapper {
        display: block;
    }
    /* Navigation Starts */
    /* Navigation Ends */
    .product-info-wrapper .product.media .product-gallery .product-information-text {
        display:none;
    }
    .ews-header-container .navigation ul>li:not(:last-child) {
        margin-right: 15px;
    }
    .ews-header-container .navigation ul>li.nav-5::before {
        content: '';
        position: absolute;
        top: 20px;
        left: 0;
        display: inline-block;
        width: 20px;
        height: 15px;
    }
    .ews-header-container .navigation ul>li.nav-5 {
        position: relative;
        padding-left: 25px !important;
    }
    .ews-header-container .navigation {
        height: auto;
    }
    .product-info-wrapper .product-info-main .product-details span,
    .product-info-wrapper .product-info-main .product-details span,
    .product-details>p {
        font-size: 14px;
        line-height: 18px;
    }
    .product-info-wrapper .product-gallery .fotorama__stage {
        margin-bottom: 0;
        width: 100% !important;
        height: auto !important;
    }
    .fotorama__wrap--css3 .fotorama__stage__shaft {
        width: 100% !important;
        height: auto !important;
    }
    .product-info-wrapper .product.media .product-gallery .save-perc {
        width: 56px;
        height: 56px;
        font-size: 16px;
        line-height: 30px;
        top: 18px;
        right: 18px;
    }
    .product-info-wrapper .product.media .product-gallery .save-perc.promotion-rule {
        width: 90px;
        top: 83px;
        right: 0px;
    }
    .product-info-wrapper .product-gallery .fotorama__wrap--slide .fotorama__stage__frame:before {
        font-size: 22px;
    }
    /*.product-info-main .page-title-wrapper .page-title {
        margin-bottom: 25px;
    }*/
    .product-info-main .page-title-wrapper .page-title span {
        font-size: 18px;
        line-height: 22px;
    }
    .product-info-wrapper .product-info-main .product-details .sku-title,
    .product-info-wrapper .product-info-main .product-details .contry-title {
        font-size: 14px;
        line-height: 18px;
    }

    .product-info-wrapper .product-info-main .price-no-vat span,
    .product-info-wrapper .product-info-main .price-box .price-title {
        font-size: 14px;
        line-height: 20px;
    }
    .product-info-wrapper .product-info-main .price-container .price-wrapper .price {
        display: inline-block;
        position: relative;
        font-size: 20px;
        line-height: 24px;
    }
    .product-info-wrapper .product-info-main .price-container .per-kg {
        font-size: 18px;
        line-height: 22px;
    }
    .product-info-wrapper .product-info-main .package-deposit .package-deposit-title {
        font-size: 14px;
        line-height: 19px;
    }
    .product-info-main .stock_information {
        font-size: 14px;
    }
    .product-info-wrapper .product-info-main .product-add-form .box-tocart button.manage_qty {
        height: 60px;
    }
    /* .product-info-wrapper .product-info-main .product-add-form .box-tocart button:before {
        position: static;
        transform: none;
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 10px;
    } */
    .product-info-main .product-details {
        margin-bottom: 25px;
    }
    .product-info-wrapper .product-info-main .product-add-form .box-tocart {
        margin-bottom: 20px;
    }
    /*.product-info-wrapper .product-info-main .product-main-description .description .value,
    .product-info-wrapper .product-info-main .product-main-description .description .value p {
        font-size: 14px;
        line-height: 18px;
    }*/
    .product-info-wrapper .product.media .product-gallery .product-information-text {
        font-size: 14px;
    }
    /*.product-info-wrapper .product-info-main .product-main-description .extra-info .title {
        font-size: 14px;
        line-height: 18px;
    }*/
    .product-info-wrapper .product-info-main .product-main-description .composition,
    .product-info-wrapper .product-info-main .product-main-description .allergens {
        margin-top: 25px;
    }
    /* Related Products */
    .catalog-product-view.page-layout-1column .related-products .products-grid .product-item {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        margin-bottom: 25px;
    }
    /*.related-products .product-item-name {
        min-height: 50px;
    }*/
    /*.products-related .product-item-actions .actions-primary button.tocart {
        height: 50px;
        padding: 0 12px;
    }
    .products-related .product-item-actions .actions-primary button.tocart:before {
        width: 30px;
        height: 26px;
        margin-right: 20px;
        background-size: contain;
        background-repeat: no-repeat;
    }*/
    /*.products-related .product-item-actions .actions-primary .tocart span {
        font-size: 26px;
        line-height: 50px;
    }*/
    /*.related-products .product.name a {
        font-size: 20px;
        line-height: 24px;
    }*/
    /*.catalog-product-view.page-layout-1column .products-grid .product-item .product-item-details .finel-product-price {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: 1.74px;
        margin-bottom: 20px;
    }*/
    .catalog-product-view .product-item-info .save-perc {
        width: 65px;
        line-height: 65px;
        font-size: 20px;
        height: 65px;
    }
}

@media only screen and (max-width: 767px) {
    .ews-header .ews-header-right .landing-link-wrapper {
        margin-right: 0;
    }
    .sections.nav-sections .nav-sections-items .ews-my-account.user-login .user-name {
        display: none;
    }
    .customer-account-create .page-main form {
        margin-bottom: 15px;
    }
    .landing-link-wrapper {
        position: relative;
        top: -31px;
        right: -90px;
    }
    .sections.nav-sections .nav-sections-items .ews-my-account .login-details {
        display: block !important;
    }
    .sections.nav-sections .nav-sections-items .ews-my-account {
        list-style: none;
        padding: 0 15px;
    }
    .sections.nav-sections .nav-sections-items .ews-my-account li {
        border: none;
        padding: 0;
        list-style: none;
    }
    .sections.nav-sections .nav-sections-items .ews-my-account li a {
        padding: 19px 15px;
        font-size: 14px;
        text-transform: uppercase;
        display: block;
    }
    .sections.nav-sections .nav-sections-items .ews-my-account li ul li {
        border-bottom: 1px solid#83C200;
    }
    .checkout-index-index .ews-header-left .nav-toggle {
        display: none;
    }
    .ews-header-left .nav-toggle {
        z-index: 100;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nav-sections {
        left: auto;
        right: calc(-1 * (100% - 54px));
        transition: right .3s;
    }
    .nav-open .page-wrapper {
        /* right: 80%;
        right: calc(100% - 54px); */
        left: 0;
        right: 0;
    }
    .nav-open .nav-sections {
        left: auto;
        right: 0;
    }
    .nav-toggle::before {
        line-height: 30px;
    }
    .nav-open .nav-toggle::before {
        color: #fff;
        z-index: 10;
        content: '\e616';
    }
    .ews-header .ews-header-mid .coop-logo {
        display: none;
    }
    .ews-header .ews-header-mid {
        flex: 0 0 100%;
        max-width: 100%;
        display: none;
    }
    .ews-header .ews-header-left {
        padding-left: 40px;
    }
    .ews-header .ews-header-right .ews-my-account a.ews-account-link span {
        display: block;
    }
    .ews-header-container .navigation ul>li>a {
        padding: 19px 15px !important;
    }
    .ews-header-container .navigation ul>li.nav-5::before {
        left: 15px
    }
    .nav-open .nav-sections,
    .nav-sections-item-title {
        background-color: #FF6E00;
    }
    .nav-sections-item-title.active,
    .navigation .level0.active>.level-top.ui-state-active,
    .navigation .level0.active>.level-top.ui-state-focus,
    .navigation .level0.has-active>.level-top.ui-state-active,
    .navigation .level0.has-active>.level-top.ui-state-focus,
    .navigation .level0>.level-top:hover,
    .navigation .level0>.level-top.ui-state-active,
    .navigation .level0>.level-top.ui-state-focus,
    .navigation .level1>.level-top.ui-state-active,
    .navigation .level1>.level-top.ui-state-focus {
        background: #83C200;
    }
    .nav-sections-item-title.active .nav-sections-item-switch,
    .navigation .level0>.level-top,
    .navigation .level0>.level-top.ui-state-active,
    .navigation .level0>.level-top.ui-state-focus,
    .navigation .level1>.level-top.ui-state-active,
    .navigation .level1>.level-top.ui-state-focus {
        color: #fff;
    }
    .nav-sections-item-title,
    .nav-sections-item-title.active {
        border-bottom: 2px solid #83C200;
    }
    .nav-sections-item-title .nav-sections-item-switch {
        color: #ffffff;
    }
    .navigation .level0 {
        border-top: 1px solid #83C200;
    }
    .navigation .level0:first-child {
        border-top: 0;
    }
    .navigation li.level0:last-child {
        border-bottom: 1px solid #83C200;
    }
    .navigation .level0.active>a:not(.ui-state-active),
    .navigation .level0.has-active>a:not(.ui-state-active) {
        border-color: #83C200;
    }
    .ews-header-container .navigation ul li.level2 span {
        font-size: 16px;
    }
    .ews-header-container .navigation ul .level2 .submenu a {
        padding: 5px 15px !important;
    }
    .sections.nav-sections .nav-sections-items .ews-my-account {
        padding: 0 15px;
        list-style: none;
    }
    .ews-header-container .ews-header {
        height: 90px;
    }
    .catalog-product-view .breadcrumbs {
        margin: 20px 0 8px;
    }
    .catalog-product-view .product-title-mobile {
        margin-bottom: 25px;
    }
    .catalog-product-view .product-title-mobile .page-title {
        color: #83bf00;
        font-size: 20px;
    }
    .product-info-wrapper .product.media .product-gallery {
        margin-bottom: 15px;
    }
    .product-info-wrapper .product-info-main .product-add-form .box-tocart button {
        width: auto !important;
    }
    .product-info-main .box-tocart .r_pic {
        width: 36px;
    }
    .product-info-wrapper .product-info-main .product-add-form .box-tocart button:before {
        position: static;
        width: 34px;
        transform: none;
    }
    .product-info-wrapper .product-info-main .package-deposit {
        margin-bottom: 22px;
    }
    .product-att-info .attributes-wrapper .left-side {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .product-att-info .attributes-wrapper .right-side {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }
    .product-att-info .attributes-title {
        padding-left: 0;
        text-align: center;
    }
    .product-att-info .attributes-title span {
        padding: 0 10px;
        max-width: 70%;
        margin: 0 auto;
        width: 100%;
        display: block;
    }
    .catalog-product-view .columns .column.main {
        padding-bottom: 30px;
    }
    .product-info-wrapper .product-info-main .product-add-form .field.qty {
        margin-bottom: 10px;
    }
    .product-info-wrapper .product-info-main .product-add-form .box-tocart button {
        max-width: 200px;
        width: 100% !important;
    }
    .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: 36px !important;
    }
    .product-info-wrapper .product-info-main .product-add-form .box-tocart .actions {
        margin-bottom: 10px;
        width: 100%;
    }
    .product-info-wrapper .product-info-main .product-add-form .box-tocart button {
        padding: 0 15px;
    }
    .product-info-wrapper .product-info-main .description .value .product-dtop p:not(:last-child),
    .product-info-wrapper .product-info-main .description .value .extra-info p:not(:last-child) {
        margin-bottom: 12px;
    }
    .product-info-wrapper {
        flex-wrap: wrap;
    }
    .product-info-wrapper .product.media,
    .product-info-wrapper .product-info-main {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .product-info-wrapper .product-info-main {
        padding-left: 0;
    }
    .product-info-main .box-tocart .field.qty,
    .product-info-main .box-tocart .field.qty.kg_based_product {
        max-width: 150px;
        width: 100%;
    }
    /* Related Products */
    .products-related .block-title h2 {
        font-size: 18px;
        line-height: 22px;
    }
    .catalog-product-view.page-layout-1column .related-products .products-grid .product-item {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 15px;
    }
    /*.products-related .product-item-actions .actions-primary button.tocart {

        height: 42px;
    }
    .products-related .product-item-actions .actions-primary button.tocart:before {
        width: 26px;
        height: 26px;
        margin-right: 15px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .products-related .product-item-actions .actions-primary .tocart span {
        font-size: 22px;
        line-height: 42px;
    }*/
    .catalog-product-view .product-item-info .save-perc {
        width: 65px;
        line-height: 65px;
        font-size: 20px;
        height: 65px;
    }
    /*.catalog-product-view.page-layout-1column .products-grid .product-item .product-item-details .finel-product-price {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 20px;
    }*/
    .related-products .product-item-name {
        min-height: 1px;
    }
    .related-product-container {
        padding: 0 15px;
    }
    .ews-header-container .ews-header-right .searchbox-container {
        right: 0
    }
    /* contact page  */
    .contact-page .contact-location-wrapper .cl-left,
    .contact-page .contact-location-wrapper .cl-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contact-page .contact-details-box .contact-profile,
    .contact-page .contact-details-box .contact-pm,
    .contact-page .contact-details-box .contact-location,
    .contact-page .contact-details-box .contact-img-in {
        flex: 0 0 49%;
        max-width: 49%;
    }
    .contact-page .contact-details-box .contact-profile {
        margin-bottom: 25px;
    }
    .contact-page .contact-location-wrapper .cl-right {
        margin-top: 30px;
        height: 462px;
    }
    .contact-page .contact-location-wrapper .cl-right h2 {
        margin-bottom: 15px;
    }
    .contact-page .contact-location-wrapper {
        margin-bottom: 20px;
    }
    .main_content > div {
        transform: translateX(-17%);
        -webkit-transform: translateX(-17%);
        -ms-transform: translateX(-17%);
        -o-transform: translateX(-17%);
        width: 80px;
    }
}

@media only screen and (max-width: 575px) {
    .landing-link-wrapper {
        position: relative;
        top: -31px;
        right: -90px;
    }
    .ews-header .ews-header-right .landing-link-wrapper .landing-link {
        font-size: 12px;
    }
    .ews-header .ews-header-left .logo {
        width: 90px;
    }
    /* contact */
    .contact-page .store-images {
        flex-wrap: wrap;
    }
    .contact-page .store-images div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contact-page .store-images div:first-child {
        margin-bottom: 15px !important;
    }
    .contact-page .contact-form .fieldset .field.name,
    .contact-page .contact-form .fieldset .field.telephone,
    .contact-page .contact-form .fieldset .field.email {
        float: left;
        width: 50%;
        margin: 0 0 20px;
    }
    .contact-page .contact-us-page h1,
    .contact-page .contact-us-page .contact-form h2 {
        font-size: 20px;
        line-height: 1.3;
        letter-spacing: 2px;
    }
    .contact-page .contact-location-wrapper .cl-right h2 {
        font-size: 18px;
    }
    .contact-page .contact-location-wrapper .cl-right .cl-text-content h3 {
        font-size: 16px;
    }
    .contact-page .contact-location-wrapper .cl-right .cl-text-content p {
        font-size: 14px;
    }
    .contact-page .contact-details-box .contact-location ul li,
    .contact-page .contact-details-box .contact-location ul li span {
        font-size: 14px;
    }
    .contact-form .fieldset .field .control input,
    .contact-form .fieldset .field .control textarea {
        font-size: 14px !important;
    }
    .catalog-product-view.page-layout-1column .related-products .products-grid .product-item .product-item-details .finel-product-price {
        font-size: 20px;
        line-height: 24px;
    }
    .related-products .product.name a {
        font-size: 12px;
        line-height: 16px;
    }
}

@media(max-width:480px) {
    .contact-page .contact-location-wrapper .cl-right {
        display: block;
    }
    .contact-page .contact-details-box .contact-profile,
    .contact-page .contact-details-box .contact-pm,
    .contact-page .contact-details-box .contact-location,
    .contact-page .contact-details-box .contact-img-in {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contact-page .contact-details-box .contact-location {
        margin-bottom: 20px;
    }
    .contact-page .contact-form .fieldset .field.name,
    .contact-page .contact-form .fieldset .field.telephone,
    .contact-page .contact-form .fieldset .field.email {
        width: 100%;
    }
    .ews-header .ews-header-right .landing-link-wrapper .landing-link {
        font-size: 11px;
    }
    .catalog-product-view.page-layout-1column .related-products .products-grid .product-item {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
        padding: 0;
    }
    .catalog-product-view .related-products .products-grid .product-items {
        margin: 0;
    }
}

@media(max-width:375px) {
    .ews-header .ews-header-left .ews-left-sw span {
        font-size: 11px;
        line-height: 18px;
    }
    .ews-header .ews-header-right .minicart-wrapper .action.showcart .counter {
        min-width: 22px;
        height: 22px;
        font-size: 14px;
        line-height: 21px;
    }
    .ews-header .ews-header-left {
        padding-left: 32px;
    }
    .ews-header .ews-header-left .logo {
        width: 75px;
        margin: 0;
    }
}
/* Adjustments and forced registration START 
  Checkout page tweak changes start  21-05-2021*/
.checkout-index-index .form-login .control {
    padding-right: 8px;
}
.checkout-index-index .form-login .control input{
    width: 100%;
}
.checkout-index-index .form-login .actions-toolbar-wrapper .control {
    padding-right: 0;
}
/* Change checkbox and radio button color to green */
.checkout-index-index .form-login .actions-toolbar-wrapper .control input[type="checkbox"] {
    width: auto;
    opacity: 0;
    position: relative;
    width: auto;
    left: 0;
    cursor: pointer;
    z-index: 111;
    height: 22px;

}
.checkout-index-index .form-login .actions-toolbar-wrapper .control .label{
    position: relative;
    padding-top :5px;
}
 .checkout-index-index .form-login .actions-toolbar-wrapper .control .label:before {
     content: '';
     -webkit-appearance: none;
     background-color: transparent;
     border: 1px solid #808080;
     padding: 0;
     width: 20px;
     height: 20px;
     border-radius: 0px;
     display: inline-block;
     position: relative;
     vertical-align: middle;
     cursor: pointer;
     margin-right: 30px;
     transform: translateY(-1px);
 }
 .checkout-index-index .form-login .actions-toolbar-wrapper .control input[type="checkbox"]:checked + .label:before {
     background: #83C100 !important;
     border: 1px solid #83C100 !important;
 }
 .checkout-index-index .form-login .actions-toolbar-wrapper .control input[type="checkbox"]:checked + .label:after,
 form .fieldset .field .control input[type="checkbox"]:checked + .label:after {
     content: '' !important;
     display: block;
     position: absolute;
     top: 4px;
     left: 7px;
     width: 5px;
     height: 11px;
     border: solid #ffffff;
     border-width: 0 2px 2px 0;
     transform: rotate(45deg);
     margin: 0 !important;
 }
.checkout-index-index .form-login .actions-toolbar-wrapper {
    display: flex;
    align-items: center;
    margin-top: 14px;
    margin-bottom: 22px;
}
.checkout-index-index .form-login .actions-toolbar-wrapper div.primary {
    margin: 0 31px 0 81px;
}
.checkout-index-index .form-login .actions-toolbar-wrapper .secondary {
    margin-top: 0;
}

@media (max-width: 1199px) {
    .checkout-index-index .form-login .control {
        padding-right: 7px;
    }
    .checkout-index-index .form-login .actions-toolbar-wrapper div.primary {
        margin: 0 20px 0 20px;
    }
}
@media (max-width: 992px) {
    .checkout-index-index .form-login .control {
        padding-right: 3px;
    }
    .checkout-index-index .form-login .actions-toolbar-wrapper {
        flex-wrap: wrap;
        margin: 10px 0 0;
    }
    .checkout-index-index .form-login .actions-toolbar-wrapper .control {
        margin-bottom: 12px;
        width: 100%;
    }
    .checkout-index-index .form-login .actions-toolbar-wrapper div.primary {
        margin: 0 0 12px;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .checkout-index-index .form-login .control {
        padding-right: 0;
    }
    .checkout-index-index .form-login .actions-toolbar-wrapper div.primary {
        margin: 0 10px 12px 0;
    }
}
/* Adjustments and forced registration END
    Checkout page tweak changes end*/
/* 17-01-2022 Task 2838 Changes - Start */
@media only screen and (max-width: 767px) {
    .checkout-index-index .ews-header-left {
        padding-left: 0px;
    }
    .ews-header .ews-header-left .ews-left-sw {
        margin-top: 7px;
        align-self: normal;
        height: max-content;
        order: 2;
    }
    .ews-header .ews-header-left .ews-left-sw:before {
        content: '';
        width: 12px;
        height:  12px;
        background: url(../images/dot-circle-solid.svg);
        background-size: cover;
    }
    .ews-header .ews-header-left .ews-left-sw span {
        line-height: 14px;
        font-size: 12px;
    }
    .ews-header-container .ews-header-right .searchbox-container {
        top: -5px;
        margin-right: 15px;
    }
    .ews-header-container .ews-header-right .searchbox-container a:after {
        font-size: 30px;
    }
    .checkout-index-index .ews-header .ews-header-left .logo {
        margin-right:  15px;
    }
    .ews-header .ews-header-right .minicart-wrapper .action.showcart .counter {
        min-width: 18px;
        height: 18px;
        font-size: 12px;
        line-height: 18px;
    }
    .ews-header .ews-header-right .minicart-wrapper .action.showcart:before {
        content: '';
        width: 20px;
        height: 20px;
        background: url(../images/shopping-cart-solid.svg);
        background-size: cover;
        background-position: center;
        margin-right: 7px;
    }
    .ews-header .ews-header-right .landing-link-wrapper .landing-link {
        line-height: 14px;
        margin-top: 7px;
        display: inline-block;
    }
    .landing-link-wrapper {
        right: -70px;
        position: static;
        margin-bottom: 10px;
    }
    .ews-header-container .ews-header {
        align-items: normal;
    }
    .ews-header-container .ews-header-right {
        position: static;
        vertical-align: top;
        display: inline-block;
        align-self: normal;
        min-width: 132px;
        text-align: right;
    }
    .minicart-wrapper {
        right: 9px;
    }
}
@media only screen and (max-width: 575px) {
    .landing-link-wrapper {
        right: -71px;
    }
}
@media only screen and (max-width: 375px) {
    .checkout-index-index .ews-header .ews-header-left .logo {
        margin-right: 0;
    }
    .ews-header .ews-header-left .ews-left-sw span {
        line-height: 14px;
    }
    .ews-header-container .ews-header-right {
        min-width: auto;
    }
}
@media only screen and (max-width: 767px) and (min-width: 414px)  {
    .ews-header .ews-header-left .ews-left-sw span {
        line-height: 16px;
    }
}
/* 17-01-2022 Task 2838 Changes - End */
/* Task 3054 changes Starts */
.customer-account-login .ews-content-container .login-container:after, 
.multishipping-checkout-login .ews-content-container .login-container:after,
.customer-account-login .ews-content-container .login-container:before, 
.multishipping-checkout-login .ews-content-container .login-container:before {
    display:none;
}
.customer-account-login .ews-content-container .login-container, 
.multishipping-checkout-login .ews-content-container .login-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: unset;
}
.customer-account-login .ews-content-container .login-container .wrapper-block, 
.multishipping-checkout-login .ews-content-container .login-container .wrapper-block{
    flex: 0 0 45%;
    max-width: 45%;
}
.customer-account-login .ews-content-container .login-container .wrapper-block .block, 
.multishipping-checkout-login .ews-content-container .login-container .wrapper-block .block {
    width: 100%;
    display: inline-block;
    float: none;
    height: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (max-width: 767px) {
    .customer-account-login .ews-content-container .login-container .wrapper-block, 
    .multishipping-checkout-login .ews-content-container .login-container .wrapper-block{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .customer-account-login .ews-content-container .login-container .wrapper-block .block, 
    .multishipping-checkout-login .ews-content-container .login-container .wrapper-block .block {
        height: auto !important;
    }
}
/* Task 3054 changes Ends  */