body {
    direction: rtl;
    margin: 0;
    color: #000000;
    font-family: 'Heebo', Arial, sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.5;
}

.navbar-toggle {
    width: 22px;
    height: 22px;
}

.navbar-toggle .icon-bar {
    position: absolute;
    transition: background 0.3s linear;
}

.navbar-toggle:not(.collapsed) .icon-bar:before,
.navbar-toggle:not(.collapsed) .icon-bar:after {
    top: 0;
}

.navbar-toggle:not(.collapsed) .icon-bar,
.navbar-toggle:not(.collapsed):hover .icon-bar, .navbar-toggle:not(.collapsed):focus .icon-bar{
    background: transparent;
}

.navbar-toggle:not(.collapsed) .icon-bar:before {
    transform: rotate(45deg);
}

.navbar-toggle:not(.collapsed) .icon-bar:after {
    transform: rotate(-45deg);
}

.navbar-toggle .icon-bar:before, .navbar-toggle .icon-bar:after {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    content: '';
    position: absolute;
    background-color: #194082;
    transition-property: top, transform;
    transition-delay: 0s, 0.3s;
    transition-duration: 0.3s, 0.3s;
}

.navbar-toggle .icon-bar:before {
    top: -6px
}

.navbar-toggle .icon-bar:after {
    top: 6px
}


#primary input[type="submit"]:hover,
#primary .button:hover,
#primary .button.size-small:hover,
#primary .button.size-large:hover,
#primary .button.size-xl:hover,
#primary .button.size-xxl:hover {
    background: #f8d246;
    color: #113356;
    font-weight: 700;
}

#primary input[type="submit"],
#primary .button,
#primary .button.size-small,
#primary .button.size-large,
#primary .button.size-xl,
#primary .button.size-xxl {
    background: #f8d246;
    color: #113356;
    font-weight: 500;
    border: none;
}


#primary h2, #primary h3, #primary h4, #primary h1 {
    color: #19314f;
}

.special {
    color: #d21d4f !important;;
}

#primary h1 {
    font-weight: 500;
    font-size: 45px;
    line-height: 0.95;
}

.logo-text {
    width: 6em;
}

#primary h2, .woocommerce section h2, .woocommerce-page section h2 {
    font-size: 45px;
    font-weight: 500;
    max-width: 550px;
    margin: 0 auto 60px;
    line-height: 0.95;
}

#primary .inbox {
    padding: 0 10px;
}
#primary .inbox .caption {
    padding: 15px 0;
}

#primary .inbox .caption h2 {
    text-transform: none;
    letter-spacing: 0px;
    font-style: normal;
    margin: 0 0 35px;
    line-height: 1;
    color: #113356;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
}

.woocommerce ul.products li.product .price del {
    color:  #19314f;
    margin-left: 4px;
}

#primary .inbox .caption .star-rating {
    display: none;
}

.inbox .caption .price {
    background-color: #f8d246;
}

.inbox .caption .price .woocommerce-Price-amount {
    color: #19314f;
    font-weight: 700;
    font-size: 15px;
}

.image-link .overlay-title {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.woocommerce .inbox span.onsale, .woocommerce-page .inbox span.onsale {
    width: 77px;
    height: 40px;
    background-color: #f8d246;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    top: 27px !important;
}

.image-link .overlay-image {
    background-color: rgba(17, 51, 86, 0.6);
}

body.page-template-default .entry-page,
body.post-type-archive .entry-page {
    max-width: 1170px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

body.post-type-archive #primary .woocommerce-result-count {
    display: none;
}

body.post-type-archive #primary h1 {
    font-size: 37px;
    position: relative;
    margin-bottom: 35px;
}

body.post-type-archive #primary h1:before {
    content: '';
    display: block;
    width: 232px;
    height: 4px;
    background-color: #f8d246;
    transform: translateX(50%);
    margin-right: 50%;
    margin-bottom: 18px;
}

.image-link .overlay-image:after, .image-link .overlay-image:before {
    display: none;
}

#primary .inbox .overlay-title .button {
    background: none;
    color: #fff;
    font-size: 18px
}

.woocommerce ul.products li.product .inbox .price {
    color: #000;
}

.home #primary h2 {
    font-size: 37px;
}

#primary h3 {
    font-size: 37px;
    font-weight: 500;
    margin: 0 0 50px;
}

#primary h4 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 50px;
}

#primary section {
    text-align: center;
    padding: 20px 0 17px;
    float: none;
}

.top-image {
    position: relative;
}

.top-image:before {
    content: '';
    display: block;
    width: 232px;
    height: 4px;
    background-color: #f8d246;
    transform: translateX(50%);
    margin-right: 50%;
    margin-bottom: 56px;
}

body.page-id-4505 .top-image:before,
body.page-id-4506 .top-image:before {
    margin-bottom: 40px;
}

#primary #main  {
    padding: 0;
}

body.home #primary > .container {
    width: 100% !important;
    max-width: 100% !important;
}

.section-hero {
    padding: 40px 0px 92px 0px !important;
    min-height: 654px;
    box-sizing: border-box;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.section-hero .container {
    position: relative;
    z-index: 1;
}

.section-hero .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #194082;
    opacity: 0.3;
    z-index: 0;
}

.home .section-hero {
    display: flex;
    align-items: flex-end;
}

.nav-main .nav-main-inner {
    margin-bottom: -4px;
}


#primary .section-hero.yellow-text h1 {
    color: #f8d246;
    max-width: 580px;
    margin: 0 auto;
}


.hero-text {
    max-width: 50%;
    text-align: right;
    font-size: 18px;
    padding-right: 13px;
    padding-top: 29px;
    line-height: 1.28;
}

.hero-text h1 {
    margin-bottom: 20px;
}

