@charset "UTF-8";
#main-content a:focus,
#main-content [href]:focus,
#main-content input:focus,
#main-content button:focus,
body a:focus,
body [href]:focus,
body input:focus,
body button:focus {
  outline: 0px !important;
  outline-offset: 0px !important;
}
#main-content *:not(h1, h2, h3, h4, h5, h6),
body *:not(h1, h2, h3, h4, h5, h6) {
  font-family: "Roboto", sans-serif;
}
#main-content ul,
body ul {
  list-style: none;
  margin-left: 0;
}
#main-content ul li,
body ul li {
  list-style: none;
}

.d-flex {
  display: flex;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-center {
  align-items: center;
}

.aria-description--hidden {
  display: none;
}

.modal .modal-close {
  top: 20px;
  right: 20px;
}
.modal .modal-close:hover {
  color: #000;
}
.modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-rating {
  color: #fff;
}
.modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart .form-addtocart .cart-buttons .add-to-cart-buttons .form-action .button:hover {
  border: 1px solid rgba(0, 0, 255, 0);
}
.modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .limited-offer-and-viewing .viewing-product .viewers {
  padding-left: 4px;
}
.modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-brand a:hover {
  color: #ffca2b;
}

.text-center {
  text-align: center;
}

.w-100 {
  width: 100%;
}

body {
  /* Track */
  /* Handle */
}
body *::-webkit-scrollbar {
  width: 7px;
}
body *::-webkit-scrollbar-track {
  background: #000;
}
body *::-webkit-scrollbar-thumb {
  background: #4B4B4B;
}

@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Black.eot");
  src: url("../../fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Black.woff2") format("woff2"), url("../../fonts/Roboto-Black.woff") format("woff"), url("../../fonts/Roboto-Black.ttf") format("truetype"), url("../../fonts/Roboto-Black.svg#Roboto-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Bold.eot");
  src: url("../../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Bold.woff2") format("woff2"), url("../../fonts/Roboto-Bold.woff") format("woff"), url("../../fonts/Roboto-Bold.ttf") format("truetype"), url("../../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Regular.eot");
  src: url("../../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Regular.woff2") format("woff2"), url("../../fonts/Roboto-Regular.woff") format("woff"), url("../../fonts/Roboto-Regular.ttf") format("truetype"), url("../../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Medium.eot");
  src: url("../../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Medium.woff2") format("woff2"), url("../../fonts/Roboto-Medium.woff") format("woff"), url("../../fonts/Roboto-Medium.ttf") format("truetype"), url("../../fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Thin.eot");
  src: url("../../fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Thin.woff2") format("woff2"), url("../../fonts/Roboto-Thin.woff") format("woff"), url("../../fonts/Roboto-Thin.ttf") format("truetype"), url("../../fonts/Roboto-Thin.svg#Roboto-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Light.eot");
  src: url("../../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Light.woff2") format("woff2"), url("../../fonts/Roboto-Light.woff") format("woff"), url("../../fonts/Roboto-Light.ttf") format("truetype"), url("../../fonts/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?aaby15");
  src: url("../../fonts/icomoon.eot?aaby15#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?aaby15") format("truetype"), url("../../fonts/icomoon.woff?aaby15") format("woff"), url("../../fonts/icomoon.svg?aaby15#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-list_view:before {
  content: "\e904";
}

.icon-grid_view:before {
  content: "\e905";
}

.icon-mail:before {
  content: "\e901";
}

.icon-location:before {
  content: "\e902";
}

.icon-call:before {
  content: "\e903";
}

.icon-slider-button:before {
  content: "\e900";
  color: #fff;
}

body .headerbg .header .top_header_main .top_header {
  justify-content: space-between;
  flex-wrap: wrap;
}
body .headerbg .header .top_header_main .top_header .top_header_left {
  flex: 0 0 25%;
}
body .headerbg .header .top_header_main .top_header .top_header_right {
  flex: 0 0 25%;
  justify-content: flex-end;
}
body .headerbg .header .top_header_main .top_header .top_header_right .navUser-action {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  border-left: 0;
  padding-right: 0;
  gap: 6px;
  position: relative;
  padding: 12.5px 0px;
}
@media screen and (min-width: 767px) {
  body .headerbg .header .top_header_main .top_header .top_header_right .navUser-action {
    padding: 12.5px 24px 12.5px 0;
    justify-content: center;
  }
}
body .headerbg .header .top_header_main .top_header .top_header_right .navUser-action .icon {
  height: auto;
  width: auto;
  margin: 0;
  color: #f2e635;
}
body .headerbg .header .top_header_main .top_header .top_header_right .navUser-action span:nth-child(2) {
  display: none;
}
@media screen and (min-width: 767px) {
  body .headerbg .header .top_header_main .top_header .top_header_right .navUser-action span:nth-child(2) {
    display: block;
  }
}
body .headerbg .header .top_header_main .top_header .top_header_right .navUser-action::before {
  content: "";
  height: 20px;
  width: 1px;
  background: #303030;
  position: absolute;
  left: 0px;
}
@media screen and (min-width: 767px) {
  body .headerbg .header .top_header_main .top_header .top_header_right .navUser-action::before {
    left: -40px;
  }
}
body .headerbg .header .top_header_main .top_header .top_header_right .navUser-action.contact::before {
  display: none;
}
body .headerbg .header .top_header_main .top_header .top_header_right .navUser-action:hover {
  color: #f2e635;
}
body .headerbg .header .top_header_main .top_header .top_header_right [data-content-region=contact_email--global] {
  width: 100%;
  max-width: 500px;
}
body .headerbg .header .top_header_main .top_header .top_header_right [data-layout-name=Layout] {
  flex-wrap: nowrap;
}
body .headerbg .header .top_header_main .top_header .top_header_middle {
  flex: 0 0 100%;
  order: 3;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  body .headerbg .header .top_header_main .top_header .top_header_middle {
    flex: none;
    order: unset;
  }
}
body .headerbg .header .top_header_main .top_header .top_header_middle p {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  body .headerbg .header .top_header_main .top_header .top_header_middle p {
    font-size: 16px;
  }
}
body .headerbg .header .top_header_main .top_header .top_header_middle p a {
  margin-left: 0;
  color: #ffca2b;
}
body .headerbg .header .top_header_main .top_header .top_header_middle p a:hover {
  text-decoration: underline;
}
body .headerbg .header .bottom_header_main {
  background-color: #1B1B1B;
  transition: all 0.4s ease;
}
body .headerbg .header .bottom_header_main.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.4s ease-out;
}
body .headerbg .header .bottom_header_main .main-header .headerlogo .header-logo .header-logo__link .header-logo-image-container {
  width: 120px;
  height: auto;
}
body .headerbg .header .bottom_header_main .main-header .headerlogo .header-logo .header-logo__link .header-logo-image-container img {
  max-height: none;
}
body .headerbg .header .bottom_header_main .main-header .navPages-container .navPages {
  height: calc(80vh - 54px);
  padding-bottom: 60px;
}
@media screen and (min-width: 991px) {
  body .headerbg .header .bottom_header_main .main-header .navPages-container .navPages {
    height: auto;
    padding-bottom: 0;
  }
}
body .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item {
  font-size: 0;
}
@media screen and (min-width: 767px) {
  body .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item {
    font-size: normal;
  }
}
body .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 15px 20px;
  pointer-events: auto !important;
}
@media screen and (min-width: 767px) {
  body .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
    padding: 45px 20px;
  }
}
body .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPages-action:hover {
  color: #f2e635;
}
body .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPages-action:hover::after {
  background-color: #f2e635;
}
body .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPages-action.activePage {
  color: #f2e635;
}
body .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPages-action.activePage::after {
  background-color: #f2e635;
}
body .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPages-action.is-open {
  color: #000000;
}
@media screen and (min-width: 767px) {
  body .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPages-action.is-open {
    color: #f2e635;
  }
}
body .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPages-action.is-open::after {
  background-color: #f2e635;
}
@media screen and (min-width: 767px) {
  body .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item > .navPage-subMenu {
    height: calc(100vh - 200px);
    overflow-y: auto;
    overflow-x: visible;
    background: transparent;
    border: 0;
  }
  body .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item > .navPage-subMenu::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  body .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list {
    background: #000;
    border: 1px solid #fff;
    width: 259px;
  }
}
body .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action.is-open span {
  background-image: unset;
  background-size: unset;
}
body .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action.is-open i svg {
  stroke: #000000 !important;
}
body .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action:hover {
  color: #f2e635;
  background: #f2e635;
}
body .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action:hover span {
  background-image: unset;
  background-size: unset;
}
body .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action:hover i svg {
  stroke: #000000 !important;
}
@media screen and (min-width: 767px) {
  body .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child:last-child .navPage-subMenu {
    top: unset;
    bottom: 0 !important;
  }
}
@media screen and (min-width: 767px) {
  body .headerbg .header .bottom_header_main .main-header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu {
    border: 0;
    right: 0;
    margin-left: 259px !important;
  }
}
body .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-item--account .user .navUser-action .acc {
  font-weight: 500;
}
body .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-item--account .profile svg {
  fill: #f2e635;
}
body .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .navUser-item .navUser-action {
  padding: 5px 7.5px;
}
body .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .navUser-item .navUser-action i {
  width: 25px !important;
  height: 30px !important;
}
body .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .navUser-item .navUser-action--quickSearch {
  background: #5BCBF9;
}
body .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .navUser-item .navUser-item-wishlist {
  background: #9F4FFB;
}
body .headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .navUser-item.navUser-item--cart .navUser-action {
  background: #FF7465;
}
body .headerbg .header .bottom_header_main .main-header .header-action .navUser .is-open .navUser-item .navUser-action {
  font-weight: 400;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
}
body .headerbg .header .bottom_header_main .main-header .header-action .navUser .is-open .navUser-item .navUser-action .icon svg {
  fill: #ffffff;
  stroke: #ffffff;
}
body .headerbg .header .bottom_header_main .main-header .header-action .navUser .is-open .navUser-item .navUser-action:hover .icon svg {
  fill: #000000;
  stroke: #000000;
}
body .headerbg .header .bottom_header_main .main-header .header-action .navUser .is-open .navUser-item .navUser-action .countPill {
  background-color: #f2e635;
}
body .headerbg .header .bottom_header_main .main-header .header-action .navUser .is-open .navUser-item .navUser-action.navUser-item--compare:hover .countPill {
  color: #f2e635;
}

