/*=================== Start main container =================*/
.navigation,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.breadcrumbs {
  max-width: 1200px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.container {
  width: 1200px;
}

.page.messages {
  float: left;
  width: 100%;
}

.page.messages .messages {
  max-width: 1200px;
  margin: auto;
  padding: 0px 15px;
  float: none;
}
@media screen and (max-width: 1200px) {
  a.custom-share-googleplus {
    width: 41px;
  }
}

@media screen and (max-width: 1199px) {
  .navigation,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    max-width: 970px;
  }
  .breadcrumbs {
    max-width: 970px !important;
  }
  .catalog-category-view .breadcrumbs {
    max-width: 100% !important;
  }

  .container {
    width: 970px;
  }
  .page.messages .messages {
    max-width: 940px;
  }
  .breadcrumbs .items {
    font-size: 13px;
  }
  .breadcrumbs .item:not(:last-child):after {
    font-size: 13px;
    margin: 0px 1px;
  }
  .page.messages .messages {
    max-width: 970px;
  }
  /*=====Start CArt page */
  .checkout-cart-index .columns {
    padding: 0 40px;
  }
  .checkout-cart-index .columns .cart-container .cart-right-main {
    width: 37%;
  }
  .checkout-cart-index .columns .cart-container .cart-main-inner {
    width: 63%;
    padding-right: 35px;
    margin-top: 26px;
  }
  .checkout-cart-index .columns .cart-container .cart_page_subtotal_info {
    margin-bottom: 10px;
  }
  .cart-container .form-cart .actions.main .continue-shopping {
    margin-right: 20px;
  }
  .cart-container .form-cart .actions.main .checkout {
    width: 280px;
    padding: 4px 34px;
  }
  .checkout-cart-index .table-wrapper {
    margin-bottom: 40px;
  }
  .checkout-cart-index .columns .cart-container .cart-summary {
    padding: 20px 15px 20px;
  }

  .cart-summary .checkout-methods-items .action.primary.checkout {
    padding: 7px 24px;
    font-size: 14px;
  }
  .cart-summary .checkout-methods-items .continue-shopping {
    margin-top: 10px;
  }

  /*=====End CArt page */
}

@media screen and (max-width: 991px) {
  .navigation,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    max-width: 750px;
  }
  .breadcrumbs {
    max-width: 750px !important;
  }
  .container {
    width: 750px;
  }
  .page.messages .messages {
    max-width: 720px;
  }

  /*=====Start CArt page */

  .checkout-cart-index .columns {
    padding: 0 10px;
  }
  .checkout-cart-index
    .cart-summary
    .block
    .content
    #discount-coupon-form
    .fieldset
    .field
    input::-webkit-input-placeholder {
    font-size: 9px;
  }
  .checkout-cart-index
    .cart-summary
    .block
    .content
    #discount-coupon-form
    .fieldset
    .field
    input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 9px;
  }

  .checkout-cart-index
    .cart-summary
    .block
    .content
    #discount-coupon-form
    .fieldset
    .field
    input::placeholder {
    font-size: 9px;
  }

  .checkout-cart-index .columns .cart-container .cart-right-main {
    width: 40%;
  }
  .checkout-cart-index .columns .cart-container .cart-main-inner {
    width: 60%;
    padding-right: 10px;
    margin-top: 15px;
  }
  .cart.table-wrapper .col.subtotal .cart_item_total_info {
    display: flex;
  }
  .checkout-cart-index
    .cart.table-wrapper
    .product-item-details
    .field.qty
    .control.qty {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .checkout-cart-index .columns .cart-container .cart-summary {
    padding: 10px 10px 10px;
    border-width: 3px;
  }
  .checkout-cart-index .cart-summary .block .content {
    padding: 15px 15px 30px;
  }
  .checkout-cart-index .table-wrapper {
    margin-bottom: 30px;
  }
  .cart-container .form-cart .actions.main .checkout {
    width: 205px;
    padding: 4px 14px;
  }
  .cart-container .form-cart .actions.main .continue-shopping {
    margin-right: 15px;
  }
  .checkout-cart-index main#maincontent {
    max-width: 750px;
  }
  .checkout-cart-index .block.crosssell {
    padding: 0 40px;
  }

  /*=====End CArt page */
}
@media screen and (min-width: 640px) {
  .review-ratings{
      min-width: 100px;
      padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .home-banner-main {
    min-height: 536px;
  }
  .home-top-main {
    min-height: 413px;
  }
  .home-product-slider {
    min-height: 463px;
  }
  .page-layout-2columns-left .main {
    padding-left: 0;
  }
  body main .checkout-container .amcard-field-container {
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .ampromo-popup-wrapper{
    max-width: 960px;
  }
}

@media screen and (max-width: 767px) {
  .navigation,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    max-width: 100%;
  }
  .catalog-product-view .product-info-main ul.prices-tier.items {
    margin-top: 25px;
  }
  .breadcrumbs {
    max-width: 100% !important;
  }
  .customer-account-create form .create .goto-site.goto-site-retail {
    position: static !important;
  }
  .catalog-category-view .breadcrumbs {
    display: none;
  }
  .page.messages .messages {
    max-width: calc(100% - 30px);
  }
  .container {
    width: 100%;
  }
  .checkout-cart-index
    .cart-summary
    .block
    .content
    #discount-coupon-form
    .fieldset
    .field
    input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .checkout-cart-index
    .cart-summary
    .block
    .content
    #discount-coupon-form
    .fieldset
    .field
    input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 12px;
  }

  .checkout-cart-index
    .cart-summary
    .block
    .content
    #discount-coupon-form
    .fieldset
    .field
    input::placeholder {
    font-size: 12px;
  }
  .checkout-index-index .checkout-header {
    width: 100%;
  }
  .catalog-product-view .media .gallery-placeholder {
    display: none;
  }

  .customer-register-duplicate .actions-toolbar .action.submit.primary {
    font-size: 16px;
    padding: 10px 0px;
    letter-spacing: 0.5px;
    min-width: 260px;
  }
  .checkout-index-index
    .checkout-payment-method
    .discount-code
    .payment-option-title.field.choice {
    padding: 15px;
  }
  div#amcard-giftcard {
    padding: 0px 15px 22px;
  }
  form#co-payment-form
    .amcard-field-container.-cart
    .amcard-field-block.-double.-code {
    flex-wrap: wrap;
  }
  form#co-payment-form
    .amcard-field-container.-cart
    .amcard-field-block.-double.-code
    input.amcard-button {
    margin-top: 10px;
    height: 44px;
  }
}