.hero-text p {
    margin-bottom: 13px;
    color: #113356
}

#primary .hero-text a.button {
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f8d246;
    background-color: #113356;
    box-sizing: border-box;
    font-weight: 500;
    margin-top: 15px;
    padding: 11px 14px;
    border-radius: 9px;
}

#primary .section-video h2 {
    margin: 37px auto 75px;
}

.home #primary .section-video h2 {
    margin-top: 12px;
    line-height: 1.2;
}

.section-video .video {
    width: 60%;
    margin: 0 auto 80px;
    min-height: 380px;
}

.section-video .video iframe {
    width: 100%;
    height: auto;
    min-height: 385px;
    border: none;
}

#primary .video-button {
    background-color: #fff;
    border: 1px solid #113356;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 30px;
    border-radius: 6px;
}

#primary .section-hero + section h2 {
    margin-top: 50px;
}

#primary h2.special {
    font-size: 37px;
    margin-bottom: 30px;
}

#primary .section-hero + section h2.special {
    margin-top: 5px;
}

#primary .section-hero + section h2:before {
    display: none;
}

.swiper-container {
    width: 81%;
    height: auto;
    padding: 5px 40px;
}

.swiper-container:before,
.swiper-container:after {
    display: block;
    content: '';
    height: 100%;
    width: 40px;
    background-color: #fff;
    position: absolute;
    top: 0;
    z-index: 2;
}

.slider-promotion.swiper-container:before,
.slider-promotion.swiper-container:after {
    background-color: #fff;
}

.swiper-container:before {
    left: 0px;
}

.swiper-container:after {
    right: 0px;
}

.swiper-wrapper {
    width: 80%;
}

.swiper-button-prev {
    left: 0;
    width: 23px;
    height: 42px;
}

.swiper-button-next {
    right: 0;
    width: 23px;
    height: 42px;
}

#primary .swiper-button-next, #primary .swiper-container-rtl .swiper-button-prev {
    background-image: url("../images/slider-arrow-right.png");
    transition: all 0.3s linear;
    background-size: contain;
}

#primary .swiper-button-next:hover, #primary .swiper-container-rtl .swiper-button-prev:hover {
    background-image: url("../images/slider-arrow-hover.png");
    background-size: contain;
}

#primary .swiper-button-prev, #primary .swiper-container-rtl .swiper-button-next {
    background-image: url("../images/slider-arrow-left.png");
    background-size: contain;
}

#primary .swiper-button-prev:hover, #primary .swiper-container-rtl .swiper-button-next:hover {
    background-image: url("../images/slider-arrow-left-hover.png");
    background-size: contain;
}

.swiper-container .swiper-slide {
    text-align: center;
    direction: rtl;
}

.promotion-card {
    border-radius: 20px 20px 20px 20px;
    background-color: #ffffff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 15px 13px 24px 13px;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 45px auto;
    font-size: 18px;
    max-width: 195px;
    border: 3px solid #f8d246;
    position: relative;
}

.promotion-card .image {
    background-color: #fff;
    margin: -44px auto 17px;
    width: 85px;
}

.promotion-card .image img {
    width: 65%;
}

.promotion-card .text-content {
    flex-grow: 1;
    margin-bottom: 17px;
}

.promotion-card ul {
    padding-right: 0;
    list-style: none;
    text-align: right;
    line-height: 1.4;
}

.promotion-card .pluses ul li:before {
    content: '-  ';
}

.promotion-card .price {
   font-weight: bold;
    line-height: 1;
    margin-bottom: 4px;
}

.promotion-card p {
    margin: 0;
}

.promotion-card .button {
    font-size: 17px;
    font-weight: 500;
    background-color: #f8d246;
    border-radius: 7px;
    width: 148px;
    height: 39px;
    color: #113356;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    border: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}

.promotion-card h5 {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    border-bottom: 3px solid #19314f;
    line-height: 1.3;
    margin: 0 auto 26px;
    font-weight: 700;
    font-style: normal;
    color: #19314f
}

.why-bs-card {
    padding: 0 20px;
    font-size: 18px;
}

.why-bs-card .image {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.why-bs-card h5 {
    font-size: 18px;
    text-transform: none;
    font-style: normal;
    line-height: 1.1em;
    margin-bottom: 11px;
    margin-top: 27px;
    color: #000000 !important;
    font-weight: 700;
}

.why-bs-card p {
    line-height: 1.27;
}

.slider-why-bs .swiper-button-next, .slider-why-bs .swiper-button-prev {
    top: 21%;
}

.slider-category .swiper-slide {
    padding-bottom: 50px;
}

.slider-category .swiper-slide .image-link h3 {
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 50px 0;
}
.slider-category .swiper-slide:not(.swiper-slide-active) .image-link h3{
    color: transparent;
}


.image-link {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.image-link a.image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.image-link a img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease-out;
}

.image-link h6 {
    margin: 15px 0;
    line-height: 1;
}

.image-link .image .hover {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    background-color: rgba(17, 51, 86, 0.6);
}

.image-link .image:hover .hover {
    display: flex;
}


.image-link h6 a {
    color: #113356;
    font-size: 18px;
    font-weight: 700;
}

.slider-category .swiper-button-next, .slider-category .swiper-button-prev {
    top: 35%;
}

#main section.section-review {
    padding-top: 32px;
}

.review-card {
    display: flex;
    text-align: right;
    max-width: 713px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding-left: 18px;
}

.review-card .card-content {
    width: 50%;
    box-sizing: border-box;
    padding-top: 20px;
}

.review-card h5 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    font-style: normal;
    margin: 0 0 6px 0;
}

.review-card p {
    font-size: 18px;
    line-height: 1.61;
    margin: 0;
}

.review-card span {
    font-size: 20px;
}