#cart-preview-dropdown .previewCartWrapper .modal-close {
  height: 2.28571rem;
  width: 2.28571rem;
  border-radius: 50px;
  color: white;
  font-size: 26px;
  background: linear-gradient(152deg, rgb(242, 230, 53) 0%, rgb(255, 202, 43) 50%, rgb(242, 188, 27) 100%);
  padding: 0px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cart-preview-dropdown .previewCartWrapper .modal-close:hover {
  box-shadow: none;
}
#cart-preview-dropdown .previewCartWrapper .modal-close:hover i svg {
  fill: #000000;
  stroke: #000000;
}
#cart-preview-dropdown .previewCartWrapper .modal-close .close-btn {
  display: none;
}
#cart-preview-dropdown .previewCartWrapper .modal-close i {
  width: 20px;
  height: 20px;
}
#cart-preview-dropdown .previewCartWrapper .previewCart .cartmain .previewCartList .cart_item_products .previewCartItem .previewCartItem-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #CDE0FF;
  min-height: 100px;
  height: 100%;
  border-radius: 10px;
}
#cart-preview-dropdown .previewCartWrapper .previewCart .cartmain .previewCartList .cart_item_products .previewCartItem .previewCartItem-image img {
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
  height: 100px;
  border: none;
}
#cart-preview-dropdown .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartAction .previewCartAction_left a {
  background: linear-gradient(135deg, rgb(177, 241, 229) 6.58%, rgb(177, 221, 241) 91.08%);
  transition: all 0.3s ease-in-out;
  color: #000000;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
