@import "https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap";

body {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #696969
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.columns .column.main>p {
    margin: 0
}

a,
.alink {
    color: #444
}

a:hover,
.alink:hover {
    color: #444;
    text-decoration: underline
}

a:active,
.alink:active {
    color: #DA1F0A
}

h1 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #444
}

h2 {
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #444
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

body>.widget.block.block-static-block {
    margin: 0;
    display: none
}

.page-header>p {
    margin: 0
}

.columns .column.main p:empty {
    display: none
}

.container,
.page-main {
    max-width: 1200px;
    width: 100%;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.cms-home .page-main {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

.checkout-index-index .form-discount button.action.action-cancel {
    height: auto;
    width: auto !important;
    background: #FF4747 !important;
    padding: 11px 18px;
    float: none;
    box-shadow: none !important;
    color: #fff !important;
    border-radius: 0 30px 30px 0 !important;
    font-weight: 500;
    position: relative;
}

.checkout-index-index .form-discount button.action.action-cancel:before {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 0 30px 30px 0 !important;
    border: 1px dashed #fff;
}

.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
    background: #FF4747 !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

.customer-pass-notice.header {
    background-color: #d60016;
    color: #fff;
    font-size: 17px;
    padding: 10px;
    text-align: center;
    font-weight: 600;
}

.customer-pass-notice.header a {
    color: #fff;
    text-decoration: underline;
}

.cms-noroute-index .customer-pass-notice.header {
    display: none;
}

.row {
    box-sizing: border-box;
    margin-left: -15px;
    margin-right: -15px
}

.action.primary,
.action-primary {
    background: #FF4747;
    border-color: #FF4747
}

.action.primary:hover,
.action-primary:hover {
    background: #DA1F0A;
    border-color: #DA1F0A
}

.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
    background: #DA1F0A;
    border: 1px solid #DA1F0A;
    color: #fff
}

input[type="text"] {
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.fieldset>.field>.label,
.fieldset>.fields>.field>.label {
    color: #444;
    margin-bottom: 5px;
    margin-top: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal
}

.fieldset {
    margin-bottom: 20px
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
    border: 1px solid #d4d4d4;
    background: #fff;
    height: 40px
}

.field.country select {
    border: 1px solid #d4d4d4;
    background-color: #fff;
    height: 40px
}

.top_message_content {
    padding: 12px 30px !important;
    font-size: 12px;
    line-height: normal
}

button#closeTopMessage {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    padding: 10px;
    color: #fff
}

.top_message_content p {
    margin-bottom: 0
}

.geolocation-message .geolocation {
    text-align: center;
    background: #b2dcf0;
    color: #fff;
    font-size: 12px;
    position: relative;
    padding: 12px 30px;
    line-height: normal
}

.geolocation-message .geolocation:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    border-top: 1px dashed #FFF
}

.geolocation-message .geolocation p {
    margin-bottom: 0
}

.navigation,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper>.widget,
.block.category.event,
.top-container {
    max-width: 1170px;
    clear: both;
    margin-left: auto;
    margin-right: auto
}

.page-header .panel.wrapper {
    border-bottom: 1px solid #444;
    background-color: #444
}

.page-header .header.panel {
    padding-bottom: 5px;
    padding-top: 8px
}

.header.panel>.header.links>li {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px
}

.header.panel>.header.links>li.welcome,
.header.panel>.header.links>li>a {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #fff
}

.header.panel>.header.links .my-account-link {
    text-decoration: none;
    padding-left: 23px;
    position: relative
}

.header.panel>.header.links>li>a:hover {
    text-decoration: none
}

.header.panel>.header.links .my-account-link:before {
    content: "";
    background: url(/media/wysiwyg/my-account-icon.svg);
    width: 12px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
    background-repeat: no-repeat;
    background-position: center center
}

.page-header .switcher {
    margin-left: 40px;
    line-height: normal
}

.page-header .switcher.country-swticher span {
    text-decoration: none;
    padding-left: 27px;
    position: relative;
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    display: inline-block
}

.page-header .switcher.country-swticher span:before {
    content: "";
    background: url(/media/wysiwyg/united-kingdom.png);
    width: 18px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
    background-repeat: no-repeat;
    background-position: center center
}

.page-header .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
    content: "";
    background: url(/media/wysiwyg/options-toggle.svg);
    height: 20px;
    width: 15px;
    line-height: normal;
    background-repeat: no-repeat;
    margin-top: 2px;
    margin-left: 5px;
    background-position: center center;
    background-size: 8px auto
}

.page-header .panel.wrapper .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
    content: "";
    transform: rotate(180deg);
    margin-top: 2px;
    margin-left: 5px
}

.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #fff
}

.page-header .header.content {
    max-width: 100%;
    padding: 10px 0 0;
    background: url(/media/wysiwyg/header-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
}

.page-header .logo {
    margin: 0
}

.page-header .logo img {
    max-width: 224px
}

.page-header .minicart-wrapper {
    margin-right: 0;
    margin-left: 30px;
    width: 207px;
    text-align: right;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: left;
    padding-bottom: 5px
}

.page-header .header.content .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.page-header .minicart-wrapper .cart-text {
    color: #fff;
    display: block
}

.minicart-wrapper .action.showcart {
    background: #FF4747;
    height: 43px;
    width: 43px;
    text-align: center;
    line-height: 43px;
    border-radius: 43px;
    color: #fff;
    position: relative
}

.minicart-wrapper .action.showcart .counter.qty {
    display: inline-block;
    position: absolute;
    background: #FFF16B;
    border: 1px solid #FFF;
    box-sizing: border-box;
    height: 25px;
    width: 25px;
    border-radius: 25px;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    color: #444;
    margin: 0;
    padding: 0;
    line-height: normal;
    top: -9px;
    right: -9px;
    z-index: 1;
}

.minicart-wrapper .action.showcart .counter.qty .loader>img {
    max-width: 15px;
    max-height: 15px
}

.minicart-wrapper .action.showcart .counter.qty.empty {
    display: inline-block
}

.minicart-wrapper .action.showcart .counter-number {
    text-shadow: none;
    margin-top: 0;
    display: inline-block;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    font-family: Quicksand;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
}

.minicart-wrapper .action.showcart::after {
    content: "";
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 39px;
    width: 39px;
    height: 39px;
    border: 1px dashed #FFF
}

.minicart-wrapper .action.showcart::before,
.minicart-wrapper .action.showcart.active::before {
    color: #fff;
    font-size: 20px;
    content: "";
    background: url(/media/wysiwyg/cart-icon.svg);
    background-repeat: no-repeat;
    padding: 1px;
    height: 17px;
    width: 17px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0 auto;
    background-size: cover
}

.page-header .minicart-wrapper span.text {
    color: #fff;
    display: block;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px
}

.page-header .minicart-wrapper strong {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-top: 2px;
    margin-bottom: 2px;
    display: inline-block
}

.page-header .minicart-wrapper .cart-messages {
    padding-left: 16px
}

.page-header .block.block-search {
    float: left;
    box-sizing: border-box;
    padding: 0 20px;
    max-width: 680px;
    width: calc(100% - 490px)
}

.block-search input {
    height: 42px;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 6px 128px 6px 25px;
    position: unset !important;
    max-width: 100%;
    transition: unset !important;
    box-shadow: none !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.block-search input::placeholder {
    color: #BCBCBC;
    opacity: 1
}

.block-search input:-ms-input-placeholder {
    color: #BCBCBC
}

.block-search input::-ms-input-placeholder {
    color: #BCBCBC
}

.amsearch-form-container.-opened .input-text {
    padding-left: 26px;
}

.amsearch-form-container .amsearch-close {
    display: none !important
}

form#search_mini_form>.actions {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

form#search_mini_form {
    position: relative;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #fff
}

.block-search .search .control {
    z-index: 1
}

.block-search .action.search>span {
    position: unset;
    margin: 0;
    clip: unset
}

.block-search .action.search:before {
    color: #fff;
    float: right;
    position: absolute;
    right: 18px;
    content: "";
    background: url(/media/wysiwyg/search-icon.svg);
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    background-position: center center;
    top: 13px;
    background-size: 16px auto
}

.minisearch .actions .action.search {
    background: #FF4747;
    border-radius: 42px;
    color: #fff;
    height: 42px;
    width: 125px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: block !important;
    right: 0;
    position: relative;
    opacity: 1;
    padding-right: 10px
}

.minisearch .actions .action.search:after {
    content: "";
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 59px;
    border: 1px dashed #FFF
}

.search .amsearch-loupe {
    display: none !important
}

.amsearch-form-container.-opened .amsearch-wrapper-input {
    position: unset !important;
    max-width: 100%;
    transition: unset !important
}

.amsearch-form-container .input-text:focus {
    border: 2px solid #fff;
    box-shadow: none
}

.nav-sections {
    background: #ff4747;
    margin: 0 !important
}

.navigation {
    background: transparent;
    text-align: center
}

.navigation .level0>.level-top {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 35px !important;
    line-height: normal;
    font-size: 14px;
    border-radius: 30px;
    border: 1px solid transparent
}

.navigation .level0>.level-top:hover,
.navigation .level0>.level-top.ui-state-focus {
    color: #fff;
    border: 1px dashed #FC6D6D;
    background: #DA1F0A
}

.navigation .level0.active>.level-top,
.navigation .level0.has-active>.level-top {
    color: #fff !important;
    border: 1px dashed #FC6D6D !important;
    background: #DA1F0A
}

.navigation .level0.parent>.level-top>.ui-menu-icon::after {
    display: none
}

.navigation .level0 {
    margin: 0;
    padding: 4px 0
}

.navigation .level0.last {
    background: #FFF16B
}

.navigation .level0.last:before,
.navigation .level0.last:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #FFF16B;
    width: 100%;
    bottom: -2px;
    left: 0
}

.navigation .level0.last:before {
    top: -2px;
    bottom: auto
}

.navigation .level0 .submenu {
    text-align: left;
}

.navigation .level0.last .level-top {
    background: #FFF16B;
    color: #444 !important;
    border-radius: 0;
    border: 1px solid #FFF16B !important;
    padding-right: 35px !important
}

.cms-home .page-title-wrapper {
    display: none
}

.minicart-wrapper .action.close {
    right: 5px;
    top: 10px
}

.block-minicart .block-content>.actions>.primary .action.primary {
    background: #FF4747;
    border-radius: 30px;
    color: #fff;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    display: block !important;
    right: 0;
    opacity: 1;
    border: 1px solid #FF4747;
    position: relative;
    padding: 10px 25px
}

.block-minicart .amount .price-wrapper:first-child .price {
    color: #444
}

.page-header .minicart-wrapper strong.subtitle {
    color: #444
}

.block-minicart .block-content>.actions>.primary .action.primary:before {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 59px;
    border: 1px dashed #FFF
}

.minicart-items .product>.product-item-photo .product-image-container {
    display: inline-block;
    max-width: 100%;
    float: left;
    width: 75px !important;
    background: #fff;
    padding: 5px;
    height: 75px;
    text-align: center
}

.minicart-items .product-item-details {
    padding-left: 88px;
    text-align: left
}

.page-header .minicart-wrapper strong.product-item-name {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #444;
    display: inline-block;
    margin-bottom: 0;
    height: auto
}

.minicart-items .product-item-name a {
    color: #444
}

.minicart-items .product-item-details .price {
    white-space: nowrap;
    font-family: Quicksand;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #FF4747
}

.minicart-items .product-item-pricing .label {
    color: #444;
    margin-bottom: 0;
    margin-top: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px
}

.minicart-items .product-item {
    padding: 10px 0
}

.minicart-items .item-qty {
    height: auto;
    padding: 5px 0
}

.amcheckout-step-container .amcheckout-summary-container .amcheckout-content>.amcheckout-wrapper {
    padding-top: 0
}

.minicart-items-wrapper {
    max-height: 360px
}

.page-wrapper>.breadcrumbs {
    background: #F1F1F1;
    max-width: 100%;
    padding: 5px 0;
    color: #BCBCBC !important
}

.breadcrumbs .item:not(:last-child):after {
    margin-top: 5px;
    content: "/";
    font-size: 24px;
    color: #BCBCBC !important
}

.breadcrumbs strong {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #BCBCBC
}

.breadcrumbs a {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #BCBCBC !important
}

.carousel-container.mp-banner-slider {
    position: relative;
    padding-bottom: 0
}

/*.mp-banner-slider:before{content:"";background:url(/media/wysiwyg/home-slide-box.png);bottom:0;padding:0;height:99px;left:0;position:absolute;right:0;background-repeat:repeat-x;background-position:bottom center;z-index:1;background-size:auto 100px}*/
.home-slide-box {
    background: #b2dcf0;
    padding: 42px 0 92px;
    position: relative
}

.slide-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.slide-col5 {
    width: 40%;
    padding-right: 36px
}

.slide-col7 {
    width: 60%;
    padding-left: 34px
}

.home-slide-box .slide-img-box img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2
}

.slide-text-box {
    text-align: center;
    padding-top: 50px
}

.slide-text-box a.btn-Shop-now {
    margin-top: 40px
}

.mp-banner-slider .owl-dots {
    top: 50%;
    left: auto;
    right: 30px
}

div#banner-slider-carousel .owl-theme .owl-dots .owl-dot {
    display: block;
    border: 2px solid transparent;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    padding: 0 !important;
    text-align: center;
    line-height: 0;
    margin-top: 10px;
    margin-bottom: 10px
}

div#banner-slider-carousel .owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.5);
    margin: 0 auto
}

div#banner-slider-carousel .owl-theme .owl-dots .owl-dot.active span,
div#banner-slider-carousel .owl-theme .owl-dots .owl-dot:hover span {
    background: #FFF
}

div#banner-slider-carousel .owl-theme .owl-dots .owl-dot.active {
    border: 2px solid #fff
}

.shipping-block {
    padding: 50px 0 48px
}

.shipping-block ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 0;
    margin: 0 -10px
}

.shipping-block ul li {
    margin: 0;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0;
    width: auto
}

.shipping-block ul li:last-child {
    margin-right: 0
}

.shipping-block-icon {
    width: 55px
}

.shipping-block-icon img {
    max-width: 55px;
    max-height: 55px;
    height: auto;
    width: auto
}

.shipping-block-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #696969;
    display: block;
    padding-left: 20px;
    letter-spacing: -.01em
}

.shipping-block-text strong {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #444;
    margin-bottom: 0;
    letter-spacing: normal
}

.advertisement-banner ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.advertisement-banner ul li {
    width: 41.53%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    margin-top: 15px
}

.advertisement-banner ul li.advertisement-col8 {
    width: 58.47%
}

.advertisement-box {
    position: relative
}

.advertisement-text {
    position: absolute;
    top: 50%;
    left: 25px;
    color: #fff;
    transform: translate(0, -50%)
}

.american-rainbow-bears-logo img {
    width: 47%;
    max-width: 100%;
}

.advertisement-bg {
    line-height: 0
}

.advertisement-text h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.5;
    text-transform: capitalize;
    color: #FFF;
    margin-top: 0;
    margin-bottom: 1px
}

.advertisement-text p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #FFF;
    margin-bottom: 20px
}

a.btn-Shop-now {
    background: #FF4747;
    border-radius: 30px;
    color: #fff;
    height: 40px;
    width: 110px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    display: inline-block;
    right: 0;
    position: relative;
    opacity: 1;
    text-align: center;
    text-decoration: none;
    margin-left: 1px
}

a.btn-Shop-now:before {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 59px;
    border: 1px dashed #FFF
}

a.btn-Shop-now:hover {
    background: #DA1F0A
}

.testimonial-widget.item .photo {
    margin: 0 auto 30px;
    width: 145px;
    height: 145px;
    border-radius: 145px;
    text-align: center;
    overflow: hidden;
    border: 4px solid #F8F8F8
}

section.testimonials-section {
    padding: 60px 0 80px;
    background-image: url(/media/wysiwyg/testimonials-bg.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    text-align: center
}

section.testimonials-section h2.widget-title {
    display: none
}

h2.testimonials-h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    letter-spacing: -.01em;
    text-transform: capitalize;
    color: #444;
    margin-top: 0
}

.testimonials-section .testimonialslider {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

section.testimonials-section .quote {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #707070
}

section.testimonials-section .quote:after {
    display: none
}

section.testimonials-section .owl-theme .owl-controls .owl-page span {
    width: 20px;
    padding: 0;
    border: 0;
    margin: 0 3px;
    height: 5px;
    border-radius: 3px;
    background: #ccc
}

section.testimonials-section .owl-theme .owl-controls .owl-page.active span,
section.testimonials-section .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #FF4747
}

.testimonials-section .student p {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #444
}

.testimonials-section .student p:nth-child(2) {
    color: #BCBCBC;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500
}

.testimonials-section .student {
    margin-bottom: 6px
}

.columns .column.main {
    padding-bottom: 0
}

.best-seller-section {
    background: #f5f5f5;
    padding: 74px 0 5px;
    overflow: hidden
}