.review-card .card-image {
    width: 275px;
    height: 275px;
    border-radius: 50%;
    background-color: #2C8DFB;
    overflow: hidden;
    flex-shrink: 0;
}

.review-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-review {
    margin: 78px 0 26px;
}

.section-promotion .subtitle {
    font-size: 22px;
    color: #19314f;
    margin-bottom: 5px;
}

#primary .section-promotion h2 {
    margin-bottom: 3px;
}

.section-category h2 {
    font-size: 35px;
    display: inline-block;
    border-bottom: 5px solid #194082;
    padding: 0 50px 20px 50px;
    margin-bottom: 50px;
}

.slider-options {
    margin-bottom: 30px;
}


video {
    width: 100%;
}


.option-card {
    padding: 10px;
    display: flex;
    justify-content: center;
}

.option-card > * {
    flex-basis: 50%;
}

.option-card .card-field {
    display: flex;
    margin-bottom: 2px;
    align-items: flex-start;
}

.option-card .card-field p {
    margin: 0;
    text-align: right;
    font-weight: 400;
}

.option-card .card-content {
    padding: 0 13px 0 0;
    font-size: 18px;
}

.option-card .card-title {
    margin-top: 0;
    margin-bottom: 14px;
    text-align: right;
    font-size: 18px;
    color: #000;
    font-style: normal;
    font-weight: bold;
    line-height: 1.1;
    padding-right: 4px;
}

.option-card figure {
    margin: 5px 0 0 6px;
    width: 28px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.swiper-container .swiper-slide .option-card figure img {
    width: auto;
}

#main section.section-options {
    padding-top: 50px;
}

.section-options .woocommerce-product-rating {
    max-width: 300px;
    margin: 20px auto;
}

.section-options .rating_block {
    max-width: 370px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.section-options .rating_block .star-rating {
    order: 1;
    margin-left: 0 !important;
}

#primary .section-options a.button,
#primary .purchase-details button.button,
#primary .section-product a.button {
    font-size: 17px;
    background-color: #113356;
    border-radius: 6px;
    padding: 11px 14px;
    box-sizing: border-box;
    color: #f8d246;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    margin-bottom: 40px;
}

#primary .section-options a.button {
    margin-top: 16px;
    margin-bottom: 0;
}

.section-options a.button,
.purchase-details button.button {
    font-weight: normal;
}

.section-purchase ul {
    max-width: 600px;
    margin: 70px auto 16px;
    text-align: right;
    line-height: 1.4;
    padding-right: 11.5%;
    list-style: none;
}

.section-purchase ul li:before {
    content: '- ';
}

.purchase-details {
    width: 357px;
    max-width: 100%;
    margin: 0 auto 19px;
    padding-top: 20px;
}

.purchase-details .out_of_stock {
    display: block;
    color: red;
    font-size: 16px;
}

.purchase-details .in_stock {
    color: #00a651;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin-right: 5px;
}

.purchase-details .composite_availability{
    display: none !important;
}

.purchase-details .woocommerce-Price-amount + .stock {
    padding-right: 40%;
}

.purchase-details .stock {
    text-align: right;
    margin: 0  !important;
    font-size: 16px;
}

.purchase-details .in-stock {
    color: #77a464;
}

.purchase-details .out-of-stock {
    color: red;
}

.purchase-details .price, .purchase-details .woocommerce-Price-amount {
    font-size: 21px;
    font-weight: bold;
}

.single-product .purchase-details .composite_form .composite_price p.price {
    margin-bottom: 3px;
}

.purchase-details .woocommerce-product-rating {
    display: none !important;
}

.purchase-details .woocommerce div.product div.images {
    margin-bottom: 5px;
}

.purchase-details .component .composited_product_images {
    margin-right: 0;
}

.purchase-details .component .composited_product_details_wrapper {
    padding-right: 0;
}

.purchase-list {
    padding-right: 20px;
    text-align: right;
}

#primary .section-additional {
    padding-bottom: 35px;
}
.section-additional a {
    text-decoration: none;
}

.section-additional h2 {
    margin: 10px 0;
}

.slider-additional {
    margin-bottom: 165px;
}

.additional-card {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

.additional-card .image-link {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center;
}

.additional-card .overlay-title a.button {
    position: relative;
    background: 0 0;
    margin: 0 auto;
    padding: 0;
    text-shadow: none;
    border: none;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    z-index: 2;
}
.additional-card .caption {
    margin-top: auto;
    display: block;
}

.additional-card .caption h5 {
    font-size: 18px;
    color: #113356;
    font-style: normal;
    font-weight: 500;
}

.quantity .qty, .component_title, .composite_price del {display: none !important;}
.woocommerce-cart .quantity .qty {display: block !important;}


.section-product p {
    max-width: 80%;
    margin: 15px auto;
    line-height: 1.28;
}

.section-product p span {
    text-decoration: underline;
}

.section-product h4 {
    margin: 0 auto;
    text-align: right;
    font-size: 24px;
    font-weight: normal;
    max-width: 80%;
}

.section-product h4 + p {
    margin: 0 auto;
}

#header .logo-row .logo {
    margin-left: 0;
    margin-right: 9.5%;
    padding-top: 32px;
}

.sf-menu a:hover {
    color: #f8d246 !important;
}

.logo .logo-img {
    display: flex;
    width: 370px;
    justify-content: space-between;
}

/*.logo-img a:first-child {*/
    /*margin-left: 10px;*/
/*}*/

.layout-footer {
    display: flex;
}

.layout-footer > * {
   width: 50%;
}

.layout-footer .layout-item {
    padding-top: 26px;
}

.layout-footer .layout-item:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#sidebar-footer .row{
    display: flex;
    justify-content: space-between;
}