/*---- Start responsive -------*/
@media screen and (max-width: 1199px) {
  .main-header {
    margin-bottom: 7px;
  }
  .top-header {
    margin-bottom: 35px;
  }
  .top-header-left > ul > li > a {
    padding: 6px 20px;
    font-size: 12px;
  }
  #free-shipping-carousel #slides {
    width: 350px !important;
  }
  #free-shipping-carousel #slides,
  #free-shipping-carousel .quoteContainer {
    margin-left: 0px;
    font-size: 11px;
  }
  .top-header-left .free-shipping {
    font-size: 14px;
    margin-left: 15px;
  }
  .top-header-right > ul > li {
    margin-left: 7px;
  }
  .top-header-right > ul > li > a {
    padding: 6px 6px;
    font-size: 12px;
  }
  .top-header-right .contact .cus-dropdown {
    min-width: 180px;
  }
  .top-header-right .cus-dropdown > ul {
    padding: 5px 7px;
  }
  .top-header-right .cus-dropdown > ul > li > a {
    padding: 3px 0px;
    font-size: 11px;
  }
  .top-header-right .my-account .sign-in > a,
  .top-header-right .my-account .signout > a {
    font-size: 12px;
    margin: 2px 0px;
  }
  .top-header-right .my-account .create-account > a {
    font-size: 12px;
  }
  .minicart-wrapper .action.showcart {
    padding: 6px 8px;
    font-size: 12px;
  }
  .minicart-wrapper .action.showcart:before,
  .minicart-wrapper .action.showcart.active:before {
    width: 21px;
    height: 17px;
    margin-right: 5px;
  }
  .minicart-wrapper .action.showcart span.text {
    padding: 0 3px 0 0;
  }
  .minicart-wrapper .action.showcart span.counter.qty {
    padding: 0px 0 0 6px;
  }
  .minicart-wrapper.active .block-minicart {
    padding: 15px;
    width: 300px;
  }
  .empty-cart-content .title {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .empty-cart-content .help-you {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .empty-cart-content .minicart-cats {
    margin-bottom: 4px;
  }
  .empty-cart-content .minicart-cats a {
    font-size: 13px;
  }
  .minicart-wrapper .block-minicart .action.close {
    right: 7px;
    top: 12px;
  }
  .minicart-wrapper .block-minicart .action.close:before {
    font-size: 15px;
  }
  .minicart-wrapper .free-shipping-enabled {
    margin-bottom: 12px;
    font-size: 13px;
  }
  .minicart-wrapper .minicart-items-wrapper {
    max-height: 230px;
    padding: 15px 15px 0px;
    margin: 0px -15px;
  }
  .minicart-wrapper .minicart-items-wrapper::-webkit-scrollbar {
    width: 8px;
  }
  .minicart-items .product-item {
    padding: 10px 0;
  }
  .minicart-items-wrapper .product-item-photo {
    width: 75px;
  }
  .minicart-items-wrapper .product-item-details {
    width: calc(100% - 75px);
    padding-left: 12px;
  }
  .minicart-items-wrapper .product-item-details .product-item-name {
    font-size: 12px;
    margin-bottom: 3px;
  }
  .minicart-wrapper .product .actions {
    right: -11px;
  }
  .minicart-items .action.delete:before {
    font-size: 14px;
  }
  .minicart-items-wrapper
    .product-item-details
    .product-item-pricing
    span.price {
    font-size: 12px;
  }
  .minicart-items .product-item-details .details-qty {
    margin-top: 7px;
  }
  .minicart-items .product-item-details .details-qty .label {
    font-size: 11px;
  }
  .block-minicart .block-content > .actions {
    padding: 0px 5px;
    margin-top: 15px;
  }
  .block-minicart .viewcart-left .viewcart {
    font-size: 10px;
  }
  .block-minicart .viewcart-left .items-total {
    margin: 0px 0px 0px 4px;
    font-size: 11px;
  }
  .block-minicart .order-subtotal .subtotal {
    font-size: 10px;
  }
  .block-minicart .amount .price-wrapper:first-child .price {
    font-size: 10px;
  }
  .block-minicart .block-content > .actions > .primary .action.primary {
    font-size: 14px;
    padding: 6px 5px;
  }
  .middle-header .logo {
    margin-bottom: 35px;
  }
  .middle-header .logo img {
    width: 200px;
  }
  .search-box {
    margin-left: 0;
  }
  .search-box > a {
    font-size: 14px;
    padding: 5px 15px;
  }
  .search-box > a:after {
    margin-left: 7px;
  }
  div#search-box {
    right: 19px;
    top: 37px;
  }
  div#search-box .block-search {
    width: 330px;
    padding: 10px;
  }
  div#search-box .block-search input {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  div#search-box .block-search .clear-search-text {
    font-size: 13px;
    right: 47px;
    top: 6px;
  }
  .home-banner-main {
    padding: 5px 0px;
  }
  #home-banner .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin: 0px 3px;
  }
  .home-top-left {
    padding: 60px 20px 60px;
    text-align: center;
  }
  .home-top-left .title {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .home-top-left .dis {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .home-top-left .learn-more {
    font-size: 16px;
    padding: 5px 20px;
  }
  .home-top-right {
    width: 345px;
  }
  .home-product-main {
    margin-bottom: 35px;
  }
  .home-product-slider {
    margin-bottom: 35px;
  }
  .home-product-slider-top {
    margin-bottom: 20px;
  }
  .home-product-slider-top ul li {
    margin: 0px 20px;
  }
  .home-product-slider-top ul li a {
    font-size: 16px;
  }
  .home-product-slider .product-img {
    margin-bottom: 12px;
  }
  .home-product-slider .bss-bt-quickview {
    width: 60px;
    height: 60px;
    top: 20px;
  }
  .home-product-slider .bss-bt-quickview a.bss-quickview {
    font-size: 13px;
  }

  .home-product-slider .product-name {
    margin-bottom: 6px;
  }
  .home-product-slider .product-name a {
    font-size: 15px;
  }
  .home-product-slider .product-short-description {
    font-size: 12px;
    margin-bottom: 7px;
  }
  .home-product-slider .product-detail {
    margin-bottom: 7px;
  }
  .home-product-slider .product-detail span.price-final_price {
    font-size: 15px;
  }
  .home-product-slider .actions-primary form .homepage-item-qty {
    height: 30px;
    width: 60px;
    font-size: 16px;
    margin-right: 3px;
    background-size: 14px;
    background-position: 40px 11px;
    padding: 3px 20px 3px 7px;
  }
  .home-product-slider .actions-primary .tocart.primary {
    margin: 0px 0px 0px 5px;
    height: 30px;
    font-size: 14px;
    padding: 5px 15px;
    letter-spacing: 1px;
  }

  .home-ourstory-top-overlay {
    padding: 40px 0 15px 0;
  }
  .home-ourstory-top-overlay .title {
    font-size: 28px;
    letter-spacing: 3px;
    margin-bottom: 15px;
  }
  .home-ourstory-top-overlay p {
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 40px;
  }
  .home-ourstory-top-overlay .inner-box a {
    font-size: 15px;
    padding: 5px 20px;
    letter-spacing: 1px;
  }
  .home-ourstory-bottom-left {
    padding: 0 2% 0;
  }
  .home-ourstory-bottom-left p {
    font-size: 18px;
    margin-bottom: 16px;
    letter-spacing: 0px;
  }
  .home-ourstory-bottom-left p span {
    font-size: 20px;
  }
  .home-ourstory-bottom-left .name {
    font-size: 19px;
  }
  .natural-o-right {
    padding: 60px 24px 60px;
  }
  .natural-o-right .title {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .natural-o-right .dis {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .natural-o-right .learn-more {
    font-size: 16px;
    padding: 5px 20px;
  }
  .natural-o-left {
    width: 375px;
  }
  .home-bottom-main .desc {
    font-size: 14px;
    padding: 30px 40px;
  }
  .footer-main {
    padding: 30px 0 0;
  }

  .footer-top-left .footer-link {
    padding-right: 30px;
  }
  .footer-top h2 {
    font-size: 12px;
    letter-spacing: 0px;
    margin-bottom: 5px;
  }
  .footer-top-left li {
    font-size: 13px;
    letter-spacing: 0;
    margin-bottom: 3px;
  }
  .footer-main .footer-top-right {
    padding-left: 30px;
  }
  .newsletter_main {
    margin-bottom: 20px;
  }
  .news-letter-tooltip {
    margin-bottom: 10px;
  }
  .news-letter-tooltip > p > .fa {
    margin-left: 5px;
    font-size: 18px;
  }
  .news-letter-tooltip > p[aria-expanded="true"] > .fa:after {
    width: 20px;
    height: 20px;
    left: -5px;
    top: -37px;
  }
  .newsletter_main p {
    font-size: 13px;
  }
  #news-letter-tooltiptext {
    bottom: 35px;
    right: 0px;
    width: 392px;
  }
  #news-letter-tooltiptext span.tooltip-texts {
    font-size: 12px;
    padding: 12px 15px 10px;
  }
  #news-letter-tooltiptext span.tooltip-texts a {
    margin-top: 6px;
  }
  .custom_newsletter .newsletter input {
    height: 35px;
    padding: 3px 10px;
    font-size: 12px;
  }
  .custom_newsletter button.action {
    height: 35px;
    font-size: 11px;
  }
  .login-container .block-new-customer .actions-toolbar .primary {
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
  }

  .footer-social-icon .footer-social-title {
    margin-bottom: 6px;
  }
  .footer-social-icon ul li {
    font-size: 20px;
    margin-right: 19px;
  }
  .footer-bottom {
    font-size: 13px;
    padding: 20px 0;
  }
  .footer-bottom p.copy-write {
    letter-spacing: 0;
  }

  /*++++++Start category Page++++++*/
  #layered-filter-block-container .filter-current.desktop {
    padding-left: 0;
  }
  .catalog-category-view .products ol.products li.product {
    width: 33.33% !important;
    margin-bottom: 20px;
  }

  /*++++++End category Page++++++*/

  /*++++++Start product Page++++++*/

  .catalog-product-view .prev-next-item-detail a {
    font-size: 15px;
  }
  .catalog-product-view .product-info-main .swatch-attribute .swatch-option {
    width: 85px !important;
    height: 85px !important;
  }
  .catalog-product-view
    .product-info-main
    .product-info-price
    .price-box
    span.price {
    font-size: 18px;
  }
  .catalog-product-view
    .product-info-main
    .product-info-price
    .price-box
    span.price:before {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .catalog-product-view .product-info-main .product-info-price {
    margin: 0px 20px 0px 0px;
    width: 100%;
  }
  .catalog-product-view .product-info-main .box-tocart .qty label.label {
    font-size: 18px;
  }
  .catalog-product-view .accordion .card-header {
    font-size: 17px;
    margin-bottom: 10px;
    padding-right: 10px;
  }

  .catalog-product-view .accordion .card-contant > div {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .catalog-product-view .category-q-main .column {
    padding: 12px 10px;
    font-size: 13px;
  }
  .catalog-product-view .accordion {
    margin-bottom: 20px;
  }
  .catalog-product-view .product.media {
    margin-bottom: 40px;
  }
  .catalog-product-view .product-info-main {
    margin-bottom: 40px;
  }

  .catalog-product-view .product-review-main {
    margin: 0 0 60px;
    padding: 50px 0 50px;
  }
  .catalog-product-view .product-review-top .title {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .catalog-product-view .product-review-top .blueberry-green p {
    font-size: 17px;
    margin-right: 15px;
  }
  .product-review-main .product-review-top .customer-r-r a {
    font-size: 16px;
  }
  .catalog-product-view .product-page-reviews .review-to > ul {
    margin-bottom: 30px;
    border-width: 2px;
    padding: 15px 0px 15px 24%;
  }
  .catalog-product-view .product-page-reviews .review-to > ul > li {
    margin: 0px 30px 0px 0px;
  }
  .catalog-product-view .product-page-reviews .review-to > ul > li > a {
    font-size: 18px;
  }
  .catalog-product-view
    .product-page-reviews
    .reviewer-date-time
    .review-author {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .catalog-product-view .product-page-reviews .reviewer-date-time .review-date {
    font-size: 14px;
  }
  .catalog-product-view .product-page-reviews .review-detail .review-title {
    font-size: 16px;
    margin: 0;
  }
  .catalog-product-view .product-page-reviews .review-detail .reviewer-ratings {
    margin-right: 10px;
  }
  .catalog-product-view .product-page-reviews .review-detail .review-content {
    font-size: 15px;
  }
  .catalog-product-view .product-page-reviews .box .review-item {
    margin-bottom: 30px !important;
  }

  .catalog-product-view .product-page-sliders .container > ul {
    display: flex;
    margin-bottom: 50px;
  }
  .catalog-product-view .product-page-sliders .container > ul > li > a {
    font-size: 16px;
  }
  .catalog-product-view .product-page-sliders .container:last-of-type {
    padding: 0px 50px;
  }
  .catalog-product-view .product-page-sliders .product-img {
    margin-bottom: 15px;
  }
  .catalog-product-view .product-page-sliders .product-name a {
    font-size: 15px;
  }
  .catalog-product-view .product-page-sliders .product-short-description {
    font-size: 12px;
    margin-bottom: 7px;
  }
  .catalog-product-view .product-page-sliders .product-detail {
    margin-bottom: 7px;
  }
  .catalog-product-view .product-page-sliders span.price {
    font-size: 15px;
  }
  .catalog-product-view
    .product-page-sliders
    .actions-primary
    select.related-qty {
    height: 30px;
    width: 60px;
    font-size: 16px;
    margin-right: 3px;
    background-size: 14px;
    background-position: 40px 11px;
    padding: 3px 20px 3px 7px;
  }

  .catalog-product-view .product-page-sliders .actions-primary .tocart {
    margin: 0px 0px 0px 5px;
    height: 30px;
    font-size: 14px;
    padding: 5px 15px;
    letter-spacing: 1px;
  }
  .catalog-product-view .product.media .mp_social_share_inline_under_cart {
    margin-bottom: 30px;
  }
  .catalog-product-view
    .product.media
    .mp_social_share_inline_under_cart
    .a2a_default_style
    a {
    padding: 0 8px;
  }
  .catalog-product-view
    .product.media
    .mp_social_share_inline_under_cart
    .a2a_svg {
    height: 25px;
    line-height: 25px;
    width: 25px;
  }

  /*++++++End product Page++++++*/

  .cms-noroute-index .home-natural-o-main ul li {
    width: 160px;
  }

  /*++++++Start tea-guide-page++++++*/

  #women-picking-tea {
    width: 380px;
  }
  #two-leaves-and-a-bud {
    width: 340px;
  }
  #cloud-tea-field {
    width: 395px;
  }
  /*++++++End tea-guide-page++++++*/

  .catalogsearch-result-index .products ol.products li.product {
    width: 33.33% !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .main-header {
    margin-bottom: 5px;
  }
  .top-header {
    margin-bottom: 25px;
  }
  .top-header-left .free-shipping {
    display: none;
  }
  .middle-header .logo {
    margin-bottom: 25px;
  }
  .middle-header .logo img {
    width: 160px;
  }
  .search-box > a {
    font-size: 12px;
    padding: 4px 10px;
  }
  div#search-box {
    right: 7px;
    top: 30px;
  }
  div#search-box .block-search {
    width: 260px;
    padding: 6px;
  }
  div#search-box .block-search input {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border-width: 1px;
    padding: 3px 70px 3px 6px;
  }
  div#search-box .block-search .clear-search-text {
    font-size: 12px;
    right: 37px;
    top: 5px;
  }
  div#search-box .actions {
    width: 30px;
    border-width: 1px;
  }
  div#search-box .actions button.action.search:before {
    font-size: 13px;
  }
  #home-banner .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-width: 1px;
    margin: 0px 2px;
  }
  .home-top-left .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .home-top-left .dis {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .home-top-left .learn-more {
    font-size: 13px;
    padding: 5px 14px;
    border-width: 1px;
  }
  .home-top-left {
    padding: 40px 10px 40px;
  }
  .home-top-right {
    width: 270px;
  }
  .home-product-main {
    margin-bottom: 25px;
  }
  .home-product-slider {
    margin-bottom: 30px;
  }
  .home-product-slider .container {
    padding: 0px 80px;
  }
  .home-ourstory-top-overlay .title {
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 12px;
  }
  .home-ourstory-top-overlay p {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
  .home-ourstory-top-overlay .inner-box a {
    font-size: 13px;
    padding: 4px 15px;
    letter-spacing: 0;
    border-width: 1px;
  }
  .home-ourstory-bottom-left p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .home-ourstory-bottom-left p span {
    font-size: 17px;
  }
  .home-ourstory-bottom-left .name {
    font-size: 17px;
  }
  .natural-o-right .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .natural-o-right .dis {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .natural-o-right .learn-more {
    font-size: 13px;
    padding: 5px 14px;
    border-width: 1px;
  }
  .natural-o-right {
    padding: 40px 15px 40px;
  }
  .natural-o-left {
    width: 285px;
  }
  .home-bottom-main .desc {
    font-size: 13px;
    padding: 20px 20px;
  }
  .footer-main {
    padding: 25px 0 0;
  }
  .footer-main .column {
    width: 60%;
  }
  .footer-top h2 {
    font-size: 11px;
    margin-bottom: 4px;
  }
  .footer-top-left li {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .footer-top-left .footer-link.wholesale {
    margin-top: 15px;
  }
  .footer-main .footer-top-right {
    padding-left: 20px;
    width: 40%;
  }
  .newsletter_main {
    margin-bottom: 15px;
  }
  .news-letter-tooltip {
    margin-bottom: 8px;
  }
  .newsletter_main p {
    font-size: 12px;
  }
  .news-letter-tooltip > p > .fa {
    margin-left: 4px;
    font-size: 16px;
  }
  .news-letter-tooltip > p[aria-expanded="true"] > .fa:after {
    width: 15px;
    height: 15px;
    left: -3px;
    top: -26px;
  }
  #news-letter-tooltiptext {
    width: 355px;
    bottom: 35px;
  }
  #news-letter-tooltiptext span.tooltip-texts {
    font-size: 11px;
    padding: 10px 12px 8px;
  }
  .custom_newsletter .newsletter input {
    height: 30px;
    padding: 2px 7px;
    font-size: 11px;
  }
  .custom_newsletter button.action {
    height: 30px;
    font-size: 10px;
    border-width: 1px;
  }
  .custom_newsletter button.action.thanks,
  .custom_newsletter button.action.thanks:hover,
  .custom_newsletter button.action.thanks:focus,
  .custom_newsletter button.action.thanks:active {
    border-width: 1px;
  }
  .custom_newsletter .newsletter > div.mage-error {
    font-size: 15px;
    margin-top: 3px;
  }
  .footer-social-icon ul li {
    font-size: 16px;
    margin-right: 13px;
  }
  .footer-bottom {
    font-size: 12px;
  }

  .promo-code-modal.modal-popup
    .modal-inner-wrap
    #modal-content-0
    #popup-modal
    .promo-code {
    font-size: 14px;
  }
  /*++++++Start category Page++++++*/

  .catalog-category-view .page-title-wrapper .page-title {
    font-size: 22px;
  }
  .catalog-category-view .category-view {
    padding: 0px 45px;
    font-size: 14px;
  }
  .catalog-category-view .page-title-wrapper {
    padding: 0px 30px;
  }
  .catalog-category-view .products .actions-primary {
    display: none;
  }
  .catalog-category-view .products .product-item-photo {
    margin-bottom: 10px;
  }
  .catalog-category-view .products .product-item-name {
    font-size: 15px;
    margin: 0 0 5px;
  }
  .catalog-category-view .products .product-short-description {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .catalog-category-view .products .price-box span.price {
    font-size: 18px;
  }
  .catalog-category-view .products-grid {
    margin: 30px 0px 10px;
  }
  .catalog-category-view.page-products .columns {
    margin-bottom: 50px;
  }

  /*++++++End category Page++++++*/

  /*++++++Start product Page++++++*/

  .catalog-product-view .breadcrumbs {
    margin: 10px auto 20px;
  }
  .catalog-product-view .prev-next-item-detail ul {
    right: 55px;
    top: -41px;
  }
  .catalog-product-view .product.media {
    margin-bottom: 30px;
    padding-right: 15px;
  }

  .catalog-product-view .columns .column.main > .container {
    padding: 0px 30px 0px;
  }
  .catalog-product-view .product-info-main {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .catalog-product-view .product-info-main .page-title-wrapper .page-title {
    font-size: 22px;
  }
  .catalog-product-view .product-info-main .product-short-description {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .catalog-product-view
    .product-info-main
    .product-options-wrapper
    .swatch-attribute-label {
    font-size: 17px;
  }
  .catalog-product-view
    .product-info-main
    .product-options-wrapper
    .swatch-attribute-selected-option {
    padding-left: 10px;
    font-size: 14px;
  }
  .catalog-product-view .product-info-main .swatch-attribute-options {
    margin: 20px 0px 0px;
  }
  .catalog-product-view
    .product-info-main
    .product-info-price
    .price-box
    span.price:before {
    font-size: 17px;
    margin-bottom: 4px;
    padding-right: 10px;
  }
  .catalog-product-view
    .product-info-main
    .product-info-price
    .price-box
    span.price {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
  }
  .catalog-product-view .product-info-main .product-info-price {
    margin: 0px 10px 0px 0px;
  }
  .catalog-product-view .product-info-main .box-tocart .field.qty {
    margin: 0px 15px 0px 0px;
  }
  .catalog-product-view .product-info-main .box-tocart .qty label.label {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .catalog-product-view .product-info-main .product-add-form {
    margin-bottom: 20px;
  }
  .catalog-product-view .accordion .card {
    border-width: 1px;
    padding: 10px 20px 0;
  }
  .catalog-product-view .accordion .card-header {
    padding-right: 0;
  }
  .catalog-product-view .accordion .card-header {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .catalog-product-view .accordion .card-contant > div {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .catalog-product-view .category-q-main .left-c {
    margin-right: 10px;
  }
  .catalog-product-view .category-q-main .left-c figure {
    width: 25px;
  }
  .catalog-product-view .product.media .mp_social_share_inline_under_cart {
    margin-bottom: 20px;
  }
  .catalog-product-view .product-review-main {
    margin: 0 0 40px;
    padding: 40px 0 40px;
  }
  .catalog-product-view .product-review-main .container {
    padding: 0px 30px;
  }
  .catalog-product-view .product-review-top {
    margin-bottom: 25px;
  }
  .catalog-product-view .product-review-top .customer-r-l {
    margin-right: 20px;
  }
  .catalog-product-view .product-review-top .title {
    font-size: 20px;
    margin-bottom: 0;
  }
  .catalog-product-view .product-review-top .blueberry-green p {
    font-size: 16px;
    margin-right: 10px;
  }
  .catalog-product-view .product-review-top .blueberry-green h3 {
    font-size: 15px;
    margin-left: 13px;
  }
  .product-review-main .product-review-top .customer-r-r a {
    font-size: 15px;
    padding: 5px 25px 5px;
  }
  .catalog-product-view .review-add .review-form .review-legend span {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .catalog-product-view .review-add .review-form .review-legend {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .catalog-product-view .review-add .review-form .label {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .catalog-product-view .review-add .review-form button.submit {
    font-size: 15px;
    padding: 11px 25px 11px;
  }
  .catalog-product-view .product-page-reviews .review-to > ul {
    margin-bottom: 25px;
    border-width: 1px;
    padding: 15px 0px 15px 20%;
  }
  .catalog-product-view .product-page-reviews .review-to > ul > li {
    margin: 0px 25px 0px 0px;
  }
  .catalog-product-view .product-page-reviews .review-to > ul > li > a {
    font-size: 16px;
  }
  .catalog-product-view .product-page-reviews .review-bo {
    padding: 0px 45px 20px;
  }
  .catalog-product-view .product-page-reviews .review-detail .review-content {
    font-size: 14px;
  }
  .catalog-product-view .product-page-reviews .btn-more-reviews {
    height: 35px;
    font-size: 15px;
    padding: 6px 28px 7px;
  }
  .catalog-product-view .product-page-sliders .container:last-of-type {
    padding: 0px 80px;
  }

  /*++++++End product Page++++++*/

  .cms-noroute-index .error404 .natural-o-right {
    padding: 50px 14px 70px;
  }
  .cms-noroute-index .error404 p {
    margin-bottom: 20px !important;
  }
  .cms-noroute-index .home-natural-o-main ul {
    margin-bottom: 25px;
  }
  .cms-noroute-index .home-natural-o-main ul li {
    width: 128px;
    margin: 0 3px;
  }
  .cms-noroute-index .home-natural-o-main ul li a.buttion {
    font-size: 15px;
  }
  .cms-noroute-index .home-natural-o-main ul {
    margin-bottom: 19px;
  }
  .cms-noroute-index .home-natural-o-main .form input {
    height: 41px;
    line-height: 41px;
  }
  .popup-authentication.modal-popup.modal-slide._inner-scroll
    .modal-inner-wrap {
    width: 60px !important;
    min-width: 720px !important;
  }

  #the-tea-plant {
    width: 100%;
  }
  #cloud-tea-field {
    width: 100%;
  }
  #the-tea-plant-more {
    width: 100%;
  }
  #harvesting {
    width: 100%;
  }
  #high-quality-tea-harvesting {
    width: 100%;
  }
  .cms-tea-guide-page-ten-html #container {
    width: 100%;
    float: left;
  }
  .cms-tea-guide-page-ten-html #how-to-brew-tea-picture {
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }
  .cms-tea-guide-page-ten-html #how-to-brew-tea-intro {
    float: left;
    width: 100%;
  }
  .cms-tea-guide-page-ten-html #brew-tea-directions {
    float: left;
    width: 100%;
  }
  .cms-tea-guide-page-ten-html #tea-brewing-tips {
    float: left;
    width: 100%;
  }
  .cms-tea-guide-page-ten-html #iron-teapot-brewing-tea {
    float: left;
    width: 100%;
  }
  .cms-tea-guide-page-ten-html #water-temperature-box {
    float: left;
    width: 100%;
  }
  .cms-tea-guide-page-ten-html #serving-size {
    float: left;
    width: 100%;
  }
  .cms-tea-guide-page-ten-html #water-leaves {
    float: left;
    width: 100%;
  }
  .cms-tea-guide-page-ten-html #tea-pocket-cup {
    float: left;
    width: 100%;
  }
  .cms-tea-guide-page-ten-html #more-brewing-tips {
    float: left;
    width: 100%;
  }
  .cms-tea-guide-page-ten-html #make-iced-tea {
    float: left;
    width: 100%;
  }
  .cms-tea-guide-page-ten-html #tea-storage-shelf-life {
    float: left;
    width: 100%;
  }
  .cms-tea-guide-page-ten-html #brewing-equipment {
    float: left;
    width: 100%;
  }
  .cms-tea-guide-page-ten-html #tea-pocket-spoon-tealeaves {
    float: left;
    width: 100%;
  }
  #water-temperature {
    float: left;
    width: 100%;
  }

  .cms-tea-guide-html .Moveable #container {
    width: 100%;
  }
  .cms-tea-guide-html .Moveable #guide-to-tea-intro {
    width: 100%;
  }
  .cms-tea-guide-html .Moveable #true-tea {
    width: 100%;
  }
  .cms-tea-guide-html .Moveable #tea-categories {
    width: 100%;
  }
  .cms-tea-guide-html .Moveable #tea-categories-photo {
    width: 100%;
  }
  .cms-tea-guide-html .Moveable #oxidation-caption {
    width: 100%;
  }
  .cms-tea-guide-html .Moveable #chinese-tea-garden {
    width: 100%;
  }
  .cms-tea-guide-html .Moveable #types-of-tea-more-caption {
    width: 100%;
  }
  .cms-tea-guide-html .Moveable #intro-four-types {
    width: 100%;
  }
  .cms-tea-guide-html .columns {
    float: left;
    width: 100%;
  }
  .cms-tea-guide-html .Moveable #oxidation {
    width: 100%;
  }

  .cms-tea-guide-page-two-html div#PageContent #container {
    width: 100%;
  }
  .cms-tea-guide-page-two-html div#PageContent #white-tea {
    width: 100%;
  }
  .cms-tea-guide-page-two-html div#PageContent #chinese-teapot {
    width: 100%;
  }
  .cms-tea-guide-page-two-html div#PageContent #container img {
    width: 100%;
  }
  .cms-tea-guide-page-two-html div#PageContent #white-tea-more {
    width: 100%;
  }
  .cms-tea-guide-page-two-html div#PageContent #white-peony-silver-needle {
    width: 100%;
  }

  .cms-tea-guide-page-two-html
    div#PageContent
    #white-peony-silver-needle-description {
    float: left;
    width: 100%;
  }
  .cms-tea-guide-page-two-html div#PageContent #green-tea-intro {
    width: 100%;
  }
  .cms-tea-guide-page-two-html div#PageContent #green-tea-cup {
    width: 100%;
  }
  .cms-tea-guide-page-two-html div#PageContent #green-tea {
    width: 100%;
  }
  .cms-tea-guide-page-two-html .columns {
    width: 100%;
    float: left;
  }
  .cms-page-view .Moveable #container {
    width: 100%;
  }
  .cms-page-view .Moveable #container img {
    width: auto;
  }
  #herbal-tea {
    width: 100%;
  }
  #herbal-tea-spoons {
    width: 100%;
  }
  #red-tea-box {
    width: 100%;
  }
  #yerba-mate {
    width: 100%;
  }
  #yerba-mate-gourds {
    width: 100%;
  }
  #yerba-mate-about {
    width: 100%;
  }
  #yerba-mate-caption {
    width: 100%;
  }
  #chamomile {
    width: 100%;
  }
  #chamomile-flowers {
    width: 100%;
  }
  #red-tea-caption {
    width: 100%;
  }
  #red-tea-intro {
    width: 100%;
  }
  #red-tea-glass-teapot {
    width: 100%;
  }
  #red-tea-rooibos {
    width: 100%;
  }

  .cms-tea-guide-page-three-html .Moveable #oolong-tea {
    width: 100%;
  }
  .cms-tea-guide-page-three-html .Moveable #oolong-tea-candles {
    width: 100%;
  }
  .cms-tea-guide-page-three-html .Moveable #oolong-tea-about {
    width: 100%;
  }
  .cms-tea-guide-page-three-html .Moveable #oolong-tea-dish {
    width: 100%;
  }
  .cms-tea-guide-page-three-html .Moveable #black-tea {
    width: 100%;
  }
  .cms-tea-guide-page-three-html .Moveable #black-tea-more {
    width: 100%;
  }
  .cms-tea-guide-page-three-html .Moveable #black-tea-table {
    width: 100%;
  }
  .cms-tea-guide-page-three-html .Moveable #black-tea-health {
    width: 100%;
  }
  .cms-tea-guide-page-three-html #black-tea-about {
    width: 100%;
  }
  .cms-tea-guide-page-three-html #black-tea-milk-sugar {
    width: 100%;
  }
  #tea-farm-china {
    width: 100%;
  }
  #oxidation-fermentation {
    width: 100%;
  }
  #oxidation-fermentation-caption {
    width: 100%;
  }
  #grading-box {
    width: 100%;
  }
  #grading-tea {
    width: 100%;
  }
  #fresh-green-tea-leaves {
    width: 100%;
  }
  #orange-pekoe-caption {
    width: 100%;
  }
  #tea-grades-more {
    width: 100%;
  }
  #grades-caption {
    width: 100%;
  }
  #tea-grades-about {
    width: 100%;
  }
  #tea-grade-styles {
    width: 100%;
  }
  .cms-tea-guide-page-seven-html #leaf-size-shape {
    float: left;
    width: 100%;
  }
  .cms-tea-guide-page-seven-html #quality-photos {
    float: left;
    width: 100%;
  }
  .cms-tea-guide-page-seven-html #flavor {
    width: 100%;
  }

  .cms-tea-guide-page-eight-html #freshness-intro {
    width: 100%;
  }
  .cms-tea-guide-page-eight-html #container #freshness {
    width: 100%;
  }
  .cms-tea-guide-page-eight-html #ceylon-tea-garden {
    width: 100%;
  }
  .cms-tea-guide-page-eight-html #tea-plantation {
    width: 100%;
  }
  .cms-tea-guide-page-eight-html #estate-teas {
    width: 100%;
  }
  .cms-tea-guide-page-eight-html #blending-scenting {
    width: 100%;
  }
  .cms-tea-guide-page-eight-html #blending-scenting-about {
    width: 100%;
  }
  .cms-tea-guide-page-eight-html #dried-flowers-and-herbs {
    width: 100%;
  }
  .cms-tea-guide-page-eight-html #blending-scenting-more {
    width: 100%;
  }
  .cms-tea-guide-page-eight-html #natural-flavor {
    width: 100%;
  }
  .cms-tea-guide-page-eight-html #natural-teas {
    width: 100%;
  }

  /* ==========Start tea-guide-page-nine */

  .cms-tea-guide-page-nine-html #cupping-tea {
    width: 100%;
  }
  .cms-tea-guide-page-nine-html #green-teapot {
    width: 100%;
  }
  .cms-tea-guide-page-nine-html #senses-box {
    width: 100%;
  }
  .cms-tea-guide-page-nine-html #fragrance {
    width: 100%;
  }
  .cms-tea-guide-page-nine-html #cupping-tea-photo {
    width: 100%;
  }
  .cms-tea-guide-page-nine-html #sense-of-smell {
    width: 100%;
  }

  .cms-tea-guide-page-nine-html #tea-flavor {
    width: 100%;
  }
  .cms-tea-guide-page-nine-html #tea-experience {
    width: 100%;
  }
  .cms-tea-guide-page-nine-html #green-teapot-photo {
    width: 100%;
  }
  .cms-tea-guide-page-nine-html #tea-vocabulary {
    width: 100%;
    overflow-x: auto;
  }
  .cms-tea-guide-page-nine-html #colorful-teacups {
    width: 100%;
  }
  .cms-tea-guide-page-nine-html #five-senses {
    width: 100%;
  }
  .cms-tea-guide-page-nine-html #five-senses-caption {
    width: 100%;
  }

  /* ==========End tea-guide-page-nine */

  /* ==========End tea-guide-page-eleven */
  .cms-tea-guide-page-eleven-html .Moveable #tea-and-caffeine {
    width: 100%;
  }

  .cms-tea-guide-page-eleven-html .Moveable #container {
    width: 100%;
  }
  .cms-tea-guide-page-eleven-html .Moveable #tea-and-caffeine {
    width: 100%;
  }

  .cms-tea-guide-page-eleven-html .Moveable #chinese-teapot-pouring {
    width: 100%;
  }
  .cms-tea-guide-page-eleven-html .Moveable #caffeine-positive-effects {
    width: 100%;
  }

  .cms-tea-guide-page-eleven-html .Moveable #tea-caffeine-chart {
    width: 100%;
  }
  .cms-tea-guide-page-eleven-html .Moveable #gentle-effects {
    width: 100%;
  }
  .cms-tea-guide-page-eleven-html .Moveable #gentle-effects-caption {
    width: 100%;
  }
  .cms-tea-guide-page-eleven-html .Moveable #decaffeinated-caffeine-free {
    width: 100%;
  }
  .cms-tea-guide-page-eleven-html .Moveable #jasmine-tea {
    width: 100%;
  }
  .cms-tea-guide-page-eleven-html .Moveable #caffeine-pregnancy {
    width: 100%;
  }

  /* ==========End tea-guide-page-eleven */

  /* ==========End tea-guide-page-twelve */

  .cms-tea-guide-page-twelve-html #PageContent #container {
    width: 100%;
  }
  .cms-tea-guide-page-twelve-html #PageContent #container #tea-and-health {
    width: 100%;
  }

  .cms-tea-guide-page-twelve-html #PageContent #tea-and-health-photo {
    width: 100%;
  }
  .cms-tea-guide-page-twelve-html #PageContent #tea-and-health-caption {
    width: 100%;
  }

  .cms-tea-guide-page-twelve-html #PageContent #tea-and-stress-box {
    width: 100%;
  }
  .cms-tea-guide-page-twelve-html #PageContent #meditation-tea {
    width: 100%;
  }

  .cms-tea-guide-page-twelve-html #PageContent #tea-and-stress-relief {
    width: 100%;
  }

  .cms-tea-guide-page-twelve-html #PageContent #tea-antioxidants-box {
    width: 100%;
  }
  .cms-tea-guide-page-twelve-html #PageContent #tea-antioxidants-more {
    width: 100%;
  }

  .cms-tea-guide-page-twelve-html #PageContent #tea-antioxidants-photo {
    width: 100%;
  }
  .cms-tea-guide-page-twelve-html #PageContent #catechin-polyphenol-chart {
    width: 100%;
  }

  .cms-tea-guide-page-twelve-html #PageContent #components-of-tea {
    width: 100%;
  }
  .cms-tea-guide-page-twelve-html #PageContent #FDA {
    width: 100%;
  }

  /* ==========End tea-guide-page-twelve */

  /* ==========Start tea-guide-page-thirteen */
  .cms-tea-guide-page-thirteen-html #which-tea-is-healthiest {
    width: 100%;
  }
  .cms-tea-guide-page-thirteen-html #serving-tea-cup {
    width: 100%;
  }
  .cms-tea-guide-page-thirteen-html #tea-health-caption {
    width: 100%;
  }
  .cms-tea-guide-page-thirteen-html #how-many-cups-per-day {
    width: 100%;
  }
  .cms-tea-guide-page-thirteen-html #freshness-health {
    width: 100%;
  }
  .cms-tea-guide-page-thirteen-html #green-tea-health {
    width: 100%;
  }
  .cms-tea-guide-page-thirteen-html #tea-health-research-intro {
    width: 100%;
  }
  .cms-tea-guide-page-thirteen-html #health-quick-quotes {
    width: 100%;
  }
  .cms-tea-guide-page-thirteen-html #fda {
    width: 100%;
  }

  /* ==========End tea-guide-page-thirteen */

  /* ==========End tea-guide-page-fifteen */

  .cms-tea-guide-page-fifteen-html div#PageContent #ancient-chinese-teapot {
    width: 100%;
  }
  .cms-tea-guide-page-fifteen-html div#PageContent #history-introduction {
    width: 100%;
  }
  .cms-tea-guide-page-fifteen-html div#PageContent #caption {
    width: 100%;
  }
  .cms-tea-guide-page-fifteen-html div#PageContent #discovery-box {
    width: 100%;
  }
  .cms-tea-guide-page-fifteen-html div#PageContent #discovery {
    width: 100%;
  }
  .cms-tea-guide-page-fifteen-html div#PageContent #china-tea {
    width: 100%;
  }
  .cms-tea-guide-page-fifteen-html div#PageContent #forbidden-city-beijing {
    width: 100%;
  }
  .cms-tea-guide-page-fifteen-html div#PageContent #surrounding-kingdoms {
    width: 100%;
  }
  .cms-tea-guide-page-fifteen-html div#PageContent #japanese-tea-woodblock {
    width: 100%;
  }
  .cms-tea-guide-page-fifteen-html div#PageContent #tea-in-japan {
    width: 100%;
  }
  .cms-tea-guide-page-fifteen-html div#PageContent #tea-russia {
    width: 100%;
  }
  .cms-tea-guide-page-fifteen-html div#PageContent #tea-russia-more {
    width: 100%;
  }
  .cms-tea-guide-page-fifteen-html div#PageContent #st-basils-cathedral-russia {
    width: 100%;
  }

  /* ==========End tea-guide-page-fifteen */

  .cms-tea-guide-page-sixteen-html #tea-luxury {
    width: 100%;
  }
  .cms-tea-guide-page-sixteen-html #antique-world-map {
    width: 100%;
  }
  .cms-tea-guide-page-sixteen-html #invention-black-tea {
    width: 100%;
  }
  .cms-tea-guide-page-sixteen-html #british-clipper-ships {
    width: 100%;
  }
  .cms-tea-guide-page-sixteen-html #east-india-company {
    width: 100%;
  }
  .cms-tea-guide-page-sixteen-html #tea-plantations-india {
    width: 100%;
  }
  .cms-tea-guide-page-sixteen-html #tea-plantation-india-more {
    width: 100%;
  }
  .cms-tea-guide-page-sixteen-html #tea-plantation-sri-lanka-photo {
    width: 100%;
  }
  .cms-tea-guide-page-sixteen-html #milk-sugar-caption {
    width: 100%;
  }

  /* ==========Start tea-guide-page-seventeen */

  #afternoon-tea {
    width: 100%;
  }
  #queen-victoria {
    width: 100%;
  }
  #afternoon-tea-high-tea {
    width: 100%;
  }

  #boston-tea-party {
    width: 100%;
  }
  #tea-united-states {
    width: 100%;
  }
  #tea-bag-more {
    width: 100%;
  }
  #tea-bag-cup {
    width: 100%;
  }
  #gourmet-tea-quality {
    width: 100%;
  }
  #variety-gourmet-tea {
    width: 100%;
  }

  /* ==========End tea-guide-page-seventeen */

  #our-story-intro {
    width: 300px;
  }

  #pink-flower-postcard {
    width: 300px;
  }

  #pink-flower-postcard {
    width: 300px;
  }
  #gourmet-quality {
    width: 280px;
  }

  #quality_caption {
    width: 100%;
  }

  #purity-box {
    width: 100%;
  }

  #purity-organic-natural-tea {
    width: 300px;
  }

  #natural-organic-postcards {
    width: 280px;
  }

  #our_teas {
    width: 260px;
  }

  #our_teas_caption {
    width: 100%;
  }

  #affordability_box {
    width: 100%;
  }

  #servings-per-pound {
    width: 100%;
  }

  #affordibility {
    width: 300px;
  }

  #green_teapot_postcard {
    width: 280px;
  }

  #quality-box {
    width: 100%;
  }

  #mission_box {
    width: 100%;
  }

  #purity-caption {
    width: 100%;
  }

  /* ==========Start tea-guide-page-eighteen */
  #download-guide-to-tea {
    float: left;
    width: 100%;
  }
  #download-button {
    float: left;
    width: 100%;
  }

  /* ==========End tea-guide-page-eighteen */

  #pos-sign-general-1 {
    width: 100%;
  }
  #pos-sign-health-6-x-4 {
    width: 100%;
  }
  #pos-sign-general-1-description {
    width: 100%;
  }
  #pos-sign-general-1-picture {
    width: 100%;
  }
  #shorter-version-heading {
    width: 280px;
  }
  #shorter-version-heading {
    float: left;
    width: 280px;
  }
  #wholesale-tea-brew-more {
    width: 100%;
  }
  #wholesale-tea-brew-table {
    width: 100%;
  }
  #wholesale-brew-tips {
    width: 100%;
  }
  #how-long-does-tea-last {
    width: 100%;
  }
  #tester-jar-box {
    width: 100%;
  }
  #wholesale-gourmet-tea,
  div#tester-jar-photo {
    width: 100%;
  }
  div#tea-reward,
  div#tester-jar-caption {
    width: 100%;
  }
  #wholesale-tea-tips {
    width: 100%;
  }
  #how-to-brew {
    width: 100%;
  }
  #woman-smiling {
    width: 100%;
  }
  #serving-tea-heading {
    width: 100%;
  }
  #our-story-heading {
    width: 100%;
  }
  #introduction {
    width: 100%;
  }
  #wholesales-tea {
    width: 100%;
  }
  #wholesales-tea a {
    margin: 0 0 15px;
  }
  #our-story {
    width: 100%;
  }
  #wholesale-tea {
    float: left;
    width: 100%;
  }
  #spill-tins {
    width: 100%;
  }
  .cms-page-view .Moveable a {
    display: block;
    /*		width: 50%;*/
  }
  #sales-tips {
    float: left;
    width: 100%;
  }
  #tea-room-sign {
    float: left;
    width: 100%;
  }
  #next-page-caption {
    float: left;
    width: 100%;
  }
  #woman-sipping-tea {
    width: 100%;
  }
  #selling-tips-heading {
    width: 100%;
  }
  #wholesale-tea-sampling {
    width: 100%;
  }
  #wholesale-tea-demo {
    width: 100%;
  }
  #demo-instructions {
    width: 100%;
  }

  .catalogsearch-result-index .page-title-wrapper .page-title {
    font-size: 22px;
  }
  .catalogsearch-result-index .category-view {
    padding: 0px 45px;
    font-size: 14px;
  }
  .catalogsearch-result-index .page-title-wrapper {
    padding: 0;
  }
  .catalogsearch-result-index .products .actions-primary {
    display: none;
  }
  .catalogsearch-result-index .products .product-item-photo {
    margin-bottom: 10px;
  }
  .catalogsearch-result-index .products .product-item-name {
    font-size: 15px;
    margin: 0 0 5px;
  }
  .catalogsearch-result-index .products .product-short-description {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .catalogsearch-result-index .products .price-box span.price {
    font-size: 18px;
  }
  .catalogsearch-result-index .products-grid {
    margin: 0px 0px 10px;
  }
  .catalogsearch-result-index .page-products .columns {
    margin-bottom: 50px;
  }
  .catalogsearch-result-index.page-products .columns {
    margin-bottom: 50px;
  }
  .catalogsearch-result-index.page-layout-1column
    #layered-filter-block-container {
    margin-top: 0;
  }
  .catalogsearch-result-index.page-layout-1column .toolbar-products {
    top: 0;
  }
  .catalogsearch-result-index
    #layered-filter-block-container
    .filter-current.desktop {
    text-align: right;
  }
  .ampromo-overlay .ampromo-gallery .ampromo-item {
    width: 33.33% !important;
  }
  .contact-index-index .contant-top .contant {
    margin-top: 0;
  }

  /*--------- Start of 17-12-2020---------------*/
  div#tea-categories {
    width: 400px;
  }
  div#tea-categories-photo {
    width: 184px;
  }
  div#oxidation-caption {
    width: 100%;
  }
  div#chinese-tea-garden {
    width: 294px;
  }
  div#types-of-tea-more-caption {
    width: 290px;
    font-size: 24px;
  }

  .cms-pages-tea-guide-page-two-html div#PageContent #container {
    width: 100%;
  }
  .cms-pages-tea-guide-page-two-html div#PageContent #white-tea {
    width: 310px;
  }
  .cms-pages-tea-guide-page-two-html div#PageContent #chinese-teapot {
    width: 270px;
  }
  .cms-pages-tea-guide-page-two-html div#PageContent #white-tea-more {
    width: 100%;
  }
  .cms-pages-tea-guide-page-two-html
    div#PageContent
    #white-peony-silver-needle {
    width: 260px;
  }
  .cms-pages-tea-guide-page-two-html
    div#PageContent
    #white-peony-silver-needle-description {
    width: 320px;
  }
  #white-peony-silver-needle-description {
    width: 400px;
  }
  .cms-pages-tea-guide-page-two-html div#PageContent #green-tea-intro {
    width: 100%;
  }
  .cms-pages-tea-guide-page-two-html div#PageContent #green-tea-cup {
    width: 305px;
  }
  .cms-pages-tea-guide-page-two-html div#PageContent #green-tea {
    width: 275px;
  }

  .cms-pages-tea-guide-page-three-html .Moveable #oolong-tea {
    width: 330px;
  }
  .cms-pages-tea-guide-page-three-html .Moveable #oolong-tea-candles {
    width: 250px;
  }
  .cms-pages-tea-guide-page-three-html .Moveable #oolong-tea-candles {
    width: 250px;
  }
  .cms-pages-tea-guide-page-three-html .Moveable #oolong-tea-about {
    width: 250px;
  }
  .cms-pages-tea-guide-page-three-html .Moveable #black-tea {
    width: 100%;
  }
  .cms-pages-tea-guide-page-three-html #black-tea-milk-sugar {
    width: 290px;
  }
  .cms-pages-tea-guide-page-three-html #black-tea-about {
    width: 290px;
  }
  .cms-pages-tea-guide-page-three-html .Moveable #black-tea-more {
    width: 100%;
  }
  .cms-pages-tea-guide-page-three-html .Moveable #black-tea-table {
    width: 280px;
  }
  .cms-pages-tea-guide-page-three-html .Moveable #black-tea-health {
    width: 300px;
  }

  .cms-pages-tea-guide-page-seven-html #leaf-size-shape {
    width: 100%;
  }
  .cms-pages-tea-guide-page-seven-html #quality-photos {
    width: 100%;
  }
  .cms-pages-tea-guide-page-seven-html #quality-photos {
    width: 100%;
  }
  .cms-pages-tea-guide-page-seven-html #flavor {
    width: 100%;
  }

  .cms-pages-tea-guide-page-eight-html #container #freshness {
    width: 330px;
  }

  .cms-pages-tea-guide-page-eight-html #ceylon-tea-garden {
    width: 250px;
  }
  .cms-pages-tea-guide-page-eight-html #tea-plantation {
    width: 300px;
  }
  .cms-pages-tea-guide-page-eight-html #estate-teas {
    float: left;
    width: 280px;
  }
  #estate-teas {
    width: 345px;
  }
  .cms-pages-tea-guide-page-eight-html #freshness-intro {
    width: 100%;
  }
  .cms-pages-tea-guide-page-eight-html #blending-scenting {
    width: 100%;
  }
  .cms-pages-tea-guide-page-eight-html #blending-scenting-about {
    width: 300px;
  }
  .cms-pages-tea-guide-page-eight-html #dried-flowers-and-herbs {
    width: 280px;
  }
  .cms-pages-tea-guide-page-eight-html #blending-scenting-more {
    width: 100%;
  }
  .cms-pages-tea-guide-page-eight-html #natural-flavor {
    width: 290px;
  }
  .cms-pages-tea-guide-page-eight-html #natural-teas {
    width: 290px;
  }

  .cms-pages-tea-guide-page-nine-html #cupping-tea {
    width: 300px;
  }
  .cms-pages-tea-guide-page-nine-html #green-teapot {
    width: 280px;
    padding-top: 28px;
  }
  .cms-pages-tea-guide-page-nine-html #senses-box {
    width: 100%;
  }
  .cms-pages-tea-guide-page-nine-html #colorful-teacups {
    width: 260px;
  }
  .cms-pages-tea-guide-page-nine-html #five-senses {
    width: 320px;
  }
  .cms-pages-tea-guide-page-nine-html #five-senses-caption {
    width: 100%;
  }
  .cms-pages-tea-guide-page-nine-html #fragrance {
    width: 340px;
  }
  .cms-pages-tea-guide-page-nine-html #cupping-tea-photo {
    width: 240px;
  }
  .cms-pages-tea-guide-page-nine-html #sense-of-smell {
    width: 100%;
  }
  .cms-pages-tea-guide-page-nine-html #tea-flavor {
    width: 100%;
  }
  .cms-pages-tea-guide-page-nine-html #tea-experience {
    width: 280px;
  }
  .cms-pages-tea-guide-page-nine-html #green-teapot-photo {
    width: 300px;
  }
  .cms-pages-tea-guide-page-nine-html #tea-vocabulary {
    width: 100%;
  }
  .cms-pages-tea-guide-page-nine-html #tea-vocabulary table {
    width: 100% !important;
  }

  .cms-pages-tea-guide-page-ten-html #how-to-brew-tea-picture {
    width: 280px;
  }
  .cms-pages-tea-guide-page-ten-html #how-to-brew-tea-intro {
    width: 300px;
  }
  .cms-pages-tea-guide-page-ten-html #brew-tea-directions {
    width: 100%;
  }
  .cms-pages-tea-guide-page-ten-html #tea-brewing-tips {
    width: 310px;
  }
  .cms-pages-tea-guide-page-ten-html #iron-teapot-brewing-tea {
    width: 270px;
  }
  .cms-pages-tea-guide-page-ten-html #water-temperature-box {
    width: 100%;
  }
  #green-tea-brew {
    width: 280px;
  }
  #water-temperature {
    width: 300px;
  }
  .cms-pages-tea-guide-page-ten-html #serving-size {
    width: 100%;
  }
  .cms-pages-tea-guide-page-ten-html #water-leaves {
    width: 250px;
  }
  .cms-pages-tea-guide-page-ten-html #tea-pocket-cup {
    width: 330px;
  }
  .cms-pages-tea-guide-page-ten-html #more-brewing-tips {
    width: 100%;
  }
  .cms-pages-tea-guide-page-ten-html #make-iced-tea {
    width: 100%;
  }
  .cms-pages-tea-guide-page-ten-html #tea-storage-shelf-life {
    width: 100%;
  }
  .cms-pages-tea-guide-page-ten-html #brewing-equipment {
    width: 300px;
  }
  .cms-pages-tea-guide-page-ten-html #tea-pocket-spoon-tealeaves {
    width: 280px;
  }

  .cms-pages-tea-guide-page-eleven-html .Moveable #tea-and-caffeine {
    width: 300px;
  }
  .cms-pages-tea-guide-page-eleven-html .Moveable #chinese-teapot-pouring {
    width: 280px;
  }
  .cms-pages-tea-guide-page-eleven-html .Moveable #caffeine-positive-effects {
    width: 100%;
  }
  .cms-pages-tea-guide-page-eleven-html .Moveable #tea-caffeine-chart {
    width: 100%;
  }
  .cms-pages-tea-guide-page-eleven-html .Moveable #gentle-effects {
    width: 100%;
  }
  .cms-pages-tea-guide-page-eleven-html .Moveable #gentle-effects-caption {
    width: 100%;
  }
  .cms-pages-tea-guide-page-eleven-html .Moveable #decaffeinated-caffeine-free {
    width: 330px;
  }
  .cms-pages-tea-guide-page-eleven-html .Moveable #jasmine-tea {
    width: 250px;
  }
  .cms-pages-tea-guide-page-eleven-html .Moveable #caffeine-pregnancy {
    width: 100%;
  }

  .cms-pages-tea-guide-page-twelve-html #PageContent #container {
    width: 100%;
  }
  .cms-pages-tea-guide-page-twelve-html
    #PageContent
    #container
    #tea-and-health {
    width: 320px;
  }
  .cms-pages-tea-guide-page-twelve-html #PageContent #tea-and-health-photo {
    width: 260px;
  }
  .cms-pages-tea-guide-page-twelve-html #PageContent #tea-and-health-caption {
    width: 100%;
  }
  .cms-pages-tea-guide-page-twelve-html #PageContent #tea-and-stress-box {
    width: 100%;
  }
  .cms-pages-tea-guide-page-twelve-html #PageContent #meditation-tea {
    width: 270px;
  }
  .cms-pages-tea-guide-page-twelve-html #PageContent #tea-and-stress-relief {
    width: 310px;
  }
  .cms-pages-tea-guide-page-twelve-html #PageContent #tea-antioxidants-box {
    width: 100%;
  }
  .cms-pages-tea-guide-page-twelve-html #PageContent #tea-antioxidants-more {
    width: 300px;
  }
  .cms-pages-tea-guide-page-twelve-html #PageContent #tea-antioxidants-photo {
    width: 280px;
  }
  .cms-pages-tea-guide-page-twelve-html
    #PageContent
    #catechin-polyphenol-chart {
    width: 100%;
  }
  .cms-pages-tea-guide-page-twelve-html #PageContent #components-of-tea {
    width: 100%;
  }
  .cms-pages-tea-guide-page-twelve-html #PageContent #FDA {
    width: 100%;
  }

  .cms-pages-tea-guide-page-thirteen-html #which-tea-is-healthiest {
    width: 300px;
  }
  .cms-pages-tea-guide-page-thirteen-html #serving-tea-cup {
    width: 280px;
  }
  .cms-pages-tea-guide-page-thirteen-html #tea-health-caption {
    width: 100%;
  }
  .cms-pages-tea-guide-page-thirteen-html #how-many-cups-per-day {
    width: 100%;
  }
  .cms-pages-tea-guide-page-thirteen-html #freshness-health {
    width: 290px;
  }
  .cms-pages-tea-guide-page-thirteen-html #green-tea-health {
    width: 290px;
  }
  .cms-pages-tea-guide-page-thirteen-html #tea-health-research-intro {
    width: 100%;
  }
  .cms-pages-tea-guide-page-thirteen-html #fda {
    width: 100%;
  }
  .cms-pages-tea-guide-page-thirteen-html #health-quick-quotes {
    width: 100%;
  }

  .cms-pages-tea-guide-page-fourteen-html #scientific-studies-intro {
    width: 100%;
  }
  .cms-pages-tea-guide-page-fourteen-html #fda {
    width: 100%;
  }
  .cms-pages-tea-guide-page-fourteen-html .dhtmlgoodies_answer {
    width: 100%;
    margin-left: 0;
  }
  .cms-pages-tea-guide-page-fourteen-html .dhtmlgoodies_question {
    width: 100%;
  }

  .cms-pages-tea-guide-page-fifteen-html
    div#PageContent
    #ancient-chinese-teapot {
    width: 300px;
  }
  .cms-pages-tea-guide-page-fifteen-html div#PageContent #history-introduction {
    width: 280px;
  }
  .cms-pages-tea-guide-page-fifteen-html div#PageContent #caption {
    width: 100%;
  }
  .cms-pages-tea-guide-page-fifteen-html div#PageContent #discovery-box {
    width: 100%;
  }
  .cms-pages-tea-guide-page-fifteen-html div#PageContent #discovery {
    width: 100%;
  }
  .cms-pages-tea-guide-page-fifteen-html div#PageContent #china-tea {
    width: 300px;
  }
  .cms-pages-tea-guide-page-fifteen-html
    div#PageContent
    #forbidden-city-beijing {
    width: 280px;
  }
  .cms-pages-tea-guide-page-fifteen-html div#PageContent #surrounding-kingdoms {
    width: 100%;
  }
  .cms-pages-tea-guide-page-fifteen-html
    div#PageContent
    #japanese-tea-woodblock {
    width: 280px;
  }
  .cms-pages-tea-guide-page-fifteen-html div#PageContent #tea-in-japan {
    width: 300px;
  }
  .cms-pages-tea-guide-page-fifteen-html div#PageContent #tea-russia {
    width: 100%;
  }
  .cms-pages-tea-guide-page-fifteen-html div#PageContent #tea-russia-more {
    width: 300px;
  }
  .cms-pages-tea-guide-page-fifteen-html
    div#PageContent
    #st-basils-cathedral-russia {
    width: 280px;
  }
  /*--------- End of 17-12-2020---------------*/

  /*------------ Start of 18-12-2020------------*/
  .cms-pages-tea-guide-page-sixteen-html #tea-luxury {
    width: 300px;
  }
  .cms-pages-tea-guide-page-sixteen-html #antique-world-map {
    width: 280px;
  }
  .cms-pages-tea-guide-page-sixteen-html #invention-black-tea {
    width: 590px;
  }
  .cms-pages-tea-guide-page-sixteen-html #british-clipper-ships {
    width: 300px;
  }
  .cms-pages-tea-guide-page-sixteen-html #east-india-company {
    width: 280px;
  }
  .cms-pages-tea-guide-page-sixteen-html #tea-plantations-india {
    width: 590px;
  }
  .cms-pages-tea-guide-page-sixteen-html #tea-plantation-india-more {
    width: 300px;
  }
  .cms-pages-tea-guide-page-sixteen-html #tea-plantation-sri-lanka-photo {
    width: 280px;
  }
  .cms-pages-tea-guide-page-sixteen-html #milk-sugar-caption {
    width: 590px;
  }

  div#our_mission_box {
    width: 590px;
  }
  div#red-flower-postcard {
    width: 300px;
    float: left;
  }
  /*------------ End of 18-12-2020------------*/

  .customer-register-duplicate form#form-validate {
    width: 100%;
    float: left;
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .cms-page-view .btn-left,
  .cms-page-view .btn-right {
    height: 20px;
    width: 132px;
    margin: 10px 0;
  }
  .cms_sidebar-link.visible-xs .panel > a {
    color: #000000;
    font-family: "Verdana-Bold";
    font-size: 13px;
    font-weight: normal;
    box-shadow: none;
    margin-top: 7px;
    margin-bottom: 8px;
    width: 100%;
  }
  .sidebar.sidebar-main .cms_sidebar-link .sidebar_title {
    font-size: 20px;
    font-family: "Verdana-Bold";
    border-bottom: solid 1px gray;
    padding-bottom: 11px;
  }
  .cms_sidebar-link.visible-xs .panel {
    border-bottom: 1px solid gray;
  }
  .main-header {
    margin-bottom: 0;
  }
  .top-header {
    margin-bottom: 0px;
    z-index: 99;
  }
  .top-header .container {
    padding: 0px 8px;
  }
  .top-header-left > ul > li {
    width: 85px;
  }
  .top-header-left > ul > li > a {
    padding: 5px 0px;
    font-size: 11px;
    display: block;
    text-align: center;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
  }
  .top-header-right > ul > li > a {
    padding: 0;
    font-size: 12px;
    font-family: "ResavskaBG-Bold";
    font-style: italic;
    text-transform: capitalize;
    color: #89aca2;
  }

  .top-header-right .cus-dropdown > ul > li > a {
    font-size: 12px;
  }
  .top-header-right > ul > .contact {
    display: none;
  }
  .top-header-right .shopping-bag {
    margin: 0;
    position: absolute;
    right: 8px;
    top: 39px;
  }
  .minicart-wrapper .action.showcart span.text {
    display: none;
  }
  .minicart-wrapper .action.showcart {
    padding: 0;
    font-size: 14px;
    font-family: "VerdanaPro-Regular";
  }
  .minicart-wrapper .action.showcart:hover,
  .minicart-wrapper .action.showcart.active {
    background: transparent;
  }
  .minicart-wrapper .action.showcart:before,
  .minicart-wrapper .action.showcart.active:before {
    width: 19px;
    height: 19px;
    margin-right: 0;
    background-image: url(../images/minicart-icon-mobile.svg);
  }
  .minicart-wrapper .action.showcart span.counter.qty {
    padding: 0px 0 0 4px;
    text-shadow: none;
    line-height: 1;
    margin-top: -8px;
  }
  .minicart-wrapper .action.showcart .counter-number {
    text-shadow: none;
    color: #000;
  }
  .minicart-wrapper.active .block-minicart {
    top: 34px;
  }
  .middle-header {
    padding: 12px 0px;
  }

  .middle-header .container {
    padding: 0px 8px;
    position: inherit;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .middle-header .logo {
    margin-bottom: 0;
    width: auto;
    position: absolute;
    z-index: 9;
    left: 50%;
    transform: translate(-50%, 0);
    top: 2px;
  }
  .middle-header .logo img {
    width: 130px;
  }
  .search-box > a {
    font-size: 0;
    padding: 0;
    width: 19px;
    height: 19px;
    background: url(../images/search-icon.png) no-repeat center center;
    background-size: 100%;
    background-color: transparent !important;
    position: relative;
    top: 2px;
  }
  .search-box > a[aria-expanded="true"]:before {
    content: "";
    width: 16px;
    height: 16px;
    background: #e6e6e6;
    position: absolute;
    bottom: -23px;
    transform: rotate(45deg);
    left: 0;
  }
  .search-box > a > i.fa,
  .search-box > a:after {
    display: none;
  }
  div#search-box {
    right: auto;
    top: 35px;
    left: 0;
    width: 100%;
  }
  div#search-box .block-search {
    width: 100%;
    padding: 12px 20px;
    margin: 0;
    box-shadow: none;
  }
  div#search-box .block-content form label.label {
    display: none;
  }
  div#search-box .block-content form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }

  div#search-box .block-content .control {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  div#search-box .block-search input {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    border-width: 1px;
    padding: 3px 40px 3px 15px;
  }
  div#search-box .block-search .clear-search-text {
    font-size: 12px;
    right: 84px;
    top: 8px;
  }
  div#search-box .block-content form .field.search {
    width: calc(100% - 78px);
  }
  div#search-box .actions {
    width: 78px;
    border-width: 1px;
    position: relative;
    border: none;
    background: transparent;
  }
  div#search-box .actions button.action.search {
    border-radius: 0px;
    border: solid 1px #000;
    text-transform: uppercase;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    padding: 0;
    display: block;
    height: 35px;
    font-size: 14px;
    background: #000;
    color: #fff;
  }
  .free-shipping-mobile {
    display: block;
    background-image: url(../images/mobile-freeshiping-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 0px;
    position: relative;
    font-family: "VerdanaPro-Regular";
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
  }
  .free-shipping-mobile .content {
    font-size: 11px;
    text-align: center;
    text-transform: capitalize;
  }
  .free-shipping-mobile .owl-nav,
  .free-shipping-mobile .owl-dots {
    display: none;
  }
  .free-shipping-mobile:before {
    content: "";
    background: url(../images/mobile-freeshiping-border.png) repeat-x;
    background-size: 2px;
    height: 9px;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
  }
  .free-shipping-mobile .container {
    padding: 0px 8px;
    position: relative;
  }
  .free-shipping-mobile span {
    display: inline-block;
    font-weight: 600;
  }
  .free-shipping-mobile a {
    font-style: italic;
    text-decoration: underline;
    color: #000;
  }
  .cms-home .columns .column.main {
    padding: 0;
    clear: both;
  }

  .cms-page-view .cms-horizontal-menu ul {
    justify-content: center;
  }

  .home-banner-main {
    padding: 0;
    box-shadow: none;
    margin-bottom: 20px;
  }
  #home-banner .owl-dots {
    position: inherit;
    bottom: 0;
    margin-top: 20px;
  }
  #home-banner .owl-dots .owl-dot {
    margin: 0px 4px;
    box-shadow: none;
    background: #b3b3b3;
    border: none;
  }
  #home-banner .owl-dots .owl-dot.active {
    background: #4d4d4d;
  }
  .home-top-main-mobile .container {
    padding: 0;
  }
  .home-top-top {
    float: left;
    width: 100%;
    padding: 0px 20px;
    text-align: center;
    margin-bottom: 55px;
  }
  .home-top-main-mobile .title {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .home-top-main-mobile .dis {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .home-top-main-mobile .dis p {
    line-height: 1.5;
  }
  .home-top-main-mobile .learn-more {
    font-size: 17px;
    padding: 8px 20px;
    border-width: 1px;
  }
  .home-top-main-mobile .learn-more:hover {
    background: #000;
    color: #fff;
  }
  .home-top-bottom {
    float: left;
    width: 100%;
    margin-bottom: 45px;
  }
  .home-top-bottom > div {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  .home-top-bottom > div > a {
    display: block;
    position: relative;
  }
  .home-top-bottom > div > a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .home-top-bottom img {
    width: 100%;
  }
  #popupmenu .modal-dialog {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-wrap: wrap;
    padding: 0px 20px;
  }
  #popupmenu .modal-content {
    width: 100%;
    border: solid 1px #d0d0cf;
    box-shadow: none;
    border-radius: 0px;
  }
  #popupmenu .modal-header {
    text-align: left;
    background: #e6e6e6;
    color: #fff;
    border-bottom: solid 2px #d0d0cf;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 35px 10px 22px;
    position: relative;
    margin-bottom: 10px;
  }
  #popupmenu .modal-header .modal-title {
    color: #000;
    font-size: 16px;
    text-shadow: 1px 1px 0px #ffffff;
  }
  #popupmenu button.close {
    color: #020202;
    opacity: 1;
    text-shadow: none;
    font-size: 43px;
    line-height: 0.5;
    font-weight: normal;
    margin: 0;
    position: absolute;
    right: 8px;
    top: 11px;
    border: none;
    border-radius: 0px;
    text-align: center;
  }
  #popupmenu .modal-body {
    padding: 0px 10px;
    float: left;
    width: 100%;
  }
  .popupmenu-top {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    overflow: auto;
    padding-bottom: 10px;
  }
  .popupmenu-top .table {
    margin: 0;
    display: table;
    width: 100%;
  }
  .popupmenu-top .tbody {
    display: table-row-group;
  }
  .popupmenu-top ul {
    display: table-row;
  }
  .popupmenu-top ul li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0px 5px;
  }
  .popupmenu-top ul li a {
    font-family: "VerdanaPro-SemiBold";
    display: block;
    color: #b3b3b3;
    font-size: 14px;
  }
  .popupmenu-top ul li.active a,
  .popupmenu-top ul li a:hover {
    color: #000;
  }
  .popupmenu-top ul li a span {
    display: inline-block;
    padding: 0px 2px;
    border-bottom: solid 2px transparent;
  }
  .popupmenu-top ul li.active a span {
    border-color: #000;
  }
  .popupmenu-bottom {
    float: left;
    width: 100%;
  }
  .popupmenu-bottom .box {
    display: none;
    margin-bottom: 10px;
  }
  .popupmenu-bottom .box.active {
    display: block;
  }
  .popupmenu-bottom .type-flavor-origin {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin-top: 5px;
    width: calc(100% + 10px);
    margin-left: -5px;
  }
  .popupmenu-bottom .type-flavor-origin > li {
    width: 89px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0px 7px;
    margin-bottom: 13px;
  }
  .popupmenu-bottom .type-flavor-origin a.menu-cat-image {
    margin-bottom: 6px;
  }
  .popupmenu-bottom .type-flavor-origin a.menu-cat-image img {
    width: 80%;
  }
  .popupmenu-bottom .type-flavor-origin > li a {
    font-family: "VerdanaPro-Regular";
    color: #000;
    font-size: 12px;
  }

  .home-top-main {
    margin-bottom: 35px;
  }
  .home-top-main .container {
    padding: 0px;
  }
  .home-top-left {
    padding: 0;
    width: 100%;
    padding: 0px 20px;
  }

  .home-top-left .sub-title {
    font-family: "VerdanaPro-Regular";
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 4px;
  }
  .home-top-left .title {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .home-top-left .dis {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .home-top-left .learn-more {
    font-size: 17px;
    padding: 8px 28px;
  }

  .home-top-right {
    width: 100%;
    position: initial;
  }
  .home-product-main {
    margin-bottom: 0;
  }
  .home-product-top {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .home-product-top .column {
    width: 100%;
    padding: 0;
  }
  .home-product-bottom {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .home-product-bottom .column {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .home-product-slider {
    margin-bottom: 5px;
  }
  .home-product-slider .container {
    padding: 0px 25px;
  }
  .home-product-slider-bottom .box {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 40px;
  }
  .home-product-slider-bottom .slider-heding {
    font-size: 21px;
    color: #000;
    font-family: "VerdanaPro-SemiBold";
    width: calc(100% + 50px);
    margin-left: -25px;
    text-align: center;
    background: #f4f4f4;
    padding: 15px 25px;
    line-height: 1.5;
    /*margin-bottom: 30px;
		margin-top: 15px;*/
  }
  .home-product-slider-bottom #one .slider-heding {
    margin-bottom: 30px;
    margin-top: 15px;
  }
  .home-product-slider-bottom #two .slider-heding {
    margin-bottom: 30px;
  }
  .home-product-slider .actions-primary,
  .home-product-slider .bss-bt-quickview {
    display: none;
  }

  .home-product-slider .product-img {
    margin-bottom: 5px;
  }
  .home-product-slider .product-name a {
    font-size: 14px;
  }
  .home-product-slider .product-short-description {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .home-product-slider .product-detail .price-box.price-final_price {
    padding: 0;
  }
  .home-product-slider .product-detail span.price-final_price span.price {
    font-size: 14px;
  }
  .home-product-slider .owl-carousel .owl-nav .owl-prev,
  .home-product-slider .owl-carousel .owl-nav .owl-next {
    width: 15px;
    height: 28px;
    top: 30%;
  }
  .home-product-slider .owl-carousel .owl-nav .owl-next {
    right: -20px;
  }
  .home-product-slider .owl-carousel .owl-nav .owl-prev {
    left: -20px;
  }
  .home-ourstory-main {
    margin-bottom: 45px;
  }
  .home-ourstory-top {
    margin-bottom: 10px;
  }
  .home-ourstory-top .bg-img {
    display: none;
  }
  .home-ourstory-top-overlay {
    position: inherit;
    background: url(../images/home-our-story-bg.png);
  }
  .home-ourstory-top-overlay {
    position: inherit;
    background: url(../images/home-our-story-bg.png) top center no-repeat;
    background-size: cover;
    padding: 45px 0px 35px;
  }
  .home-ourstory-top-overlay .title {
    font-size: 21px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  .home-ourstory-top-overlay p {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    line-height: 1.7;
  }

  .home-ourstory-top-overlay .inner-box a {
    font-size: 17px;
    padding: 8px 28px;
  }
  .home-ourstory-bottom-left {
    padding: 40px 20px 30px;
    width: 100%;
    margin-bottom: 10px;
  }
  .home-ourstory-bottom-left p {
    font-size: 21px;
    margin-bottom: 20px;
    text-align: left;
  }
  .home-ourstory-bottom-left p span {
    font-size: 75px;
    color: #00d0a8;
    float: left;
    line-height: 0.7;
    margin: 7px 12px 0px 0px;
  }
  .home-ourstory-bottom-left .name {
    font-size: 24px;
    width: 100%;
    text-align: left;
    font-style: normal;
  }
  .home-ourstory-bottom-right {
    width: 100%;
    top: 0;
    right: 0;
    z-index: 0;
    text-align: right;
    border-left: 0px solid white;
    margin-bottom: 10px;
  }

  /*.home-natural-o-main {
		margin-bottom: 20px;
		}*/
  .home-natural-o-main .container {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .natural-o-right {
    width: 100%;
    padding: 0px 20px;
    order: 1;
  }
  .natural-o-right .sub-title {
    font-family: "VerdanaPro-Regular";
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 4px;
  }
  .natural-o-right .title {
    font-size: 23px;
    margin-bottom: 12px;
  }
  .natural-o-right .dis {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .natural-o-right .learn-more {
    font-size: 17px;
    padding: 8px 28px;
  }

  .natural-o-left {
    width: 100%;
    position: relative;
    order: 2;
    top: 0;
    transform: translate(0);
    margin: 50px 0px;
  }

  .footer-main {
    padding: 0;
    background: transparent;
  }
  .footer-main .container {
    padding: 0;
  }
  .footer-main .footer-top-right {
    width: 100%;
    padding: 0;
  }
  .newsletter_main {
    margin-bottom: 0;
    background: #e6e6e6;
    padding: 25px 20px;
    text-align: center;
  }
  .footer-top h2 {
    font-size: 15px;
    margin-bottom: 6px;
    font-family: "VerdanaPro-SemiBold";
    color: #000;
    letter-spacing: 0px;
  }
  .news-letter-tooltip {
    margin-bottom: 12px;
  }
  .news-letter-tooltip > .close {
    display: none;
  }
  .newsletter_main p {
    font-size: 13px;
    color: #000;
  }
  .news-letter-tooltip > p > .fa {
    position: absolute;
    bottom: -38px;
    z-index: 9999;
    margin: 0;
    font-size: 16px;
  }
  .news-letter-tooltip > p[aria-expanded="true"] > .fa:after {
    top: -31px;
  }
  #news-letter-tooltiptext {
    width: 100%;
    bottom: 0;
  }
  .custom_newsletter > form {
    flex-direction: column;
    align-items: center;
  }
  .custom_newsletter .newsletter {
    width: 280px;
    margin-bottom: 17px;
  }
  .custom_newsletter .newsletter input {
    height: 35px;
    padding: 4px 10px;
    font-size: 13px;
  }
  .custom_newsletter button.action {
    height: 35px;
    font-size: 13px;
    border-width: 2px;
    margin: 0;
    width: 150px;
    color: #000;
  }
  .custom_newsletter button.action.thanks,
  .custom_newsletter button.action.thanks:hover,
  .custom_newsletter button.action.thanks:focus,
  .custom_newsletter button.action.thanks:active {
    border-width: 2px;
  }
  .footer-mobile-column {
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }
  .footer-mobile-menu {
    float: left;
    width: 100%;
  }
  .footer-mobile-menu .panel {
    margin: 0;
    border: none;
    background: transparent;
    border-radius: 0px;
    margin-bottom: 0px;
    box-shadow: none;
    border-bottom: solid 2px #e2e2e2;
  }
  .footer-mobile-menu .panel > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 20px;
    font-family: "VerdanaPro-SemiBold";
    color: #e6e6e6;
    font-size: 14px;
    text-transform: uppercase;
    background: #2b2b2b;
  }
  .footer-mobile-menu .panel > a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 22px;
  }
  .footer-mobile-menu .panel > a[aria-expanded="true"]:after {
    content: "\f107";
  }
  .footer-mobile-menu .panel .panel a {
    background: #3a3a3a;
  }
  .footer-mobile-menu .panel .panel .customercare-menu {
    background: #3a3a3a;
  }
  .footer-mobile-menu .panel .panel {
    border-bottom: solid 2px #1e1e1e;
  }
  .footer-mobile-menu .panel .panel:last-child {
    border-bottom: none;
  }
  .footer-mobile-menu .panel .panel .customercare-menu li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
  }
  .footer-mobile-menu .panel .customercare-menu li a {
    color: #fff;
    text-transform: capitalize;
    font-family: "VerdanaPro-Regular";
  }
  .footer-mobile-menu .panel .customercare-menu {
    background: #3a3a3a;
  }
  .footer-mobile-menu .panel .customercare-menu li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
  }
  .footer-mobile-menu .panel .panel .customercare-menu li a {
    color: #fff;
    text-transform: capitalize;
    font-family: "VerdanaPro-Regular";
  }
  .bottom-to-top {
    text-align: center;
    margin-bottom: 15px;
    float: left;
    width: 100%;
  }
  .bottom-to-top a {
    font-size: 12px;
    font-family: "VerdanaPro-SemiBold";
    color: #000;
  }
  .bottom-to-top a:before {
    display: block;
    content: "\f106";
    font-family: FontAwesome;
    font-size: 21px;
    line-height: 1;
  }
  .bottom-to-top a i.fa {
    display: block;
    margin-bottom: 3px;
    font-size: 20px;
  }
  .footer-call-section {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .footer-call-section .column {
    padding: 0;
    width: 50%;
    text-align: center;
    background: #000;
  }
  .footer-call-section .column a {
    display: block;
    padding: 0;
  }
  .footer-call-section .column {
    padding: 20px 0;
  }

  .footer-call-section .column img {
    width: 20px;
    margin-bottom: 8px;
  }
  .footer-call-section .column:last-child {
    border-left: solid 1px #e2e2e2;
  }
  .footer-call-section .column:first-child {
    border-right: solid 1px #e2e2e2;
  }
  .footer-call-section a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    color: #e6e6e6;
    font-size: 17px;
    text-transform: capitalize;
    padding: 15px 10px;
  }
  .footer-call-section a i.fa {
    margin-bottom: 5px;
    font-size: 24px;
  }
  .footer-social-icon {
    margin-bottom: 20px;
  }
  .footer-social-icon ul {
    justify-content: center;
  }
  .footer-social-icon ul li {
    font-size: 20px;
    margin: 0px 12px;
  }
  .footer-social-icon ul li a {
    color: #000000;
  }
  .footer-bottom {
    font-size: 15px;
    padding: 0px 15px 15px;
    color: #000;
    text-align: center;
  }
  .footer-bottom-left {
    width: 100%;
  }
  .footer-bottom-left ul li a {
    color: #2b2b2b;
  }
  .footer-bottom-left ul li {
    margin-bottom: 4px;
  }
  .footer-bottom-left ul {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .footer-powered-by {
    width: 100%;
    margin-top: 10px;
  }

  .promo-code-modal.modal-popup
    .modal-inner-wrap
    #modal-content-0
    #popup-modal {
    flex-wrap: wrap;
  }
  .promo-code-modal.modal-popup
    .modal-inner-wrap
    #modal-content-0
    #popup-modal
    .popup-left {
    width: 100%;
    margin: 0 0 20px;
  }
  .promo-code-modal.modal-popup
    .modal-inner-wrap
    #modal-content-0
    #popup-modal
    .popup-right {
    width: 100%;
    padding: 0 15px 0 15px;
    margin-bottom: 20px;
  }

  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: auto !important;
    -webkit-transform: translateX(-50%);
    transform: translatey(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    width: 280px !important;
  }
  .promo-code-modal {
    left: 0 !important;
  }
  .promo-code-modal.modal-popup
    .modal-inner-wrap
    #modal-content-0
    #popup-modal
    .promo-code {
    font-size: 18px;
  }

  /*++++++Start category Page++++++*/
  .cms-noroute-index .home-natural-o-main .cms-search-block .block-search {
    margin: 0;
  }
  .cms-noroute-index
    .home-natural-o-main
    .cms-search-block
    .block-search
    .label {
    display: none;
  }
  .cms-noroute-index .home-natural-o-main .block-search .control {
    border: none;
    margin: 0;
    padding: 0;
  }
  .cms-noroute-index
    .home-natural-o-main
    .cms-search-block
    .block-search
    .actions
    .action.search {
    background: black;
    border: none;
  }
  .cms-noroute-index
    .home-natural-o-main
    .cms-search-block
    .block-search
    .actions
    span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
  }

  .cms-noroute-index
    .home-natural-o-main
    .cms-search-block
    .block-search
    .actions
    span:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    content: "\e615";
    font-family: "luma-icons";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    top: 2px;
    left: 13px;
  }
  .cms-noroute-index .home-natural-o-main ul li {
    width: 128px;
    margin: 0 3px 10px;
  }
  .cms-noroute-index .home-natural-o-main ul {
    margin-bottom: 15px;
  }
  /*.natural-o-left {
		order: 1;
		}*/
  .cms-noroute-index .home-natural-o-main .cms-search-block .block-search {
    width: 290px;
  }
  .catalog-category-view.page-layout-1column #layered-filter-block-container {
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 15px;
    width: calc(100% + 10px);
  }
  .catalog-category-view.page-layout-1column .filter .filter-options {
    max-height: 100%;
  }
  div#layer-product-list {
    float: left;
    width: 100%;
  }
  .catalog-category-view .cus-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    float: left;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 10px;
    position: relative;
    height: 30px;
  }
  .catalog-category-view.page-layout-1column
    .filter.block
    .filter-title
    strong {
    width: 140px;
    display: flex;
    padding: 11px 10px;
  }
  .catalog-category-view .custom-sort-by .product-sort-by {
    width: 140px;
    display: flex;
    padding: 9px 10px;
  }
  .catalog-category-view .custom-sort-by #product-sort-by-contect {
    top: 40px;
    width: 289px;
  }
  .catalog-category-view.page-layout-1column .filter.active .filter-title {
    z-index: 9999;
  }
  .catalog-category-view.page-layout-1column .filter.active .filter-title {
    position: static;
    border: none;
    height: 38px;
  }
  .catalog-category-view.page-layout-1column .filter.active .filter-subtitle {
    position: static;
    display: none;
  }
  .catalog-category-view.page-layout-1column .filter .filter-options {
    position: static;
  }
  .catalog-category-view.page-layout-1column .filter.block {
    position: relative;
  }
  .catalog-category-view.page-layout-1column .filter-content {
    margin: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 38px;
    background: #fff;
    z-index: 999;
    width: 285px;
    display: none;
    border: solid 1px #000;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 0px;
  }
  body.filter-active .page-wrapper {
    height: auto;
    margin-top: 0 !important;
    visibility: visible;
  }
  .catalog-category-view.page-layout-1column
    #layered-filter-block-container
    #sorter {
    width: 100%;
    padding: 10px 10px;
    background-size: 9px;
    height: 100%;
  }
  .catalog-category-view.page-layout-1column
    .toolbar-sorter.sorter
    label.sorter-label {
    top: 9px;
  }
  .catalog-category-view.page-layout-1column
    #layered-filter-block-container
    .toolbar-sorter.sorter {
    width: 140px;
    margin-left: 20px;
    z-index: 99;
  }
  .catalog-category-view .products-grid {
    margin: 40px 0px 10px;
  }
  .catalog-category-view .cus-container .page-title-wrapper {
    margin: 0;
    padding: 0;
    width: 50%;
    position: absolute;
    top: 0;
  }

  .catalog-category-view .cus-container .mobile-category-description {
    width: 100%;
    text-align: right;
  }

  .catalog-category-view .cus-container .mobile-category-description a {
    display: block;
    font-family: "VerdanaPro-Regular";
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: underline;
    padding: 5px 0px;
  }
  .catalog-category-view
    .cus-container
    .mobile-category-description
    a[aria-expanded="true"] {
    /* 			background: red; */
  }
  .catalog-category-view
    .cus-container
    .mobile-category-description
    a[aria-expanded="true"]:after {
    content: "\f00d";
    font-family: FontAwesome;
    margin-left: 10px;
    border-radius: 50%;
    padding: 0 4px;
  }
  .catalog-category-view
    .cus-container
    .mobile-category-description
    .category-description {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: left;
    background: white;
    z-index: 9;
    font-size: 16px;
    -webkit-box-shadow: 0 10px 10px -10px #000000;
    -moz-box-shadow: 0 10px 10px -10px #000000;
    box-shadow: 0 13px 12px -10px #525151;
    font-family: "VerdanaPro-Regular";
  }
  .catalog-category-view .cus-container .mobile-category-description .contant {
    padding: 20px;
  }

  .catalog-category-view
    .cus-container
    .mobile-category-description
    .category-description
    .bottom-desc-close {
    text-align: right;
    margin-top: 15px;
  }
  .catalog-category-view
    .cus-container
    .mobile-category-description
    .category-description
    .bottom-desc-close
    a {
    color: #338dc9;
    display: inline-block;
  }
  .catalog-category-view
    .cus-container
    .mobile-category-description
    .category-description
    .bottom-desc-close
    a:after {
    display: none;
  }

  .catalog-category-view .page-title-wrapper,
  .catalog-category-view .category-view {
    display: none;
  }
  .filter-active div#layer-product-list:after {
    content: "";
    position: absolute;
    top: 0;
    width: calc(100% + 30px);
    height: 100%;
    background: #000000;
    left: 0;
    opacity: 0.5;
    z-index: 9;
    margin-left: -15px;
  }

  .catalog-category-view.page-products .columns {
    margin-bottom: 20px;
    padding: 0 0 0;
  }

  .catalog-category-view .products ol.products li.product {
    width: 50% !important;
    padding: 0px 10px 0px;
  }
  .catalog-category-view .products .product-item-name {
    font-size: 14px;
  }
  .catalog-category-view .products ol.products {
    width: calc(100% + 20px);
    margin: 0px -10px;
  }

  .catalog-category-view .toolbar-products > .modes {
    display: block;
  }
  .catalog-category-view .toolbar-products > .modes .mode-grid {
    background-image: url(../images/grid-icon.png);
    width: 47px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 13px;
  }

  .bss_custom_popup {
    overflow: hidden;
  }
  .catalog-category-view .toolbar-products > .modes .modes-mode span {
    font-size: 0;
    margin: 22px;
  }

  .catalog-category-view .toolbar-products > .modes .mode-list {
    background-image: url(http://octaviatea.icecubedev.com/pub/static/version1582106828/frontend/Icecube/Theme/en_US/images/list-icon.png);
    width: 43px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .catalog-category-view .toolbar-products > .modes .active {
    border-bottom: 1px solid #999999;
    padding-bottom: 5px;
  }
  .catalog-category-view .toolbar-products > .modes .modes-label {
    color: #999999;
    font-family: "ResavskaBG-Reguler";
    font-weight: normal;
    font-style: italic;
    margin-right: 10px;
    font-size: 17px;
  }
  .catalog-category-view .toolbar-products > .toolbar-amount {
    color: #999999;
    font-family: "ResavskaBG-Reguler";
    font-weight: normal;
    font-size: 17px;
    display: flex;
    margin: 0px;
  }
  .catalog-category-view.page-layout-1column .toolbar-products {
    justify-content: space-between;
  }
  .catalog-category-view.page-layout-1column .toolbar-products:after,
  .catalog-category-view.page-layout-1column .toolbar-products:before {
    content: "";
    display: none;
  }

  .products + .toolbar.toolbar-products .modes {
    display: none;
  }
  .catalog-category-view .toolbar-products > .field.limiter {
    display: none;
  }
  .catalog-category-view .category-image {
    padding: 0px 0 0;
    margin-bottom: 10px;
  }
  /*.catalog-product-view .media .gallery-placeholder{
			display: none;
			}*/
  .catalog-category-view .mfp-iframe-holder {
    padding-left: 20px;
    padding-right: 20px;
  }

  /*list */

  .catalog-category-view
    .products.products-list
    li.item.product
    a.product.photo.product-item-photo.hover {
    display: none;
  }
  .catalog-category-view
    .products.products-list
    .item.product
    .actions-primary {
    display: block;
    visibility: visible;
  }

  .catalog-category-view .products.products-list li.item.product {
    width: 100% !important;
  }

  .catalog-category-view .products.products-list .product-item-details {
    float: left;
    width: 50%;
  }
  .catalog-category-view
    .products.products-list
    .item.product
    .actions-primary {
    display: block;
    visibility: visible;
  }
  .catalog-category-view .products.products-list .product-item-info:hover {
  }

  .catalog-category-view .products.products-list ol.products li.product {
    width: 100% !important;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 33px;
    padding-bottom: 15px;
  }
  .catalog-category-view .products.products-list ol.products li.product .sale {
    display: none;
  }

  .catalog-category-view .products.products-list .product-item-details {
    width: 50% !important;
    text-align: left;
  }
  .catalog-category-view .products.products-list .product-item-photo {
    margin-bottom: 10px;
    width: 50%;
    float: left;
    padding: 0 15px 0 0px;
    margin: 0 0 20px;
  }
  .catalog-category-view
    .products.products-list
    ol.products
    li.product
    .product-short-description {
    color: black;
  }
  .catalog-category-view .products.products-list .description {
    margin: 0;
    font-family: "VerdanaPro-Regular";
    font-size: 15px;
    color: #808080;
    margin-bottom: 10px;
  }
  .catalog-category-view .products.products-list .select-qty-wrapper label {
    font-family: "ResavskaBG-Reguler";
    font-weight: normal;
    font-size: 15px;
    font-style: italic;
    color: #666666;
    text-align: left;
    margin-bottom: 14px;
    position: relative;
    top: 0;
  }
  .catalog-category-view .products.products-list .price-box {
    text-align: right;
    font-family: "VerdanaPro-SemiBold";
    font-size: 0;
    margin-bottom: 15px;
    float: right;
  }
  .catalog-category-view .products.products-list .price-size-wrapper {
    float: left;
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }

  .catalog-category-view
    .products.products-list
    .price-size-wrapper
    span.size-wrapper {
    display: inline-block !important;
    font-family: "VerdanaPro-Regular";
    color: #808080;
    font-size: 15px;
    padding-right: 6px;
  }
  .catalog-category-view
    .products.products-list
    .item.product
    .actions-primary {
    display: block;
    visibility: visible;
    width: 50%;
  }
  .catalog-category-view .products .actions-primary form {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .catalog-category-view
    .products.products-list
    .item.product
    .actions-primary
    .select-qty-wrapper {
    width: 135px;
    position: relative;
    padding-right: 13px;
    margin-bottom: 0;
  }
  .catalog-category-view .products.products-list .homepage-item-qty {
    width: 100%;
    background-position: 93%;
    height: 42px;
  }
  .catalog-category-view
    .products.products-list
    .actions-primary
    .tocart.primary {
    width: calc(100% - 140px);
    font-size: 15px;
  }
  .catalog-category-view .products .product-short-description {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .catalog-category-view .products .product-item-name {
    font-size: 18px;
  }

  /*end list*/

  .bss-bt-quickview {
    display: none;
  }

  /*++++++Start category page popup++++++*/
  .catalog-product-view .product.media {
    width: 100% !important;
    margin-bottom: 0;
  }
  .catalog-product-view .product-info-main {
    width: 100% !important;
    margin-bottom: 0;
  }

  /*++++++End category page popup++++++*/

  /*++++++End category Page++++++*/
  /*	.catalog-product-view .media .gallery-placeholder {
			display: none;
			}*/

  /*++++++Start product Page++++++*/

  .catalog-product-view .columns .column.main > .container {
    padding: 0px 20px 0px;
  }
  .catalog-product-view
    .product.media
    .fotorama__wrap--css3
    .fotorama__stage
    .fotorama__arr {
    display: block !important;
    width: 30px;
  }
  .catalog-product-view
    .product.media
    .fotorama__wrap--css3
    .fotorama__arr
    .fotorama__arr__arr {
    height: 30px;
    width: 30px;
    background-size: 160px;
  }
  .catalog-product-view
    .product.media
    .fotorama__wrap--css3
    .fotorama__arr--next
    .fotorama__arr__arr {
    background-position: -107px -60px;
  }
  .catalog-product-view
    .product.media
    .fotorama__wrap--css3
    .fotorama__arr--prev
    .fotorama__arr__arr {
    background-position: -59px -60px;
  }

  .catalog-product-view .product-info-main {
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 20px;
    width: 100% !important;
  }
  .catalog-product-view .product.media {
    margin-bottom: 0;
    padding-right: 0;
    width: 100% !important;
  }
  .catalog-product-view .selected-swatch-image {
    display: block !important;
    min-height: inherit;
  }
  #swatch-desktop {
    display: none;
  }
  div#swatch-mobile {
    display: block;
  }
  .catalog-product-view .prev-next-item-detail {
    display: none;
  }
  .catalog-product-view .media .fotorama__nav .fotorama__active:before {
    display: none;
  }
  .catalog-product-view .product-info-main .swatch-attribute-options {
    display: inline-flex;
    flex-wrap: inherit;
    /*width: 560px;*/
    width: auto;
  }
  .catalog-product-view .product-info-main .swatch-attribute .swatch-option {
    width: 130px !important;
    height: 175px !important;
    padding: 0 0 20px 0;
    background-size: 90px !important;
    border: 3px solid;
    background-position: center 20% !important;
    margin-bottom: 0;
  }
  .catalog-product-view
    .product-info-main
    .swatch-attribute
    .swatch-option.selected,
  .catalog-product-view
    .product-info-main
    .swatch-attribute
    .swatch-option.image:not(.disabled):hover,
  .catalog-product-view
    .product-info-main
    .swatch-attribute
    .swatch-option.color:not(.disabled):hover {
    outline: 0 solid #e6e6e6 !important;
  }
  .catalog-product-view
    .product-info-main
    .swatch-attribute
    .swatch-option.selected {
    outline: 0 solid #e6e6e6;
    border-color: #4d4d4d;
    background-color: #e6e6e6 !important;
  }
  .catalog-product-view
    .product-info-main
    .product-options-wrapper
    .swatch-attribute-label {
    font-size: 20px;
    padding-right: 6px;
  }
  .catalog-product-view .product-info-main .swatch-attribute .swatch_details {
    display: block;
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
  }
  .catalog-product-view
    .product-info-main
    .swatch-attribute
    .swatch_details
    .swatch_title_label {
    font-family: "VerdanaPro-Regular";
    font-size: 17px;
    color: black;
    margin-bottom: 2px;
  }
  .catalog-product-view
    .product-info-main
    .swatch-attribute
    .swatch_details
    .custom-option-price {
    font-family: "VerdanaPro-Regular";
    color: black;
    font-weight: bold;
    font-size: 16px;
  }

  .catalog-product-view .product-options-wrapper .swatch-opt .swach_select_box {
    float: left;
    width: 100%;
    background: white;
    position: fixed;
    left: 0;
    padding: 20px 20px;
    z-index: 9999;
    bottom: 0;
    border: 0;
    /*    overflow-x: auto;*/
  }
  .catalog-product-view
    .product-options-wrapper
    .swatch-opt
    .swach_select_box
    .swatch_box_wrapper {
    overflow-x: auto;
  }

  .catalog-product-view
    .product-options-wrapper
    .swatch-opt
    .swach_select_box
    .donebtn {
    float: right;
    width: 100%;
    text-align: right;
    margin-top: -55px;
    font-family: "VerdanaPro-Regular";
    font-weight: bold;
    font-size: 20px;
    color: white;
  }
  .product-review-main .product-review-top .customer-r-r a {
    padding: 8px 14px 7px !important;
  }
  .catalog-product-view .column.main .review-mobile-tab {
    float: left;
    width: 100%;
    border-top: 1px solid;
    padding: 0px;
    /* 	border-bottom: 1px solid; */
    margin-bottom: 40px;
    background: #f1f1f1;
  }

  .catalog-product-view .product-review-top .customer-r-l .title {
    margin: 0;
    display: none;
  }
  .catalog-product-view .product-review-top .blueberry-green {
    margin-top: 14px;
  }
  .catalog-product-view .column.main .review-mobile-tab .card-header {
    font-size: 15px;
    color: #000000;
    margin-bottom: 0;
    font-family: "VerdanaPro-SemiBold";
    text-transform: uppercase;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0;
  }
  .catalog-product-view .column.main .review-mobile-tab .card-header > span {
    display: block;
    padding: 10px 20px;
  }
  .catalog-product-view .column.main .review-mobile-tab .card-contant {
    margin-top: 0;
  }
  .catalog-product-view .fotorama__dot {
    border-radius: 100%;
    border: 0;
    display: block;
    height: 10px;
    left: 0;
    position: relative;
    top: 0;
    width: 10px;
    background: #b3b3b3;
    margin: 0 4px;
  }
  div#sortreview {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    border: solid 2px #000;
    padding: 8px 30px 7px;
    display: block;
    position: relative;
    width: 49%;
  }

  .customer-r-r {
    width: 49%;
  }

  .customer-r-buttion {
    width: 100%;
    float: left;
  }

  .product-review-top #slidereviews {
    position: absolute;
    top: 90px;
    background: #fff;
    z-index: 11;
    width: calc(50% - 23px);
    border: 2px solid #000;
  }
  .product-review-main .product-review-top .customer-r-r a {
    padding: 8px 30px 7px;
    width: 100%;
  }

  .product-review-top #slidereviews li {
    display: block;
    text-align: center;
    border-bottom: 2px solid #000;
  }

  .product-review-top #slidereviews li:last-child {
    border: navajowhite;
  }

  .product-review-top #slidereviews li a {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 0;
    display: inline-block;
    width: 100%;
  }

  .product-review-top #slidereviews li a:hover,
  .product-review-top #slidereviews li.active {
    background: #e6e6e6;
  }

  .sortreview.active:after,
  .sortreview:after {
    font-family: "FontAwesome";
    right: 8px;
    position: absolute;
    font-size: 13px;
    top: 9px;
  }

  .sortreview.active:after {
    content: "\f00d";
  }

  .sortreview:after {
    content: "\f067";
  }

  .catalog-product-view .fotorama__active .fotorama__dot {
    background: #4d4d4d;
  }
  .catalog-product-view .media .fotorama__nav .fotorama__nav__frame {
    height: auto;
    width: auto;
  }

  .catalog-product-view .product-info-main .page-title-wrapper .page-title {
    font-size: 20px;
  }
  .catalog-product-view .product-info-main .product-short-description {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .catalog-product-view
    .product-info-main
    .product-info-price
    .price-box
    span.price {
    display: flex;
    font-size: 19px;
  }
  .catalog-product-view
    .product-info-main
    .product-options-wrapper
    .swatch-opt {
    margin: 0;
    background: #f2f2f2;
    padding: 10px 15px;
    border: 1px solid #333333;
    background-image: url(http://octaviatea.icecubedev.com/pub/static/version1582106828/frontend/Icecube/Theme/en_US/images/right-angle-icon1.png);
    background-repeat: no-repeat;
    background-position: 95% center;
  }
  .catalog-product-view
    .product-info-main
    .product-options-wrapper
    .swatch-attribute-selected-option
    span.related-size {
    padding-left: 0;
    color: #000000;
    display: block;
    font-size: 14px;
  }
  .catalog-product-view
    .product-info-main
    .product-options-wrapper
    .swatch-attribute-selected-option {
    padding-left: 6px;
    font-size: 16px;
  }

  .catalog-product-view .product-review-main .container {
    padding: 0px 20px;
  }
  .catalog-product-view .product-review-main {
    margin: 0 0;
    padding: 0 0 30px;
  }
  .catalog-product-view .product-review-top .customer-r-l {
    margin-right: 0;
    width: 100%;
  }
  .catalog-product-view .product-review-top .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .catalog-product-view .product-review-top .blueberry-green p {
    display: none;
  }
  .catalog-product-view .review-ratings {
    margin-bottom: 0;
  }
  .catalog-product-view .product-review-top .blueberry-green .star-r {
    margin-bottom: 22px;
  }
  .catalog-product-view .product-page-reviews .review-to > ul {
    display: none;
  }

  .catalog-product-view .product-page-reviews .review-bo {
    padding: 0;
  }
  .catalog-product-view .product-page-reviews .review-to {
    background: transparent;
    box-shadow: inherit;
    margin-bottom: 0;
  }
  .catalog-product-view .product-page-reviews .box .review-item {
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
    background: white;
    padding: 60px 20px 30px;
    text-align: center;
    position: relative;
  }
  .catalog-product-view .product-page-reviews .reviewer-date-time {
    float: left;
    width: 100%;
  }
  .catalog-product-view
    .product-page-reviews
    .reviewer-date-time
    .review-author {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .catalog-product-view .product-page-reviews .review-detail {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .catalog-product-view .product-page-reviews .review-detail .review-title {
    display: none;
  }
  .catalog-product-view .product-page-reviews .review-detail .reviewer-ratings {
    margin-right: 0;
  }

  .catalog-product-view .product-page-reviews .review-detail .reviewer-ratings {
    margin-right: 0;
    position: absolute;
    top: 30px;
  }
  .catalog-product-view .product-page-reviews .review-detail .review-content {
    margin-top: 16px;
  }
  .catalog-product-view .product-page-reviews .btn-more-reviews {
    height: 40px;
    font-size: 15px;
    padding: 7px 25px 7px;
    background: transparent;
    border: 2px solid black;
    color: black;
  }
  .catalog-product-view .gallery-share {
    display: none;
  }

  .catalog-product-view
    .column.main
    .review-mobile-tab
    .card-header
    span:after {
    content: "+";
    float: right;
    font-family: "VerdanaPro-SemiBold";
    font-size: 16px;
    line-height: 1;
    content: "\f067";
    font-family: FontAwesome;
  }

  .catalog-product-view
    .column.main
    .review-mobile-tab
    .card-header
    span[aria-expanded="true"]:after {
    content: "-";
    float: right;
    font-family: "VerdanaPro-SemiBold";
    font-size: 15px;
    line-height: 1;
  }

  .catalog-product-view .product-page-sliders .container:last-of-type {
    padding: 0px 25px;
  }
  .catalog-product-view .product-page-sliders .product-name a {
    font-size: 14px;
  }
  .catalog-product-view .product-page-sliders .product-short-description {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .catalog-product-view .product-page-sliders span.price {
    font-size: 14px;
  }
  .catalog-product-view .product-page-sliders .actions-primary {
    display: none;
  }

  .catalog-product-view .product-page-sliders .container > ul {
    display: flex;
    margin-bottom: 40px;
    position: relative;
  }
  .catalog-product-view .product-page-sliders .container > ul:after {
    content: "";
    position: absolute;
    width: 100%;
    border-top: 2px solid #e5e5e5;
    z-index: -1;
    top: 10px;
  }
  .catalog-product-view .product-page-sliders .container > ul > li {
    margin: 0;
    background: white;
    padding: 0 10px;
  }
  .catalog-product-view
    .column.main
    .review-mobile-tab
    .card-header
    span[aria-expanded="false"] {
    background: #fff;
  }
  .catalog-product-view .product-page-sliders .container > ul > li > a {
    border: none;
  }
  .catalog-product-view
    .product-page-sliders
    .container
    > ul
    > li:last-of-type {
    display: none;
  }
  .catalog-product-view .product-page-sliders > .container {
    padding: 0;
  }

  .catalog-product-view .product-page-sliders .owl-nav .owl-prev {
    left: -20px;
    background-size: 100%;
  }
  .catalog-product-view .product-page-sliders .owl-nav .owl-next {
    right: -20px;
    background-size: 100%;
  }
  .catalog-product-view .product-page-sliders .owl-nav .owl-next,
  .catalog-product-view .product-page-sliders .owl-nav .owl-prev {
    width: 15px;
    height: 28px;
    top: 22vw;
    padding: 0;
  }
  .catalog-product-view .product-page-sliders {
    margin-bottom: 0;
  }
  .catalog-product-view .product-info-main .product-options-wrapper {
    margin-bottom: 30px;
  }

  .catalog-product-view .product-info-main .product-options-bottom {
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 0;
  }
  .catalog-product-view .product-info-main .product-add-form {
    margin-bottom: 0;
  }
  .catalog-product-view .product-info-main > .stock > a {
    font-size: 14px;
  }
  .product-info-main .product.alert {
    margin: 0px;
  }
  .catalog-product-view .accordion {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .catalog-product-view .accordion .card .card-header span.collapsed:after,
  .catalog-product-view .accordion .card .card-header span:after {
    font-size: 15px;
  }
  .catalog-product-view .accordion .card {
    padding: 15px 20px 10px;
  }
  .catalog-product-view .product-info-main .product-info-price {
    margin: 0;
    width: 130px !important;
    margin-right: 21px;
  }
  /*.catalog-product-view .category-q-main .column {
    padding: 12px 10px;
    font-size: 13px;
    display: flex;
	justify-content: center;

	}*/

  #attr-collapseGallery button.owl-prev,
  #attr-collapseGallery button.owl-next {
    top: 50%;
    position: absolute;
    /* font-size: 10px; */
    color: gray;
    background: url(../images/gallery.png);
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    transform: translateY(-50%);
  }
  #attr-collapseGallery button.owl-next {
    right: 0;
    background-position: 80% 24%;
  }
  #attr-collapseGallery button.owl-prev {
    left: 0;
    background-position: 50% 24%;
  }

  #attr-collapseGallery button.owl-prev span,
  #attr-collapseGallery button.owl-next span {
    font-size: 0;
    display: inline-block;
    line-height: 0;
  }
  #attr-collapseGallery .owl-carousel .owl-item img {
    border: 1px solid white;
  }
  #attr-collapseGallery .owl-item.active.current img {
    border: solid 2px #e6e6e6;
  }
  div#sync1 {
    padding: 0 50px;
  }
  .catalog-product-view .product-info-main .product-info-price .price-box {
    display: block;
    width: auto;
    padding: 0;
  }
  .catalog-product-view
    .product-info-main
    .product-info-price
    .price-box
    .price-wrapper {
    margin: 0;
  }
  .catalog-product-view .product-info-main .box-tocart {
    margin: 0;
    width: 100%;
  }
  .catalog-product-view .product-info-main .box-tocart .field.qty .control {
    width: 100%;
  }
  .catalog-product-view .product-info-main .box-tocart .fieldset {
    margin: 0;
    align-items: center;
  }
  .catalog-product-view .product-info-main .box-tocart .field.qty {
    margin: 0;
    display: flex;
    align-items: center;
    width: 170px;
  }
  .catalog-product-view .product-info-main .box-tocart .qty label.label {
    font-size: 17px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .catalog-product-view .product-info-main .box-tocart .field.qty .selectBox {
    width: 100% !important;
    height: 40px;
  }
  .catalog-product-view .product-info-main .box-tocart .qty input {
    height: 42px;
    font-size: 20px;
    line-height: 42px;
    padding: 0px 22px;
    width: 89px;
    border: 1px solid #333333;
    font-weight: bold;
  }
  .catalog-product-view .product-info-main .box-tocart .selectBoxArrow {
    width: 21px;
  }
  .catalog-product-view .product-info-main .box-tocart .fieldset .actions {
    /* 		position: static;
		width: 50%;
		bottom: -70px;
		left: 0;
		padding-left: 8px; */
  }
  .catalog-product-view .product-info-main .box-tocart .actions button span {
    background: #000;
    display: flex;
    height: 100%;
    padding: 0 40px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .catalog-product-view .product-info-main .box-tocart .actions button {
    width: 100%;
    font-size: 20px;
    height: 50px;
  }
  .catalog-product-view
    .product-info-main
    .product-info-price
    .price-box
    span.price:before {
    margin-bottom: 0;
    padding-right: 10px;
  }

  .catalog-product-view .card-contant .gallery-placeholder .fotorama__stage {
    margin-bottom: 30px;
  }

  .catalog-product-view
    .card-contant
    .gallery-placeholder
    .fotorama__thumb-border {
    border-color: #e6e6e6;
  }
  #layered-filter-block-container .filter-current.desktop {
    display: none;
  }

  #layered-filter-block-container .filter-current.mobile {
    display: block;
    float: left;
    width: 100%;
  }
  .page-layout-1column .filter-current .item {
    margin: 0px 5px 5px 0px !important;
    display: inline;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 4px 10px;
  }
  .page-layout-1column .filter-current li.item.custom-filter-value {
    border: none;
    text-decoration: underline #006bb4;
    padding: 0;
  }
  .page-layout-1column
    .filter-current
    li.item.custom-filter-value
    .filter-value {
    color: #006bb4;
  }
  .page-layout-1column .filter-current ol.items {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  body.catalog-product-view.swatch-open:after {
    content: "";
    background: black;
    width: 100%;
    height: 320%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 999;
    opacity: 0.8;
  }
  /*.swatch-open .page-wrapper {
    margin-top: -9999999em;
    }*/
  /*body.page-product-configurable.catalog-product-view.product-emperor-s-genmaicha-1.categorypath-shop-tea.category-shop-tea.page-layout-1column.swatch-open {
    width: 100%;
    top: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    }*/
  body.catalog-product-view.swatch-open {
    width: 100%;
    top: 0;
    position: sticky;
    bottom: 0;
    right: 0;
    height: 100vh;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .catalog-product-view
    .product-options-wrapper
    .swatch-opt
    .swach_select_box
    .selectedswatchtext {
    padding-left: 10px;
    color: #000;
    font-family: "VerdanaPro-SemiBold";
    font-size: 20px;
  }

  .catalog-product-view
    .product-options-wrapper
    .swatch-opt
    .swach_select_box
    span.related-size {
    padding-left: 0;
    color: #000000;
    display: block;
    font-size: 15px;
    font-family: "VerdanaPro-Regular";
  }

  .catalog-product-view .category-q-main .column {
    font-size: 15px;
  }

  .catalog-product-view .swatch_title_label {
    display: block;
  }

  /*++++++End product Page++++++*/

  /*=====Start CArt page */

  .checkout-cart-index .columns .cart-container .cart-main-inner {
    width: 100%;
    padding-right: 0;
    margin-top: 36px;
    padding: 0;
  }
  .checkout-cart-index .columns .cart-container .cart-right-main {
    width: 100%;
    padding: 0;
  }
  .checkout-cart-index main#maincontent {
    max-width: 100%;
  }

  .checkout-cart-index .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .checkout-cart-index .cart.table-wrapper .item .col.item .product-item-photo {
    max-width: 100%;
    position: static;
    float: left;
  }
  .checkout-cart-index
    .cart.table-wrapper
    .product-item-details
    .field.qty
    .control.qty {
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .checkout-cart-index
    .cart.table-wrapper
    .product-item-details
    .qty_include_price
    .cart_item_price_info {
    margin-bottom: 10px;
  }
  .catalog-product-view .media .gallery-placeholder {
    display: none;
  }

  .cart.table-wrapper .col.subtotal {
    float: inherit;
    width: auto;
    display: table-cell;
    padding: 0 0 20px 0;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-details {
    width: calc(100% - 160px);
    margin-left: 30px;
    float: left;
  }
  /*.cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal {
    padding: 0 0 0;
    padding-left: 0;
    width: calc(100% - 160px);
    float: right;
    margin-left: auto;
    }*/
  .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 {
    display: none;
  }
  .cart.table-wrapper .col.price {
    margin-bottom: 10px;
  }
  .checkout-cart-index .columns {
    padding: 0 15px;
  }

  .checkout-cart-index .crosssell .title {
    font-size: 21px;
    color: #000;
    font-family: "VerdanaPro-SemiBold";
    width: calc(100% + 50px);
    margin-left: -25px;
    text-align: center;
    background: #f4f4f4;
    padding: 15px 25px;
    line-height: 1.5;
    margin-bottom: 30px;
    margin-top: 15px;
  }
  .checkout-cart-index .crosssell .title strong {
    font-size: 18px;
    color: #000;
    font-family: "VerdanaPro-SemiBold";
  }

  .checkout-cart-index .block.crosssell {
    padding: 0 10px;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .checkout-cart-index
    .block.crosssell
    .products-crosssell
    .owl-loaded.owl-drag {
    margin: 0;
  }
  .checkout-cart-index .block.crosssell .owl-nav .owl-next,
  .checkout-cart-index .block.crosssell .owl-nav .owl-prev {
    width: 15px;
    height: 28px;
    top: 22vw;
    padding: 0;
  }
  .checkout-cart-index .block.crosssell .owl-nav .owl-next {
    right: -20px;
    background-size: 100%;
  }
  .checkout-cart-index .block.crosssell .owl-nav .owl-prev {
    left: -20px;
    background-size: 100%;
  }
  .checkout-cart-index
    .block.crosssell
    .products-crosssell
    .product-item-details
    .product-item-name
    .product-item-link {
    font-size: 14px;
  }
  .checkout-cart-index .block.crosssell .products-crosssell span.price {
    font-size: 14px;
  }
  .checkout-cart-index .columns .cart-container .cart-summary {
    padding: 0;
    border-width: 0;
    position: static;
  }
  .checkout-cart-index .cart-summary .cart-totals {
    padding: 0;
  }
  .cart-container .form-cart .actions.main {
    display: none;
  }
  .checkout-cart-index .columns .cart-container .cart_page_subtotal_info {
    margin-bottom: 35px;
  }
  .cart-main-inner .upper-proceed-to-checkout {
    margin-bottom: 35px;
  }
  .cart.table-wrapper {
    border-top: 1px solid #cccccc;
  }
  .checkout-cart-index .cart-discount {
    width: 100%;
    padding-left: 0;
  }
  .checkout-index-index
    .opc-wrapper.am-opc-wrapper
    .checkout-billing-address
    .actions-toolbar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .checkout-index-index
    .opc-wrapper.am-opc-wrapper
    .checkout-shipping-address
    .primary {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .checkout-index-index div#checkout button.action.action-update {
    margin-left: 0;
  }
  .checkout-index-index div#checkout button.action {
    width: auto;
    margin: 0px 25px 10px 0px;
  }
  /*=====End CArt page */

  /*=====Start Checkout page */

  .checkout-container .opc-estimated-wrapper {
    margin-top: 20px !important;
    width: 100%;
    margin: 0;
    float: left;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
  }
  .opc-estimated-wrapper .estimated-block {
    font-size: 18px;
    float: left;
    font-weight: 700;
    font-family: "VerdanaPro-Regular";
    font-size: 14px;
  }
  /*=====End Checkout page */

  .modal-popup.popup-authentication {
    left: 0;
  }
  .popup-authentication
    .modal-inner-wrap
    .block-authentication
    .block[class]
    + .block {
    padding-left: 0;
    border-width: 0;
    border-color: black;
    padding: 0;
    margin: 0;
  }

  .popup-authentication.modal-popup.modal-slide._inner-scroll
    .modal-inner-wrap {
    width: 300px !important;
    min-width: 300px !important;
    transform: inherit;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .popup-authentication .modal-inner-wrap .modal-content {
    padding: 0 20px 20px;
  }
  .popup-authentication
    .modal-inner-wrap
    .block-authentication
    .block-customer-login {
    padding-right: 0;
  }

  /*=====Start orderplace */
  .checkout-onepage-success .checkout-success .container {
    padding: 38px 20px 55px;
    margin: 0 0 -35px;
  }
  .checkout-onepage-success .checkout-success {
    max-width: inherit;
    margin: 0 auto;
    padding: 0 0;
  }
  .checkout-onepage-success .checkout-success .actions-toolbar .action {
    width: 280px !important;
  }
  .checkout-onepage-success .columns .column.main {
    padding: 0;
  }

  /*=====End orderplace */

  /*=====Start account page */

  .account .block-collapsible-nav {
    top: 0;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
    font-family: "VerdanaPro-Regular";
  }
  .columns .sidebar-main .block.account-nav {
    margin: 0;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 100% !important;
    margin: 0;
  }
  .account .sidebar-additional .primary .action {
    width: auto;
  }
  .account .sidebar-additional .secondary a.action.view {
    width: auto;
  }
  .account .sidebar-additional .secondary {
    width: auto;
    float: left;
    margin-top: 0 !important;
    margin-left: 10px;
  }

  .block-reorder .actions-toolbar {
    float: left;
    width: 100%;
  }
  .account .sidebar-additional .primary,
  .account .sidebar-additional .secondary {
    width: auto;
    float: left;
    margin: 0 !important;
  }
  .account .sidebar-additional .primary {
    margin: 0 5px 5px 0 !important;
  }
  .account .toolbar .pager p.toolbar-amount {
    margin: 0;
    padding: 0 0 10px;
  }
  .account .toolbar .pager {
    padding: 10px 15px 20px;
  }
  .account .columns .column.main {
    width: 100% !important;
    padding-bottom: 0;
  }
  .account .toolbar {
    margin-bottom: 15px;
  }
  .account .column.main .block {
    margin-bottom: 20px;
    background: #f5f5f5;
    position: relative;
    padding: 15px 0;
  }

  .account .column.main .block:after,
  .account .column.main .block:before {
    position: absolute;
    left: -15px;
    top: 0;
    content: "";
    background: whitesmoke;
    width: 15px;
    height: 100%;
  }
  .account .column.main .block:after {
    right: -15px !important;
    left: auto;
    width: 15px;
  }
  /*=====End account page */
  .login-container .fieldset:after {
    text-align: left;
    margin: 10px;
    float: left;
    width: 100%;
  }

  .customer-account-create form .create {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .cms-tea-guide-page-five .columns {
    float: left;
    width: 100%;
  }
  #women-picking-tea {
    width: 100%;
  }
  #two-leaves-and-a-bud {
    width: 100%;
    text-align: center;
  }
  .cms-tea-guide-page-five-html .columns {
    float: left;
    width: 100%;
  }
  #wholesales-tea {
    margin-bottom: 20px;
  }
  #wholesales-tea a {
    padding: 8px 15px;
  }
  #green-tea-brew {
    width: 100%;
  }
  .cms-page-view .Moveable a {
    width: 100%;
  }
  .catalogsearch-result-index.page-layout-1column
    #layered-filter-block-container {
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 15px;
    width: calc(100% + 10px);
  }
  .catalogsearch-result-index.page-layout-1column .filter .filter-options {
    max-height: 100%;
  }
  div#layer-product-list {
    float: left;
    width: 100%;
  }
  .catalogsearch-result-index .cus-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    float: left;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .catalogsearch-result-index.page-layout-1column
    .filter.block
    .filter-title
    strong {
    width: 140px;
    display: flex;
    padding: 11px 10px;
  }
  .catalogsearch-result-index .custom-sort-by .product-sort-by {
    width: 140px;
    display: flex;
    padding: 9px 10px;
  }
  .catalogsearch-result-index .custom-sort-by #product-sort-by-contect {
    top: 40px;
    width: 289px;
  }
  .catalogsearch-result-index.page-layout-1column .filter.active .filter-title {
    z-index: 9999;
  }
  .catalogsearch-result-index.page-layout-1column .filter.active .filter-title {
    position: static;
    border: none;
    height: 38px;
  }
  .catalogsearch-result-index.page-layout-1column
    .filter.active
    .filter-subtitle {
    position: static;
    display: none;
  }
  .catalogsearch-result-index.page-layout-1column .filter .filter-options {
    position: static;
  }
  .catalogsearch-result-index.page-layout-1column .filter.block {
    position: relative;
  }
  .catalogsearch-result-index.page-layout-1column .filter-content {
    margin: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 38px;
    background: #fff;
    z-index: 999;
    width: 285px;
    display: none;
    border: solid 1px #000;
  }
  .catalogsearch-result-index.page-layout-1column
    #layered-filter-block-container
    #sorter {
    width: 100%;
    padding: 10px 10px;
    background-size: 9px;
    height: 100%;
  }
  .catalogsearch-result-index.page-layout-1column
    .toolbar-sorter.sorter
    label.sorter-label {
    top: 9px;
  }
  .catalogsearch-result-index.page-layout-1column
    #layered-filter-block-container
    .toolbar-sorter.sorter {
    width: 140px;
    margin-left: 20px;
    z-index: 99;
  }
  .catalogsearch-result-index .products-grid {
    margin: 40px 0px 10px;
  }
  .catalogsearch-result-index .cus-container .page-title-wrapper {
    margin: 0;
    padding: 0;
    width: 50%;
  }

  .catalogsearch-result-index .cus-container .mobile-category-description {
    width: 50%;
    text-align: right;
  }

  .catalogsearch-result-index .cus-container .mobile-category-description a {
    display: block;
    font-family: "VerdanaPro-Regular";
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: underline;
  }
  .catalogsearch-result-index
    .cus-container
    .mobile-category-description
    a[aria-expanded="true"] {
    /* 			background: red; */
  }
  .catalogsearch-result-index
    .cus-container
    .mobile-category-description
    a[aria-expanded="true"]:after {
    content: "\f00d";
    font-family: FontAwesome;
    margin-left: 10px;
    border-radius: 50%;
    padding: 0 4px;
  }
  .catalogsearch-result-index
    .cus-container
    .mobile-category-description
    .category-description {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: left;
    background: white;
    z-index: 9;
    font-size: 16px;
    -webkit-box-shadow: 0 10px 10px -10px #000000;
    -moz-box-shadow: 0 10px 10px -10px #000000;
    box-shadow: 0 13px 12px -10px #525151;
    font-family: "VerdanaPro-Regular";
  }
  .catalogsearch-result-index
    .cus-container
    .mobile-category-description
    .contant {
    padding: 20px;
  }

  .catalogsearch-result-index
    .cus-container
    .mobile-category-description
    .category-description
    .bottom-desc-close {
    text-align: right;
    margin-top: 15px;
  }
  .catalogsearch-result-index
    .cus-container
    .mobile-category-description
    .category-description
    .bottom-desc-close
    a {
    color: #338dc9;
    display: inline-block;
  }
  .catalogsearch-result-index
    .cus-container
    .mobile-category-description
    .category-description
    .bottom-desc-close
    a:after {
    display: none;
  }

  .catalogsearch-result-index.page-products .columns {
    margin-bottom: 20px;
    padding: 0 0 0;
  }
  .catalogsearch-result-index .message.notice {
    margin-top: 0;
  }

  .catalogsearch-result-index .products ol.products li.product {
    width: 50% !important;
    padding: 0px 10px 0px;
  }
  .catalogsearch-result-index .products .product-item-name {
    font-size: 14px;
  }
  .catalogsearch-result-index .products ol.products {
    width: calc(100% + 20px);
    margin: 0px -10px;
  }

  .catalogsearch-result-index .toolbar-products > .modes {
    display: block;
  }
  .catalogsearch-result-index .toolbar-products > .modes .mode-grid {
    background-image: url(../images/grid-icon.png);
    width: 47px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 13px;
  }
  .catalogsearch-result-index .toolbar-products > .modes .modes-mode span {
    font-size: 0;
    margin: 22px;
  }

  .catalogsearch-result-index .toolbar-products > .modes .mode-list {
    background-image: url(http://octaviatea.icecubedev.com/pub/static/version1582106828/frontend/Icecube/Theme/en_US/images/list-icon.png);
    width: 43px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .catalogsearch-result-index .toolbar-products > .modes .active {
    border-bottom: 1px solid #999999;
    padding-bottom: 5px;
  }
  .catalogsearch-result-index .toolbar-products > .modes .modes-label {
    color: #999999;
    font-family: "ResavskaBG-Reguler";
    font-weight: normal;
    font-style: italic;
    margin-right: 10px;
    font-size: 17px;
  }
  .catalogsearch-result-index .toolbar-products > .toolbar-amount {
    color: #999999;
    font-family: "ResavskaBG-Reguler";
    font-weight: normal;
    font-size: 17px;
    display: flex;
  }
  .catalogsearch-result-index.page-layout-1column .toolbar-products {
    justify-content: space-between;
  }
  .catalogsearch-result-index.page-layout-1column .toolbar-products:after,
  .catalogsearch-result-index.page-layout-1column .toolbar-products:before {
    content: "";
    display: none;
  }

  .products + .toolbar.toolbar-products .modes {
    display: none;
  }
  .catalogsearch-result-index .toolbar-products > .field.limiter {
    display: none;
  }
  .catalogsearch-result-index .category-image {
    padding: 0px 0 0;
    margin-bottom: 10px;
  }
  /*.catalog-product-view .media .gallery-placeholder{
    	display: none;
    	}*/
  .catalogsearch-result-index .mfp-iframe-holder {
    padding-left: 20px;
    padding-right: 20px;
  }

  /*list */

  .catalogsearch-result-index
    .products.products-list
    li.item.product
    a.product.photo.product-item-photo.hover {
    display: none;
  }
  .catalogsearch-result-index
    .products.products-list
    .item.product
    .actions-primary {
    display: block;
    visibility: visible;
  }

  .catalogsearch-result-index .products.products-list li.item.product {
    width: 100% !important;
  }

  .catalogsearch-result-index .products.products-list .product-item-details {
    float: left;
    width: 50%;
  }
  .catalogsearch-result-index
    .products.products-list
    .item.product
    .actions-primary {
    display: block;
    visibility: visible;
  }
  .catalogsearch-result-index .products.products-list .product-item-info:hover {
  }

  .catalogsearch-result-index .products.products-list ol.products li.product {
    width: 100% !important;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 33px;
    padding-bottom: 15px;
  }
  .catalogsearch-result-index
    .products.products-list
    ol.products
    li.product
    .sale {
    display: none;
  }

  .catalogsearch-result-index .products.products-list .product-item-details {
    width: 50% !important;
    text-align: left;
  }
  .catalogsearch-result-index .products.products-list .product-item-photo {
    margin-bottom: 10px;
    width: 50%;
    float: left;
    padding: 0 15px 0 0px;
    margin: 0 0 20px;
  }
  .catalogsearch-result-index
    .products.products-list
    ol.products
    li.product
    .product-short-description {
    color: black;
  }
  .catalogsearch-result-index .products.products-list .description {
    margin: 0;
    font-family: "VerdanaPro-Regular";
    font-size: 15px;
    color: #808080;
    margin-bottom: 10px;
  }

  .catalogsearch-result-index
    .products.products-list
    .select-qty-wrapper
    label {
    font-family: "ResavskaBG-Reguler";
    font-weight: normal;
    font-size: 16px;
    font-style: italic;
    color: #666666;
    text-align: left;
    margin-bottom: 14px;
    position: absolute;
    top: -32px;
  }
  .catalogsearch-result-index .products.products-list .price-box {
    text-align: right;
    font-family: "VerdanaPro-SemiBold";
    font-size: 0;
    margin-bottom: 15px;
    float: right;
  }
  .catalogsearch-result-index .products.products-list .price-size-wrapper {
    float: left;
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }

  .catalogsearch-result-index
    .products.products-list
    .price-size-wrapper
    span.size-wrapper {
    display: inline-block !important;
    font-family: "VerdanaPro-Regular";
    color: #808080;
    font-size: 15px;
    padding-right: 6px;
  }
  .catalogsearch-result-index
    .products.products-list
    .item.product
    .actions-primary {
    display: block;
    visibility: visible;
    width: 50%;
  }
  .catalogsearch-result-index .products .actions-primary form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .catalogsearch-result-index
    .products.products-list
    .item.product
    .actions-primary
    .select-qty-wrapper {
    width: 135px;
    position: relative;
    padding-right: 13px;
    margin-bottom: 0;
  }
  .catalogsearch-result-index .products.products-list .homepage-item-qty {
    width: 100%;
    background-position: 93%;
    height: 42px;
  }
  .catalogsearch-result-index
    .products.products-list
    .actions-primary
    .tocart.primary {
    width: calc(100% - 140px);
    font-size: 15px;
  }
  .catalogsearch-result-index .products .product-short-description {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .catalogsearch-result-index .products .product-item-name {
    font-size: 18px;
  }

  /*end list*/

  /*++++++Start category page popup++++++*/
  .catalog-product-view .product.media {
    width: 100% !important;
    margin-bottom: 0;
  }
  .catalog-product-view .product-info-main {
    width: 100% !important;
    margin-bottom: 0;
  }

  /*++++++End category page popup++++++*/

  .customer-account-login .page-title-wrapper .page-title,
  .customer-account-forgotpassword .page-title-wrapper .page-title,
  .customer-account-create .page-title-wrapper .page-title {
    font-size: 24px;
    word-break: inherit;
  }

  .ampromo-overlay .ampromo-popup-title {
    font-size: 15px;
    padding: 20px 60px 20px 20px;
    margin-bottom: 20px;
  }
  .ampromo-overlay .ampromo-close {
    width: 20px;
    height: 20px;
    top: 15px;
    right: 10px;
  }
  .ampromo-overlay .ampromo-gallery .slick-track {
    width: calc(100% + 20px) !important;
    margin-left: -10px;
    margin-right: -10px;
  }
  .ampromo-overlay .ampromo-gallery .ampromo-item {
    margin: 0px 0px 20px 0px;
    padding: 0px 10px !important;
  }
  .ampromo-overlay .ampromo-gallery form .ampromo-item-image {
    margin-bottom: 10px;
  }
  .ampromo-overlay .ampromo-gallery form .ampromo-item-title {
    margin-bottom: 6px;
  }
  .ampromo-overlay .ampromo-gallery form .ampromo-item-title a {
    font-size: 13px;
  }
  .ampromo-overlay .ampromo-popup-container .slick-slide .shot-description {
    font-size: 11px;
    margin-bottom: 6px;
  }
  .ampromo-overlay
    .ampromo-popup-container
    .slick-slide
    .ampromo-product-select
    input {
    height: 15px;
    width: 15px;
  }
  .ampromo-overlay .ampromo-items-form .product-info-price {
    margin-left: 7px;
  }
  .ampromo-overlay .ampromo-items-form .product-info-price .price-wrapper {
    font-size: 13px;
  }
  .ampromo-overlay .ampromo-items-content .ampromo-item-buttons {
    padding: 10px 30px;
    font-size: 16px;
  }
  .ampromo-overlay .ampromo-items-content .ampromo-item-buttons button.action {
    font-size: 16px;
    padding: 8px 20px;
    margin-right: 20px;
  }
  .checkout-index-index
    .modal-popup:not(.agreements-modal):not(.popup-authentication)
    .modal-inner-wrap {
    max-width: 300px;
  }
  .contact-index-index .sidebar.sidebar-main {
    display: none;
  }
  .contact-index-index main#maincontent {
    margin-bottom: 40px;
  }
  .checkout-index-index .checkout-block {
    margin: 7px 0px 32px;
  }
  .checkout-index-index .mageworx-giftcards,
  .checkout-index-index .checkout-payment-method .discount-code {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .checkout-payment-method .payment-option._collapsible .payment-option-title {
    width: 100%;
    margin-top: 0;
  }
  .checkout-payment-method
    .payment-option._collapsible
    .payment-option-content {
    width: 100%;
    padding: 0px 15px 15px;
  }
  .checkout-index-index .mageworx-giftcards .action.action-toggle,
  .checkout-index-index
    .checkout-payment-method
    .discount-code
    span#block-discount-heading {
    padding-right: 15px;
  }
  .checkout-payment-method .payment-option-title .action-toggle:after {
    right: 0px;
  }
  .contact-index-index main#maincontent .columns {
    width: 100%;
  }
  div#tea-categories {
    width: 100%;
  }
  div#tea-categories-photo {
    float: left;
    width: 100%;
  }
  div#oxidation {
    text-align: center;
  }
  div#oxidation-caption {
    width: 100%;
  }

  div#intro-four-types {
    width: 100%;
  }
  #types-of-tea-heading {
    width: 100%;
  }
  div#chinese-tea-garden {
    width: 100%;
    text-align: center;
  }
  div#types-of-tea-more-caption {
    width: 100%;
    margin-top: 15px;
  }

  .cms-pages-tea-guide-page-two-html div#PageContent #container {
    width: 100%;
  }
  .cms-pages-tea-guide-page-two-html div#PageContent #white-tea {
    width: 100%;
  }
  .cms-pages-tea-guide-page-two-html div#PageContent #chinese-teapot {
    width: 100%;
    text-align: center;
  }
  .cms-pages-tea-guide-page-two-html div#PageContent h5 {
    margin: 15px 0;
  }

  .cms-pages-tea-guide-page-two-html div#PageContent #white-tea-more {
    width: 100%;
  }
  .cms-pages-tea-guide-page-two-html
    div#PageContent
    #white-peony-silver-needle {
    width: 100%;
  }
  .cms-pages-tea-guide-page-two-html
    div#PageContent
    #white-peony-silver-needle-description {
    width: 100%;
  }
  .cms-pages-tea-guide-page-two-html div#PageContent #green-tea-intro {
    width: 100%;
  }
  .cms-pages-tea-guide-page-two-html div#PageContent #green-tea-cup {
    width: 100%;
  }
  .cms-pages-tea-guide-page-two-html div#PageContent #green-tea {
    width: 100%;
  }
  .cms-pages-tea-guide-page-two-html div#PageContent #container {
    width: 100%;
  }

  /*------------ Start of 17-12-2020------------*/
  .cms-pages-tea-guide-page-three-html .Moveable #oolong-tea {
    width: 100%;
  }
  .cms-pages-tea-guide-page-three-html .Moveable #oolong-tea-candles {
    width: 100%;
  }
  .cms-pages-tea-guide-page-three-html .Moveable #oolong-tea-about {
    width: 100%;
  }
  .cms-pages-tea-guide-page-three-html .Moveable #oolong-tea-dish {
    width: 100%;
  }
  .cms-pages-tea-guide-page-three-html #black-tea-milk-sugar {
    width: 100%;
  }
  .cms-pages-tea-guide-page-three-html #black-tea-milk-sugar {
    width: 100%;
    margin-bottom: 15px;
  }
  .cms-pages-tea-guide-page-three-html .Moveable #black-tea-table {
    width: 100%;
  }
  .cms-pages-tea-guide-page-three-html .Moveable #black-tea-health {
    width: 100%;
  }
  .cms-pages-tea-guide-page-three-html #black-tea-about {
    width: 100%;
  }

  .cms-pages-tea-guide-page-three-html .Moveable #oolong-tea-dish strong,
  .cms-pages-tea-guide-page-three-html #black-tea-milk-sugar strong,
  .cms-pages-tea-guide-page-three-html .Moveable #black-tea-table strong {
    display: block;
  }

  .cms-pages-tea-guide-page-eight-html #container #freshness {
    width: 100%;
  }
  .cms-pages-tea-guide-page-eight-html #ceylon-tea-garden {
    width: 100%;
  }
  .cms-pages-tea-guide-page-eight-html #ceylon-tea-garden strong {
    display: block;
  }
  .cms-pages-tea-guide-page-eight-html #tea-plantation {
    width: 100%;
  }
  .cms-pages-tea-guide-page-eight-html #estate-teas {
    width: 100%;
  }
  .cms-pages-tea-guide-page-eight-html #blending-scenting-about {
    width: 100%;
  }
  .cms-pages-tea-guide-page-eight-html #dried-flowers-and-herbs {
    width: 100%;
  }
  .cms-pages-tea-guide-page-eight-html #natural-flavor {
    width: 100%;
    margin-bottom: 20px;
  }
  .cms-pages-tea-guide-page-eight-html #natural-teas {
    width: 100%;
  }

  .cms-pages-tea-guide-page-nine-html #cupping-tea {
    width: 100%;
  }
  .cms-pages-tea-guide-page-nine-html #green-teapot {
    width: 100%;
  }
  .cms-pages-tea-guide-page-nine-html #colorful-teacups {
    width: 100%;
  }
  .cms-pages-tea-guide-page-nine-html #five-senses {
    width: 100%;
  }
  .cms-pages-tea-guide-page-nine-html #fragrance {
    width: 100%;
  }
  .cms-pages-tea-guide-page-nine-html #cupping-tea-photo {
    width: 100%;
    padding-top: 10px;
  }
  .cms-pages-tea-guide-page-nine-html #tea-experience {
    width: 100%;
  }
  .cms-pages-tea-guide-page-nine-html #green-teapot-photo {
    width: 100%;
  }

  .cms-pages-tea-guide-page-ten-html #how-to-brew-tea-picture {
    width: 100%;
    margin-bottom: 30px;
  }
  .cms-pages-tea-guide-page-ten-html #how-to-brew-tea-intro {
    width: 100%;
  }
  .cms-pages-tea-guide-page-ten-html #tea-brewing-tips {
    width: 100%;
  }
  .cms-pages-tea-guide-page-ten-html #iron-teapot-brewing-tea {
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
  #water-temperature {
    width: 100%;
  }
  .cms-pages-tea-guide-page-ten-html #water-leaves {
    width: 100%;
  }
  .cms-pages-tea-guide-page-ten-html #tea-pocket-cup {
    width: 100%;
  }
  .cms-pages-tea-guide-page-ten-html #brewing-equipment {
    width: 100%;
  }
  .cms-pages-tea-guide-page-ten-html #tea-pocket-spoon-tealeaves {
    width: 100%;
  }

  .cms-pages-tea-guide-page-eleven-html .Moveable #tea-and-caffeine {
    width: 100%;
  }
  .cms-pages-tea-guide-page-eleven-html .Moveable #chinese-teapot-pouring {
    width: 100%;
    padding-top: 20px;
  }
  .cms-pages-tea-guide-page-eleven-html .Moveable #decaffeinated-caffeine-free {
    width: 100%;
  }
  .cms-pages-tea-guide-page-eleven-html .Moveable #jasmine-tea {
    width: 100%;
  }

  .cms-pages-tea-guide-page-twelve-html
    #PageContent
    #container
    #tea-and-health {
    width: 100%;
  }
  .cms-pages-tea-guide-page-twelve-html #PageContent #tea-and-health-photo {
    width: 100%;
    text-align: center;
  }
  .cms-pages-tea-guide-page-twelve-html #PageContent #meditation-tea {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .cms-pages-tea-guide-page-twelve-html #PageContent #tea-and-stress-relief {
    width: 100%;
  }
  .cms-pages-tea-guide-page-twelve-html #PageContent #tea-antioxidants-more {
    width: 100%;
  }
  .cms-pages-tea-guide-page-twelve-html #PageContent #tea-antioxidants-photo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .cms-pages-tea-guide-page-thirteen-html #which-tea-is-healthiest {
    width: 100%;
  }
  .cms-pages-tea-guide-page-thirteen-html #serving-tea-cup {
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
  .cms-pages-tea-guide-page-thirteen-html #freshness-health {
    width: 100%;
  }
  .cms-pages-tea-guide-page-thirteen-html #green-tea-health {
    width: 100%;
  }
  /*------------ End of 17-12-2020------------*/

  /*------------ Start of 18-12-2020------------*/
  .cms-pages-tea-guide-page-fifteen-html
    div#PageContent
    #ancient-chinese-teapot {
    width: 100%;
    margin-bottom: 20px;
  }
  .cms-pages-tea-guide-page-fifteen-html div#PageContent #history-introduction {
    width: 100%;
  }
  .cms-pages-tea-guide-page-fifteen-html div#PageContent #china-tea {
    width: 100%;
  }
  .cms-pages-tea-guide-page-fifteen-html
    div#PageContent
    #forbidden-city-beijing {
    width: 100%;
    margin-bottom: 20px;
  }
  .cms-pages-tea-guide-page-fifteen-html
    div#PageContent
    #japanese-tea-woodblock {
    width: 100%;
    margin-bottom: 20px;
  }
  .cms-pages-tea-guide-page-fifteen-html div#PageContent #tea-in-japan {
    width: 100%;
  }
  .cms-pages-tea-guide-page-fifteen-html div#PageContent #tea-russia-more {
    width: 100%;
  }
  .cms-pages-tea-guide-page-fifteen-html
    div#PageContent
    #st-basils-cathedral-russia {
    width: 100%;
  }

  .cms-pages-tea-guide-page-sixteen-html #tea-luxury {
    width: 100%;
  }
  .cms-pages-tea-guide-page-sixteen-html #antique-world-map {
    width: 100%;
    margin-bottom: 20px;
  }
  .cms-pages-tea-guide-page-sixteen-html #invention-black-tea {
    width: 100%;
  }
  .cms-pages-tea-guide-page-sixteen-html #british-clipper-ships {
    width: 100%;
    margin-bottom: 20px;
  }
  .cms-pages-tea-guide-page-sixteen-html #east-india-company {
    width: 100%;
  }
  .cms-pages-tea-guide-page-sixteen-html #tea-plantations-india {
    width: 100%;
  }
  .cms-pages-tea-guide-page-sixteen-html #tea-plantation-india-more {
    width: 100%;
  }
  .cms-pages-tea-guide-page-sixteen-html #tea-plantation-sri-lanka-photo {
    width: 100%;
    margin-bottom: 20px;
  }
  .cms-pages-tea-guide-page-sixteen-html #milk-sugar-caption {
    width: 100%;
  }

  #our-story-intro {
    width: 100%;
  }
  #shorter-version-heading {
    width: 100%;
    margin-bottom: 10px;
  }
  div#our_mission_box {
    width: 100%;
  }
  #pink-flower-postcard {
    width: 100%;
    text-align: center;
  }
  #gourmet-quality {
    width: 100%;
  }
  #purity-organic-natural-tea {
    width: 100%;
  }
  #natural-organic-postcards {
    width: 100%;
    text-align: center;
  }
  div#red-flower-postcard {
    width: 100%;
    text-align: center;
  }
  #our_teas {
    width: 100%;
  }
  #green_teapot_postcard {
    width: 100%;
    text-align: center;
  }
  #ceylon-tea-garden-caption {
    width: 100%;
  }
  /*------------ End of 18-12-2020------------*/

  .customer-register-duplicate .field {
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #fff;
    margin: 0;
  }
  .opc-block-summary {
    background: #fff;
  }
  .checkout-index-index
    #opc-shipping_method
    #checkout-shipping-method-load
    .table-checkout-shipping-method {
    max-width: 100%;
    overflow: scroll;
    width: 100%;
    display: block;
  }
  .checkout-index-index
    .opc-block-summary
    .minicart-items
    .product-item-details {
    width: 100%;
  }
  .checkout-index-index .checkout-block {
    margin: 0;
  }
  .checkout-container .authentication-wrapper {
    margin-top: 0;
    float: left;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  .catalog-category-view
    .products.products-list
    .actions-primary
    .tocart.primary {
    width: 100%;
    margin: 0;
  }
  .catalog-category-view
    .products.products-list
    .item.product
    .actions-primary
    .select-qty-wrapper {
    width: 115px;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .catalog-product-view .product-info-main .box-tocart .fieldset .actions {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 565px) {
  .catalog-category-view
    .products.products-list
    .item.product
    .actions-primary
    .action {
    width: 50%;
    margin: 0;
  }
  .catalog-category-view
    .products.products-list
    .item.product
    .actions-primary
    .select-qty-wrapper {
    width: 50%;
    position: relative;
    padding-right: 13px;
  }
  .catalog-category-view .products.products-list .price-box {
    text-align: center;
    font-family: "VerdanaPro-SemiBold";
    font-size: 17px;
    margin-bottom: 15px;
  }
  .catalog-category-view .products.products-list .price-size-wrapper {
    width: 100%;
    justify-content: center;
  }
  .catalog-category-view
    .products.products-list
    .price-size-wrapper
    span.size-wrapper {
    line-height: 1.7;
  }
  .catalog-category-view
    .products.products-list
    .item.product
    .actions-primary {
    width: 100%;
  }
  .catalog-category-view
    .products.products-list
    .item.product
    .actions-primary
    .select-qty-wrapper {
    margin-bottom: 0;
    width: 120px;
  }
  .catalog-category-view .products.products-list ol.products li.product {
    padding-bottom: 35px;
  }
  .catalog-category-view .products.products-list .homepage-item-qty {
    text-align-last: center;
  }
  .catalog-category-view
    .products.products-list
    .bss-bt-quickview
    a.bss-quickview {
    font-size: 10px;
  }
  .catalog-category-view .products.products-list .bss-bt-quickview {
    top: 10px;
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 479px) {
  .catalog-product-view .product-info-main .box-tocart .fieldset .actions {
    position: static;
    width: 100%;
    bottom: -70px;
    left: 0;
    padding-left: 0;
  }
  .catalog-product-view .product-info-main .product-info-price .price-box {
    margin-bottom: 20px;
  }

  .catalog-product-view .product-info-main .box-tocart .field.qty {
    margin: 0;
    display: flex;
    align-items: center;
    width: auto;
  }
  .catalog-product-view .product-info-main .product-info-price {
    margin: 0;
    width: 70px !important;
    margin-right: 21px;
  }
  .catalog-product-view .product-info-main .box-tocart {
    margin: 0;
    width: 100%;
  }
  .catalog-product-view .product-info-main .product-options-bottom {
    align-items: center;
    justify-content: space-between;
  }

  .catalog-category-view .products.products-list .price-size-wrapper {
    justify-content: flex-end;
  }
  .catalog-category-view
    .products.products-list
    .item.product
    .actions-primary
    .action {
    width: calc(100% - 120px);
  }
  .catalog-category-view .products.products-list .homepage-item-qty {
    background-position: 89%;
  }

  .cart.table-wrapper .cart > .item {
    display: block;
    width: 100%;
  }
  .cart.table-wrapper .cart > .item tr {
    display: block;
  }
  .cart.table-wrapper .col.subtotal {
    float: left;
    width: 100%;
    display: block;
    padding: 0;
    margin-left: 160px;
  }
  .checkout-cart-index
    .cart.table-wrapper
    .product-item-details
    .field.qty
    .control.qty {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .checkout-cart-index
    .cart.table-wrapper
    .product-item-details
    .qty_include_price
    .cart_item_price_info {
    margin-bottom: 7px;
    width: 100%;
    float: left;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .checkout-cart-index .cart.table-wrapper span.price-excluding-tax {
    display: inline-block;
    width: auto;
    float: left;
  }
  .cart.table-wrapper .cart > .item tr.item_remove td {
    padding-top: 4px;
    padding-bottom: 5px;
    display: block;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
    padding: 0 0 20px;
  }
  .checkout-index-index
    .mageworx-giftcards
    #mageworx-giftcards-form
    input.input-text,
  .checkout-index-index
    .checkout-payment-method
    .discount-code
    form#discount-form
    input.input-text {
    width: 100%;
  }
  .checkout-index-index .mageworx-giftcards #mageworx-giftcards-form .primary,
  .checkout-index-index
    .checkout-payment-method
    .discount-code
    form#discount-form
    .actions-toolbar {
    position: relative;
  }
  .checkout-index-index
    .checkout-payment-method
    .discount-code
    form#discount-form
    .actions-toolbar {
    margin-top: 10px;
  }
  .checkout-index-index .mageworx-giftcards #mageworx-giftcards-form .primary {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 420px) {
  .catalog-category-view.page-layout-1column #layered-filter-block-container {
    justify-content: space-between;
    width: 100%;
  }
  .checkout-index-index div#checkout button.action {
    width: 100%;
  }
  .checkout-index-index div#checkout button.action span {
    text-align: center;
    margin: 0 auto;
  }
  .catalog-category-view.page-layout-1column .filter.block {
    width: 50%;
  }
  .catalog-category-view.page-layout-1column .filter.block .filter-title {
    width: 100%;
  }
  .catalog-category-view.page-layout-1column
    .filter.block
    .filter-title
    strong {
    width: 100%;
  }
  .catalog-category-view .custom-sort-by {
    width: 50%;
    position: relative;
  }
  .catalog-category-view .custom-sort-by .product-sort-by {
    width: 95%;
  }
  .catalog-category-view .custom-sort-by #product-sort-by-contect {
    width: 290px;
    left: auto;
  }
  .ampromo-overlay .ampromo-gallery .ampromo-item {
    width: 50% !important;
  }
  .ampromo-overlay .ampromo-items-content .ampromo-item-buttons {
    padding: 10px 10px;
    font-size: 15px;
  }
  .ampromo-overlay .ampromo-items-content .ampromo-item-buttons button.action {
    font-size: 15px;
    padding: 6px 15px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 380px) {
  .catalog-category-view
    .products.products-list
    .item.product
    .actions-primary
    .action {
    width: calc(100% - 120px);
  }
  .catalog-category-view .products.products-list .price-box {
    text-align: right;
  }
  .catalog-category-view .products.products-list .product-item-details {
    width: 56% !important;
  }
  .catalog-category-view .products.products-list .product-item-photo {
    width: 44%;
  }
  .catalog-product-view .category-q-main .column {
    flex-wrap: wrap;
    justify-content: center;
  }
  .catalog-product-view .category-q-main .column .right-c {
    text-align: center;
    width: 100%;
    margin-top: 8px;
  }
  .catalog-product-view .category-q-main .left-c {
    margin-right: 0;
    margin-top: 5px;
  }
  .catalog-product-view .category-q-main .left-c figure {
    width: 35px;
  }
  .catalog-category-view .cus-container .mobile-category-description a {
    font-size: 12px;
  }
}

/*---- End responsive -------*/

@media only screen and (max-width: 575px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content {
    max-width: 100%;
  }
  .payment-method-braintree .hosted-control {
    width: 145px;
  }
  div#search-box .block-content form .mst-searchautocomplete__autocomplete {
    width: 270px !important;
    left: 0 !important;
  }
}