.best-seller-section h2.mp-product-slider-title {
    color: #444;
    margin-bottom: 40px;
    margin-top: 0;
    font-family: Quicksand;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    letter-spacing: -.01em;
    text-transform: capitalize
}

.best-seller-section .slider-product-item-info {
    width: 100% !important;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box
}

.best-seller-section .slider-product-item-info .slider-product-item-photo {
    background: #fff;
    padding: 10px;
    display: block;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 22px;
    max-height: 262px;
    border: 1px solid #F5F5F5;
    box-sizing: border-box
}

.best-seller-section .slider-product-item-info .product.details.slider-product-item-details {
    margin-left: 0
}

.best-seller-section .slider-product-item-info .product-image-photo {
    height: unset;
    /*max-height:100%;*/
    width: auto;
    max-width: 100%
}

.best-seller-section .slider-product-item-info span.product-image-wrapper {
    padding-bottom: 100% !important
}

.best-seller-section .product-item .price-box {
    margin: 7px 0 15px
}

.superbowl-weekend-section {
    padding: 100px 0 22px;
    background-image: url(/media/wysiwyg/superbowl-weekend-bg.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.superbowl-weekend-section::after {
    content: "";
    background: url(/media/wysiwyg/superbowl-weekend-box.png);
    top: -1px;
    padding: 0;
    height: 70px;
    left: 0;
    position: absolute;
    right: 0;
    background-repeat: repeat-x;
    background-position: top center
}

.superbowl-weekend-section h2.mp-product-slider-title {
    color: #fff;
    margin-bottom: 10px;
    margin-top: 0;
    font-family: Quicksand;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    letter-spacing: -.01em;
    text-transform: capitalize
}

.superbowl-weekend-section .mp-ps-info {
    color: #fff;
    margin-bottom: 35px;
    margin-top: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px
}

.superbowl-weekend-section .slider-product-item-info {
    width: 100% !important;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box
}

.superbowl-weekend-section .slider-product-item-info .slider-product-item-photo {
    background: #fff;
    padding: 10px;
    display: block;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 16px;
    max-height: 262px;
    border: 1px solid #F5F5F5;
    box-sizing: border-box
}

.superbowl-weekend-section .slider-product-item-info span.product-image-wrapper {
    padding-bottom: 100% !important
}

.superbowl-weekend-section .slider-product-item-info .product-image-photo {
    height: unset;
    /*max-height:100%;*/
    width: auto;
    max-width: 100%
}

.superbowl-weekend-section .product.name a {
    color: #fff
}

.superbowl-weekend-section .price-container .price-including-tax+.price-excluding-tax,
.superbowl-weekend-section .price-container .weee {
    color: #fff
}

section.superbowl-weekend-section .mp-product-slider-content .owl-nav .owl-next,
section.superbowl-weekend-section .mp-product-slider-content .owl-nav .owl-prev {
    font-size: 0;
    background: #F1F1F1;
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 40px
}

section.superbowl-weekend-section .mp-product-slider-content .owl-nav .owl-next:hover,
section.superbowl-weekend-section .mp-product-slider-content .owl-nav .owl-prev:hover {
    background: #FF4747
}

section.superbowl-weekend-section .mp-product-slider-content .owl-nav .owl-prev span:before,
section.superbowl-weekend-section .mp-product-slider-content .owl-nav .owl-next span:before {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 59px;
    border: 1px dashed #F1F1F1;
    transform: matrix(-1, 0, 0, 1, 0, 0)
}

section.superbowl-weekend-section .mp-product-slider-content .owl-nav .owl-prev:hover span:before,
section.superbowl-weekend-section .mp-product-slider-content .owl-nav .owl-next:hover span:before {
    border: 1px dashed #FFF
}

section.superbowl-weekend-section .mp-product-slider-content .owl-nav span {
    position: relative;
    height: 100%;
    width: 100%;
    display: inline-block;
    text-align: center
}

section.superbowl-weekend-section .mp-product-slider-content .owl-nav .owl-prev span:after {
    content: "";
    background: url(/media/wysiwyg/owl-prev-icon.svg);
    height: 100%;
    width: 100%;
    line-height: normal;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-left: 0;
    background-position: center center;
    background-size: 6px auto;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    z-index: 1
}

section.superbowl-weekend-section .mp-product-slider-content .owl-nav .owl-prev:hover span:after {
    content: "";
    background: url(/media/wysiwyg/owl-prev-active-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 6px auto
}

section.superbowl-weekend-section .mp-product-slider-content .owl-nav .owl-next span:after {
    content: "";
    background: url(/media/wysiwyg/owl-next-icon.svg);
    height: 100%;
    width: 100%;
    line-height: normal;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-left: 0;
    background-position: center center;
    background-size: 6px auto;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    z-index: 1
}

section.superbowl-weekend-section .mp-product-slider-content .owl-nav .owl-next:hover span:after {
    content: "";
    background: url(/media/wysiwyg/owl-next-active-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 6px auto
}

section.superbowl-weekend-section .mp-product-slider-content .owl-nav .owl-next {
    top: 50%;
    transform: translate(0, -50%);
    margin-top: -80px;
    right: -23px
}

section.superbowl-weekend-section .mp-product-slider-content .owl-nav .owl-prev {
    top: 50%;
    transform: translate(0, -50%);
    margin-top: -80px;
    left: -23px
}

.superbowl-weekend-section .owl-carousel .owl-nav.disabled {
    display: block;
    margin: 0
}

section.instagram-feed {
    padding: 98px 0
}

section.instagram-feed .row.shuffle {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2px;
    margin-right: -2px
}

.instagram-feed-box {
    position: relative
}

.mpinstagramfeed-header {
    display: none
}

.instagram-feed-top {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1;
    color: #000;
    text-align: center;
    height: 160px;
    width: 280px;
    margin: 0 auto;
    transform: translate(0, -50%);
    padding: 10px
}

.instagram-feed-inner {
    background: #FFF;
    border: 1px dashed #F1F1F1;
    box-sizing: border-box;
    height: 100%;
    padding: 20px 10px
}

span.instagram-feed-icon {
    display: inline-block;
    line-height: 0
}

span.instagram-feed-icon img {
    max-width: 28px
}

.instagram-feed-inner h5 {
    clear: both;
    width: 100%;
    margin: 3px 0 5px;
    color: #696969;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px
}

.instagram-feed-inner strong {
    display: block;
    color: #444;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    text-align: center
}

.page-layout-2columns-left .sidebar-main,
.account.page-layout-2columns-left .sidebar-main,
.account.page-layout-2columns-left .sidebar-additional {
    width: 235px;
    padding-right: 15px
}

.page-layout-2columns-left .columns .column.main {
    padding-bottom: 0;
    width: calc(100% - 235px);
    padding-left: 15px
}

.filter-options-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #444;
    text-transform: none;
    position: relative;
    padding: 0 0 10px
}

.filter-options-title:after {
    display: none
}

.filter-options-title:before {
    content: "";
    background: url(/media/wysiwyg/options-title-icon.png);
    height: 12px;
    width: 55px;
    line-height: normal;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto;
    position: absolute;
    bottom: 0;
    left: 0
}

.filter-options-content {
    padding: 0
}

.filter-options-content a {
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: #696969
}

.filter-options-content a:hover {
    background-color: transparent;
    text-decoration: underline
}

.page-products .products-grid .product-items {
    margin-left: -15px;
    margin-right: -15px
}

.page-products .products-grid .product-item {
    width: 25% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important
}

.product-item .price-box {
    text-align: center
}

.product-item-name,
.product.name a {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #444;
    display: block;
    height: 59px;
    margin-bottom: 0
}

.product-item-name {
    overflow: hidden
}

.product-reviews-summary {
    text-align: center;
    margin-bottom: 0
}

.product-item .price-box .price {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #FF4747
}

.product-item .old-price .price {
    color: #999999 !important;
}

.product-item .old-price .price {
    text-decoration: line-through;
    opacity: .7;
    margin-left: 5px
}

span.old-price span.price-label {
    display: none
}

.price-container .price-including-tax+.price-excluding-tax,
.price-container .weee {
    line-height: normal;
    padding: 0;
    margin-top: 0
}

.page-products .product-item-info {
    width: 100%;
    position: relative;
}

.page-products .product-item-info span.price-discount {
    background: #b92616;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    min-width: 32px;
    height: 20px;
    padding: 1px 7px;
    text-align: center;
    text-shadow: 0 1px 0 rgb(0 0 0 / 20%);
    font-weight: 600;
    color: #ffffff;
}


.page-products .product-item-info .product-item-photo {
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    border-radius: 20px;
    display: inline-block;
    overflow: hidden;
    min-height: 172px;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center
}

.product-item-info.bluer .photo.product-item-photo,
.product-item-info.bluer:focus .photo.product-item-photo {
    opacity: 0.5;
}

.page-products .products-grid .product-items .product-item-info .product-item-photo span.product-image-wrapper {
    padding-bottom: 100% !important
}

.products-list .product-item-details {
    text-align: left;
    padding-left: 30px;
    width: calc(100% - 200px);
    vertical-align: middle
}

.products-list .product-item .product-item-info .product-item-photo {
    max-width: 200px;
    margin-bottom: 0;
    width: 200px;
    display: table-cell
}

.page-products .product-item-info .product-item-photo span.product-image-wrapper img {
    width: auto;
    max-width: 100%;
    height: auto
}

.page-products .products-grid .product-item-info:hover,
.page-products .products-grid .product-item-info.active {
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.page-products .products-grid .product-item-inner {
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.abs-visually-hidden-desktop-s,
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    position: absolute;
    margin: 0;
    height: auto !important;
    width: auto !important;
    display: block !important
}

.page-products .products-grid .product-item-actions {
    margin: 0;
    text-align: center
}

.product-item-actions button.action.tocart.primary {
    background: #FF4747;
    border-radius: 20px;
    color: #fff;
    height: 40px;
    width: 110px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    display: block !important;
    right: 0;
    opacity: 1;
    border: 1px solid #FF4747;
    position: relative;
    margin-right: 10px
}

.product-item-actions button.action.tocart.primary:before {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 59px;
    border: 1px dashed #FFF
}

.product-item-actions button.action.tocart.primary:hover {
    color: #fff;
    border: 1px dashed #FC6D6D;
    background: #DA0F0A
}

.page-products .product-item .actions-secondary a.action.towishlist {
    background: #2A70B6;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    position: relative;
    display: inline-block;
    font-size: 0;
    float: left;
}

.page-products .product-item .actions-secondary a.action.towishlist:before {
    color: #fff;
    font-size: 14px;
    content: "";
    background: url(/media/wysiwyg/wishlist-icon.svg);
    background-repeat: no-repeat;
    padding: 1px;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0 auto;
    background-size: 18px auto;
    margin-top: 1px
}

.page-products .product-item .actions-secondary a.action.towishlist:after {
    content: "";
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 39px;
    border: 1px dashed #FFF
}

.products-list .product-item .price-box {
    text-align: left;
    margin-bottom: 10px
}

.products-list .product-item {
    margin-bottom: 30px
}

.products-list .product-item-info .product-item-description {
    margin-bottom: 0
}

.products-list .product-item-details .product-item-name,
.products-list .product-item-details .product.name a {
    text-align: left;
    height: auto;
    font-size: 16px;
    line-height: 26px
}

.products-list .product-item-details .product-reviews-summary {
    text-align: left
}

.page-products .products-grid .product-item .price-box {
    margin-bottom: 5px
}

.page-products .products-grid .product-item .product-item-details {
    padding-bottom: 60px
}

.page-products .products-grid .product-item .product-item-details .amxnotif-block {
    margin-top: 0;
    margin-bottom: 10px;
}

.products.wrapper~.toolbar .limiter {
    display: none
}

.page-products .sorter {
    /*display:none*/
}

.toolbar .modes {
    float: right;
    margin-right: 0;
    border-left: 1px solid #EBEEEE
}

.page-with-filter .toolbar-amount {
    text-align: right;
    float: right;
    padding: 3px 0 0;
    margin-right: 15px
}

.modes-mode>span {
    position: unset;
    height: 21px;
    width: auto;
    vertical-align: middle;
    display: flex;
    align-items: center
}

.modes-mode:before {
    display: none
}

.toolbar .modes-mode {
    background: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    float: right;
    line-height: 0;
    margin-left: 15px
}

.toolbar .modes-mode.active {
    background: #fff;
    box-shadow: none;
    border: 1px solid transparent
}

.toolbar .modes-mode.active rect,
.toolbar .modes-mode.active path {
    fill: #FF4747 !important
}

.toolbar select {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    margin-top: -2px;
}

.page-title,
h1.title {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -.01em;
    text-transform: capitalize;
    margin-bottom: 30px;
    color: #444
}

.toolbar .pages {
    float: none;
    text-align: center;
    margin: 0 auto;
    width: 100%
}

.pages strong.page {
    background: #FF4747;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #FF4747;
    font-weight: 400;
    font-size: 14px
}

.pages a.page {
    border: 1px solid #EBEEEE;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #BCBCBC;
    font-weight: 400;
    font-size: 14px
}

.pages a.page:visited {
    color: #BCBCBC
}

.pages a.page:hover {
    border: 1px solid #FF4747;
    background: #FF4747;
    color: #fff
}

.pages .action {
    background: #fff;
    color: #BCBCBC;
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    border: 1px solid #EBEEEE;
    font-weight: 400;
    font-size: 14px;
    box-shadow: none;
    border-radius: 0
}

.pages .action.next:before {
    background-image: url(/media/wysiwyg/pages-item-next.svg);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    width: 16px;
    height: 100%
}

.pages .action:hover {
    border: 1px solid #FF4747;
    background: #FF4747;
    color: #fff
}

.pages .action.next:hover:before {
    background-image: url(/media/wysiwyg/pages-item-next-hover.svg);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    width: 16px
}

.pages .action.previous:before {
    background-image: url(/media/wysiwyg/pages-item-next.svg);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    width: 16px;
    height: 100%;
    transform: rotate(180deg)
}

.pages .action.previous:hover:before {
    background-image: url(/media/wysiwyg/pages-item-next-hover.svg);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    width: 16px
}

.pages .action:before {
    color: #BCBCBC !important
}

.pages .action:hover:before {
    color: #fff !important
}

.pages .action.next {
    margin-left: 0
}

.pages .action.previous {
    margin-right: 0
}

.catalog-product-view .page-main {
    margin-top: 20px
}

.gallery-placeholder .magnify-lens {
    cursor: zoom-in;
}

.product-info-main .page-title-wrapper h1 {
    text-align: left
}

.fotorama__wrap--slide .fotorama__stage__frame {}

.fotorama__stage__frame {}

.fotorama__stage {
    border: 1px solid #F1F1F1;
}

.fotorama__fullscreen .fotorama-item>.fotorama__wrap:after {
    display: none;
}



.sidebar.sidebar-additional .shipping-block ul.product_shipping_block li {
    width: 100%;
    margin-bottom: 20px
}

.sidebar.sidebar-additional section.shipping-block .container {
    padding: 0;
    margin: 0;
    max-width: 100%
}

.sidebar.sidebar-additional .shipping-block ul.product_shipping_block {
    flex-wrap: wrap
}

.page-layout-2columns-right .sidebar-additional section.shipping-block {
    padding: 0
}

.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
    /*border:1px solid #F1F1F1;*/
    max-width: 100%;
}

.fotorama .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    margin-top: 10px;
}

.fotorama__thumb-border {
    border: 1px solid #FF4747 !important
}

.box-tocart .action.tocart {
    background: #FF4747;
    border-radius: 30px;
    color: #fff;
    width: 130px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    right: 0;
    position: relative;
    opacity: 1;
    text-align: center;
    text-decoration: none;
    border: 1px solid #FF4747;
    padding: 0 !important;
    height: 40px;
    margin-bottom: 0 !important;
    margin-right: 15px
}

.box-tocart .action.tocart:before {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 59px;
    border: 1px dashed #FFF
}

.box-tocart .action.tocart:hover {
    background: #DA1F0A
}

.input-group {
    display: inline-block;
    width: auto;
    background: #fff;
    margin-right: 15px;
    align-items: center;
    padding-top: 0;
    float: left
}

.box-tocart .fieldset .field.qty {
    margin: 0
}

.box-tocart .fieldset {
    display: flex;
    align-items: center;
    display: flex;
    align-items: center
}

.box-tocart .fieldset .actions {
    display: flex;
    align-items: center
}

.box-tocart .field.qty>label.label {
    display: none
}

.box-tocart div#instant-purchase {
    display: none !important
}

.input-group button {
    background: #fff;
    padding: 0;
    width: 30px;
    line-height: 36px;
    height: 100%;
    font-size: 18px;
    color: #A7A7A7
}

.input-group input {
    width: 50px;
    border: 1px solid #ECECEC;
    text-align: center;
    height: 40px;
    box-shadow: none;
    float: left;
    border-left: none;
    border-right: none;
    font-size: 16px;
    font-weight: 500
}

.input-group button.input-group__button--increase {
    border: 1px solid #ECECEC;
    border-radius: 0 20px 20px 0;
    border-left: none;
    padding-right: 10px
}

.input-group button.input-group__button--decrease {
    border: 1px solid #ECECEC;
    border-radius: 20px 0 0 20px;
    border-right: none;
    padding-left: 10px
}

.input-group input:focus {
    box-shadow: none
}

.input-group>span.input-group__addon {
    float: left;
    height: 40px;
    line-height: 36px
}

.product-info-main .product-add-form .box-tocart {
    position: relative
}

#custom-qty .input-group #qty-error.mage-error {
    position: absolute;
    min-width: 270px;
    margin-top: 40px
}