#cart-preview-dropdown .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartAction .previewCartAction_left a:hover {
  box-shadow: none;
  background: linear-gradient(152deg, #f2e635 8.5%, #f2bc1b 92.21%);
}
#cart-preview-dropdown .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartAction .previewCartAction_right .previewCartAction-viewCart a {
  background: linear-gradient(135deg, rgb(177, 241, 229) 6.58%, rgb(177, 221, 241) 91.08%);
  transition: all 0.3s ease-in-out;
  color: #000000;
  padding: 14px 20px;
  font-weight: 700;
  font-size: 18px;
}
#cart-preview-dropdown .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartAction .previewCartAction_right .previewCartAction-viewCart a:hover {
  box-shadow: none;
  background: linear-gradient(152deg, #f2e635 8.5%, #f2bc1b 92.21%);
}
#cart-preview-dropdown .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartAction .previewCartAction_right .previewCartAction-checkout a {
  background: linear-gradient(315deg, #ffca2b 0.88%, #ffca2b 99.12%);
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
#cart-preview-dropdown .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartAction .previewCartAction_right .previewCartAction-checkout a:hover {
  background: linear-gradient(152deg, #f2bc1b 0%, #f2e635 100%);
}
#cart-preview-dropdown .previewCartWrapper .previewCart .cartmain .pricesummary .cart-totals .cart_offer .coupon_main .cart-total .coupon-code form .coupon-applycoupon {
  background: linear-gradient(315deg, #ffca2b 0.88%, #ffca2b 99.12%);
}
#cart-preview-dropdown .previewCartWrapper .previewCart .cartmain .pricesummary .cart-totals .cart_offer .coupon_main .cart-total .coupon-code form .coupon-applycoupon:hover {
  background: linear-gradient(152deg, #f2bc1b 0%, #f2e635 100%);
}

.headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart {
  height: calc(100vh - 50px);
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-bottomcontent .form-increment .button--icon {
  padding: 0px;
}

.headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-bottomcontent .form-increment .button--icon i {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.headerbg .header .bottom_header_main .main-header .header-action .navUser .navUser-section .cart_drawer.navUser-item--cart .dropdown-full .previewCartWrapper .previewCart .cartmain .previewCartList .previewCartItem .previewCartItem-bottomcontent .form-increment .button--icon .icon svg {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.search_page #search-results-heading .page-heading {
  word-break: break-word;
}

body .footer .footer_top {
  border: 0;
}
body .footer .footer_top .footer_right {
  padding: 0 0 54px 0;
  width: 100%;
}
body .footer .footer_top .footer_right .newsletter-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 900px;
  margin: auto;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (min-width: 991px) {
  body .footer .footer_top .footer_right .newsletter-block {
    gap: 0;
  }
}
body .footer .footer_top .footer_right .newsletter-block .newsletterLeft {
  max-width: 100%;
}
@media screen and (min-width: 991px) {
  body .footer .footer_top .footer_right .newsletter-block .newsletterLeft {
    max-width: 367px;
  }
}
body .footer .footer_top .footer_right .newsletter-block .footer-heading {
  margin-bottom: 10px;
}
body .footer .footer_top .footer_right article p {
  line-height: 19px;
  font-weight: 300;
  margin-bottom: 0;
}
body .footer .footer_top .footer_right article .form {
  width: 100%;
}
@media screen and (min-width: 991px) {
  body .footer .footer_top .footer_right article .form {
    width: calc(100% - 367px);
  }
}
body .footer .footer_top .footer_right article .form .form-fieldset .form-field .form-prefixPostfix {
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 575px) {
  body .footer .footer_top .footer_right article .form .form-fieldset .form-field .form-prefixPostfix {
    flex-direction: row;
  }
}
body .footer .footer_top .footer_right article .form .form-fieldset .form-field .form-prefixPostfix .button--primary {
  max-width: 135px;
  margin: 0;
  font-family: "Roboto", sans-serif;
}
body .footer .footer_top .footer_right article .form .form-fieldset .form-field .form-prefixPostfix .form-input {
  max-width: 765px;
  font-family: "Roboto", sans-serif;
  text-align: left;
  border: 1px solid #8f8f8f;
}
font body .footer .footer_top .footer_right article .form .form-fieldset .form-field .form-prefixPostfix .form-input::-moz-placeholder {
  font-family: "Roboto", sans-serif;
}
font body .footer .footer_top .footer_right article .form .form-fieldset .form-field .form-prefixPostfix .form-input::placeholder {
  font-family: "Roboto", sans-serif;
}
body .footer .footer-info {
  display: flex;
  padding-top: 40px;
  flex-wrap: wrap;
}
body .footer .footer-info .FooterCol {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 767px) {
  body .footer .footer-info .FooterCol {
    width: 33.33%;
  }
}
@media screen and (min-width: 1024px) {
  body .footer .footer-info .FooterCol {
    width: 25%;
    margin-bottom: 88px;
  }
}
body .footer .footer-info .FooterCol.footerlogo {
  display: flex;
  justify-content: start;
  align-items: baseline;
}
@media screen and (min-width: 767px) {
  body .footer .footer-info .FooterCol.footerlogo {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  body .footer .footer-info .FooterCol.footerlogo {
    width: 25%;
  }
}
body .footer .footer-info .FooterCol.footerlogo .header-logo-image {
  max-height: unset;
  width: 210px;
}
body .footer .footer-info .FooterCol .footer-info-heading {
  color: #ffffff;
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  letter-spacing: 0;
  font-family: Nunito;
  margin-bottom: 7px;
}
@media screen and (min-width: 991px) {
  body .footer .footer-info .FooterCol .footer-info-heading {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 0;
  }
}
body .footer .footer-info .FooterCol ul a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
body .footer .footer-info .FooterCol ul a:hover {
  color: #f2e635;
}
body .footer .footer-info .FooterCol ul li {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
body .footer .footer-info .FooterCol .contact {
  gap: 12px;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  body .footer .footer-info .FooterCol .contact {
    justify-content: start;
  }
}
body .footer .footer-info .FooterCol .contact .icon {
  margin-top: 7px;
  color: #f2e635;
}
body .footer .footer-info .FooterCol .contact address {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
}
body .footer .footer-info .header-logo__link {
  margin-left: auto;
  justify-content: flex-start;
}
@media screen and (min-width: 1024px) {
  body .footer .footer-info .header-logo__link {
    margin-left: 0;
  }
}
body .footer .bt-1 {
  border-top: 1px solid #4B4B4B;
}
body .footer_bottom {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  body .footer_bottom {
    padding: 40px 0;
  }
}
body .footer_bottom .footer-copyright .store_link,
body .footer_bottom .footer-copyright .theme_link {
  color: #ffffff;
  font-weight: 300;
}
body .footer_bottom .footer-copyright .store_link:hover,
body .footer_bottom .footer-copyright .theme_link:hover {
  color: #f2e635;
}
body .footer_bottom .footer-copyright p {
  font-weight: 300;
}
body .footer_bottom .footer-copyright.sitemap a {
  text-decoration: underline;
}
body .footer_bottom .footer-copyright.sitemap a:hover {
  color: #f2e635;
}
body .socialLinks--alt {
  line-height: 15px;
}
body .socialLinks--alt .socialLinks-item {
  margin-bottom: 0;
  margin-right: 0;
}
body .socialLinks--alt .socialLinks-item .icon {
  width: 15px;
  height: 15px;
}
body .socialLinks--alt .socialLinks-item .icon:hover svg {
  fill: #f2e635;
}
body .footer-info-col--social {
  margin-bottom: 40px;
}
@media screen and (min-width: 767px) {
  body .footer-info-col--social {
    margin-bottom: 70px;
  }
}
body .FooterCol .contact a {
  display: flex;
  color: #ffffff;
  text-decoration: none;
  gap: 12px;
}
body .FooterCol .contact a:hover {
  color: #f2e635;
}
body .container #brand-carousel {
  padding-top: 53px;
  padding-bottom: 50px;
}
body .container #brand-carousel .slick-dots {
  display: none !important;
}
body .container #brand-carousel .slick-arrow {
  padding: 19px !important;
  width: 50px !important;
  height: 50px !important;
  background-color: #0e0e0e !important;
  border: 1px solid rgba(0, 0, 0, 0.03) !important;
  border-radius: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 1;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  top: 50%;
}
body .container #brand-carousel .slick-arrow.slick-prev {
  left: -15px;
}
body .container #brand-carousel .slick-arrow.slick-next {
  right: -15px;
}
body .container #brand-carousel .slick-arrow.slick-disabled {
  cursor: not-allowed;
}
body .container #brand-carousel .slick-arrow.slick-disabled:hover {
  border-color: rgba(0, 0, 0, 0.03) !important;
}
body .container #brand-carousel .slick-arrow.slick-disabled:hover::before {
  opacity: 0.5;
  color: #ffffff;
}
body .container #brand-carousel .slick-arrow .carousel-tooltip {
  display: none;
}
@media screen and (min-width: 1440px) {
  body .container #brand-carousel .slick-arrow {
    width: 70px !important;
    height: 70px !important;
  }
}
body .container #brand-carousel .slick-arrow :focus {
  outline: 0px !important;
  outline-offset: 0px !important;
}
body .container #brand-carousel .slick-arrow:hover {
  border-color: #ffca2b !important;
}
body .container #brand-carousel .slick-arrow:hover::before {
  color: #ffca2b;
}
body .container #brand-carousel .slick-arrow.slick-prev {
  left: -5px;
}
body .container #brand-carousel .slick-arrow.slick-prev::before {
  transform: rotate(-90deg);
}
body .container #brand-carousel .slick-arrow.slick-next {
  right: -5px;
}
body .container #brand-carousel .slick-arrow.slick-next::before {
  transform: rotate(90deg);
}
body .container #brand-carousel .slick-arrow::before {
  background-image: none !important;
  content: "\e900" !important;
  font-family: "icomoon" !important;
  font-size: 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1440px) {
  body .container #brand-carousel .slick-arrow::before {
    font-size: 30px !important;
  }
}
body .container #brand-carousel h1 {
  font-family: "Roboto";
  word-spacing: 4px;
  font-size: 24px;
  color: white;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0px 0px 10px;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 767px) {
  body .container #brand-carousel h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
body .container #brand-carousel .carousel-inner .carousel-item {
  margin-bottom: 30px;
}
body .container #brand-carousel .carousel-inner .carousel-item .eapps-brands-slider-page-item {
  min-width: 200px;
  padding: 0px 10px;
  width: 100%;
}
@media screen and (min-width: 767px) {
  body .container #brand-carousel .carousel-inner .carousel-item .eapps-brands-slider-page-item {
    min-width: 180px;
    padding: 0px 20px;
  }
}
body .container #brand-carousel .carousel-inner .carousel-item .eapps-brands-slider-page-item .image-desc {
  background-color: #F3F6FF;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .container #brand-carousel .carousel-inner .carousel-item .eapps-brands-slider-page-item .image-desc .thumbnail {
  position: relative;
  padding-top: 100%;
  width: 100%;
  height: 100%;
}
body .container #brand-carousel .carousel-inner .carousel-item .eapps-brands-slider-page-item .image-desc a {
  display: flex;
  position: absolute;
  width: 90%;
  height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  align-items: center;
}
body .container #brand-carousel .carousel-inner .carousel-item .eapps-brands-slider-page-item .image-desc a:focus {
  border: none;
  outline: none !important;
}
body .container #brand-carousel .carousel-inner .carousel-item .eapps-brands-slider-page-item .image-desc a img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
}
body .container #brand-carousel .active, body .container #brand-carousel .accordian:hover {
  background-color: transparent !important;
}