#sidebar-footer .row:before, #sidebar-footer .row:after {
    display: none;
}

#sidebar-footer ul.menu li {
    margin-bottom: 8px;
    line-height: 1.2;
}

#footer #sidebar-footer .widget {
    margin-bottom: 0;
}

.footer-form {
    max-width: 298px;
    padding-top: 32px;
}

.footer-form .elementor-field-textual.elementor-size-md {
    font-size: 19px;
    text-align: center;
    color: #969695;
}

.footer-form .elementor-widget-heading .elementor-heading-title:before {
    display: none;
}

.footer-form h6 {
    font-weight: 500;
    font-size: 19px;
}

.footer-form p {
    font-size: 17px;
}

.layout-footer .layout-item .elementor-row {
    justify-content: flex-end;
}

.footer-infoline .like-share-buttons {
    max-width: 123px;
}

.product-card {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-card img {
    width: 100%;
    height: auto;
}

body.rtl.woocommerce .star-rating, body.rtl.woocommerce-page .star-rating {
    float: none !important;
    margin: 20px auto;
}

.flex-control-thumbs {
    display: flex;
    list-style: none;
    justify-content: space-between;
    max-width: 80%;
    margin: 40px auto 0 auto;
}

.flex-control-thumbs li {
    width: 20%;
    cursor: pointer;
}

.flex-control-thumbs li img {
    width: 100%;
    height: auto;
    opacity: 0.5;
}

.flex-control-thumbs li img:hover {
    opacity: 1;
}

.flex-control-thumbs li img.flex-active {
    opacity: 1;
}

.woocommerce-product-gallery__image {
    text-align: center;
}

.woocommerce-product-gallery {
    position: relative;
}

.woocommerce-product-gallery .swiper-button-next,
.woocommerce-product-gallery .swiper-button-prev {
    top: 25%;
}

.woocommerce-product-gallery .swiper-button-next {
    right: 10%;
}

.woocommerce-product-gallery .swiper-button-prev {
    left: 10%;
}

#primary #breadcrumbs {
    display: none !important;
}

.gallery-button-next, .gallery-button-prev {
    position: absolute;
    top: 30%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background: no-repeat 50%;
}

.gallery-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10%;
    right: auto;
}
.gallery-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10%;
    left: auto;
}


.fixed-button {
    height: 40px;
    color: #ffffff;
    background: #4070c0;
    background: -o-linear-gradient(top,rgba(69,128,211,1),rgba(55,102,168,1));
    background: -moz-linear-gradient(top,rgba(69,128,211,1),rgba(55,102,168,1));
    background: -ms-linear-gradient(top,rgba(69,128,211,1),rgba(55,102,168,1));
    background: linear-gradient(top,rgba(69,128,211,1),rgba(55,102,168,1));
    background: -webkit-gradient(linear,center top,center bottom,from(rgba(69,128,211,1)),to(rgba(55,102,168,1)));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff4580d3, endColorstr=#ff3766a8);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff4580d3, endColorstr=#ff3766a8);
    box-shadow: inset 0 1px 0px 0 rgba(0,0,0,0.4), inset 0 2px 0px 0 rgba(255,255,255,0.7);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0px;
    padding: 0px;
    display: flex;
    overflow: hidden;
    position: fixed;
    z-index: 100;
    opacity: 1;
    width: 91px;
    right: 21px;
    bottom: 0;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.fixed-button:hover {
    color: #fff;
}


.sticky-header .fa-whatsapp, #header .fa-whatsapp {
    font-size: 26px;
    top: 1px;
    padding-left: 6px;
    padding-right: 13px;
}

.single-product #primary .section-product h2 {
    margin-bottom: 25px;
}

.single-product .section-product h2,
.single-product .entry-page section:first-child h2,
.single-product .section-product h3 {
    font-size: 40px;
    font-weight: 500;
    border-bottom: none;
    padding-bottom: 0;
}

.single-product #primary #content {
    margin-top: 0 !important;
}

body.postid-6105 .section-product  {
    padding-top: 0 !important;
    margin-top: 0px !important;
}

body.postid-6105 .section-product p {
    margin-top: 0;
}

body .sticky-header {
    background-color: #fff;
}

body .sticky-header .navbar-toggle .icon-bar,
body .sticky-header .navbar-toggle:hover .icon-bar,
body .sticky-header .navbar-toggle:focus .icon-bar {
    background-color: #113356;
}


.component_content .images {
    display: none;
}

.postid-4539 .section-product p {
    margin-top: 0;
}

.postid-4539 .section-product {
    padding-top: 0;
}

.postid-4539 #main section.section-options {
    padding-top: 0;
}


.sf-menu a, .mobile-menu a {
    color: #113356;
    font-size: 17px;
}

.mobile-menu {
    display: none !important;
}

#primary #content {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


#header .logo-row a {
    color: #949292;
}

#header .logo-row a:hover {
    color: #f8d246;
}

#header .logo-row a:hover .bettersleep-cart-count {
    background-color: #f8d246;
}

#header .logo-img a:first-child {
    padding-top: 3px;
}

#footer #sidebar-footer .widget-title {
    color: #f8d246;
    font-size: 19px;
}

#sidebar-footer {
    margin-bottom: 44px;
}

footer#footer {
    background-color: #113356;
    padding-bottom: 45px;
}

#footer ul {
    font-size: 17px;
}

#footer ul a:hover {
    color: #f8d246;
}

.footer-infoline-right {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 9px;
}

.footer-infoline-right .copyright,
.footer-infoline-right .credits {
    display: inline-block;
}

.footer-infoline-right .copyright {
    margin-left: 30px;
}