.product-add-form a.action.towishlist {
    background: #2A70B6;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    position: relative;
    display: inline-block;
    font-size: 0
}

.product-add-form a.action.towishlist:after {
    content: "";
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 39px;
    border: 1px dashed #FFF
}

.product-add-form a.action.towishlist:before {
    color: #fff;
    font-size: 14px;
    content: "";
    background: url(/media/wysiwyg/wishlist-icon.svg);
    background-repeat: no-repeat;
    padding: 1px;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0 auto;
    background-size: 18px auto;
    background-position: center center
}

.product-options-bottom .price-box,
.product-info-price .price-box span.special-price {
    float: left
}

.product-info-main .product-info-price .price-box span.old-price span.price-label {
    display: none
}

.product-info-main .product.attribute.sku {
    font-weight: 700
}

.product-info-main .product.attribute.sku .type {
    font-weight: 700;
    margin-right: 5px
}

.product-info-main .product-add-form {
    padding-top: 0
}

.box-tocart {
    margin-bottom: 20px
}

.product-info-main .product-info-price {
    color: #696969;
    border-bottom: none;
    margin-bottom: 14px;
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px
}

.product-info-main .product-reviews-summary {
    width: auto;
    text-align: left;
    float: right;
    position: relative;
    padding-bottom: 0
}

.rating-summary .rating-result>span:before {
    color: #4F4F4F
}

.product-info-main .product-social-links {
    padding: 0;
    margin: 0
}

.product-info-main .rating-summary,
.customer-review .rating-summary {
    margin-right: 10px
}

.product-reviews-summary .reviews-actions a:not(:last-child) {
    margin-right: 0
}

.product-reviews-summary .reviews-actions a {
    color: #000;
    line-height: normal;
    font-size: 12px;
    text-decoration: none !important
}

.product-info-main .product-info-price .price-box {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0;
    float: left;
    line-height: 1;
    padding-top: 1px
}

.product-info-main .product-info-price .price-box .price-container>span {
    display: block;
    margin-bottom: 0
}

.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
    text-decoration: line-through;
    opacity: .7;
    margin-left: 15px;
    color: #b1b1b1;
    display: inline-block
}

.product-options-bottom .price-box,
.product-info-price .price-box span.special-price .price {
    font-size: 26px;
    font-weight: 700;
    color: #FF4747;
    line-height: 30px
}

.product-info-main .product-info-price .old-price .price-wrapper .price {
    font-size: 26px;
    font-weight: 700;
    color: #b1b1b1;
    line-height: 30px
}

.product-reviews-summary .reviews-actions .action.add {
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 0
}

.view_product_id {
    clear: both;
    font-size: 16px;
    font-weight: 700;
    color: #696969
}

.product.info.detailed {
    margin-top: 50px;
    clear: both;
    display: inline-block;
    width: 100%;
    margin-bottom: 0
}

.sale_time div#countdown {
    position: unset;
    margin-top: 0;
    font-family: Quicksand;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
    color: #fff
}

.sale_time {
    display: inline-block;
    background: #ff4747;
    padding: 2px 7px 2px 2px;
    position: relative;
    margin-bottom: 10px
}

.sale_time span {
    background: #ff4747;
    color: #fff;
    margin: 0;
    padding: 4px 27px 0 10px;
    font-size: 13px;
    border: 1px dashed #FFF;
    border-right: 0;
    position: relative;
    font-weight: 700;
    height: 43px;
    line-height: 17px;
    display: inline-block
}

.sale_time span:before {
    content: "";
    background: url(/media/wysiwyg/sale_time-bg.png) 0 0 / 100%;
    position: absolute;
    width: 30px;
    background-repeat: no-repeat;
    background-size: 27px auto;
    top: -1px;
    right: -9px;
    z-index: 1;
    background-position: right center;
    bottom: -2px;
    margin-top: -2px
}

.page-wrapper>.page-bottom {
    width: 100%;
    max-width: 100%;
    padding: 60px 0 0
}

.blog-block ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: auto;
    padding: 0;
    margin: 0 -15px
}

.blog-block li {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px
}

.blog-block-icon {
    border-radius: 21px;
    overflow: hidden;
    line-height: 0;
    background: #ccc
}

.blog-block-text {
    text-align: left;
    margin-top: 10px
}

.blog-block-text strong {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #444
}

.blog-block-text a:visited,
.blog-block-text a:focus {
    color: #444
}

.blog-block h3 {
    text-align: center;
    margin-bottom: 40px;
    font-family: Quicksand;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    color: #444;
    margin-top: 0
}

.product-info-main .product-add-form .box-tocart.update .fieldset .field.qty {
    margin-right: 10px
}

.product-info-main .product-add-form .box-tocart.update .fieldset .field.qty div#qty-error {
    position: absolute;
    left: 0
}

.payment_icon {
    text-align: center
}

.field.choice.review-field-rating label#Rating_rating_label {
    display: none;
}

.payment_icon h5 {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #444
}

.product.data.items>.item.title>.switch {
    border-color: #fff
}

.product.data.items>.item.content {
    border-top: 1px solid #FF4747;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 22px 0;
    margin-top: 44px
}

.product.data.items>.item.title>.switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #BCBCBC;
    text-decoration: none;
    background: #fff;
    border: 1px solid #fff;
    border-bottom: none;
    height: 44px;
    padding: 1px 22px 2px;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    font-weight: 500
}

.product.data.items>.item.title:not(.disabled)>.switch:active,
.product.data.items>.item.title.active>.switch,
.product.data.items>.item.title.active>.switch:focus,
.product.data.items>.item.title.active>.switch:hover {
    background: #FF4747;
    color: #fff;
    text-decoration: none;
    border: 1px solid #FF4747;
    border-bottom: none
}

textarea.mage-error {
    border: 1px solid #c2c2c2;
}

.product.data.items>.item.title:not(.disabled)>.switch:active .counter,
.product.data.items>.item.title.active>.switch .counter,
.product.data.items>.item.title.active>.switch:focus .counter,
.product.data.items>.item.title.active>.switch:hover .counter {
    color: #fff
}

.review-form .action.submit.primary {
    background: #FF4747;
    border-radius: 42px;
    color: #fff;
    height: 42px;
    width: 125px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: block !important;
    right: 0;
    position: relative;
    opacity: 1;
    padding-right: 10px;
    border: none
}

.review-form .action.submit.primary:before {
    content: "";
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 59px;
    border: 1px dashed #FFF
}

.review-list .block-title strong {
    font-weight: 500
}

.review-form .action.submit.primary:hover {
    background: #DA1F0A;
    border: none;
    color: #fff
}

.fieldset .review-legend.legend strong {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #444;
    margin-bottom: 0;
    margin-top: 10px
}

.fieldset .review-legend.legend span {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #444;
    margin-bottom: 0
}

.review-field-rating .control {
    margin-bottom: 38px;
    margin-top: 5px
}

.review-control-vote label:before,
.review-control-vote:before {
    font-size: 20px;
    height: 20px;
    letter-spacing: 6px;
    line-height: 20px
}

.review-form {
    color: #444
}

.review-form>fieldset.fieldset.review-fieldset {
    margin-bottom: 20px
}

.block-related-custom {
    width: 100%;
    background: #F5F5F5;
    padding: 60px 0 10px;
    text-align: center
}

.block-related-custom .block .title strong {
    text-align: center;
    margin-bottom: 40px;
    font-family: Quicksand;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    color: #444;
    margin-top: 28px
}

.block-related-custom .product-item-info a.product.photo.product-item-photo {
    background: #fff;
    padding: 10px;
    display: block;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 22px;
    max-height: 262px;
    border: 1px solid #F5F5F5;
    box-sizing: border-box
}

.block-related-custom .products-grid .product-item-info:hover,
.block-related-custom .products-grid .product-item-info.active {
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
    margin: 0
}

.block-related-custom .product-item .price-box {
    padding-bottom: 0;
    margin-bottom: 0
}

.block-related-custom .block-related-custom .slider-product-item-info {
    margin: 0 auto
}

.block-related-custom .slider-product-item-info {
    width: 100% !important
}

.block-related-custom .product-item-info {
    max-width: 100%;
    width: auto
}

.block-related-custom .owl-carousel .owl-nav .owl-next,
.block-related-custom .owl-carousel .owl-nav .owl-prev {
    font-size: 0;
    background: #F1F1F1;
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 40px
}

.block-related-custom .owl-carousel .owl-nav .owl-next:hover,
.block-related-custom .owl-carousel .owl-nav .owl-prev:hover {
    background: #FF4747
}

.block-related-custom .owl-carousel .owl-nav .owl-prev span:before,
.block-related-custom .owl-carousel .owl-nav .owl-next span:before {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 59px;
    border: 1px dashed #F1F1F1;
    transform: matrix(-1, 0, 0, 1, 0, 0)
}

.block-related-custom .owl-carousel .owl-nav .owl-prev:hover span:before,
.block-related-custom .owl-carousel .owl-nav .owl-next:hover span:before {
    border: 1px dashed #FFF
}

.block-related-custom .owl-carousel .owl-nav span {
    position: relative;
    height: 100%;
    width: 100%;
    display: inline-block;
    text-align: center
}

.block-related-custom .owl-carousel .owl-nav .owl-prev span:after {
    content: "";
    background: url(/media/wysiwyg/owl-prev-icon.svg);
    height: 100%;
    width: 100%;
    line-height: normal;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-left: 0;
    background-position: center center;
    background-size: 6px auto;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    z-index: 1
}

.block-related-custom .owl-carousel .owl-nav .owl-prev:hover span:after {
    content: "";
    background: url(/media/wysiwyg/owl-prev-active-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 6px auto
}

.block-related-custom .owl-carousel .owl-nav .owl-next span:after {
    content: "";
    background: url(/media/wysiwyg/owl-next-icon.svg);
    height: 100%;
    width: 100%;
    line-height: normal;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-left: 0;
    background-position: center center;
    background-size: 6px auto;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    z-index: 1
}

.block-related-custom .owl-carousel .owl-nav .owl-next:hover span:after {
    content: "";
    background: url(/media/wysiwyg/owl-next-active-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 6px auto
}

.block-related-custom .owl-carousel .owl-nav .owl-next {
    top: 50%;
    transform: translate(0, -50%);
    margin-top: -70px;
    right: -23px;
    position: absolute
}

.block-related-custom .owl-carousel .owl-nav .owl-prev {
    top: 50%;
    transform: translate(0, -50%);
    margin-top: -70px;
    left: -23px;
    position: absolute
}

.block-related-custom .owl-carousel .owl-nav.disabled {
    margin: 0
}

.catalogsearch-result-index .page-main>.page-title-wrapper .page-title {
    display: block;
    margin-bottom: 50px;
    margin-top: 30px
}

.catalogsearch-result-index.page-layout-1column.page-with-filter .column.main {
    padding-top: 0
}

.catalogsearch-result-index .amsearch-related-terms {
    margin-top: -65px;
}

.catalogsearch-result-index.page-layout-1column .toolbar-products {
    position: unset;
}

.checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px
}

.checkout-cart-index .page-main h1.page-title {
    margin-bottom: 20px;
    margin-top: 40px
}

.cart.table-wrapper .cart thead tr th.col {
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 15px;
    padding-top: 15px;
    background: #F5F5F5;
    min-width: 100px;
    color: #444;
    font-size: 16px
}

.cart.table-wrapper .product-item-name {
    text-align: left
}

.cart.table-wrapper .cart thead tr th.col.col.qty {
    text-align: center;
    min-width: 150px
}

.cart.table-wrapper .col.qty {
    text-align: center;
    position: relative
}

.cart.table-wrapper .col.qty .control.qty {
    display: inline-block;
    width: auto;
    background: #fff;
    margin-right: 0;
    align-items: center;
    padding-top: 0;
    border: 1px solid #ECECEC;
    border-radius: 30px;
    overflow: hidden
}

.cart.table-wrapper .col.qty .control.qty button {
    background: #FFF;
    padding: 0;
    width: 30px;
    line-height: 36px;
    font-size: 18px;
    color: #A7A7A7;
    border-radius: 0;
    float: left;
    border: none;
    height: 40px
}

.cart.table-wrapper .col.qty .control.qty>label {
    float: left
}

.cart.table-wrapper .col.qty .input-text {
    width: 50px;
    border: none;
    text-align: center;
    height: 40px;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    padding-right: 0;
    padding-left: 0
}

.cart.table-wrapper .cart thead tr th.col.col.price {
    text-align: center
}

.cart.table-wrapper .product-item-photo {
    line-height: 0
}

.cart.table-wrapper .product-item-photo span.product-image-container {
    width: 80px !important;
    height: 82px;
    border: 1px solid #F1F1F1
}

.cart.table-wrapper .product-item-details {
    padding-bottom: 0;
    vertical-align: middle
}

.cart.table-wrapper .product-item-name {
    text-align: left;
    margin: 0;
    height: auto;
    margin-bottom: 0
}

.cart.table-wrapper .cart tbody td {
    vertical-align: middle
}

.cart.table-wrapper .product-item-photo img.product-image-photo {
    max-height: 80px;
    width: auto;
    height: auto
}

.cart.table-wrapper .col.price {
    text-align: center;
    color: #FF4747
}

.cart.table-wrapper .col.price span.cart-price {
    color: #FF4747
}

.cart.table-wrapper .col.qty .control.qty div.mage-error[generated] {
    position: absolute;
    left: 0;
    right: 0;
    line-height: normal;
    max-width: 100%;
    white-space: break-spaces;
    margin: 0 auto;
    min-width: 121px
}

.cart.table-wrapper .cart>.item td.col.subtotal {
    text-align: center
}

.cart.table-wrapper .cart thead tr th.col.subtotal {
    min-width: unset
}

.cart.table-wrapper .cart>.item td.col.subtotal span.price {
    color: #FF4747
}

.cart-container a.towishlist.action-towishlist {
    display: none
}

.cart.table-wrapper .cart thead tr th.col.col.Action {
    text-align: right
}

.cart.table-wrapper .cart tbody td.col.action-icon {
    padding-top: 20px
}

.cart.table-wrapper .actions-toolbar {
    min-height: 22px;
    margin-right: 0;
    padding-bottom: 0
}

.cart.table-wrapper .cart thead tr th.col.col.Action span {
    opacity: 0
}

.cart.table-wrapper .actions-toolbar>.action-delete:before {
    color: #fff;
    font-size: 14px;
    content: "";
    background: url(/media/wysiwyg/action-delete-icon.svg);
    background-repeat: no-repeat;
    padding: 1px;
    height: 16px;
    width: 16px;
    margin: 0 auto;
    background-size: 18px auto
}

.cart.table-wrapper .actions-toolbar>.action-edit:before {
    color: #BCBCBC
}

.cart.table-wrapper .actions-toolbar>.action-edit:hover:before {
    color: #BCBCBC
}

.cart.table-wrapper .actions-toolbar>.action-delete span,
.cart.table-wrapper .actions-toolbar>.action-edit span {
    display: none
}

.cart.table-wrapper .cart>.item {
    border-bottom: 1px solid #F5F5F5;
    position: relative
}

.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear {
    float: left;
    height: 40px;
    background: #F1F1F1;
    border-radius: 25px;
    position: relative;
    color: #BCBCBC;
    padding: 0 47px
}

.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear:before {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 59px;
    border: 1px dashed #BCBCBC
}

.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear:hover {
    color: #BCBCBC;
    background: #eee;
    text-decoration: none
}

.cart-container .form-cart .actions.main button.action.update {
    height: 40px;
    background: #FF4747;
    border-radius: 25px;
    position: relative;
    color: #fff;
    padding: 0 47px
}

.cart-container .form-cart .actions.main button.action.update:before {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 59px;
    border: 1px dashed #FF4747
}

.cart-container .form-cart .actions.main button.action.update:hover {
    background: #DA1F0A;
    text-decoration: none
}

.page-main>.page-title-wrapper .page-title.cart-page-title {
    display: flex;
    align-items: center;
}

.list_short_description {
    margin-left: 10px;
    position: relative;
    cursor: pointer;
    line-height: 0;
}


span.list_info_tooltip {
    text-transform: unset;
    font-size: 13px;
    padding: 0;
    color: #fff;
    width: 30px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    position: relative;
    top: 7px;
}

.item-tooltip-content {
    position: absolute;
    right: 0;
    z-index: 1;
    font-size: 14px;
    background: #fff;
    border: 1px solid #cfcfcf;
    padding: 10px 10px;
    width: 150px;
    display: none;
    min-height: 60px;
    font-weight: 400;
    margin-top: 11px;
    border-radius: 3px;
    line-height: normal;
    text-transform: none;
}

.list_short_description:hover .item-tooltip-content {
    display: block;
}


.list_short_description:hover span.list_info_tooltip:before {
    content: "";
    border-bottom: solid 9px #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    height: 0;
    width: 0;
    top: 26px;
    position: absolute;
    right: 6px;
    z-index: 200;
}

.list_short_description:hover span.list_info_tooltip:after {
    content: "";
    border-bottom: solid 10px #cfcfcf;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    width: 0;
    top: 24px;
    position: absolute;
    right: 5px;
    z-index: 108;
}

.checkout-promotion.first {
    margin-top: 30px;
}

.checkout-promotion {
    padding: 15px 20px;
    text-align: left;
    border: 2px solid #ef3a41;
    margin-bottom: 20px;
    border-radius: 18px;
    line-height: 1.4;
    color: #000;
}

.checkout-promotion.second {
    border: 2px solid #f37539;
}

.checkout-promotion strong {
    display: block;
    text-decoration: underline;
    color: #000;
    font-size: 16px;
}

form#discount-coupon-form .fieldset.coupon input {
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 30px 0 0 30px;
    /* height: 46px */
}