html body h3 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
}
html body p {
  line-height: 22px !important;
}
html body .body {
  margin-bottom: 0;
}

.brand_head {
  background: #000;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
}

.shop-by-main .all-brands .brand_head .brand_desc .brand-link .arrow-up-brands {
  stroke: white !important;
}

.blog-main .slick-dotted.slick-slider,
.brand-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.brand-slider p {
  color: white;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 32px;
}

#main-content .container .page .CMSPage .container {
  padding-left: 0 !important;
  padding-left: 0 !important;
}
#main-content .container .page .CMSPage p {
  text-align: left !important;
  margin: 10px 0;
}
#main-content .container .page .CMSPage p a {
  color: #f2e635 !important;
}
#main-content .container .page .CMSPage ul {
  padding-left: 0 !important;
}
#main-content .container .page .CMSPage ul li {
  margin-bottom: 5px;
}
#main-content .container .page .CMSPage ul li a {
  color: #f2e635 !important;
}
#main-content .container .page .CMSPage h2, #main-content .container .page .CMSPage h3, #main-content .container .page .CMSPage h4, #main-content .container .page .CMSPage h5, #main-content .container .page .CMSPage h6 {
  text-align: left !important;
  margin-bottom: 10px;
}
#main-content .container .page .CMSPage div {
  text-align: left;
}
#main-content .container .RentalPage .container {
  padding-left: 0 !important;
}
#main-content .container .RentalPage p {
  text-align: left !important;
  margin: 10px 0;
}
#main-content .container .RentalPage p a {
  color: #f2e635 !important;
}
#main-content .container .RentalPage ul {
  padding-left: 0 !important;
}
#main-content .container .RentalPage ul li {
  margin-bottom: 5px;
}
#main-content .container .RentalPage ul li a {
  color: #f2e635 !important;
}
#main-content .container .RentalPage h2, #main-content .container .RentalPage h3, #main-content .container .RentalPage h4, #main-content .container .RentalPage h5, #main-content .container .RentalPage h6 {
  text-align: left !important;
  margin-bottom: 10px;
}
#main-content .container .RentalPage div {
  text-align: left;
}
#main-content .container .RentalPage .rental-two p {
  margin-bottom: 30px;
}
#main-content .container .RentalPage .rental-two h3 {
  margin: 10px 0;
}
#main-content .container .RentalPage .rental-two h3:nth-child(2) {
  max-width: 50%;
  margin-bottom: 20px;
  font-size: 20px !important;
}
#main-content .container .RentalPage div[data-content-region=page_builder_content] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
@media screen and (min-width: 991px) {
  #main-content .container .RentalPage div[data-content-region=page_builder_content] {
    max-width: 66.66667%;
    width: 100%;
  }
}

