body {
  font-family: 'Josefin Sans', sans-serif; }

.single-brand {
  width: 100%;
  display: inline-block;
  margin: 0rem 0;
  padding: 1rem 4vw;
  background: #FFFFFF;
  position: relative; }
  .single-brand .brand-content {
    display: block;
    padding: 1.5vmax 1.5vmax 0;
    background-color: #fff;
    border-radius: 0 0 4px 4px; }
  .single-brand span.read-time {
    float: right;
    color: #2196F3; }
  .single-brand .brand-content-body {
    display: block;
    padding: 3vmax;
    background-color: #fff;
    border-radius: 0 0 4px 4px; }
  .single-brand .related-post-title {
    margin-top: 3rem;
    font-size: 18px; }
  .single-brand.related-single-brands-list {
    background: #fafafa !important; }
  .single-brand .brand-list {
    margin: 4rem 15px; }
  .single-brand .brand-main-card {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .single-brand .brand-card {
    position: relative;
    background: #fff;
    box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.075);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: inline-block;
    margin-bottom: 2rem;
    text-decoration: none;
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    width: calc(100% - 20px); }
  .single-brand .brand-card:hover {
    box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.175); }
  .single-brand .brand-date {
    color: #aaa; }
  .single-brand .brand-card-title {
    color: rgba(0, 0, 0, 0.475);
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    font-size: 18px; }
  .single-brand .brand-card:hover .brand-card-title {
    color: rgba(0, 0, 0, 0.675); }
  .single-brand .brand-tag-footer {
    margin: 2vmax 0; }
  .single-brand .brand-tag-footer a {
    display: inline-block;
    text-decoration: none;
    position: relative;
    margin: 0.615em 0.615em 0 0;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.692em 1.154em 0.769em;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    color: #c5c5c5;
    color: rgba(0, 0, 0, 0.375);
    background-color: transparent;
    border-radius: 0.35em;
    box-shadow: inset 0 0 0 transparent, 0 1px 1px rgba(255, 255, 255, 0.95);
    -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease; }
  .single-brand .brand-tag-footer a:hover {
    color: rgba(0, 0, 0, 0.75);
    border-color: rgba(0, 0, 0, 0.25);
    background-color: #fff; }
  .single-brand .brand-main-content {
    margin-top: 1rem; }
  .single-brand .brand-image {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .single-brand .brand-image img {
    min-width: 100%;
    -webkit-transition: opacity 0.75s ease;
    transition: opacity 0.75s ease;
    max-width: 100%;
    object-fit: contain;
    vertical-align: middle;
    border: 0;
    height: 75vmin;
    -ms-interpolation-mode: bicubic; }
  .single-brand .brand-card-image img {
    width: 100%;
    height: auto;
    min-width: 100%;
    -webkit-transition: opacity 0.75s ease;
    transition: opacity 0.75s ease;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-height: 200px;
    object-fit: contain; }
  .single-brand .brand-breadcrumbs {
    font-weight: 500;
    text-transform: uppercase; }
  .single-brand .breadcrumb-slash {
    font-size: 2rem;
    margin: 0 1rem;
    vertical-align: middle; }
  .single-brand .brand-card-content {
    padding: 1rem; }
  .single-brand .brand-content-title {
    margin-bottom: 3rem;
    font-size: 6vmin; }
  .single-brand .brand-content-summary {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3vmax; }
  .single-brand .no-decoration {
    text-decoration: none !important; }
  .single-brand .no-padding {
    padding: 0px !important; }
  .single-brand .no-margin {
    margin: 0px !important; }
  .single-brand .inline-block {
    display: inline-block; }
  .single-brand .checkout-top-main {
    width: 45.5%;
    display: inline-block;
    margin: 0px;
    background: #F7F9F9;
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 54.5%;
    padding: 0rem 0; }
  .single-brand .back-main {
    width: 100%;
    display: inline-block;
    margin: 3.2rem 0 0 0;
    color: #2870E3;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer; }
  .single-brand .left-arrow {
    color: #2870E3;
    font-size: 16px;
    margin: -0.3rem 1rem 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 600; }
  .single-brand .logo-main {
    display: inline-block;
    text-align: center;
    margin: 0px;
    cursor: pointer;
    padding: 0 15px; }
  .single-brand .logo-main img {
    height: 80px;
    object-fit: contain;
    margin: 0px;
    padding: 0px; }
  .single-brand .right-text {
    display: inline-block;
    margin: 3rem 15px 0 0;
    text-align: right;
    color: #A8B1BB;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none; }
  .single-brand .lock-icon {
    font-size: 15px;
    color: #A8B1BB;
    font-weight: 700;
    margin-left: 0.5rem;
    display: inline-block; }
  .single-brand .purchase-text {
    display: inline-block;
    margin: 3rem 0;
    text-align: center;
    color: #495259;
    font-weight: 600;
    font-size: 2.8rem; }
  .single-brand .purchase-text.purchase-textr {
    float: right;
    margin-right: 15px;
    position: relative; }
  .single-brand .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px;
    text-align: center; }
  .single-brand .item-main {
    width: 100%;
    display: inline-block;
    margin: 0px;
    background: #ffffff;
    border-radius: 5px;
    padding: 4px;
    box-shadow: 0 22px 70px -40px #000; }
  .single-brand .item-main.item-mainr {
    margin-top: 3rem;
    padding: 1rem 2rem;
    box-shadow: none; }
  .single-brand .item-heading {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 1.2rem 0 0.6rem;
    text-align: left;
    border-radius: 5px 5px 0px 0px; }
  .single-brand .item-name {
    width: 60%;
    float: left;
    margin: 0px;
    color: #A8B1BB;
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 0 2rem; }
  .single-brand .item-price {
    width: 20%;
    float: left;
    display: inline-block;
    margin: 0px;
    color: #A8B1BB;
    font-size: 14px;
    font-weight: 600; }
  .single-brand .actions {
    width: auto;
    float: left;
    display: inline-block;
    margin: 0px;
    color: #A8B1BB;
    font-size: 14px;
    font-weight: 600; }
  .single-brand .product-main {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 1.5rem 0.9rem 2rem 2rem;
    text-align: left;
    border-bottom: 1px solid #F7F9F9;
    position: relative;
    float: left; }
  .single-brand .product-price.product-pricer {
    display: none; }
  .single-brand .product-main:last-child {
    border: none; }
  .single-brand .product-img-main {
    width: 60%;
    float: left;
    margin: 0px; }
  .single-brand .product-img {
    width: 80px;
    object-fit: contain;
    margin: 0px 0rem 0 0;
    float: left; }
  .single-brand .product-name {
    color: #495259;
    font-weight: 600;
    font-size: 1.7rem;
    margin: 2.5rem 0 0.5rem;
    line-height: 2.4rem; }
  .single-brand .sub-title {
    color: #A8B1BB;
    font-size: 15px;
    font-weight: 400;
    margin: 0px; }
  .single-brand .product-price {
    width: 18%;
    color: #495259;
    font-weight: 500;
    font-size: 1.7rem;
    float: left;
    margin: 2.3rem 0 0; }
  .single-brand .remove-item {
    width: auto;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    margin: 0;
    position: absolute;
    top: 0px;
    right: -4px;
    padding: 0.8rem 0.8rem;
    background: #f44336;
    opacity: 0;
    transition: all 0.4s linear; }
  .single-brand .quantity {
    width: 50px;
    padding: 0.4rem 1rem;
    outline: none;
    text-align: center;
    color: #495259;
    font-size: 15px;
    float: right;
    margin-top: 1.6rem;
    margin-right: 4rem; }
  .single-brand .close-icon {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    margin: 0 0 0 0rem;
    float: left; }
  .single-brand .total-main {
    width: 100%;
    text-align: right;
    border-top: 1px solid #ececec;
    padding: 1rem 1.5rem 0.5rem 2.5rem;
    float: left; }
  .single-brand .total-text {
    color: #A8B1BB;
    font-size: 14px;
    font-weight: 600;
    margin: 0px 2rem 7px 0;
    padding: 0px;
    text-align: right;
    display: inline-block; }
  .single-brand .total-price {
    color: #495259;
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
    display: inline-block; }
  .single-brand .discount-main {
    margin-top: 7rem;
    padding: 0px; }
  .single-brand .apply-discount {
    border: 1px solid #dedede;
    padding: 1.8rem 0;
    color: #2870E3;
    font-size: 15px;
    text-align: center;
    width: 100%;
    border-radius: 5px; }
  .single-brand .secure-checkout {
    float: right;
    position: relative; }
  .single-brand .personal-information {
    width: 100%;
    display: inline-block;
    margin: 3rem 0 0; }
  .single-brand .personal-text {
    display: inline-block;
    margin: 0;
    color: #495259;
    font-size: 18px;
    font-weight: 400; }
  .single-brand .input-main {
    width: 100%;
    display: inline-block;
    margin: 2rem 0 0rem; }
  .single-brand .input-label {
    width: 100%;
    float: left;
    margin: 0px 0 10px;
    color: #495259;
    font-size: 15px;
    font-weight: 500; }
  .single-brand .required-symbol {
    color: #f44336;
    font-size: 18px;
    margin-top: -3px;
    margin-left: 0.3rem;
    display: inline-block;
    vertical-align: top; }
  .single-brand .input-hint {
    width: 100%;
    float: left;
    margin: -5px 0 0.7rem 0;
    color: #A8B1BB;
    font-size: 13px;
    font-weight: 600; }
  .single-brand .input-box {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 1rem 1.3rem;
    border: 1px solid #dedede;
    border-radius: 5px;
    outline: none;
    font-size: 15px;
    transition: all 0.3s linear; }
  .single-brand .input-box:focus {
    border: 1px solid #2870E3; }
  .single-brand .input-box.highlight:focus {
    border: 1px solid #f44336; }
  .single-brand .input-box::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: 1;
    /* Firefox */ }
  .single-brand .checkout-btn-main {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 6rem 0 6rem 0; }
  .single-brand .checkout-btn {
    border: none;
    display: inline-block;
    border-radius: 5px;
    background: #2870E3;
    padding: 1.4rem 4rem 1rem;
    color: #ffffff;
    font-size: 14px;
    outline: none;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: 0 0 60px -8px #2870E3;
    text-decoration: none; }
  .single-brand .info-content {
    width: 100%;
    display: inline-block;
    margin: 0px; }
  .single-brand .info-content i {
    color: #495259;
    font-weight: 600;
    font-size: 28px;
    margin: 0px; }
  .single-brand .info-title {
    width: 100%;
    display: inline-block;
    margin: 1rem 0 0;
    color: #495259;
    font-size: 18px;
    font-weight: 600; }
  .single-brand .info-description {
    width: 80%;
    display: inline-block;
    margin: 0px;
    color: #A8B1BB;
    font-size: 14px;
    font-weight: 500;
    line-height: 2rem; }
  .single-brand .copy-right {
    width: 100%;
    display: inline-block;
    margin: 5rem 0 0;
    color: #A8B1BB;
    font-size: 14px;
    font-weight: 500;
    line-height: 2rem; }
  .single-brand .copy-right a {
    color: #2870E3; }
  .single-brand .content-section {
    padding: 0 5vw 0 0; }
  .single-brand .navigation-menu {
    width: 100%;
    display: inline-block;
    margin: 0px;
    font-size: 14px;
    font-weight: 400; }
  .single-brand .navigation-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
  .single-brand .navigation-menu li a {
    text-decoration: none;
    padding: 0 1.3rem;
    color: #2870E3; }
  .single-brand .navigation-menu li a.active {
    color: #495259; }
  .single-brand .navigation-menu li {
    display: inline-block; }
  .single-brand .navigation-menu .arrow-icon {
    vertical-align: middle;
    color: #495259;
    font-size: 13px;
    font-weight: 600; }
  .single-brand .customer-login {
    float: right;
    margin: 0px;
    font-size: 15px;
    color: #495259; }
  .single-brand .customer-login a {
    color: #2870E3;
    text-decoration: none; }
  .single-brand .shipping-address-content {
    background: #F7F9F9;
    border: 1px solid #cccccc;
    padding: 1.5rem 2rem;
    border-radius: 5px;
    margin: 3rem 0; }
  .single-brand .shipping-add-title {
    display: inline-block;
    margin: 0px;
    font-size: 14px;
    color: #495259; }
  .single-brand .shipping-add-description {
    display: inline-block;
    margin: 0px;
    color: #A8B1BB;
    font-size: 14px;
    padding-left: 3rem;
    padding-right: 5rem; }
  .single-brand .shipping-add-main {
    position: relative;
    width: 100%;
    display: inline-block; }
  .single-brand .address-edit {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #2870E3;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none; }
  .single-brand .payment-method-selection {
    width: 100%;
    margin: 3rem 0;
    border: 1px solid #cccccc;
    border-radius: 5px; }
  .single-brand .payment-method-selection ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
  .single-brand .payment-method-selection li {
    text-decoration: none;
    padding: 1.5rem 2rem;
    color: #495259;
    border-bottom: 1px solid #cccccc;
    position: relative; }
  .single-brand .payment-method-selection li input {
    vertical-align: middle;
    margin-right: 1.5rem;
    margin-top: -3px; }
  .single-brand .payment-method-selection li:last-child {
    border: none; }
  .single-brand .payment-method-selection ul li input[type=radio] {
    position: absolute;
    visibility: hidden; }
  .single-brand .payment-method-selection ul li label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.6rem;
    padding: 0px 25px 0px 5rem;
    margin: 0.2rem 0 0 0;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear; }
  .single-brand .payment-method-selection ul li .check {
    display: block;
    position: absolute;
    border: 3px solid #495259;
    border-radius: 100%;
    height: 21px;
    width: 21px;
    top: 18px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear; }
  .single-brand .payment-method-selection ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 11px;
    width: 11px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear; }
  .single-brand .payment-method-selection input[type=radio]:checked ~ .check {
    border: 3px solid #2870E3; }
  .single-brand .payment-method-selection input[type=radio]:checked ~ .check::before {
    background: #2870E3; }
  .single-brand .payment-method-selection input[type=radio]:checked ~ label {
    color: #2870E3; }
  .single-brand .payment-information {
    margin-top: 5rem; }
  .single-brand .gift-main {
    width: 100%;
    display: inline-block;
    margin: 0px 0 3rem 0;
    padding: 3rem 0 0; }
  .single-brand .gift-main.gift-mainr {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px; }
  .single-brand .discount-input-box {
    width: 75%;
    outline: none;
    border: 1px solid #cccccc;
    background: #ffffff;
    border-radius: 5px;
    padding: 1.2rem 1.5rem;
    font-size: 15px;
    color: #495259;
    display: inline-block;
    transition: all 0.3s linear; }
  .single-brand .discount-input-box:focus {
    border: 1px solid #2870E3; }
  .single-brand .apply-btn {
    width: 100px;
    outline: none;
    border: none;
    padding: 1.3rem 0rem;
    font-size: 15px;
    color: #ffffff;
    background: #495259;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s linear; }
  .single-brand .apply-btn:hover {
    background: #2870E3; }
  .single-brand .discount-input-box.discount-input-boxr {
    background: rgba(40, 112, 227, 0.1);
    border-color: #2870e3;
    color: #495259;
    text-align: left;
    width: 100%;
    position: relative; }
  .single-brand .discount-input-box.discount-input-boxr.invalid {
    background: rgba(244, 67, 54, 0.1);
    border-color: #f44336; }
  .single-brand .discount-input-box.discount-input-boxr span {
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    padding: 0.9rem 2rem 0.6rem;
    background: #2870E3;
    border-radius: 5px;
    margin-left: 2rem;
    letter-spacing: 1px;
    line-height: normal;
    display: inline-block;
    margin-top: 0.5rem; }
  .single-brand .discount-description {
    font-weight: 200;
    margin: 1rem 0 0 0; }
  .single-brand .bundle-main {
    width: 100%;
    display: inline-block;
    margin: 0px; }
  .single-brand .bundle-content {
    width: calc(100% - 100px - 3rem);
    float: left;
    margin: 0.8rem 0 0; }
  .single-brand .bundle-name {
    width: 100%;
    display: inline-block;
    margin: 0px 0 7px 0;
    color: #495259;
    font-size: 1.7rem; }
  .single-brand .bundle-product-name {
    width: 100%;
    margin: 0px 0 7px 0;
    color: #545f67;
    font-size: 1.5rem; }
  .single-brand .close-btn {
    float: right;
    color: #f44336;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    margin: 0rem 1.3rem 0;
    position: absolute;
    top: 1rem;
    right: 1rem; }
  .single-brand .bundle-icon {
    width: 80px;
    height: 60px;
    float: left;
    margin-right: 1.1rem; }
  .single-brand .giftcard-main {
    width: 100%;
    display: inline-block;
    margin: 0px; }
  .single-brand .giftcard-content {
    width: calc(100% - 100px - 3rem);
    float: left;
    margin: 0.8rem 0 0; }
  .single-brand .giftcard-name {
    width: 100%;
    display: inline-block;
    margin: 0px 0 7px 0;
    color: #495259;
    font-size: 1.7rem; }
  .single-brand .giftcard-value {
    width: 100%;
    margin: 0px 0 7px 0;
    color: #545f67;
    font-size: 1.5rem; }
  .single-brand .giftcard-icon {
    width: 80px;
    height: 60px;
    float: left;
    margin-right: 1.1rem; }
  .single-brand .address-info {
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: inherit;
    align-items: center;
    margin: 3rem 0 0 0;
    border-radius: 5px;
    border: 1px solid #cccccc;
    overflow: hidden;
    transition: all 0.3s linear;
    position: relative; }
  .single-brand .address-info.selected {
    box-shadow: 0 0px 40px -9px #ccc;
    border: 1px solid transparent; }
  .single-brand .address-info.selected .select-address {
    background: #2870E3;
    border-color: #2870E3; }
  .single-brand .user-name {
    width: 100%;
    display: inline-block;
    margin: 0px;
    color: #495259;
    font-weight: 600;
    font-size: 18px;
    padding: 2rem 2rem 0; }
  .single-brand .user-address {
    width: 100%;
    display: inline-block;
    margin: 0px;
    color: #495259;
    font-size: 14px;
    font-weight: 200;
    padding: 0.5rem 2rem 2rem; }
  .single-brand .select-address {
    border: 1px solid #495259;
    outline: none;
    width: 100%;
    padding: 1.5rem 0 1rem;
    color: #ffffff;
    background: #495259;
    font-size: 14px;
    border-radius: 0px 0px 5px 5px;
    transition: all 0.3s linear;
    letter-spacing: 1px;
    position: absolute;
    bottom: 0px;
    left: 0px; }
  .single-brand .product-main:hover .remove-item {
    opacity: 1; }
  @media screen and (min-width: 1025px) and (max-width: 1500px) {
    .single-brand {
      padding: 5rem 2vw; }
      .single-brand .product-img {
        display: none; }
      .single-brand .item-name, .single-brand .product-img-main {
        width: 55%; }
      .single-brand .actions {
        float: right;
        margin-right: 1rem; }
      .single-brand .remove-item {
        float: right; }
      .single-brand .discount-input-box {
        width: 100%; }
      .single-brand .discount-input-box.discount-input-boxr {
        width: 100%; }
      .single-brand .gift-main.gift-mainr {
        flex-direction: column;
        align-items: flex-start;
        text-align: left; }
      .single-brand .apply-btn {
        display: inline-block;
        margin-top: 1.1rem;
        float: left; }
      .single-brand .quantity {
        margin-right: 0px; } }
  @media screen and (min-width: 901px) and (max-width: 1024px) {
    .single-brand {
      padding: 5rem 2vw; }
      .single-brand .product-img {
        display: none; }
      .single-brand .item-name, .single-brand .product-img-main {
        width: 50%; }
      .single-brand .product-price {
        width: 25%; }
      .single-brand .actions {
        float: right;
        margin-right: 1rem; }
      .single-brand .remove-item {
        float: right; }
      .single-brand .discount-input-box {
        width: 100%; }
      .single-brand .discount-input-box.discount-input-boxr {
        width: 100%; }
      .single-brand .gift-main.gift-mainr {
        flex-direction: column;
        align-items: flex-start;
        text-align: left; }
      .single-brand .apply-btn {
        display: inline-block;
        margin-top: 2rem;
        float: left; }
      .single-brand .quantity {
        margin-right: 0px; }
      .single-brand .shipping-add-description {
        float: left;
        padding: 0px; } }
  @media screen and (min-width: 768px) and (max-width: 900px) {
    .single-brand {
      padding: 3rem 4vw; }
      .single-brand .product-img {
        display: none; }
      .single-brand .purchase-text.purchase-textr {
        display: none; }
      .single-brand .checkout-top-main {
        display: none; }
      .single-brand .item {
        margin: 3rem 0 0; }
      .single-brand .responsive-padding {
        padding: 0px; }
      .single-brand .content-section {
        padding: 0px; }
      .single-brand .checkout-btn-main {
        margin: 6rem 0 1rem 0; }
      .single-brand .purchase-text {
        width: 100%; }
      .single-brand .navigation-menu {
        text-align: center; }
      .single-brand .bundle-icon {
        display: none; }
      .single-brand .giftcard-icon {
        display: none; } }
  @media screen and (min-width: 601px) and (max-width: 767px) {
    .single-brand {
      padding: 2rem 4vw; }
      .single-brand .product-img {
        display: none; }
      .single-brand .purchase-text.purchase-textr {
        display: none; }
      .single-brand .checkout-top-main {
        display: none; }
      .single-brand .item {
        margin: 3rem 0 0; }
      .single-brand .responsive-padding {
        padding: 0px; }
      .single-brand .content-section {
        padding: 0px; }
      .single-brand .checkout-btn-main {
        margin: 6rem 0 1rem 0; }
      .single-brand .purchase-text {
        width: 100%; }
      .single-brand .navigation-menu {
        text-align: center; }
      .single-brand .info-content {
        margin-bottom: 2rem; }
      .single-brand .bundle-icon {
        display: none; }
      .single-brand .giftcard-icon {
        display: none; }
      .single-brand .shipping-add-description {
        float: left;
        padding: 0px;
        width: 100%; } }
  @media screen and (min-width: 481px) and (max-width: 600px) {
    .single-brand {
      padding: 2rem 4vw; }
      .single-brand .product-img {
        display: none; }
      .single-brand .purchase-text.purchase-textr {
        display: none; }
      .single-brand .checkout-top-main {
        display: none; }
      .single-brand .item {
        margin: 3rem 0 0; }
      .single-brand .responsive-padding {
        padding: 0px; }
      .single-brand .content-section {
        padding: 0px; }
      .single-brand .checkout-btn-main {
        margin: 6rem 0 1rem 0; }
      .single-brand .purchase-text {
        width: 100%; }
      .single-brand .navigation-menu {
        text-align: center; }
      .single-brand .info-content {
        margin-bottom: 2rem; }
      .single-brand .discount-input-box {
        width: 100%; }
      .single-brand .discount-input-box.discount-input-boxr {
        width: 100%; }
      .single-brand .gift-main.gift-mainr {
        flex-direction: column;
        align-items: flex-start;
        text-align: left; }
      .single-brand .apply-btn {
        display: inline-block;
        margin-top: 2rem;
        float: left; }
      .single-brand .quantity {
        margin-right: 7vw; }
      .single-brand .bundle-icon {
        display: none; }
      .single-brand .giftcard-icon {
        display: none; }
      .single-brand .shipping-add-description {
        float: left;
        padding: 0px;
        width: 100%; } }
  @media screen and (max-width: 480px) {
    .single-brand {
      padding: 2rem 2vw; }
      .single-brand .secure-checkout {
        display: none; }
      .single-brand .logo-main {
        width: 100%; }
      .single-brand span.read-time {
        float: none;
        display: block; }
      .single-brand .product-img {
        display: block;
        width: 100px; }
      .single-brand .purchase-text.purchase-textr {
        display: none; }
      .single-brand .checkout-top-main {
        display: none; }
      .single-brand .item {
        margin: 3rem 0 0; }
      .single-brand .responsive-padding {
        padding: 0px; }
      .single-brand .content-section {
        padding: 0px; }
      .single-brand .checkout-btn-main {
        margin: 6rem 0 1rem 0; }
      .single-brand .purchase-text {
        width: 100%; }
      .single-brand .navigation-menu {
        text-align: center; }
      .single-brand .info-content {
        margin-bottom: 2rem;
        text-align: center; }
      .single-brand .discount-input-box {
        width: 100%;
        margin-right: 0px; }
      .single-brand .discount-input-box.discount-input-boxr {
        width: 100%;
        margin-right: 0px; }
      .single-brand .gift-main.gift-mainr {
        flex-direction: column;
        align-items: flex-start;
        text-align: left; }
      .single-brand .apply-btn {
        display: inline-block;
        margin-top: 2rem;
        float: left; }
      .single-brand .row {
        margin: 0px; }
      .single-brand .item-name, .single-brand .product-img-main {
        width: 100%; }
      .single-brand .item-heading {
        display: none; }
      .single-brand .product-price {
        width: 100%; }
      .single-brand .actions {
        float: right;
        margin-right: 1rem; }
      .single-brand .remove-item {
        opacity: 1; }
      .single-brand .product-main {
        padding: 1.5rem 0.5rem 2rem 0.5rem;
        position: relative; }
      .single-brand .product-price {
        display: none; }
      .single-brand .product-price.product-pricer {
        display: block;
        width: auto;
        margin: 0px; }
      .single-brand .col-xs-12 {
        padding: 0px; }
      .single-brand .item-main.item-mainr {
        padding: 1rem 0rem; }
      .single-brand .quantity {
        float: left;
        margin: 2rem 0 0 2.5rem; }
      .single-brand .shipping-add-description {
        float: left;
        padding: 0px;
        width: 100%; }
      .single-brand .customer-login {
        float: left;
        width: 100%;
        margin-top: 0.5rem; } }

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px; }

.row-eq-height:before, .row-eq-height:after {
  display: inline-block; }

/*  Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
  width: 6px;
  /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 100px; }

/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100px;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0);
  min-height: 10px;
  /*Prevent it from getting too small */ }

::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0, 0, 0, 0.61);
  /* Some darker color when you click it */
  -webkit-border-radius: 100px; }

.selectize-dropdown {
  border: 1px solid !important;
  border-color: #dedede !important; }

.selectize-input {
  margin-top: 1rem;
  box-shadow: none !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #dedede !important; }