form#discount-coupon-form .fieldset.coupon input:focus {
    box-shadow: none
}

strong#block-discount-heading {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    text-align: left;
    color: #444
}

strong#block-discount-heading:before {
    color: #fff;
    font-size: 14px;
    content: "";
    background: url(/media/wysiwyg/coupon-icon.svg);
    background-repeat: no-repeat;
    padding: 1px;
    height: 22px;
    width: 16px;
    margin: 0 auto;
    background-size: 18px auto;
    float: left;
    background-position: left center;
    margin-right: 10px
}

.cart-discount form#discount-coupon-form .fieldset.coupon {
    border: 1px solid #F1F1F1;
    border-radius: 30px;
    padding: 2px;
    background: #fff;
    width: calc(100% - 220px)
}

.paypal-review-discount .fieldset,
.cart-discount .fieldset {
    margin: 0
}

.cart-discount form#discount-coupon-form .title {
    min-width: 220px
}

form#discount-coupon-form .fieldset.coupon .actions-toolbar button.action.apply.primary {
    background: #ff4747;
    border: 1px solid #fff;
    box-shadow: none;
    color: #fff;
    font-family: Quicksand;
    font-size: 18px;
    height: 46px;
    border-radius: 30px;
    width: 130px;
    position: relative;
}

form#discount-coupon-form .fieldset.coupon .actions-toolbar button.action.apply.primary:before {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 59px;
    border: 1px dashed #fff;
}

.cart-discount form#discount-coupon-form {
    border: 2px dashed #FF4747;
    box-sizing: border-box;
    padding: 35px 30px;
    margin-bottom: 30px;
    margin-top: 15px;
    background: #fff;
    display: flex;
    width: 100%;
    align-items: center
}

.amcard-field-container.-cart {
    background: #F5F5F5;
    padding: 30px 20px;
    margin-bottom: 40px;
    border: 2px dashed #FF4747;
    max-width: 100%;
}

.amcard-field-container.-cart span.amcard-title {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    text-align: left;
    color: #444;
    margin-bottom: 10px;
    display: block;
}

.amgcard-datalist-container .amcard-field.-datalist {
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 30px 0 0 30px;
    height: 46px;
    padding: 0 20px;
    font-weight: 500;
}

.amcard-field-block>.amcard-button {
    border-radius: 0 30px 30px 0;
    height: 46px;
    background: #FF4747;
    color: #fff;
    padding: 0 20px;
    border-color: #FF4747;
}

.amcard-image-container>.amcard-image {
    max-width: 99%;
    box-sizing: border-box;
}

form#discount-coupon-form .field-error,
form#discount-coupon-form div.mage-error[generated] {
    height: 0;
    margin: 0;
    bottom: -4px;
    position: relative
}

.cart-summary {
    background: #FFF;
    border: 1px solid #F5F5F5;
    box-sizing: border-box;
    padding: 0 20px 25px
}

.cart-summary>.title {
    background: #FF4747;
    border: none;
    box-sizing: border-box;
    margin: -1px -21px 5px;
    padding: 11px 10px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    display: block
}

.abs-cart-block>.title,
.minicart-items .product .toggle,
.abs-discount-block .block>.title,
.cart-summary .block>.title,
.paypal-review-discount .block>.title,
.cart-discount .block>.title {
    border-color: #fff
}

.cart-totals,
.opc-block-summary .table-totals {
    border-top: none;
    padding-top: 0
}

.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
    border-color: #fff
}

.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
    border-color: #fff
}

.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
    color: #444;
    font-weight: 500 !important
}

.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
    color: #444;
    font-weight: 500 !important
}

.cart-summary table tr.grand.totals th strong {
    font-weight: 700;
    color: #444
}

.cart-summary table tr.grand.totals span.price {
    color: #FF4747;
    font-weight: 700
}

.cart-summary .checkout-methods-items .action.primary.checkout {
    background: #FF4747;
    border-radius: 30px;
    color: #fff;
    height: 40px;
    width: auto;
    font-style: normal;
    font-size: 16px;
    line-height: 0;
    display: inline-block;
    right: 0;
    position: relative;
    opacity: 1;
    text-align: center;
    text-decoration: none;
    margin-left: 1px;
    border: 1px solid #FF4747;
    padding: 0 30px;
    font-family: Quicksand
}

.cart-summary .checkout-methods-items .action.primary.checkout:before {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 59px;
    border: 1px dashed #FFF
}

.cart-summary .checkout-methods-items .action.primary.checkout:hover {
    background: #DA1F0A
}

.block.crosssell.container {
    float: none;
    padding-left: 15px;
    padding-right: 15px
}

.block-related-custom .block.crosssell .products-grid .product-item-actions {
    margin: 10px auto 0
}

.block.crosssell .products-grid .owl-item>.product-item {
    width: 100%
}

.block.crosssell {
    width: 100%;
    padding: 0;
    margin: 0 auto
}

.checkout-index-index .nav-sections {
    display: block
}

.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
    background: #FF4747;
    border-radius: 30px;
    color: #fff;
    height: auto;
    width: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    display: inline-block;
    right: 0;
    position: relative;
    opacity: 1;
    text-align: center;
    text-decoration: none;
    margin-left: 1px;
    border: 1px solid #FF4747;
    padding: 10px 25px
}

.am-checkout.-modern .authentication-wrapper .action-auth-toggle:before {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 59px;
    border: 1px dashed #fff
}

.amcheckout-step-container .fieldset>.field>.label,
.amcheckout-step-container .fieldset>.fields>.field>.label {
    color: #444;
    font-weight: 700;
    font-size: 14px
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name {
    text-align: left
}

.minicart-items .product-item-details .cart-price .price {
    font-weight: 700
}

.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount span.price {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #FF4747
}

.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    color: #444
}

.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
    background: #DA1F0A;
    text-decoration: none
}

.checkout-index-index .checkout-header .title {
    text-align: left
}

.actions-toolbar .action.primary {
    background: #FF4747;
    border-radius: 30px;
    color: #fff;
    height: auto;
    width: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    display: inline-block;
    right: 0;
    position: relative;
    opacity: 1;
    text-align: center;
    text-decoration: none;
    margin-left: 1px;
    border: 1px solid #FF4747;
    padding: 10px 25px;
    border-radius: 50px !important
}

.actions-toolbar .action.primary:before {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 59px;
    border: 1px dashed #fff
}

.actions-toolbar .action.primary:hover {
    background: #DA1F0A;
    text-decoration: none
}

.amxnotif-block .amxnotif_guest_action {
    margin-top: 0;
}

.amcheckout-step-container .primary .action.checkout,
.amcheckout-step-container .action.checkout.amasty {
    height: auto;
    width: auto;
    background: #FF4747;
    padding: 10px 25px;
    float: none
}

.amcheckout-step-container .actions-toolbar {
    text-align: center
}

.amcheckout-step-container .primary .action.checkout:hover,
.amcheckout-step-container .action.checkout.amasty:hover {
    background: #DA1F0A;
    text-decoration: none
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #f5f5f5
}

.amcheckout-block.amcheckout-step-container .opc-block-summary {
    background: #f5f5f5 !important;
    border: none !important;
    height: 100%
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
    background: #f5f5f5;
    border: none;
    padding-bottom: 15px
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options,
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options {
    background: #f5f5f5
}

.amcheckout-step-container .amcheckout-title {
    padding: 0;
    background: transparent
}

.amcheckout-step-container .opc-block-summary .amcheckout-title {
    padding: 15px
}

.minicart-items .product-item:not(:first-child) {
    border-top: 1px solid #FFF
}

.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
    margin-bottom: 20px;
    border-bottom: 1px solid #fff
}

.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),
.amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger) {
    background: #FF4747;
    border-radius: 30px;
    color: #fff;
    height: 40px;
    width: auto;
    font-style: normal;
    font-size: 16px;
    line-height: 0;
    display: inline-block;
    right: 0;
    position: relative;
    opacity: 1;
    text-align: center;
    text-decoration: none;
    margin-left: 1px;
    border: 1px solid #FF4747;
    padding: 0 30px;
    font-family: Quicksand;
    margin-top: 10px;
}

.amcheckout-step-container button.action-show-popup:after {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 59px;
    border: 1px dashed #FFF
}

.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button):hover {
    background: #DA1F0A
}

.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
    margin-top: 20px
}

.checkout-index-index .widget.block.block-static-block {
    margin-bottom: 0;
    text-align: right
}

.back-to-cart {
    margin-left: -15px;
    position: relative;
    bottom: 0
}

button.back_cart {
    background: transparent;
    border: none;
    padding: 0;
    white-space: nowrap;
    font-family: Quicksand;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #FF4747;
    font-weight: 700
}

button.back_cart:before {
    content: "<";
    margin-right: 8px
}

button.back_cart:hover {
    color: #DA1F0A
}

.checkout-index-index .form-discount button.action.action-apply {
    height: auto;
    width: auto !important;
    background: #FF4747 !important;
    padding: 11px 18px;
    float: none;
    box-shadow: none !important;
    color: #fff !important;
    border-radius: 0 30px 30px 0 !important;
    font-weight: 500;
    position: relative;
}

.checkout-index-index .form-discount button.action.action-apply:before {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 0 30px 30px 0 !important;
    border: 1px dashed #fff
}

.checkout-index-index .form-discount button.action.action-apply:hover {
    background: #DA1F0A
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
    padding: 20px;
    align-items: center;
    width: 100%;
}

.checkout-payment-method .payment-method-title label div.adyen-sprite.adyen_cc {
    width: 78px;
}

.amcheckout-block.amcheckout-step-container .amcard-field-container {
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
}

.amcheckout-block.amcheckout-step-container .amcard-field-container span.amcard-title {}

.amcheckout-block.amcheckout-step-container .amcard-field-container input.amcard-field {
    border-radius: 30px 0 0 30px !important;
    padding: 10px 10px 10px 15px;
    height: 40px;
    font-size: 16px;
    border: 1px solid #d4d4d4;
    cursor: pointer;
}

.amcheckout-block.amcheckout-step-container .amcard-field-container input.amcard-button {
    width: auto !important;
    background: #FF4747 !important;
    padding: 10px 18px;
    float: none;
    box-shadow: none !important;
    color: #fff !important;
    border-radius: 0 30px 30px 0 !important;
    font-weight: 500;
    height: 40px;
    border: 1px solid #FF4747;
    font-size: 16px;
}

.amgcard-datalist-container .amcard-input-arrow:after {
    top: 18px;
}

.amgcard-datalist-container.-active .amcard-input-arrow:after {
    top: 12px;
}

.amgcard-datalist-container .amcard-datalist-message {
    font-size: 14px;
}

.amcheckout-block.amcheckout-step-container .amcard-field-container button.amcard-check {
    margin: 10px auto 0;
    float: none;
    display: block;
}

.form-discount .control input {
    border-radius: 30px 0 0 30px !important;
    padding: 10px 10px 10px 15px
}

.order-details-items .table-order-items .product-item-name {
    height: auto;
    margin-bottom: 0
}

.order-details-items {
    padding-top: 0
}

#registration {
    max-width: 100%
}

.checkout-index-index .authentication-wrapper {
    display: none
}

ul.checkout-description {
    padding-left: 0;
    list-style: none;
    margin-top: 20px
}

ul.checkout-description li {
    color: #696969;
    font-size: 16px;
    line-height: normal
}

li.returning-icon span {
    line-height: 0;
    height: auto;
    float: left;
    margin-right: 10px
}

.checkout-description button {
    border: none;
    background: transparent;
    padding: 0;
    margin-left: 5px;
    color: #444
}

.checkout-description button:hover {
    text-decoration: underline
}

.checkout-index-index .checkout-header {
    width: 100%
}

.page-main .login-container,
.page-main .form-create-account,
.page-main .form.password.forget {
    margin: auto;
    border: 1px solid #e1e1e1;
    width: 100% !important;
    max-width: 700px;
    border-radius: 0 !important
}

.page-main .form-create-account,
.page-main .form.password.forget {
    padding: 24px !important
}

.page-main .login-container .block.block-customer-login,
.page-main .login-container .block.block-new-customer {
    padding: 24px;
    margin-bottom: 0
}

.page-main .login-container .block.block-customer-login {
    padding-bottom: 0
}

.page-main .login-container .block.block-new-customer {
    padding-top: 0
}

.page-main .login-container .block .block-title,
.page-main .form-create-account .fieldset .legend {
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-bottom: 1px solid #E1E1E1
}

.page-main .login-container .block .block-title strong,
.page-main .form-create-account .fieldset .legend span {
    font-weight: 700;
    color: #444;
    font-size: 16px
}

.page-main .form-create-account .field.choice.newsletter {
    margin-bottom: 10px;
}

.page-main .form-create-account .field.choice.newsletter>label.label {
    color: #444;
    margin-bottom: 15px;
    margin-top: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    display: block;
}

.page-layout-1column .column.main {
    padding-bottom: 20px
}

.page-main .login-container .block .form .fieldset .actions-toolbar .action.remind {
    color: #444;
    margin-top: 0
}

.customer-account-create .page-title-wrapper,
.customer-account-login .page-title-wrapper,
.customer-account-forgotpassword .page-title-wrapper {
    padding-top: 0;
    padding-bottom: 0
}

.customer-account-login .page-main>.page-title-wrapper .page-title,
.customer-account-create .page-main>.page-title-wrapper .page-title,
.customer-account-forgotpassword .page-main>.page-title-wrapper .page-title,
.appquipo_getintouch-index-index h1,
.appquipo_requestproduct-index-index h1 {
    text-align: center;
    display: block;
    margin-top: 40px;
    margin-bottom: 20px
}

.abs-margin-for-blocks-and-widgets-desktop,
.page-main .block,
.customer-review .product-details {
    margin-bottom: 20px
}

._keyfocus :focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    box-shadow: none
}

.form.password.forget .fieldset:after {
    margin-top: 15px
}

.login-container .block.block-customer-login,
.login-container .block.block-new-customer {
    width: 100%
}

.amazon-validate-container .block .block-title,
.login-container .block .block-title {
    border-bottom: 1px solid #F5F5F5
}

.amazon-validate-container .block .block-title strong,
.login-container .block .block-title strong {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #444;
    margin-bottom: 0;
    letter-spacing: normal
}

.login-container .fieldset>.field>.control {
    width: 100%
}

.amsearch-form-container.-large .amsearch-wrapper-content .price-box {
    clear: both;
    display: block;
    width: 100%
}

.amsearch-form-container.-large .amsearch-wrapper-content .product-item-actions {
    width: 100%;
    display: block;
    text-align: center
}

.search-autocomplete .amsearch-results .actions-secondary a.action.tocompare {
    display: none
}

.search-autocomplete .amsearch-results .actions-secondary .towishlist {
    background: #2A70B6;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    position: relative;
    display: inline-block;
    font-size: 0;
    float: left
}

.search-autocomplete .amsearch-results .actions-secondary .towishlist:before {
    color: #fff;
    font-size: 14px;
    content: "";
    background: url(/media/wysiwyg/wishlist-icon.svg);
    background-repeat: no-repeat;
    padding: 1px;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0 auto;
    background-size: 18px auto;
    background-position: center center
}

.search-autocomplete .amsearch-results .actions-secondary .towishlist:after {
    content: "";
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 39px;
    border: 1px dashed #FFF
}

.amsearch-wrapper-content .product-item-link {
    color: #444
}

.amsearch-products .amsearch-highlight {
    background: #FF4747
}

div#search_autocomplete {
    max-width: 100%
}

.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current>strong {
    font-weight: 700;
    border-color: #DA1F0A;
    color: #444
}

.block-collapsible-nav .item a,
.block-collapsible-nav .item>strong {
    color: #444
}