input:focus, button:focus, textarea:focus, select:focus, details:focus, [href]:focus, [tabindex]:not([tabindex="-1"]):focus, [contenteditable=true]:focus {
  outline: 0px !important;
  outline-offset: 0px !important;
}

.modal .modal-close::before,
.modal .modal-close::after {
  display: none !important;
}

.modal .modal-content .modal-body .writeReview-productDetails .product-title {
  font-size: 22px !important;
}

body main .container .category-section .category-wrap .bottom-section .faq-section {
  margin-bottom: 30px;
}

.modal-background {
  background: linear-gradient(270deg, rgba(61, 61, 61, 0.8) 0, rgba(78, 78, 78, 0.8) 100%);
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
}

.modal {
  background: linear-gradient(110deg, rgba(61, 61, 61, 0.6) 0, rgba(108, 108, 108, 0.78) 0.01%, rgba(78, 78, 78, 0.4) 95.92%);
  box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: brightness(0.5);
          backdrop-filter: brightness(0.5);
  border-radius: 10px;
}
.modal .productView-description ul li {
  position: relative;
  color: #ffffff;
  padding-left: 20px;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 10px;
}
.modal .productView-description ul li::before {
  content: "✔";
  color: #ffca2b;
  left: 0;
  position: absolute;
}
.modal .productView-description p {
  border-bottom: none;
}
.modal .productView-description .productView-title,
.modal .productView-description .productView-description {
  padding: 0;
}
.modal .productView-images .slick-slider .slick-track {
  display: flex !important;
}
.modal .productView-images .slick-slider .slick-track .slick-slide {
  height: inherit !important;
}
.modal .productView-images .slick-slider .slick-track .slick-slide .productView-thumbnail-link {
  padding: 0px;
  height: 100%;
  background: #fff;
}
.modal .toggle:last-of-type {
  margin-bottom: 0;
}
.modal .toggle .toggle-title,
.modal .toggle .toggleLink-text {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 400;
}
.modal .toggle .toggle-title .toggleLink:hover .toggleLink-text {
  color: #ffca2b;
}
.modal .toggle .toggle-content.is-open {
  padding-top: 2.28571rem;
}
.modal .productReviews-list {
  margin: 0;
}
.modal .productReviews-list .productReview {
  padding: 20px 0;
}
.modal .productReviews-list .productReview .productreview-main {
  padding-right: 20px;
}
.modal .productReviews-list .productReview .productreview-main header .productReview-title {
  color: #ffffff;
  margin-bottom: 7px;
  font-family: "Roboto";
  font-weight: 500;
}
.modal .productReviews-list .productReview .productreview-main header .productReview-author {
  margin-bottom: 10px;
  font-size: 14px;
  color: #a7a7a7;
}
.modal .productReviews-list .productReview .productreview-main .productReview-body {
  color: #ffffff;
  margin-bottom: 0;
}
.modal .productReviews-list .productReview .productreview-main span.author-name {
  border-right: 1px solid #f1f1f1;
  padding-right: 11px;
}
.modal .productReviews-list .productReview .productreview-main .date {
  padding-left: 7px;
}
.modal .productView-details .productView-product .productView-rating {
  align-items: center;
}
.modal .productView-details .productView-product .productView-info a {
  color: #ffca2b !important;
}
@media screen and (min-width: 767px) {
  .modal .productView-details .productView-product .productView-price-and-review form .cart-buttons {
    flex-direction: row !important;
  }
}
.modal .productView-details .productView-product .productView-price-and-review form .cart-buttons .add-to-cart-buttons .form-action button {
  background: linear-gradient(135deg, #b1f1e5 6.58%, #b1ddf1 91.08%) !important;
  font-family: "Roboto", sans-serif;
  border-radius: 10px !important;
}
@media screen and (min-width: 767px) {
  .modal .productView-details .productView-product .productView-price-and-review form .cart-buttons .add-to-cart-buttons .form-action button {
    padding: 12px 32px !important;
  }
}
@media screen and (min-width: 1360px) {
  .modal .productView-details .productView-product .productView-price-and-review form .cart-buttons .add-to-cart-buttons .form-action button {
    padding: 19px 32px !important;
  }
}
@media screen and (min-width: 1600px) {
  .modal .productView-details .productView-product .productView-price-and-review form .cart-buttons .add-to-cart-buttons .form-action button {
    padding: 22px 32px !important;
  }
}
.modal .productView-details .productView-product .productView-price-and-review form .cart-buttons .add-to-cart-buttons .form-action button span {
  font-weight: 700 !important;
}
.modal .productView-details .productView-product .productView-price-and-review form .cart-buttons .add-to-cart-buttons .form-action button:hover {
  background: linear-gradient(152deg, #f2e635 8.5%, #f2bc1b 92.21%) !important;
  box-shadow: none !important;
}
.modal .productView-details .productView-product .productView-price-and-review form .cart-buttons .buy-now-btn button {
  border-radius: 10px !important;
}
.modal .form-select {
  background-color: transparent;
}
.modal .form-select option {
  background: rgba(61, 61, 61, 0.6);
}
.modal .modal-content .modal-body .writeReview-productDetails .writeReview-productImage-container {
  border: 1px solid #565656;
}

.top_main .top-img .top-desc .page-subheading {
  line-height: 22px;
}

body main .container .Toys .usp .usp-main .usp-right .usp-section .usp p {
  font-weight: 400;
}

.blog-main .recentBlog-posts .slick-list .slick-track .blog .blog-post-item .blog-post-body .blog-post {
  line-height: 22px !important;
}

.contact-us-Page .google-map {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-us-Page .google-map div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-us-Page h3 {
  margin-top: 20px;
}
.contact-us-Page .container {
  padding-left: 0 !important;
  padding-left: 0 !important;
}
.contact-us-Page p {
  text-align: left !important;
  margin: 10px 0;
}
.contact-us-Page p a {
  color: #f2e635 !important;
}
.contact-us-Page a {
  color: #f2e635 !important;
  margin-bottom: 10px !important;
}
.contact-us-Page .question a {
  margin-bottom: 10px;
  display: block;
}
.contact-us-Page .contact-note {
  margin: 40px 0;
}
.contact-us-Page .contact-note .title {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.contact-us-Page .contact-note .title label {
  font-size: 18px;
  font-weight: bold;
  margin-right: 5px;
}
.contact-us-Page .care span a {
  margin-bottom: 10px !important;
  display: block;
}
.contact-us-Page ul {
  padding-left: 0 !important;
}
.contact-us-Page ul li {
  margin-bottom: 5px;
}
.contact-us-Page ul li a {
  color: #f2e635 !important;
}
.contact-us-Page h2, .contact-us-Page h3, .contact-us-Page h4, .contact-us-Page h5, .contact-us-Page h6 {
  text-align: left !important;
  margin-bottom: 10px;
}
.contact-us-Page div {
  text-align: left;
}
.contact-us-Page div span {
  color: #ffffff !important;
}
.contact-us-Page div div {
  color: #ffffff !important;
}

#quickSearch {
  top: 154px !important;
}
#quickSearch.sticky {
  transition: all 0.4s ease;
  top: 113px !important;
  position: fixed;
  width: 100%;
  z-index: 99;
  animation: slideDown 0.4s ease-out;
}
#quickSearch .outercontainer .navUsersearch .navUser-item .searchboxmain form .form-fieldset .form-field button {
  padding: 12px 12px 8px;
}
#quickSearch .outercontainer .navUsersearch .navUser-item .searchboxmain .searchresult .modal-close {
  background-color: #ffca2b;
  color: #ffffff;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
#quickSearch .outercontainer .navUsersearch .navUser-item .searchboxmain .searchresult .modal-close:hover {
  color: #000000;
}
#quickSearch .outercontainer .navUsersearch .navUser-item .searchboxmain .searchresult .productGrid {
  justify-content: center;
}
#quickSearch .outercontainer .navUsersearch .navUser-item .searchboxmain .searchresult .productGrid .product .card .card-figure .card-figure__link .card-img-container {
  background-color: #CDE0FF;
}
#quickSearch .outercontainer .navUsersearch .navUser-item .searchboxmain .searchresult .productGrid .product .card .card-figure .card-figure__link .card-img-container img {
  mix-blend-mode: multiply;
  -o-object-fit: contain;
     object-fit: contain;
}
#quickSearch .outercontainer .navUsersearch .navUser-item .searchboxmain .searchresult .quickSearchResults {
  margin-top: 20px;
}
#quickSearch .outercontainer .navUsersearch .navUser-item .searchboxmain .searchresult .quickSearchResults .quickSearchMessage {
  font-size: 18px;
}