.footer-button {
    position: fixed;
    bottom: 0;
    right: 6%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 104px;
    height: 44px;
    background-color: #f8d246;
    color: #113356;
    font-weight: 500;
    font-size: 19px;
    z-index: 100;
}

.footer-button:hover {
    background-color: #f8d246;
    color: #113356;
    font-weight: 700;
}

#footer #nav_menu-3 {
    padding-right: 0;
}

#footer #nav_menu-4 {
    padding-left: 0;
}

.footer-infoline-left {
    display: flex;
    /*padding-left: 10px;*/
    padding-top: 26px;
    line-height: 1.18;
    margin-top: auto;
}

#footer .footer-infoline-left a {
    display: block;
    color: #f8d246;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
}

#footer .footer-infoline-left .contacts {
    padding-top: 4px;
}

.component.options-style-dropdowns .component_options_select_wrapper {
    position: relative;
}

body.page-id-4912 .title-bar-style-custom_bg {
    min-height: 654px;
    margin-top: 127px;
    padding-top: 77px;
    box-sizing: border-box;
}

body.page-id-4912  #title-bar .title-primary {
    max-width: 50%;
    text-align: right;
    font-size: 45px;
    padding-right: 13px;
    line-height: 1.28;
    color: #f8d246;
}

body.page-id-4912 #primary {
    padding-top: 0;
}

body.page-id-4912 #primary .elementor-4912 p.elementor-heading-title {
    text-decoration: none;
    font-size: 37px;
}


#primary .section-packages {
    padding: 67px 0 86px;
}

#primary .section-packages h3 {
    margin-bottom: 26px;
}

.layout-branches, .layout-packages {
    display: flex;
    flex-wrap: wrap;
}

.layout-packages {
    max-width: 840px;
    margin: 0 auto;
}

.layour-branches .layout-item, .layout-packages .layout-item {
    width: calc(100% / 3);
}

.layout-packages .layout-item {
    margin-bottom: 4px;
}

.home-package .elementor-element-populated {
    box-shadow: none !important;
    border: 3px solid #f8d246;
    border-radius: 25px !important;
    padding-bottom: 0 !important;
    margin: 20px auto 5px !important;
    max-width: 200px;
}

.home-package .elementor-widget-button {
    height: 44px;
    background-color: #f8d246;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin: 12px -11px 0;
    width: auto !important;
}

.home-package .elementor-button,
.home-package .elementor-button:focus,
.home-package .elementor-button:active,
.home-package .elementor-button:visited {
    background-color: transparent !important;
    font-size: 15px !important;
    color: #113356 !important;
}

.home-package .elementor-element:not(:last-child) {
    margin-bottom: 6px !important;
}

.home-package .elementor-widget-wrap {
    display: flex;
    flex-direction: column;
}

.home-package p, .home-package a, .home-package .elementor-text-editor {
    font-size: 15px;
    color: #000;
    line-height: 1.3;
}

.home-package .elementor-widget-heading h5.elementor-heading-title {
    font-size: 18px !important;
    display: inline-block;
    border-bottom: 3px solid #19314f;
    line-height: 1.3;
    margin: 7px auto 0;
    font-weight: 700;
    font-style: normal;
    color: #19314f;
}

#primary .elementor-widget-heading h2.elementor-heading-title {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    max-width: none;
    margin: 0 auto 20px;
    max-width: 500px;
}

.elementor-widget-heading h2.elementor-heading-title:before {
    content: '';
    display: block;
    width: 232px;
    height: 4px;
    background-color: #f8d246;
    transform: translateX(50%);
    margin-right: 50%;
    margin-bottom: 45px;
}

.page-template-default .elementor-nav-menu--main .elementor-nav-menu a,
.page-template-default .elementor-nav-menu--main .elementor-nav-menu a.highlighted,
.page-template-default .elementor-nav-menu--main .elementor-nav-menu a:focus,
.page-template-default .elementor-nav-menu--main .elementor-nav-menu a:hover {
    padding: 0;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    transition: none;
}

.page-template-default .elementor-nav-menu--dropdown .elementor-nav-menu a,
.page-template-default .elementor-nav-menu--dropdown .elementor-nav-menu a.highlighted,
.page-template-default .elementor-nav-menu--dropdown .elementor-nav-menu a:focus,
.page-template-default .elementor-nav-menu--dropdowm .elementor-nav-menu a:hover {
    padding: 0;
    font-size: 13px;
    color: #000;
    font-weight: 700;
    transition: none;
}

.page-template-default .elementor-nav-menu--main {
    margin: 37px auto 21px;
    max-width: 85%;
}

.page-template-default .elementor-nav-menu--main ul {
    column-count: 4;
    padding-right: 30px;
}

.page-template-default .elementor-nav-menu--dropdown ul {
    column-count: 2;
    padding-right: 30px;
}

.page-template-default .elementor-nav-menu li {
    margin-bottom: 7px;
    break-inside: avoid-column;
    text-align: right;
    text-indent: -30px;
}

.page-template-default .elementor-nav-menu li:nth-child(12) {
    break-before: avoid;
    break-after: column;
}

.page-template-default .elementor-nav-menu li:nth-child(12) a {
    max-width: 158px;
}

.page-template-default .elementor-toggle .elementor-tab-title.elementor-active {
    background-color: #f8d246;
    margin-top: -1px;
}

.page-template-default .elementor-toggle .elementor-tab-title a:hover,
.page-template-default .elementor-toggle .elementor-tab-title a:focus {
    color: #000;
}

.page-template-default .elementor-toggle .elementor-tab-title {
    padding: 10px 8px;
}

.page-template-default .elementor-toggle .elementor-tab-content {
    padding: 0 27px 10px 15px;
    line-height: 1.6;
}

.page-template-default .pojo-form .field {
    text-align: center;
    color: #969695 !important;
    background-color: #ebebeb !important;
    border-color: #ebebeb !important;
    font-family: Arial;
}