.customer-account-index .block .block-title strong {
    font-weight: 700;
    font-weight: bold !important;
    color: #444
}

.block-content .box-actions a.action {
    color: #006bb4;
}

.block-content .box-actions a.action:visited {
    color: #006bb4;
}

.intl-tel-input .flag-container {
    height: 40px;
}

.products-grid.wishlist .product-item-photo {
    text-align: center
}

.products-grid.wishlist .product-item-actions {
    margin-top: 0
}

.products-grid.wishlist .product-item .fieldset {
    margin-bottom: 0
}

.wishlist-index-index .product-item-info {
    border: 1px solid transparent;
    position: relative;
    padding: 9px
}

.products-grid.wishlist .product-item-info:hover,
.products-grid.wishlist .product-item-info.active {
    box-shadow: none;
    margin: 0
}

.wishlist-index-index .product-item-inner {
    box-shadow: none;
    position: unset;
    border: none;
    box-sizing: border-box;
    background: #fff;
    margin-left: 0;
    margin-top: 25px;
    flex-wrap: wrap;
    display: flex !important;
    align-items: flex-start;
    justify-content: space-between
}

.wishlist-index-index .product-item-inner .comment-box {
    width: 100%
}

.wishlist-index-index .product-item-inner .box-tocart {
    margin-bottom: 0
}

.form-wishlist-items .actions-toolbar button {
    background: #FF4747;
    border-radius: 30px;
    color: #fff;
    height: 40px;
    width: auto;
    font-style: normal;
    font-size: 16px;
    line-height: 0;
    display: inline-block;
    right: 0;
    position: relative;
    opacity: 1;
    text-align: center;
    text-decoration: none;
    margin-left: 1px;
    border: 1px solid #FF4747;
    padding: 0 30px;
    font-family: Quicksand;
    margin-bottom: 15px !important
}

.form-wishlist-items .actions-toolbar button:after {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 59px;
    border: 1px dashed #FFF
}

.form-wishlist-items .actions-toolbar button:hover {
    background: #DA1F0A;
    color: #fff
}

.abs-account-blocks .block-title>strong,
.abs-account-blocks .block-title>span,
.account .legend>strong,
.account .legend>span,
.form-giftregistry-search .legend>strong,
.form-giftregistry-search .legend>span,
.block-giftregistry-results .block-title>strong,
.block-giftregistry-results .block-title>span,
.block-giftregistry-shared-items .block-title>strong,
.block-giftregistry-shared-items .block-title>span,
.block-wishlist-search-form .block-title>strong,
.block-wishlist-search-form .block-title>span,
.block-wishlist-search-results .block-title>strong,
.block-wishlist-search-results .block-title>span,
.multicheckout .block-title>strong,
.multicheckout .block-title>span,
.multicheckout .block-content .title>strong,
.multicheckout .block-content .title>span,
.customer-review .review-details .title>strong,
.customer-review .review-details .title>span,
.paypal-review .block .block-title>strong,
.paypal-review .block .block-title>span,
.account .column.main .block:not(.widget) .block-title>strong,
.account .column.main .block:not(.widget) .block-title>span,
.multicheckout .block-title>strong,
.multicheckout .block-title>span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title>strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title>span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title>strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title>span,
.sales-guest-view .column.main .block:not(.widget) .block-title>strong,
.sales-guest-view .column.main .block:not(.widget) .block-title>span {
    font-weight: 700 !important;
    color: #444
}

.modal-popup .modal-title {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 0;
    color: #444;
    font-weight: 700;
    border-bottom: none;
    padding-bottom: 0
}

.modal-content {
    border: none;
    box-shadow: none;
    padding: 10px 0
}

.modal-popup .modal-footer {
    margin-top: auto;
    padding-bottom: 15px;
    padding-top: 15px
}

.checkout-index-index .modal-popup .fieldset .field .label {
    font-weight: 700
}

.modal-header {
    margin-bottom: 20px
}

.control select {
    border: 1px solid #d4d4d4;
    background-color: #fff;
    height: 40px
}

footer .footer_block>.newsletter {
    clear: both;
    background: #58a1d1;
    overflow: hidden;
    text-align: center;
    padding: 35px 0 30px
}

footer.page-footer .block.newsletter {
    float: none !important;
    max-width: 100%;
    width: 100%;
    margin: 0
}

footer.page-footer .block.newsletter .title {
    display: block;
    color: #fff;
    margin: 0
}

.newsletter-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    clear: both;
    justify-content: space-between
}

.newsletter-left {
    width: 400px;
    max-width: 34%;
    text-align: left;
    line-height: normal;
    color: #fff
}

footer.page-footer .block.newsletter .title strong {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #FFF;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 8px
}

.newsletter-left p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px
}

.content.newsletter-right {
    width: calc(100% - 589px);
    padding: 0 40px 4px 50px
}

.block.newsletter .form.subscribe {
    border: 2px solid #fff;
    border-radius: 30px;
    background: #fff
}

.block.newsletter .field .control:before {
    display: none
}

.block.newsletter .field.newsletter {
    max-width: 100%;
    width: calc(100% - 129px)
}

.block.newsletter input {
    width: 100%;
    border: none;
    height: 40px;
    background: #fff;
    border-radius: 30px;
    padding: 5px 15px 5px 25px;
    position: unset !important;
    max-width: 100%;
    transition: unset !important;
    box-shadow: none !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    margin: 0
}

.block.newsletter input::placeholder {
    color: #BCBCBC;
    opacity: 1
}

.block.newsletter input:-ms-input-placeholder {
    color: #BCBCBC
}

.block.newsletter input::-ms-input-placeholder {
    color: #BCBCBC
}

.block.newsletter .field.newsletter div.mage-error[generated] {
    position: absolute;
    height: 0
}

.block.newsletter .action.subscribe {
    background: #FF4747;
    border-radius: 30px;
    color: #fff;
    height: 40px;
    width: 130px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    display: block !important;
    right: 0;
    opacity: 1;
    border: 1px solid #FF4747;
    position: relative
}

.block.newsletter .action.subscribe:before {
    content: "";
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 59px;
    border: 1px dashed #FFF
}

.block.newsletter .action.subscribe:hover {
    background: #DA1F0A;
    border: 1px solid #DA1F0A
}

.block.newsletter .form.subscribe>.actions {
    width: auto
}

.follow-us {
    color: #fff;
    text-align: right;
    display: inline-block;
    line-height: normal
}

.follow-us>strong {
    text-transform: uppercase;
    float: left;
    padding-top: 1px;
    line-height: 22px
}

.footer.content .follow-us ul {
    padding-left: 27px;
    text-align: right;
    width: auto !important;
    float: left;
    padding-top: 0;
    display: flex;
    vertical-align: middle;
    align-items: center;
    line-height: 0
}

.follow-us ul li {
    margin-right: 12px !important;
    float: left
}

.follow-us ul li:last-child {
    margin-right: 0 !important
}

.follow-us ul li a {
    display: inline-block;
    line-height: 0;
    padding-top: 0
}

.footer.content ul {
    width: 100%;
    margin: 0;
    padding: 0
}

footer.page-footer {
    background: #444;
    padding-bottom: 31px;
    clear: both;
    margin-top: 0
}

.footer.content {
    max-width: 100%;
    padding: 0
}

.footer_box {
    color: #fff;
    clear: both;
    padding-top: 87px;
    padding-bottom: 7px;
    overflow: hidden
}

.footer-box-1 p {
    margin-bottom: 18px
}

.footer-box-1 p:last-child {
    margin-bottom: 0
}

.footer-logo {
    margin-bottom: 15px
}

.footer-box-1 {
    max-width: 348px
}

.footer_box a {
    color: #fff
}

.footer-row {
    box-sizing: border-box;
    margin-left: -10px;
    margin-right: -10px
}

.footer-col-3 {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px
}

.footer-col-6 {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px
}

.footer-col-4 {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px
}

footer h2 {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    color: #FFF;
    margin-top: 28px
}

.footer_box li a {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    text-transform: capitalize;
    color: #FFF
}

.payment-box {
    padding-top: 12px
}

.copy_right {
    color: #BCBCBC;
    text-align: center
}

.copy_right p {
    margin: 0 auto
}

.copy_right .copyright {
    margin: 0 auto;
    font-family: Quicksand;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    max-width: 700px;
    background: transparent;
    padding: 0
}

.copy_right_box {
    border-top: 1px solid #525151;
    padding-top: 25px
}

#top_message_content {
    padding: 20px 50px;
    position: relative;
    text-align: center
}

.brands-filters {
    margin: 80px 0 50px
}

.brands-filters .letter {
    margin: 0 5px 10px;
    padding: 0 10px;
    min-width: 34px;
    min-height: 34px;
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    background: #fff
}

.brands-filters .letter:hover,
.brands-filters .letter.-active {
    background: #ff4747;
    border-color: #ff4747;
    color: #fff
}

.brands-letter .brand-item .label::before {
    display: none
}

.brand-images .brands-letter {
    padding-right: 0;
    width: 100%
}

.brand-images .brands-letter .brand-item {
    border-bottom: 1px solid #c4c4c4;
    margin: 0;
    padding: 20px 0;
    text-align: left;
    width: 100%
}

.brand-images .brands-letter .brand-item .item {
    position: relative;
    padding-left: 140px;
    min-height: 120px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center
}

.brands-letter .brand-item .am-image-wrapper {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -60px
}

.brands-letter .brand-item .label {
    font-size: 24px;
    font-weight: 700;
    width: 100%
}

.brands-letter .brand-item .description {
    color: #666;
    width: 100%
}

.brands-letter .brand-item .am-image-wrapper .no-img {
    background: #f6f6f6;
    width: 120px;
    height: 120px;
    text-align: center;
    font-size: 60px;
    color: #333;
    line-height: 120px;
    font-weight: 700;
    margin: 0
}

.brand-images .brands-letter .brand-item .item:hover .label {
    color: #ff4747
}

.category-description-title {
    background: #FFF16B;
    text-align: center;
    padding: 20px 0 80px
}

.category-description-title h1.page-title {
    font-size: 36px;
    font-weight: 700;
    color: #000
}

.category-description-title .category-description {
    font-size: 16px;
    color: #000
}

.category-description-title .breadcrumbs {
    text-align: left;
    margin-bottom: 60px;
    padding: 0
}

.category-description-title .breadcrumbs a,
.category-description-title .breadcrumbs strong {
    font-size: 14px;
    color: #000
}

.category-description-title .breadcrumbs .item:not(:last-child)::after {
    color: #000
}

.category-cms section.shipping-block>.container {
    padding: 0;
}

.cms-index-index .message {
    margin: 0 !important;
}

.minicart-items .update-cart-item {
    border-radius: 25px;
    position: relative;
    border: none;
}

.minicart-items .update-cart-item:before {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 59px;
    border: 1px dashed #BCBCBC;
}

.checkout-description {
    display: none;
}

.checkout-payment-method .checkout-billing-address .primary .action-cancel {
    margin-bottom: 20px;
}

#checkout-shipping-method-load .row {
    margin-left: 0;
    margin-right: 0;
}

.filter .block-subtitle {
    padding: 0 0 10px;
    color: #444444;
    font-weight: bold;
    line-height: normal;
    font-size: 20px;
    border-bottom: gainsboro;
}

.filter-options-item {
    border-bottom: none;
    padding-bottom: 15px;
}

.am-checkout.-modern .checkout-header button {
    background: transparent;
    border: none;
    padding: 0;
    margin-left: 5px;
}