.pagination {
  background-color: #1b1b1b;
  border-radius: 5px;
  padding: 20px 30px;
}
.pagination .pagination-list {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagination .pagination-list .pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  gap: 10px;
  border: none !important;
}
.pagination .pagination-list .pagination-item .pagination-link {
  color: #ffffff !important;
}
.pagination .pagination-list .pagination-item .pagination-link:hover {
  color: #ffca2b !important;
  text-decoration: none !important;
}
.pagination .pagination-list .pagination-item .pagination-link:hover i svg {
  fill: #ffca2b;
}
.pagination .pagination-list .pagination-item.pagination-item--previous {
  margin-right: auto !important;
}
.pagination .pagination-list .pagination-item.pagination-item--next {
  margin-left: auto !important;
}
@media screen and (min-width: 767px) {
  .pagination .pagination-list .pagination-item.pagination-item--numbers.pagination-item--no-previous {
    margin-left: auto;
  }
}
.pagination .pagination-list .pagination-item.pagination-item--numbers.pagination-item--no-next {
  margin-right: auto;
}
.pagination .pagination-list .pagination-item.pagination-item--numbers .pagination-link {
  border: 1px solid #4f4f4f;
}
.pagination .pagination-list .pagination-item.pagination-item--numbers .pagination-link:hover {
  border-color: #ffca2b;
}
.pagination .pagination-list .pagination-item.pagination-item--numbers .pagination-link.pagination-link--current {
  color: #ffca2b;
  border-color: #ffca2b;
}