.page-template-default .pojo-form textarea.field {
    height: 130px;
}

.page-template-default .e--pointer-background .elementor-item:after,
.page-template-default .e--pointer-background .elementor-item:before {
    display: none;
}

.page-template-default .elementor-4488 .elementor-element.elementor-element-9f44462 .elementor-nav-menu--main .elementor-item:hover,
.page-template-default .elementor-4488 .elementor-element.elementor-element-9f44462 .elementor-nav-menu--main .elementor-item.elementor-item-active,
.page-template-default .elementor-4488 .elementor-element.elementor-element-9f44462 .elementor-nav-menu--main .elementor-item.highlighted,
.page-template-default .elementor-4488 .elementor-element.elementor-element-9f44462 .elementor-nav-menu--main .elementor-item:focus {
    color: #f8d246;
}


body.pojo-title-bar #title-bar {
    max-width: 1170px;
    margin: 127px auto 22px;
    min-height: 250px;
    display: flex;
}

body.pojo-title-bar #title-bar .container {
    align-items: center;
    justify-content: center;
    max-width: 490px;
    display: flex;
}

body.pojo-title-bar #primary {
    padding-top: 0;
}

body.pojo-title-bar  #title-bar .title-primary {
    color: #f8d246;
    font-size: 45px;
    text-align: center;
    line-height: 0.95;
}

body.pojo-title-bar .page-title {
    display: none;
}

.video-row h6, .picture-row h6 {
    font-size: 18px;
    font-weight: 700;
}

.video-row h6:before, .picture-row h6:before {
    content: '';
    display: block;
    height: 4px;
    width: 82px;
    background-color: #f8d246;
    margin-right: 50%;
    transform: translateX(50%);
    margin-bottom: 15px;
}

.about-content {
    max-width: 880px;
    margin: 0 auto 30px;
}

body.page-template-default .entry-content {
    max-width: 880px;
    margin: 0 auto;
}

body.page-id-4505 .entry-content,
body.page-id-4506 .entry-content {
    max-width: 890px;
}

body.page-template-default.page-id-4504 .entry-content,
body.page-template-default.page-id-4488 .entry-content {
    max-width: none;
}

body.page-id-4488 #primary .elementor-widget-heading h2.elementor-heading-title {
    max-width: none;
    margin-bottom: 0;
}

body.page-id-4488 #primary h3 {
    font-size: 28px;
    margin-bottom: 0;
}

body.page-id-4488 #primary section {
    padding-bottom: 0;
}

body.page-id-4488 .elementor-menu-toggle {margin-right: auto}

#primary .about-content h2 {
    max-width: 530px;
    margin: 0 auto;
}

.about-content img {
    width: 100%;
    height: auto;
}

#primary .about-content p {
    line-height: 1.27;
    font-size: 18px;
}

#primary .about-content .elementor-image {
    margin: 30px 0;
}

body.page-template-default .contact-content {
    max-width: 800px;
    margin: 0 auto;
}

body.page-template-default .contact-form {
    max-width: 550px;
    margin: -13px auto 0;
}

body.page-template-default .field-group.checkbox {
    margin-top: -6px;
}

body.page-template-default .field-group.checkbox input[type='checkbox'] {
    opacity: 0;
}

body.page-template-default .checkbox .field-list-item label {
    position: relative;
    font-size: 16px;
    font-weight: 500;
}

body.page-template-default .checkbox .field-list-item label:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #194082;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
}

body.page-template-default .checkbox .field-list-item input[type='checkbox']:checked + label:after {
    top: 50%;
    transform: translateY(-50%);
    right: -17px;
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #194082;
}

.review-page-content {
    max-width: 560px;
    margin: 0 auto;
}

.review-page-slider .swiper-container {
    width: 100%;
    padding: 0;
}

.review-page-slider:after {
    content: '';
    display: block;
    width: 232px;
    height: 4px;
    background-color: #f8d246;
    transform: translateX(50%);
    margin-right: 50%;
    margin-top: 17px;
    margin-bottom: 112px;
}

.review-page-slider .elementor-slides .swiper-slide-inner {
    padding: 0;
}

.review-page-slider .swiper-container:before, .review-page-slider .swiper-container:after {
    display: none;
}

#primary .review-page-content .review-page-text {
    margin-bottom: 0;
}

.review-page-content .review-page-text p {
    line-height: 1.5;
}

#primary .review-page-content h4 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 28px;
}

.single-post #primary h1 {
    font-size: 37px;
    font-weight: 500;
    max-width: 550px;
    margin: 45px auto 56px;
    line-height: 0.95;
}

.single-post #primary h1:after {
    content: '';
    display: block;
    width: 232px;
    height: 4px;
    background-color: #f8d246;
    transform: translateX(50%);
    margin-right: 50%;
    margin-top: 56px;
}

@media only screen and (min-width: 1400px) {
    .section-hero {
        background-position: top center;
    }
}

@media only screen and (min-width: 768px) {
    body.postid-4791 .slider-options .swiper-wrapper {
        justify-content: center;
        direction: rtl;
    }
    body.postid-4791 .slider-options .option-card {
        max-width: 300px;
        margin: 10px 40px;
    }
    body.postid-4791 .slider-options .swiper-button-prev,
    body.postid-4791 .slider-options .swiper-button-next {
        display: none;
    }
    #header .logo a.mobile-whatsapp {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .swiper-container {
        width: 100%;
    }
    .slider-promotion .swiper-slide,
    .slider-option .swiper-slide {
        overflow: visible;
    }
    .option-card {
        margin: 10px 5px;
    }
    .promotion-card .price {
        flex-direction: column;
        align-items: flex-start;
    }

    .promotion-card .price p {
        margin-bottom: 10px;
    }

    .promotion-card a {
        align-self: flex-end;
    }
}