p.return_customer {
    background: url(/media/wysiwyg/returning-customer-icon.svg);
    background-repeat: no-repeat;
    background-position: top 1px left;
    padding-left: 28px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.amxnotif-block {
    margin-top: 10px;
}

.amxnotif-container a {
    border: 1px solid #555;
    background: #555;
    border-radius: 20px;
    color: #fff;
    height: auto;
    width: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    right: 0;
    opacity: 1;
    position: relative;
    margin-right: auto;
    line-height: unset;
    margin-left: auto;
    padding: 9px 32px;
    display: inline-block !important;
}

.amxnotif-container a:after {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 59px;
    border: 1px dashed #FFF;
}

.amxnotif-container {
    text-align: center;
}

.product-item-actions .actions-primary>.stock.unavailable {
    color: #FF4747;
    font-weight: bold;
}

.category .subscribe-popup .notification-container {
    position: relative;
    margin-top: 20px;
    width: 100%;
}

.category .subscribe-popup {
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.category .subscribe-popup .notification-container .input-fields {
    width: 100%;
    margin-top: 0;
}

.category .subscribe-popup .notification-container .input-fields input {
    width: 100%;
    height: 50px;
    background: #f2f2f2;
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 6px 128px 6px 25px;
    position: unset !important;
    max-width: 100%;
    transition: unset !important;
    box-shadow: none !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.category .subscribe-popup .notification-container .actions-toolbar {
    position: absolute;
    top: 4px;
    right: 4px;
    margin-top: 0;
    width: auto !important;
    margin-right: 0;
    margin-left: 0;
    vertical-align: middle;
}

.category .subscribe-popup .notification-container .actions-toolbar button.action.submit.primary {
    margin: 0;
}

.category .subscribe-popup .notification-container .close-subscribe-popup {
    top: -72px;
    right: -5px;
    color: #FF4747;
    font-size: 24px;
    z-index: 99;
}

.amxnotif-block .subscribe-popup label[for^="notification-container"] {
    font-size: 16px;
}

.category .subscribe-popup span.close-subscribe-popup {
    top: 0;
    color: #FF4747;
    font-size: 26px;
    line-height: 1;
    right: 15px;
}

.category .subscribe-popup {
    padding-top: 30px;
    padding-bottom: 30px;
}

/*price-visibility*/

/* span.price {
    visibility: hidden;
} */

.catalog-category-view span.price {
    visibility: unset;
}

span.price.xsearch-custom {
    visibility: visible;
}

.cart-summary td span.price {
    visibility: visible !important;
}

#checkout span.price {
    visibility: visible !important;
}

.block-minicart span.price {
    visibility: visible !important;
}

/**/

.amxnotif-block form .input-fields {
    width: 100%;
}

.amxnotif-block form .notification-container {
    position: relative;
}

.amxnotif-block form .input-fields input {
    height: 42px;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #d4d4d4;
    padding: 6px 128px 6px 25px;
    position: unset !important;
    max-width: 100%;
    transition: unset !important;
    box-shadow: none !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.amxnotif-block form label {
    margin-bottom: 10px;
}

.amxnotif-block form .actions-toolbar {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.amxnotif-block form .actions-toolbar button.action.submit.primary {
    margin-right: 0;
}

/*brands*/
.manufacturer-list {
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 5px;
}

.manufacturer-content {
    display: flex;
}

ul.tb_list_1 {
    width: 100%;
    float: left;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

ul.tb_list_1 li {
    width: 25%;
}

.tb_alphabet_index {
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
}

.amcard-page-product .amcard-preview .footer.custom-amasty-footer,
.amcard-page-product .amcard-preview .header.custom-amasty-header {
    background: #388dca !important;
}


/*nav-sections*/
.custom_ws_menu_wrapper {
    background: #ff4747;
}

.ws_header_menu {
    display: flex;
}

ul.custom-menu-ul {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0;
    margin: 0 auto;
}

a.level-top-menu {
    display: block;
    text-align: center;
    font-family: Quicksand;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 35px !important;
    line-height: normal;
    font-size: 14px;
    border-radius: 30px;
    border: 1px solid transparent;
}

a.level-top-menu:hover,
a.level-top-menu:focus,
.active>a.level-top-menu,
.custom-menu>ul>li:focus a,
.custom-menu>ul>li:hover a {
    text-decoration: none;
    color: #fff;
    border: 1px dashed #FC6D6D;
    background: #DA1F0A;
}

.custom-menu {
    width: 100%;
}

.ammenu-nav-sections.-left-menu .ammenu-button.-close {
    position: fixed;
    top: 15px;
    right: 25px;
    pointer-events: none;
}

ul.custom-menu-ul {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0;
    margin: 0 auto;
    justify-content: space-between;
    width: 100%;
}

ul.custom-menu-ul>li {
    margin: 0;
}

.custom-menu>ul>li {
    width: 100%;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 4px 0;
}

.custom-menu>ul>li>ul {
    position: absolute;
    background: #fff;
    z-index: 1;
    right: 0;
    left: 0;
    padding-left: 0;
    box-shadow: 4px 0 10px rgb(0 0 0 / 15%);
    padding-bottom: 20px;
    display: none;
    min-width: 240px;
}

.custom-menu>ul>li:hover>ul {
    display: block;
}

.custom-menu li.brand-item {
    text-align: center;
    padding: 0 30px;
    list-style: none;
}

.custom-menu li.brand-item a.item {
    border-bottom: 1px solid #DEDEDE;
    display: block;
    padding: 14px 10px 14px 47px;
    font-family: Mont;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    color: #222222;
    text-decoration: none;
    text-align: left;
    position: relative;
}

.custom-menu li.brand-item a.item:after {
    background: url(/media/wholesale/star-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    padding: 0;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 15px;
    margin: 0 auto;
    top: 50%;
    margin-top: -12.5px;
}

.custom-menu li.brand-item a.item p {
    margin: 0;
}

.custom-menu>ul>li:last-child a {
    background: #F5EC00;
    color: #222222;
    text-align: center;
    border-color: #F5EC00;
}

.custom-menu>ul>li.last {
    background: #F5EC00;
}

.custom-menu>ul>li.last:before,
.custom-menu>ul>li.last:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #F5EC00;
    width: 100%;
    bottom: -2px;
    left: 0;
    z-index: 11;
}

.custom-menu>ul>li.last:before {
    top: -2px;
    bottom: auto;
}

.fotorama-item>.fotorama__wrap:after {
    pointer-events: none;
}

.fotorama__wrap--slide .fotorama__stage__frame {
    cursor: grabbing;
}


/* custom-css-start */

/* 26-12-2023-css-start */
.header .amsearch-input-wrapper .amsearch-input {
    height: 42px;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 6px 128px 6px 25px;
    position: unset !important;
    max-width: 100%;
    transition: unset !important;
    box-shadow: none !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.header .amsearch-wrapper-block {
    max-width: 680px !important;
    width: calc(100% - 490px) !important;
}

.header .amsearch-wrapper-block .amsearch-input-wrapper {
    width: 100% !important;
}

.header .amsearch-input-wrapper .amsearch-button.-loupe {
    border: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    background: #FF4747;
    border-radius: 42px;
    color: #fff;
    height: 40px;
    width: 125px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: block !important;
    right: 1px;
    opacity: 1;
    padding-right: 10px;
    left: auto;
}

.amsearch-input-wrapper .amsearch-button.-loupe:before {
    color: #fff;
    float: right;
    position: absolute;
    right: 18px;
    content: "";
    background: url(/media/wysiwyg/search-icon.svg);
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    background-position: center center;
    top: 13px;
    background-size: 16px auto;
}

.amsearch-input-wrapper .amsearch-button.-loupe:after {
    content: "";
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 59px;
    border: 1px dashed #FFF;
}

.page-header .header.content .container {
    width: auto;
    margin: 0;
}

.page-header .header.content {
    justify-content: space-between;
}

.ammenu-nav-sections.-topmenu .ammenu-main-container {
    background: #ff4747 !important;
}

.ammenu-nav-sections.-topmenu .ammenu-items {
    justify-content: center;
}

.ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item {
    padding: 4px 0;
}

.ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link {
    padding: 12px 25px;
    position: relative;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff !important;
    border: 1px solid transparent;
}

.ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item:hover>.ammenu-link {
    text-decoration: none;
    border-radius: 30px;
    background: #DA1F0A !important;
    border: 1px dashed #FC6D6D !important;
}

.ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item:hover>.ammenu-link span {
    color: #fff;
}

.ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link {
    background: transparent !important;
}

.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper {
    margin-top: 4px;
}

.ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item:last-child {
    background-color: #F5EC00;
}

.ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item:last-child>.ammenu-link span {
    color: #222222;
    font-weight: 800;
}

.ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item:last-child:hover>.ammenu-link {
    background: transparent !important;
    border-radius: 0px;
    border: 0px !important;
}

.cms-americanfizz-home-page .page-main {
    max-width: 100%;
    padding: 0;
}

.content.newsletter-right span.email-error-span {
    display: block;
    text-align: left;
    margin-top: 5px;
    padding-left: 10px;
    color: #bf5151;
    font-size: 15px;
    font-weight: 600;
}

.content.newsletter-right form#newsletter-validate-detail .email-error {
    border-width: 1px !important;
    border-style: solid !important;
    border-right: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-color: #ff4747 !important;
}

/* 26-12-2023-css-end */

/* 27-12-2023-css-start */
.checkout-index-index div#checkout {
    background: none;
    padding: 0;
}

.checkout-index-index .checkout-block {
    box-shadow: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.checkout-index-index .checkout-block:hover {
    box-shadow: none;
}

.checkout-index-index .opc-wrapper .step-title {
    border-bottom: 1px solid #cccccc;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    border: 0;
}

.checkout-index-index form.form.form-login {
    margin: 0;
    border-bottom: 1px solid #d4d4d4 !important;
}

.checkout-index-index .fieldset:last-child {
    margin-bottom: 0;
}

.checkout-index-index .amcheckout-wrapper {
    padding: 20px 0;
}

#checkout-shipping-method-load .amcheckout-method {
    border: 1px solid #f9f9f9;
    border-radius: 2px;
    background: #f9f9f9;
    cursor: pointer;
    padding: 0 20px;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.table-checkout-shipping-method tbody td {
    border-top: 0;
}

#checkout span.price {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.table-checkout-shipping-method tbody tr:first-child td {
    font-size: 14px;
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-payment-method .payment-methods .step-title {
    border-bottom: 0px;
}

.checkout-index-index .payment-group .payment-method {
    border: 1px solid #f9f9f9;
    border-radius: 2px;
    background: #f9f9f9;
    cursor: pointer;
    padding: 0 20px;
    margin-bottom: 15px;
}

.checkout-payment-method .payment-method+.payment-method .payment-method-title,
.checkout-payment-method .payment-method:first-child .payment-method-title {
    border-top: 0px solid #cccccc;
    display: flex;
    align-items: center;
    gap: 15px;
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method .label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkout-index-index .payment-group .payment-method:hover,
#checkout-shipping-method-load .amcheckout-method:hover {
    box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}

.checkout-index-index .checkout-block.-summary {
    background-color: #f5f5f5;
    padding: 10px 15px;
}

.checkout-index-index .checkout-payment-method .amcard-field-container.-cart button.amcard-check {
    background-color: #FF4747;
    border-radius: 30px;
    color: #fff;
    width: auto;
    font-style: normal;
    font-size: 16px;
    line-height: normal;
    position: relative;
    opacity: 1;
    text-align: center;
    text-decoration: none;
    border: 1px solid #FF4747;
    font-family: Quicksand;
    margin: 15px auto 0 auto;
    display: flex;
    padding: 10px 30px;
}

.checkout-index-index .checkout-payment-method.submit .actions-toolbar button.action.primary.checkout.amasty {
    width: 100%;
}

/* 27-12-2023-css-end */

/* ---12-01-2024-css-start--- */
.ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link.-current span {
    color: #F5EC00;
    font-weight: 700;
}

.checkout-index-index .opc-block-summary .minicart-items .delete {
    height: 15px;
    width: 15px;
}

/* ---12-01-2024-css-end--- */

/* ---13-01-2024-css-start--- */
.minicart-wrapper .block-minicart {
    z-index: 999;
}

/* ---13-01-2024-css-end--- */





/* custom-css-end */


@media (max-width:1299px) {

    section.superbowl-weekend-section .mp-product-slider-content .owl-nav .owl-prev,
    .block-related-custom .owl-carousel .owl-nav .owl-prev {
        left: -10px
    }

    section.superbowl-weekend-section .mp-product-slider-content .owl-nav .owl-next,
    .block-related-custom .owl-carousel .owl-nav .owl-next {
        right: -10px
    }
}

@media (min-width:1200px) {
    .page-layout-2columns-right .sidebar-additional {
        width: 26%
    }

    .page-layout-2columns-right .column.main {
        width: 74%
    }

    .page-layout-2columns-left .product-info-main,
    .page-layout-2columns-right .product-info-main,
    .page-layout-3columns .product-info-main {
        padding-left: 30px;
        width: 50%
    }

    .page-products.catalogsearch-result-index .products-grid .product-item {
        width: 20% !important
    }
}

@media (min-width:768px) {

    .ammenu-menu-wrapper {
        margin: 0;
    }

    .nav-sections {
        margin-bottom: 0;
    }

    .ammenu-button {
        color: #fff;
    }

    .ammenu-button .ammenu-line:after,
    .ammenu-button .ammenu-line:before {
        display: none;
    }

    .ammenu-button.-hamburger:before,
    .ammenu-button.-hamburger:after {
        display: none;
    }

    .ammenu-button.-hamburger:before,
    .ammenu-button.-hamburger:after {
        display: none;
    }

    .ammenu-button .ammenu-line {
        width: 150px !important;
        height: 35px;
        position: absolute;
        left: 0;
        top: 50%;
        background-repeat: no-repeat;
        background-position: center center;
        right: 0;
        margin: -12.5px auto 0;
        display: inline-block !important;
        border: none !important;
        position: unset !important;
        font-size: 14px;
    }

    .ammenu-button .ammenu-line:after {
        content: "Shop now";
        font-size: 14px;
    }

    .ammenu-button.-hamburger {
        width: auto;
    }

    .ammenu-menu-wrapper .ammenu-menu-overlay {
        display: none;
    }

    .ammenu-nav-sections.-left-menu:not(.-mobile) {
        position: absolute !important;
        height: auto;
        top: auto;
        right: 0;
        left: 50% !important;
        margin-right: auto;
        max-width: 1170px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 0;
        margin-left: -585px;
        padding-top: 20px;
        padding-bottom: 10px;
        overflow-x: auto;
        transition: top .3s ease !important;
        border: 1px solid #acacac;
        padding-bottom: 15px !important;
        padding-top: 15px !important;
        background: #fff !important
    }

    .ammenu-nav-sections.-left-menu:not(.-mobile) .ammenu-menu-header {
        display: none;
    }

    .ammenu-nav-sections:not(.-topmenu) {
        -webkit-animation-name: 'ammenu-animation__fadeIntop';
        animation-name: 'ammenu-animation__fadeIntop';
        animation-duration: 0.3s;
    }

    .ammenu-nav-sections.-left-menu:not(.-mobile) .ammenu-items.-root>.ammenu-item {
        padding: 6px 0 6px 0;
        position: unset;
    }

    .ammenu-nav-sections.-left-menu .ammenu-items.-root>.ammenu-item>.ammenu-link {
        font-weight: normal;
        position: relative;
        padding-right: 25px;
        color: #000 !important;
    }

    .ammenu-nav-sections.-left-menu:not(.-mobile) .ammenu-items {
        margin: 0;
        padding: 0;
        width: 300px;
        background: #fff;
        border-right: 1px solid #D0D0D0;
        border-top: none;
        min-height: 350px;
    }

    .ammenu-nav-sections.-left-menu:not(.-mobile) .ammenu-submenu-block.-root.-full {
        left: 300px !important;
        min-width: 360px !important;
        box-shadow: none;
        width: calc(1140px - 300px) !important;
        padding-top: 0;
        padding-bottom: 0;
        top: 15px;
        max-height: unset;
    }

    .ammenu-menu-wrapper .ammenu-text-block .ammenu-text {
        font-weight: 600;
    }

    .ammenu-nav-sections .col-sm-4 {
        width: 33.33%;
        float: left;
        padding: 0 15px;
        box-sizing: border-box;
        height: 100%;
    }

    .ammenu-nav-sections.-left-menu {
        box-shadow: none;
        padding: 0 !important;
    }

    .ammenu-categories-container {
        display: block;
        flex-wrap: nowrap;
    }

    .ammenu-nav-sections.-left-menu .ammenu-categories-container .ammenu-text {
        border: none !important;
        font-weight: normal;
        font-size: 14px;
    }

    .ammenu-nav-sections.-left-menu:not(.-mobile) .ammenu-menu-title {
        padding: 0;
        display: none;
    }

    .block.related .product-item-info {
        width: 100% !important;
        text-align: center;
    }

    .ammenu-button.-hamburger {
        min-width: auto;
        width: auto;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        padding: 4px 0 !important;
        line-height: normal;
        font-size: 14px;
        border-radius: 0;
        height: unset;
        margin: 0;
    }

    .ammenu-button.-hamburger .ammenu-line {
        width: unset !important;
        height: auto;
        background-repeat: no-repeat;
        background-position: center center;
        right: 0;
        display: inline-block !important;
        position: unset !important;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        padding: 12px 35px !important;
        font-size: 14px;
        border-radius: 30px;
        border: 1px solid transparent !important;
        background: transparent;
        min-width: 160px;
        line-height: 18px;
        font-family: Quicksand;
    }

    .ammenu-button.-hamburger .ammenu-line:hover,
    .ammenu-button.-hamburger.active .ammenu-line {
        color: #fff !important;
        border: 1px dashed #FC6D6D !important;
        background: #DA1F0A;
    }

    .ammenu-button .ammenu-line:after {
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        position: unset;
        line-height: 0;
    }

    .ammenu-nav-sections.-left-menu:not(.-mobile) .ammenu-items.-root>.ammenu-item {
        padding: 6px 20px 6px 20px;
        position: unset;
    }

    .ammenu-nav-sections.-left-menu:not(.-mobile) .ammenu-items.-root>li.ammenu-item:hover section {
        display: block !important;
    }

    .ammenu-nav-sections.-left-menu:not(.-mobile) .ammenu-items.-root>.ammenu-item:hover .ammenu-link button {
        transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
    }

    .ammenu-button .ammenu-line:after {
        content: "Shop now";
        font-size: 14px;
        font-family: Quicksand;
    }

    .ammenu-menu-wrapper .ammenu-link:hover span.ammenu-text {
        color: #1887e0;
    }

    .ammenu-menu-wrapper .ammenu-link:hover button.ammenu-toggle span.ammenu-icon {
        color: #1887e0;
    }

    .product.media .fotorama__wrap {
        padding-bottom: 110px;
    }

    .fotorama .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
        bottom: 0;
        position: absolute;
        left: 0;
        right: 0;
    }

    .fotorama-item>.fotorama__wrap:after {
        content: "";
        position: absolute;
        top: auto;
        opacity: 1;
        bottom: 123px;
        padding: 0;
        letter-spacing: normal;
        white-space: nowrap;
        margin: 0 auto;
        right: 15px;
        color: #fff;
        border: 1px solid #d4d4d4;
        background-color: #fff;
        z-index: 9;
        text-transform: uppercase;
        background-image: url(/media/wysiwyg/zoomin-icon.png);
        background-repeat: no-repeat;
        background-position: center center;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        background-size: 18px auto;
        cursor: pointer;
    }

}


@media (max-width:1199px) {

    .ammenu-nav-sections.-left-menu:not(.-mobile) {
        max-width: 945px;
        margin: 0 auto;
        left: 0 !important;
        right: 0 !important;
        width: 100%;
    }

    .page-header .minicart-wrapper {
        width: 210px
    }

    .page-header {
        margin-bottom: 0
    }

    .navigation,
    .page-header .header.panel,
    .top-container {
        max-width: 970px;
        clear: both;
        margin-left: auto;
        margin-right: auto
    }

    .container,
    .page-main {
        max-width: 970px
    }

    .cms-home .page-main {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .shipping-block ul {
        flex-wrap: wrap
    }

    .shipping-block ul li,
    .sidebar.sidebar-additional .shipping-block ul.product_shipping_block li {
        width: 50%;
        margin-bottom: 30px
    }

    .shipping-block {
        padding-bottom: 18px
    }

    .newsletter-left {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px
    }

    .content.newsletter-right {
        width: calc(100% - 192px);
        padding: 0 30px 4px 0
    }

    .footer-col-6 {
        width: 66.67%
    }

    .footer-col-3 {
        width: 33.33%
    }

    .footer-col-3:last-child {
        width: 100%;
        text-align: center
    }

    .page-products .products-grid .product-item {
        width: 25% !important
    }

    .page-layout-2columns-right .sidebar-additional {
        margin-bottom: 20px
    }

    section.instagram-feed .mpinstagramfeed-container .row.shuffle .mpinstagramfeed-photo {
        width: calc(16.666666666667% - 4px) !important
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .navigation .level0>.level-top {
        padding: 12px 19px !important
    }

    .navigation .level0.last .level-top {
        padding-right: 19px !important
    }

    a.level-top-menu {
        padding: 12px 19px !important
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .page-layout-2columns-right .sidebar-additional {
        width: 100%;
        padding-left: 0
    }

    .page-layout-2columns-right .column.main {
        width: 100%
    }
}

@media (min-width:1024px) {
    .wishlist-index-index .products-grid .product-item {
        margin-left: calc((100% - 3 * 32.80%) / 3);
        padding: 0;
        width: 32.8%
    }

    .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
        width: 32%;
    }
}

@media screen and (max-width:1024px) {
    .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link {
        padding: 12px 13px;
        font-size: 13px;
    }
}

@media (max-width:1023px) {
    .advertisement-banner ul {
        margin-left: -5px;
        margin-right: -5px
    }

    .advertisement-banner ul li {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 5px;
        margin-top: 5px
    }

    .page-products .products-grid .product-item {
        width: 33.33% !important
    }

    section.instagram-feed .mpinstagramfeed-container .row.shuffle .mpinstagramfeed-photo {
        width: calc(25% - 4px) !important
    }
}

@media screen and (max-width:992px) {
    .ammenu-button.-hamburger {
        width: 25px;
        height: 17px;
        color: #fff !important;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        margin: 0 10px 0 13px;
    }

    .ammenu-button.-hamburger:before {
        border-top: 1px solid;
        content: '';
        width: 100%;
        opacity: 1px !important;
    }
}

@media (max-width:991px) {

    /* .ammenu-button.-hamburger:before {
        opacity: 0;
    } */

    .ammenu-button.-hamburger:after {
        opacity: 0;
    }

    .custom-menu {
        display: none;
    }

    .ammenu-button .ammenu-line:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 28px;
        line-height: inherit;
        color: #fff;
        content: '\e609';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }

    .ammenu-button.-hamburger .ammenu-line {
        min-width: auto;
        padding: 12px 0 !important;
    }

    .ammenu-button.-hamburger .ammenu-line,
    .ammenu-button.-hamburger .ammenu-line:hover,
    .ammenu-button.-hamburger.active .ammenu-line {
        min-width: auto;
        padding: 12px 0 !important;
        border: none !important;
        background: transparent !important;
    }

    .ammenu-nav-sections.-left-menu.-mobile .ammenu-menu-header {
        display: none;
    }

    .ammenu-nav-sections.-mobile .ammenu-items.-root>.ammenu-item {
        border-bottom: none;
    }

    .ammenu-nav-sections.-mobile:not(.-has-icons) .ammenu-items.-root>.ammenu-item>.ammenu-link:before {
        display: none;
    }

    .ammenu-nav-sections.-mobile .ammenu-items.-root>.ammenu-item>.ammenu-link {
        height: unset;
        min-height: unset;
    }

    .ammenu-nav-sections.-mobile .ammenu-settings-block {
        border-bottom: none;
        padding: 0;
    }

    .ammenu-nav-sections.-mobile .ammenu-settings-block .ammenu-items.-dropdown {
        padding: 0;
    }

    .ammenu-nav-sections.-mobile .ammenu-settings-list {
        padding-top: 0;
    }

    .ammenu-nav-sections.-mobile .ammenu-items.-root>.ammenu-item .ammenu-item {
        margin: 0;
        padding: 0;
    }

    .amsearch-products .amasty-xsearch-block-header {
        padding: 10px 15px 10px;
    }

    .toggle-close-btn {
        background: #E11E2C;
        width: 30px;
        height: 30px;
        text-align: center;
        float: right;
        margin-right: 10px;
        margin-top: 10px;
        clear: both;
        margin-bottom: 15px;
        line-height: 0;
        padding: 8px 0;
    }

    .toggle-close-btn svg {
        height: 14px !important;
        width: 14px !important;
    }

    .page-header .panel.wrapper {
        display: none
    }

    .page-header .header.content .container {
        flex-wrap: wrap;
        margin-left: auto;
    }

    .header .amsearch-wrapper-block {
        max-width: 100% !important;
        width: 80% !important;
        margin: 10px auto;
        order: 2;
    }

    .block-search .search .control {
        border: none
    }

    .block-search .label {
        display: none
    }

    .page-header .block.block-search {
        order: 3 !important;
        width: 100%;
        padding: 0;
        margin-top: 0;
        margin-bottom: 21px;
        max-width: 100%
    }

    .ammenu-header-container .header.content .minicart-wrapper {
        order: 2 !important;
        margin: 0;
    }

    .blog-block li {
        width: 50%
    }

    .cart-summary {
        width: 100%;
        height: auto;
        clear: both;
        position: unset !important
    }

    .abs-shopping-cart-items-desktop,
    .block-cart-failed,
    .cart-container .form-cart,
    .cart-container .cart-gift-item {
        width: 100%;
        padding-right: 0
    }

    .cart-discount {
        width: 100%;
        padding-right: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .navigation .level0>.level-top {
        font-size: 13px
    }

    a.level-top-menu,
    .ammenu-button.-hamburger .ammenu-line {
        padding: 15px 6px !important;
        font-size: 13px
    }

    .ammenu-button.-hamburger .ammenu-line {
        min-width: auto;
    }

    .navigation .level0.last .level-top {
        padding-right: 6px !important
    }

    .page-products .products-grid .product-item {
        width: 50% !important
    }

    .products-grid.wishlist .product-item {
        width: calc((100% - 4%) / 2)
    }

}

@media (max-width:767px) {

    .product-info-main .product-info-stock-sku {
        padding-bottom: 0;
    }

    .mobile-search {
        padding: 0 15px;
        clear: both;
    }

    .mobile-search form.form.minisearch {
        position: relative;
    }

    .block-search input {
        background: #f7f7f7;
        padding: 10px 10px;
    }

    .mobile-search form.form.minisearch>.actions {
        position: absolute;
        top: 0;
        right: 5px;
        z-index: 99;
    }

    .mobile-search .block-search .action.search:before {
        color: #fff;
        float: right;
        position: absolute;
        right: 18px;
        content: "";
        background: url(/media/wysiwyg/search-icon-mob.svg);
        background-repeat: no-repeat;
        height: 16px;
        width: 16px;
        background-position: center center;
        top: 13px;
        background-size: 16px auto;
    }

    .mobile-search form.form.minisearch .actions button.action.search {
        background: transparent;
        border: none;
        font-size: 0;
        width: 53px;
        height: auto;
        position: relative;
        padding: 12px 0;
    }

    .mobile-search .block-search input {
        background: #FFFDFD;
        border: 1px solid #F5F5F5 !important;
        font-size: 16px;
        padding: 0 45px 0 15px !important;
        height: 42px;
    }

    .mobile-search .block-search .action.search:after {
        display: none;
    }

    .nav-sections {
        background: #fff;
        color: #444444;
    }

    .navigation .level0>.level-top {
        color: #444;
        text-align: left;
        padding: 12px 0 !important;
        border-bottom: 1px solid #F5F5F5;
        border-radius: 0;
    }

    .navigation .level0.last .level-top {
        background: transparent;
        border: transparent;
        padding: 0;
    }

    .nav-sections-item-title {
        border: none
    }

    .navigation .level0 {
        border: none;
        padding: 0;
        padding-left: 15px;
        padding-right: 15px
    }

    .nav-sections-item-title {
        border: none;
        width: 100%;
        float: none;
        height: unset;
        clear: both;
        background: #fff;
        text-align: left;
        padding: 0 15px;
    }

    .nav-sections-item-title a {
        color: #444;
        line-height: normal;
        font-size: 16px;
        font-weight: 700;
        padding: 12px 0;
        display: block;
    }

    .nav-sections-items .nav-sections-item-title:first-child {
        display: none;
    }

    .navigation .level0.active>.level-top,
    .navigation .level0.has-active>.level-top {
        border: none;
        background: transparent;
        color: #fff !important;
    }

    .nav-sections-item-title.active a {
        color: #fff
    }

    .navigation .parent .level-top:after {
        content: "";
        background: url(/media/wysiwyg/options-toggle.svg);
        height: 20px;
        width: 15px;
        line-height: normal;
        background-repeat: no-repeat;
        margin-top: 6px;
        margin-left: 5px;
        background-position: center center;
        background-size: 12px auto
    }

    .navigation .parent .level-top.ui-state-active:after {
        content: "";
        transform: rotate(180deg);
        margin-top: 6px;
        margin-left: 5px
    }

    .nav-sections .switcher-trigger strong:after {
        content: "";
        background: url(/media/wysiwyg/options-toggle.svg);
        height: 20px;
        width: 15px;
        line-height: normal;
        background-repeat: no-repeat;
        margin-top: 6px;
        margin-left: 5px;
        background-position: center center;
        right: 0;
        background-size: 12px auto
    }

    .nav-sections .switcher-trigger.active strong:after {
        content: "";
        transform: rotate(180deg);
        margin-top: 6px;
        margin-left: 5px
    }

    .nav-sections .switcher-options.active .switcher-dropdown a {
        color: #fff
    }

    .navigation .level0.last .level-top:after {
        display: none !important
    }

    .navigation a,
    .navigation a:hover {
        color: #fff
    }

    .nav-sections .header.links li>a {
        border: none !important
    }

    .nav-sections .header.links {
        border: none
    }

    .nav-sections .switcher:last-child {
        border: none
    }

    .nav-sections .header.links li.greet.welcome {
        border: none;
        padding: 0
    }

    .nav-sections .header.links a,
    .nav-sections .header.links a:hover {
        color: #fff
    }

    .nav-sections-item-content {
        color: #fff;
        margin-top: 20px;
        padding: 0
    }

    .nav-sections .switcher {
        border: none;
        padding: 0 15px
    }

    .navigation .level0.last .level-top {
        border: none !important;
        border-bottom: 1px solid #F5F5F5 !important;
        padding-right: 0 !important
    }

    .navigation li.level0:last-child {
        border: none !important
    }

    .navigation .level0.last {
        background: none
    }

    .nav-sections .switcher-options.active .switcher-dropdown a {
        color: #fff
    }

    .navigation .level0.last:before,
    .navigation .level0.last:after {
        display: none
    }

    .block.block-search,
    .form .search-autocomplete {
        z-index: 1
    }

    .nav-toggle {
        position: unset;
        color: #fff;
        line-height: normal;
        border: 1px solid #fff;
        padding: 0 2px;
    }

    .nav-toggle:before,
    .nav-toggle:hover:before {
        color: #fff
    }

    .page-header .logo {
        max-width: 190px
    }

    .page-header .logo img {
        max-width: 100%
    }

    .page-header .minicart-wrapper .cart-messages {
        display: none
    }

    .page-header .minicart-wrapper {
        width: auto
    }

    .navigation .level0.active>.level-top,
    .navigation .level0.has-active>.level-top {
        border: none;
        background: transparent;
        color: #fff !important;
    }

    .navigation .level0.active>.level-top,
    .navigation .level0.has-active>.level-top {
        display: none;
    }

    .navigation .level0>.level-top:hover,
    .navigation .level0>.level-top.ui-state-focus {
        background: transparent;
        border: none;
        color: #444;
        border-bottom: 1px solid #F5F5F5;
    }

    .navigation a,
    .navigation a:hover {
        color: #444;
        text-align: left;
    }

    .navigation .submenu:not(:first-child)>li>a {
        padding-left: 0;
    }

    .mobile-search .form .search-autocomplete {
        width: calc(100% - 30px) !important;
    }

    .mobile-cart-myaccount {
        clear: both;
    }

    .mobile-cart-myaccount span.my-account,
    .mobile-cart-myaccount span.my-cart {
        padding: 0 14px;
        display: block;
    }

    .mobile-cart-myaccount span.my-account a,
    .mobile-cart-myaccount span.my-cart a {
        color: #444;
        font-size: 14px;
        line-height: normal;
        padding: 12px 0 5px;
        display: block;
        font-weight: 700;
        text-transform: uppercase;
    }

    span.my-account-mob-icon,
    span.my-cart-mob-icon {
        float: right;
    }


    /*30-08-2021*/

    .slide-col5 {
        width: 100%;
        padding-right: 0;
    }

    .slide-col7 {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .shipping-block ul li {
        width: 50%;
    }

    .shipping-block ul li:last-child {
        margin-bottom: 0
    }

    .shipping-block {
        padding-bottom: 45px
    }

    .advertisement-banner ul li,
    .advertisement-banner ul li.advertisement-col8 {
        width: 100%
    }

    .advertisement-bg img {
        width: 100%;
        min-height: 200px;
        object-fit: cover;
        object-position: right bottom
    }

    .newsletter-left {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .content.newsletter-right {
        width: 100%;
        padding: 0 0 30px;
        clear: both
    }

    .follow-us {
        width: 100%;
        clear: both;
        margin-top: 5px;
        display: flex;
        justify-content: center;
    }

    .block.newsletter .form.subscribe>.actions {
        width: 1%
    }

    .block.newsletter .field.newsletter {
        width: 100%
    }

    .footer-box-1 {
        max-width: 100%
    }

    .footer-col-3,
    .footer-col-4,
    .footer-col-6 {
        width: 100%
    }

    .footer-logo {
        text-align: center
    }

    .footer-box-1 {
        text-align: center
    }

    .footer-col-6 {
        margin-top: 20px
    }

    .footer.content .footer-col-4 ul {
        max-height: 0;
        overflow: hidden
    }

    footer .footer-col-6 .footer-col-4:last-child ul {
        border-bottom: 1px dashed #525151
    }

    .footer.content .footer-col-4.open ul {
        max-height: 1000px;
        overflow: hidden;
        padding-bottom: 20px
    }

    footer .footer-col-6 h2 {
        margin: 0;
        padding: 15px 0;
        border-top: 1px dashed #525151;
        position: relative;
        font-weight: 500
    }

    footer .footer-col-6 h2:after {
        content: '';
        background: url(/media/wysiwyg/options-toggle.svg) no-repeat;
        background-size: 100% auto;
        width: 15px;
        height: 10px;
        display: block;
        position: absolute;
        right: 1px;
        top: 22px
    }

    footer .footer-col-6 .open h2:after {
        transform: rotate(180deg);
        margin-top: 0
    }

    .instagram-feed-top {
        max-width: 95%
    }

    .instagram-feed-inner h5 {
        font-size: 20px
    }

    .instagram-feed-inner strong {
        font-size: 22px
    }

    .products-list .product-item-details {
        width: calc(100% - 150px)
    }

    .products-list .product-item .product-item-info .product-item-photo {
        max-width: 150px;
        width: 150px
    }

    .products-list .product-item .product-item-actions .actions-primary {
        display: inline-block
    }

    .page-products .products-grid .product-item {
        width: 50% !important
    }

    .page-layout-2columns-left .columns .column.main {
        width: 100%;
        padding-left: 0
    }

    .page-products .products-grid .product-item span.product-image-container {
        width: 100%;
        margin: 0 auto;
        display: block
    }

    .page-products .products-grid .product-item .product-item-details {
        position: relative;
        text-align: center;
    }

    .products-grid .product-item-inner {
        left: 0;
        right: 0
    }

    .product.data.items {
        margin-left: 0;
        margin-right: 0;
        border-bottom: none;
        margin-bottom: 0
    }

    .product.data.items>.item.content {
        margin-top: 0;
        border-top: #dcdcdc
    }

    .product.data.items>.item.title>.switch {
        background: #F5F5F5;
        border-radius: 0
    }

    .product.info.detailed {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .cart-discount {
        border-bottom: none
    }

    .cart-discount form#discount-coupon-form {
        margin-bottom: 0
    }

    .cart.table-wrapper {
        border-top: none
    }

    .cart.table-wrapper .product-item-name {
        display: table-cell;
        vertical-align: middle
    }

    .cart.table-wrapper .product-item-details {
        padding-bottom: 0;
        vertical-align: middle;
        min-height: 82px;
        display: table;
        width: 100%
    }

    .cart.table-wrapper .col.qty[data-th]:before,
    .cart.table-wrapper .col.price[data-th]:before,
    .cart.table-wrapper .col.subtotal[data-th]:before,
    .cart.table-wrapper .col.msrp[data-th]:before {
        content: attr(data-th);
        display: block;
        font-weight: 500;
        padding-bottom: 10px;
        color: #444
    }

    .cart.table-wrapper .cart>.item td.col.subtotal {
        padding-right: 0
    }

    .cart.table-wrapper .col.price span.cart-price {
        color: #FF4747
    }

    .cart.table-wrapper .cart>.item tr.item-actions {
        position: relative;
        margin-top: 0;
        top: 0;
        bottom: 0;
        display: inline-block;
        text-align: right
    }

    .cart.table-wrapper .actions-toolbar>.action-edit,
    .cart.table-wrapper .actions-toolbar>.action-delete {
        position: unset
    }

    .cart.table-wrapper .cart thead tr th.col.col.Action {
        display: none
    }

    .cart.table-wrapper .cart tbody td.col.action-icon {
        display: block;
        clear: both;
        text-align: right;
        padding-top: 0
    }

    .block-collapsible-nav {
        position: unset
    }

    .products-grid.wishlist .product-item-photo {
        float: none;
        margin: 0 auto;
        text-align: center
    }

    .products-grid.wishlist .product-item-name,
    .products-grid.wishlist .product-item-description,
    .products-grid.wishlist .product-item .price-box,
    .products-grid.wishlist .product-item-tooltip {
        margin-left: 0
    }

    .products-grid.wishlist .product-image-container {
        max-width: 100%
    }

    .wishlist-index-index .product-item-inner {
        left: 0;
        right: 0;
        padding: 0;
        position: relative;
        overflow: hidden
    }

    .products-grid.wishlist .product-item .box-tocart {
        margin-bottom: 0
    }

    .products-grid.wishlist .product-item .box-tocart .fieldset {
        margin-bottom: 0
    }

    .customer-address-index .table-wrapper {
        border-top: none;
        border-bottom: none
    }

    .geolocation-message .geolocation,
    .top_message_content {
        padding: 12px 15px !important
    }

    section.instagram-feed {
        padding: 48px 0
    }

    section.instagram-feed .mpinstagramfeed-container .row.shuffle .mpinstagramfeed-photo {
        width: calc(33.33% - 4px) !important
    }

    .products-grid.wishlist .product-item-actions {
        float: right;
    }

    .amsearch-results {
        padding: 0;
    }

    .amsearch-results .amsearch-leftside {
        padding-top: 20px;
    }

    .shipping-block-text {
        width: 100%;
    }

    .shipping-block-icon {
        margin: 0 auto;
    }

    .header .amsearch-wrapper-block {
        width: 95% !important;
    }

    .page-header .amsearch-wrapper-block:before {
        content: '';
        margin: 0px;
        width: 100%;
    }
}

/*faq*/

.cms-frequently-asked-questions .page-main>.page-title-wrapper .page-title {
    margin-top: 40px;
    text-align: center;
    display: block;
}

.mageprince-faq-collection .ui-accordion .ui-accordion-header {
    background: #fff;
    display: inline-block;
    clear: both;
    width: 100%;
    padding: 15px 55px 15px 15px;
    font-size: 16px;
    color: #444;
    font-weight: bold;
    position: relative;
    margin-top: 10px;
    border: 1px solid #dddddd;
    cursor: pointer;
}

.mageprince-faq-collection .ui-accordion .ui-state-default:after {
    content: "";
    background: url(../images/select-bg.svg) no-repeat 100% 45%;
    padding: 10px;
    width: 0;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}

.mageprince-faq-collection .faq-content .ui-accordion-header:hover {
    background: #fff;
    color: #000;
}

.mageprince-faq-collection .faq-accordion .ui-widget-content {
    padding: 15px 15px;
    border-top: none;
}

.mageprince-faq-collection .faq-content {
    border: none;
    padding: 0;
}

.mageprince-faq-collection .group-title {
    margin-top: 20px;
    border: none;
    color: #000;
    margin-bottom: 0;
}

.mageprince-faq-collection .faq-group-image {
    border: none !important;
}

.mageprince-faq-collection .faq-group-image:hover {
    border: !important;
}

div[aria-expanded="true"] span.faq-heading:after {
    content: "";
    transform: rotate(180deg);
    margin-top: 2px;
    margin-left: 5px;
}

.faq-content {
    border: 1px solid #f5f5f5;
    border-top: none;
    padding: 10px 15px;
    margin-bottom: 0;
    font-size: 16px;
}

/*getintouch*/
.appquipo_getintouch-index-index .form-horizontal {
    background: #fff;
    box-shadow: none;
    margin: auto;
    border: 1px solid #e1e1e1;
    width: 100% !important;
    max-width: 700px;
    padding: 24px;
    margin-bottom: 0;
    border-radius: 0 !important;
}

.appquipo_getintouch-index-index .form-horizontal .field {
    margin: 0 0 20px;
}

.appquipo_getintouch-index-index .form-horizontal .field label.label {
    color: #444;
    margin-bottom: 5px;
    margin-top: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    display: inline-block;
}

.appquipo_getintouch-index-index .form-horizontal .field.required label.label:after {
    content: '*';
    color: #e02b27;
    font-size: 14px;
    margin: 0 0 0 5px;
}

/*request-product*/
form.form-horizontal.request-product {
    background: #fff;
    box-shadow: none;
    margin: auto;
    border: 1px solid #e1e1e1;
    width: 100% !important;
    max-width: 700px;
    padding: 24px;
    margin-bottom: 0;
    border-radius: 0 !important;
}

form.form-horizontal.request-product .field {
    margin: 0 0 20px;
}

form.form-horizontal.request-product .field label.label {
    color: #444;
    margin-bottom: 5px;
    margin-top: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    display: inline-block;
}

form.form-horizontal.request-product .field.required label.label:after {
    content: '*';
    color: #e02b27;
    font-size: 14px;
    margin: 0 0 0 5px;
}

/*Blog page*/
.post-list.grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.post-list.grid li.item {
    width: 33.33%;
    margin: 0 0;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 30px;
}

.manufacturer-list {
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 5px;
    display: flex;
    width: 100%;
}

ul.tb_list_1 li a {
    position: relative;
    padding-left: 14px;
}

ul.tb_list_1 li a:visited {
    color: #444;
}

.tb_alphabet_index a:visited {
    color: #444;
}

ul.tb_list_1 li a:after {
    top: 0;
    color: red;
    content: "";
    background: url(/media/wysiwyg/brands-next-icon.png);
    background-repeat: no-repeat;
    padding: 1px;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 0;
    margin: 0 auto;
    background-size: 6px auto;
    background-position: left top 4px;
}

.tb_alphabet_index>p>a {
    margin: 0 5px;
}

.manufacturer-heading {
    width: 80px;
    font-size: 24px;
    color: #000;
    text-align: center;
    line-height: 20px;
}

.manufacturer-content {
    display: flex;
    width: calc(100% - 80px);
}

.post-list.grid .post-list-item {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 8%);
    background-color: #fff;
    padding: 0 20px 30px;
    height: 100%;
}

.post-list.grid .post-list-item .post-entry {
    margin-left: -20px;
    margin-right: -20px;
}

.post-list.grid .post-list-item h2 {
    font-size: 18px;
    line-height: normal;
    color: #444;
    margin-bottom: 10px;
}

.post-list.grid .post-list-item a:visited,
.post-list.grid .post-list-item a:focus {
    color: #444;
}

.post-list.grid .post-list-item .post-meta {
    margin-bottom: 0;
    margin-top: 10px;
}

.post-list.grid .post-list-item .post-meta-item {
    display: block;
    margin-right: 0;
    color: #000;
}

.post-list .post-image img {
    transform: scale(1.1);
}

.post-list.grid .post-excerpt {
    color: #222;
    font-weight: 500;
    font-size: 16px;
}

.post-list.grid .post-excerpt a,
.post-list.grid .post-excerpta:visited {
    color: #FF4747 !important;
    font-weight: bold;
}

@media (max-width:991px) {
    .ammenu-nav-sections.-mobile {
        max-width: calc(100% - 70px);
    }

    ul.tb_list_1 li {
        width: 33.33%;
    }

    .post-list.grid li.item {
        width: 50%;
    }

    .manufacturer-content {
        flex-wrap: wrap;
    }
}

@media (min-width:768px) {

    .advertisement-bg-mob {
        display: none;
    }

    .toggle-close-btn {
        display: none;
    }

    .mobile-search {
        display: none;
    }

    .mobile-cart-myaccount {
        display: none;
    }

}


@media (max-width:767px) {

    ul.tb_list_1 li {
        width: 50%;
        padding-right: 15px;
    }

    .ammenu-menu-wrapper {
        margin-bottom: 0;
    }

    .testimonial-widget.item {
        margin-right: 0;
    }

    .page-header .header.content {
        background-position: center;
    }

    .page-header .block.block-search {
        display: none;
    }

    .advertisement-bg {
        display: none;
    }

    .advertisement-text {
        top: 25px;
        transform: unset;
        left: 10px;
        right: 10px;
        text-align: center;
    }

    .advertisement-bg-mob img {
        width: 100%;
    }

    .advertisement-text h2 {
        font-size: 24px;
    }

    h2.testimonials-h2 {
        font-size: 24px;
    }

    .best-seller-section h2.mp-product-slider-title {
        font-size: 24px;
    }

    .superbowl-weekend-section h2.mp-product-slider-title {
        font-size: 24px;
    }

    .superbowl-weekend-section::after {
        content: "";
        background: url(/media/wysiwyg/superbowl-weekend-box-mob.png);
        top: -1px;
        padding: 0;
        height: 70px;
        left: 0;
        position: absolute;
        right: 0;
        background-repeat: repeat-x;
        background-position: top center;
    }

    .superbowl-weekend-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .advertisement-bg-mob {
        line-height: 0;
    }

    footer.page-footer .block.newsletter .title strong {
        font-size: 20px;
    }

    .block.newsletter .action.subscribe {
        font-size: 0;
        width: 59px;
    }

    .block.newsletter .action.subscribe:before {
        background: url(/media/wysiwyg/sms-tracking.png);
        position: absolute;
        left: 1px;
        right: 1px;
        top: 1px;
        bottom: 1px;
        border-radius: 59px;
        border: 1px dashed #FFF;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .payment-box {
        padding-bottom: 12px;
    }

    .slide-text-box {
        padding-top: 20px;
    }

    .block-title.filter-title-filters {
        width: 50%;
        padding-right: 15px;
        float: left;
        order: 0;
    }

    .block-title.filter-title-filters strong {
        border: 1px solid #F1F1F1;
        box-sizing: border-box;
        border-radius: 4px;
        height: 42px;
        display: block;
        line-height: 40px;
        text-align: left;
        color: #444444;
        padding: 0 12px;
        font-size: 16px;
    }

    .block-title.filter-title-filters strong svg {
        margin-bottom: -2px;
        margin-right: 7px;
    }

    .block-title.filter-title {
        float: left;
        width: 50%;
        display: block;
        padding-right: 2px;
    }

    .block-title.filter-title strong {
        border: 1px solid #F1F1F1;
        box-sizing: border-box;
        border-radius: 4px;
        height: 42px;
        line-height: 40px;
        text-align: left;
        box-shadow: none;
        background: #fff;
        padding: 0 12px;
        width: auto;
        color: #444;
        font-weight: 700;
        display: block;
        position: relative;
        font-size: 16px;
    }

    .block-title.filter-title strong svg {
        margin-right: 8px;
    }

    .toolbar-products {
        margin-top: 20px;
    }

    .page-with-filter .toolbar-amount {
        margin-right: 0;
    }

    .category-regular-soda .sidebar.sidebar-main {
        padding-right: 0;
    }

    .page-products .columns {
        padding-top: 30px;
    }

    .filter-options-item {
        border: none;
        padding: 0 15px;
        margin-bottom: 10px;
    }

    .page-with-filter .columns .sidebar-main .block.filter {
        overflow: hidden;
        margin-bottom: 0;
    }

    .page-products .sorter label.sorter-label {
        display: none;
    }

    .page-products .sorter a.action.sorter-action {
        display: none;
    }

    .page-products .sorter .sorter-options {
        margin: 0;
        width: 100%;
        display: block;
        border-radius: 0;
        border: none;
        box-shadow: none;
        height: 42px;
        font-size: 14px;
        font-weight: 700;
        color: #444;
        padding: 0 15px 0 32px;
        background: #fff url(/media/wysiwyg/sorting-select-icon.svg) no-repeat;
        background-position: left 10px center;
    }

    .page-products .toolbar-sorter.sorter {
        display: inline-block;
        top: 29px;
        width: calc(50% - 10px);
        border-radius: 4px;
        border: 1px solid #F1F1F1;
    }

    .filter.active .filter-title strong:after {}

    .filter.active .filter-title strong svg {
        display: none;
    }

    .filter.active .filter-title {
        border: none;
        background: #F5F5F5;
        width: 100%;
        height: 58px;
    }

    .filter.active .filter-title strong {
        color: #262626;
        height: 58px;
        line-height: 58px;
        top: 0;
        left: 15px;
        padding-left: 0;
        right: 0;
        width: auto;
        display: block;
        box-sizing: border-box;
        position: absolute;
        padding: 0;
    }

    .filter.active .filter-title strong:after {
        content: "Done";
        background: #E11E2C;
        border-radius: 4px;
        padding: 10px 12px;
        color: #fff;
        line-height: normal;
        right: 15px;
        float: right;
        display: inline-block;
        position: absolute;
        top: 9px;
        font-family: Quicksand;
    }

    .filter.active .filter-subtitle {
        height: 60px;
    }

    .filter.active .filter-options {
        top: 75px
    }

    .cart-container {
        display: flex;
        flex-wrap: wrap;
    }

    .block-cart-failed .actions.main .clear,
    .cart-container .form-cart .actions.main .clear {
        float: none;
        width: 100%;
    }

    .cart-container .form-cart .actions.main button.action.update {
        width: 100%;
    }

    .cart-container .cart-summary {
        order: 3;
        margin-top: 30px;
    }

    .checkout-index-index .checkout-header .title {
        text-align: center;
    }

    .opc-block-summary .actions-toolbar .secondary {
        border-top: none;
        margin: 0;
    }

    .filter-options-item {
        border-bottom: gainsboro;
    }

    .amcheckout-step-container .opc-block-summary .amcheckout-title {
        text-align: center;
        color: #444444;
        font-size: 20px;
        font-weight: bold;
    }

    .amcheckout-step-container .action.checkout.amasty {
        width: 100%;
    }

    .am-checkout.-modern .checkout-header a {
        margin-left: 10px;
    }

    .amcheckout-step-container .actions-toolbar .primary button.action.login.primary {
        line-height: normal;
    }

    .am-checkout.-modern .checkout-header a {
        margin-left: 0
    }

    .fotorama-item>.fotorama__wrap:after {
        content: "";
        position: absolute;
        top: auto;
        opacity: 1;
        bottom: 56px;
        padding: 0;
        letter-spacing: normal;
        white-space: nowrap;
        margin: 0 auto;
        right: 15px;
        color: #fff;
        border: 1px solid #d4d4d4;
        background-color: #fff;
        z-index: 9;
        text-transform: uppercase;
        background-image: url(/media/wysiwyg/zoomin-icon.png);
        background-repeat: no-repeat;
        background-position: center center;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        background-size: 18px auto;
        cursor: pointer;
    }

}

@media (max-width:639px) {

    .page-products .products-grid .product-item {
        margin-bottom: 30px
    }

    .product-item-actions .actions-primary {
        display: inline-block
    }

    .pages .pages-items {
        padding-top: 0;
        margin-bottom: 30px;
    }

    .product-info-main .product-info-price {
        margin-left: 0;
        margin-right: 0
    }

    .cart-discount form#discount-coupon-form {
        flex-wrap: wrap
    }

    .cart-discount form#discount-coupon-form .fieldset.coupon {
        width: 100%
    }

    .cart-discount form#discount-coupon-form .title {
        width: 100%;
        margin-bottom: 20px
    }

    .checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
        max-width: calc(100% - 30px)
    }

    .wishlist-index-index .product-item-inner {
        position: unset !important
    }

    .form-new-agreement select {
        width: 100%
    }

    .wishlist-index-index .product-item-inner {
        margin-top: 0
    }

    .cart-summary {
        padding: 0 5px 25px;
    }

    .cart-summary>.title {
        margin: -1px -6px 5px;
    }

}


@media (max-width:479px) {
    .page-header .logo {
        max-width: 150px
    }

    .blog-block li {
        width: 100%
    }

    .blog-block-icon img {
        width: 100%
    }

    .products-grid .product-item-name,
    .products-grid .product.name a {
        display: block;
        height: auto
    }

    .product-info-main .product-info-price .price-box {
        float: none;
        /* width: 100% */
    }

    .product-info-price>*:last-child {
        padding-right: 0;
        padding-left: 0;
    }

    .product-info-main .product-reviews-summary {
        float: none;
        width: 100%
    }

    .product-info-main .product-info-price {
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
        width: 100% !important;
    }

    .box-tocart .action.tocart {
        width: 120px;
        margin-right: 10px
    }

    .input-group {
        margin-right: 10px
    }

    .input-group input {
        width: 45px;
        padding-left: 5px;
        padding-right: 5px
    }

    .cart-discount form#discount-coupon-form {
        padding: 20px 15px
    }

    .cart .table.items .col.qty {
        padding-left: 0;
        padding-right: 0
    }

    .cart.table-wrapper .col.qty .input-text {
        width: 44px;
        padding-left: 2px;
        padding-right: 2px;
        font-size: 14px;
    }

    .cart.table-wrapper .col.qty .control.qty button {
        width: 20px
    }

    .block-related-custom .owl-carousel .owl-nav .owl-prev,
    .block-related-custom .owl-carousel .owl-nav .owl-next {
        margin-top: -50px
    }

    li.returning-icon {
        position: relative;
        padding-left: 30px
    }

    li.returning-icon span {
        line-height: 0;
        height: auto;
        float: left;
        margin-right: 10px;
        position: absolute;
        left: 0;
        top: 0
    }

    section.instagram-feed .mpinstagramfeed-container .row.shuffle .mpinstagramfeed-photo {
        width: calc(50% - 4px) !important
    }

    .shipping-block ul li,
    .sidebar.sidebar-additional .shipping-block ul.product_shipping_block li {
        width: 100%;
    }

    .home-slide-box {
        padding-bottom: 52px;
    }

    .advertisement-text {
        left: 15px;
        right: 15px;
        text-align: center;
        top: 15px;
        transform: unset;
    }

    .cart-summary table tr.grand.totals th strong {
        font-size: 16px;
    }

    .fotorama-item>.fotorama__wrap:after {
        font-size: 12px;
    }

    .post-list.grid li.item {
        width: 100%;
    }

    .manufacturer-heading {
        width: 50px;
    }

    .manufacturer-content {
        display: flex;
        width: calc(100% - 50px);
    }

}

@media (max-width:399px) {

    .page-products .products-grid .product-item {
        width: 100% !important
    }

    .am-checkout.-modern .checkout-header a {
        margin-left: 0;
        display: block;
    }

    .am-checkout.-modern .checkout-header button {
        margin-left: 0;
    }

}