.createaccount-page {
  margin-bottom: 60px;
}
.createaccount-page .container .account .account-body form .form-row .form-field .form-select {
  border-color: #8f8f8f;
}

.login-page {
  margin-bottom: 60px;
}
.login-page .container .login .login-row .new-customer .panel .panel-body .new-customer-fact-list li {
  position: relative;
  padding-left: 15px;
}
.login-page .container .login .login-row .new-customer .panel .panel-body .new-customer-fact-list li::before {
  content: "✔";
  color: #ffca2b;
  left: 0;
  position: absolute;
}

.forgotpassword-page {
  margin-bottom: 60px;
}
.forgotpassword-page .container .account h2 {
  text-align: left;
}
.forgotpassword-page .container .account form .form-prefixPostfix .g-recaptcha {
  margin: 30px 0 0 0;
}
.forgotpassword-page .container .account form .form-prefixPostfix #email {
  width: 50%;
}
.forgotpassword-page .container .account form .form-prefixPostfix .button {
  max-width: 200px;
  margin: 10px 0 0;
  padding: 10px 20px;
}

.card .card-btn .card-figcaption-button {
  line-height: 24px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-title,
.modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-brand,
.modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price,
.modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-rating,
.modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-info {
  border-bottom: 1px solid #565656;
}

.modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .product-option .form-field[data-product-attribute=set-rectangle] .form-label {
  border-top: 1px solid #565656;
}

.modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .productView-price-and-review .productView-price-review .productView-price-addtocart,
.modal .modal-content .modal-body .productView--quickView .productView-details .productView-product .product-option .form-field[data-product-attribute=set-rectangle] .form-option {
  border: 1px solid #565656;
}

.page-page {
  margin-bottom: 40px !important;
}
@media screen and (min-width: 767px) {
  .page-page {
    width: 66.66%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-page .accordion {
  background-color: #000000 !important;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  padding: 10px 40px 10px 18px;
  border-radius: 5px;
  font-size: 18px;
}
.page-page .accordion:hover {
  box-shadow: 8px 8px 8px rgba(255, 202, 43, 0.1);
}
.page-page .accordion::after {
  position: absolute;
  right: 10px;
  color: #ffca2b;
  content: "+";
  font-size: 28px;
  top: 0px;
  transition: all 0.2s ease-in-out;
  font-weight: 400;
}
.page-page .accordion.active {
  border-radius: 5px 5px 0 0;
  box-shadow: 8px 8px 8px rgba(255, 202, 43, 0.1);
}
.page-page .accordion.active::after {
  content: "-";
  transition: all 0.2s ease-in-out;
}
.page-page .accordion.active + .panel {
  max-height: 700px !important;
}
.page-page .panel {
  display: flex;
  align-items: center;
  margin: -21px 0 20px;
  border-radius: 0 0 5px 5px;
  box-shadow: 8px 8px 8px rgba(255, 202, 43, 0.1);
  background-color: #000000;
  color: #ffffff;
  border-top: 0.5px solid rgba(167, 167, 167, 0.2705882353);
  font-size: 16px;
  transition: max-height 0.2s ease-in-out;
}
.page-page .panel p {
  margin: 0;
  padding: 10px 0;
}

main {
  margin-top: 80px !important;
}
@media screen and (min-width: 1024px) {
  main {
    margin-top: 35px !important;
  }
}

.cart-list .cart-item .cart-item-block .remove-change .cart-change {
  display: none;
}

#afffirm-promo-box {
  text-align: left;
  padding: 20px 15px;
}
@media screen and (min-width: 767px) {
  #afffirm-promo-box {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 1540px) {
  #afffirm-promo-box {
    padding: 20px 47px;
  }
}

#afffirm-promo-box p, #afffirm-promo-box a {
  color: #fff;
  white-space: pre;
  word-break: break-all;
  display: flow;
  font-size: 16px;
  line-height: 28px;
}

#afffirm-promo-box a {
  color: #ffca2b;
}

#afffirm-promo-box a:hover {
  color: #cdcdcd;
}/*# sourceMappingURL=custom.css.map */