@media screen and (max-width: 830px) {
    .review-card .card-image {
        width: 175px;
        height: 175px;
    }
    .page-template-default .elementor-nav-menu--main ul {
        column-count: 2;
    }
    .page-template-default .elementor-nav-menu li:nth-child(12) {
        break-before: auto;
        break-after: auto;
    }
    .page-template-default .elementor-nav-menu li:nth-child(12) a {
        max-width: none;
    }
}

@media only screen and (max-width: 768px) {
    #primary section.package-row {
        padding-bottom: 0;
    }
    #primary section.package-row-2 {
        padding-top: 0;
    }

    body.page-id-4488  .elementor-4488 .elementor-element.elementor-element-602f921 {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .page-template-default .elementor-nav-menu--dropdown ul {
        padding-top: 20px;
    }
    .mobile-menu {
        display: block !important;
    }
    .slider-additional {
        margin-bottom: 130px;
    }
    #header .logo-img a:first-child {
        padding-top: 1px;
    }
    body #primary {
        font-size: 13px;
    }
    .section-hero {
        min-height: 382px;
        padding-bottom: 68px !important;
    }
    #primary .section-hero h1 {
        font-size: 23px;
        line-height: 1.1;
        max-width: 90% !important;
    }
    #primary .section-promotion {
        padding-bottom: 4px;
    }
    #primary .section-category {
        padding-bottom: 0;
    }
    .home .section-hero {
        margin-bottom: 17px;
    }
    #primary .section-hero + section h2 {
        margin-top: 0;
    }
    .hero-text {
        max-width: 100%;
        font-size: 13px;
    }
    #primary #content h2, #primary #content h3 {
        font-size: 22px;
        margin-bottom: 24px;
    }
    #primary #content .inbox .caption h2 {
        font-size: 18px;
    }
    #primary .section-video h2 {
        margin-bottom: 19px;
    }
    #primary h2, .woocommerce section h2, .woocommerce-page section h2 {
        margin-bottom: 24px;
    }
    .single-product .section-product h2, .single-product .entry-page section:first-child h2  {
        font-size: 30px;
        margin: 0;
    }
    .flex-control-thumbs li {
        width: 25%;
    }
    .slider-additional {
        padding-top: 0;
    }
    .section-additional .container > h2 {
        margin-bottom: 0;
    }
    body.postid-4791 .slider-options .option-card {
        max-width: none;
        margin: 10px 5px;
    }
    .flex-control-thumbs {
        max-width: 100%;
        padding-right: 0;
    }
    .additional-card .image-link {
        min-height: auto;
    }
    .slider-why-bs {
        margin-bottom: 8px;
    }
    .slider-review {
        padding-bottom: 0;
        margin-bottom: 8px;
    }
    .section-purchase ul {
        max-width: 100%;
    }
    .review-card {
        flex-direction: column;
    }
    .review-card .card-image {
        width: 142px;
        height: 142px;
        order: -1;
    }
    .review-card .card-content {
        width: 80%;
        padding-right: 0;
        text-align: center;
    }
    .section-options a.button, .purchase-details button.button, .section-product a.button {
        font-size: 24px;
        padding: 12px;
    }
    .option-card {
        padding: 10px 40px;
    }
    .option-card .card-content {
        padding-right: 30px;
        font-size: 13px;
    }
    #primary #content #main {
        margin-top: 0 !important;
        padding-top: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    #primary .top-image:before,
    .elementor-widget-heading h2.elementor-heading-title:before,
    .review-page-slider:after {
        height: 2px;
        width: 136px;
        margin-bottom: 40px;
    }
    .section-product p,
    .section-product h4 {
        max-width: 100%;
    }
    #footer .customer-service {
        text-align: center;
    }
    #footer .social-icons {
        display: flex !important;
        justify-content: center;
    }
    #footer .like-share-buttons {
        margin-top: 0 !important;
    }
    #footer #nav_menu-3, #footer #nav_menu-4 {
        padding: 0;
    }
    .why-bs-card h5 {
        font-size: 14px;
        margin-bottom: 0;
    }
    .why-bs-card p {
        font-size: 14px;
        margin-bottom: 0;
    }
    .review-card h5 {
        font-size: 13px;
    }
    .review-card p {
        font-size: 13px;
        line-height: 1.2;
    }
    .section-hero {
        margin-bottom: 30px;
    }
    #primary section.section-product {
        padding-top: 0;
    }
    #main section.section-additional {
        padding-top: 10px;
    }
    .single-product .section-product h3 {
        font-size: 30px;
        margin: 0 0 15px 0;
    }
    #main section.section-options {
        padding-top: 0;
    }
    #primary .purchase-details button.button {
        margin-bottom: 0;
    }
    .section-product p {
        margin: 0 0 25px 0;
    }
    .postid-16 .section-product p,
    .postid-4539 .section-product p {
        margin: 0;
    }
    #main section.section-review {
        padding-top: 30px;
    }
    .section-promotion .subtitle {
        font-size: 13px;
    }
    .slider-promotion .swiper-slide,
    .slider-option .swiper-slide {
        overflow: hidden;
    }
    .option-card {
        margin: 0;
    }

    .promotion-card {
        max-width: 226px;
    }
    .promotion-card .image {
        margin-bottom: 28px;
    }
    .promotion-card h5 {
        font-size: 21px;
        margin-bottom: 30px;
    }
    .promotion-card ul, .promotion-card .price {
        font-size: 21px;
        padding-right: 5px;
    }
    .promotion-card .text-content {
        margin-bottom: 20px;
    }
    .promotion-card .button {
        font-size: 20px;
        width: 173px;
        height: 45px;
        bottom: -27px;
    }
    .section-video .video {
        width: 82%;
        margin-bottom: 30px;
        min-height: 285px;
    }
    .section-video .video iframe {
        min-height: 285px;
    }
    .image-link h6 a {
        font-size: 13px;
    }
    #primary h4 {
        font-size: 19px;
    }
    .slider-category .swiper-slide {
        padding-bottom: 0;
    }
    #header .logo {
        overflow: visible !important;
    }
    .mobile-whatsapp {
        padding-right: 6px;
        margin-top: 3px;
    }
    .sticky-header .fa-mobile {
        top: 1px;
        padding-left: 6px;
        padding-right: 13px;
    }
    .mobile-phone {
        margin-right: 17px;
        margin-top: 3px;
        font-size: 26px;
    }
    body #pojo-a11y-toolbar {
        top: 100px !important;
    }
    #header .logo a, .sticky-header .logo a {
        color: #113356;
    }
    .sticky-header .logo {
        overflow: visible !important;
    }
    .sticky-header .logo-img a:nth-child(2) {
        max-width: 56px;
        line-height: 1;
    }
    #header .nav-main.boxed, .sticky-header .nav-main {
        margin: 0 -15px !important;
        background-color: #113356;
    }
    body .sticky-header .nav-main {
        max-width: none;
    }
    body .nav-main .navbar-collapse .mobile-menu>li a {
        border: none
    }
    body .nav-main .navbar-collapse .mobile-menu>li {
        margin: 5px 0;
    }
    body #header .nav-main .navbar-collapse, body .sticky-header .nav-main .navbar-collapse {
        max-height: 95vh;
        padding: 19px 13px;
    }
    body #header .mobile-menu a, body .sticky-header .mobile-menu a {
        color: #fff;
        font-size: 19px;
        font-weight: 500;
        padding: 0 15px;
    }
    .layout-footer {
        flex-wrap: wrap;
        padding: 0 20px;
    }

    .layout-footer > * {
        width: 100%;
    }
    .layout-footer .layout-item {
        padding: 0;
    }
    .footer-form {
        padding-top: 10px;
    }
    .footer-form h6, .footer-form p {
        font-size: 13px;
        text-align: right;
        font-weight: 400;
    }
    .footer-form p {
        margin-bottom: 4px;
    }
    .footer-form .elementor-field-textual.elementor-size-md {
        font-size: 13px;
        min-height: 36px;
        height: 36px;
    }
    .footer-form .elementor-form .elementor-button.elementor-size-sm {
        min-height: 36px;
        height: 36px;
        font-size: 13px;
    }
    .layout-footer .layout-item:first-child {
        order: 1;
    }
    .layout-footer .layout-item:last-child {
        align-items: flex-start;
    }
    .footer-form {
        max-width: none;
        margin: 0 -10px;
    }
    #footer .footer-infoline-left .contacts {
        order: 1;
    }
    #footer .footer-infoline-left a {
        font-size: 13px;
        text-align: right;
    }
    .footer-infoline-left {
        padding-top: 0;
    }
    #footer ul {
        font-size: 11px;
        line-height: 1.7;
    }
    #footer #sidebar-footer .widget-title {
        font-size: 11px;
        font-weight: 400;
        margin-bottom: 0;
    }
    #footer #sidebar-footer {
        padding-top: 20px;
    }
    .footer-infoline-right {
        font-size: 8px;
        padding-top: 15px;
    }
    .footer-button {
        font-size: 14px;
        height: 28px;
        width: 80px;
        right: 2%;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
    .gallery-button-next,
    .gallery-button-prev {
        display: none;
    }
    .section-purchase {
        padding-top: 0;
    }
    .section-purchase ul {
        margin-top: 10px;
    }
    .layout-packages .layout-item {
        width: 50%;
    }
    #primary .section-packages {
        padding: 20px 0 30px;
    }
    body.page-id-4912 .title-bar-style-custom_bg {
        margin-top: 0;
        min-height: 382px;
    }
    .home-package .elementor-element-populated {
        margin: 20px 5px 5px !important;
        max-width: none;
    }
    body.default-hero-page #title-bar {
        min-height: 150px;
    }
    body.page-id-4912 #title-bar .title-primary {
        max-width: 100%;
        font-size: 23px;
        padding-right: 0;
    }
    body.page-id-4912 #primary .elementor-4912 p.elementor-heading-title {
        font-size: 22px;
    }
    body.default-hero-page #title-bar {
        margin-top: 0;
    }
    body.default-hero-page #title-bar .title-primary {
        font-size: 23px;
    }
    #primary .about-content p {
        font-size: 13px;
    }
    .image-link a.image {
        height: auto;
        width: 80%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 500px) {
    .section-video .video {
        min-height: auto;
    }
    .section-video .video iframe {
         min-height: auto;
    }
    .layout-packages .layout-item {
        width: 100%;
    }
    .image-link .card-shadow {
        top: 230px;
    }
    .option-card {
        padding: 10px 30px;
    }
    .swiper-button-next,
    .swiper-button-prev {
       width: 11px !important;
    }
    .option-card .card-content {
        padding-right: 15px;
    }
    .swiper-container:before,
    .swiper-container:after {
        display: none;
    }
    .swiper-container {
        padding: 0;
        width: 100%;
    }
    .slider-category {
        padding: 0 40px;
    }
    .section-options a.button,
    .purchase-details button.button,
    .section-product a.button {
        white-space: normal;
    }
    .slider-review {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 350px) {
    .section-hero .button {
        min-width: auto;
        font-size: 24px;
    }
    .promotion-card {
        margin: 20px;
    }
    .section-category h2 {
        padding: 0 10px 20px 0;
    }
}
