@import url('typekit-swn1cti.css?z=1769943485428');
@import url('application-blessed1.css?z=1769943485492');

  .flexbox_centered {
    display: flex;
    align-content: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .flexbox_row {
    flex-direction: row;
  }

  .uppercased {
    text-transform: uppercase;
  }

  .tooltip_item_added {
    height: 0px;
    width: 0px;
  }

  .tooltip_item_added .tooltip_title_item_added {
    width: 0px;
  }

  .tooltip_item_added_animate .tooltip_title_item_added{
    width: auto;
  }

  .tooltip_item_added_animate {
    z-index: 1000;
    align-items: center;
    background-color: #539ccd;
    height: 40px;
    opacity: 0;
    position: absolute;
    top: 24px;
    right: -8px;
    width: 123px;
    visibility: hidden;
    border-radius: 3px;
    padding: 0px !important;
    -webkit-box-align: center;
    animation: anim_transparent_mobile 4s ease-out 0s 1 normal none running;
    -webkit-animation: anim_transparent_mobile 4s  ease-out 0s 1 normal none running;
  } @media (min-width: 991px) {
    .tooltip_item_added_animate {
      top: 30px;
      right: -12px;
      animation: anim_transparent 4s ease-out 0s 1 normal none running;    
    }
  }
  
  .tooltip_item_added_animate::after {
      position: absolute;
      content: " ";
      height: 0px;
      right: 8px;
      top: -7px;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #539ccd;
  } @media (min-width: 991px) {
    .tooltip_item_added_animate::after {
        content: " ";
        height: 0px;
        right: 16px;
        margin-left: -7px;
        top: -7px;
        width: 0px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #539ccd;
    }
  } 

  @-webkit-keyframes anim_transparent {
      1% {  
          font-size: 8px;
          height: 100px;
          opacity: 0;
          right: -12px;
          top: -20px;
          transform: scale(0.1);
          visibility: hidden;
          width: 100px;
          border-radius: 50%;
      }
      9% {
          font-size: 16px;
          height: 40px;
          top: 30px;
          opacity: 1;
          right: -12px;
          transform: scale(1);
          visibility: visible;
          width: 123px;
          border-radius: 3px;
      }

      93% {
          height: 40px;
          opacity: 1;
          right: -12px;
          top: 30px;
          transform: scale(1);
          visibility: visible;
          width: 123px;
          border-radius: 3px;
      }

      99% {
          font-size: 8px;
          height: 100px;
          opacity: 0;
          right: -12px;
          top: -20px;
          transform: scale(0.1);
          visibility: hidden;
          width: 100px;
          border-radius: 50%;
      }

      100% {
          height: 40px;
          opacity: 0;
          right: 0px;
          top: 40px;
          transform: scale(1);
          visibility: hidden;
          width: 123px;
      }
  }

  @keyframes anim_transparent {
      1% {  
          font-size: 8px;
          height: 100px;
          opacity: 0;
          right: 10px;
          top: -20px;
          transform: scale(0.1);
          visibility: hidden;
          width: 100px;
          border-radius: 50%;
      }
      9% {
          font-size: 16px;
          height: 40px;
          top: 30px;
          opacity: 1;
          right: -12px;
          transform: scale(1);
          visibility: visible;
          width: 123px;
          border-radius: 3px;
      }

      93% {
          height: 40px;
          opacity: 1;
          right: -12px;
          top: 30px;
          transform: scale(1);
          visibility: visible;
          width: 123px;
          border-radius: 3px;
      }

      99% {
          font-size: 8px;
          height: 100px;
          opacity: 0;
          right: -12px;
          top: -20px;
          transform: scale(0.1);
          visibility: hidden;
          width: 100px;
          border-radius: 50%;
      }

      100% {
          height: 40px;
          opacity: 0;
          right: 0px;
          top: 40px;
          transform: scale(1);
          visibility: hidden;
          width: 123px;
      }
  }
  @keyframes anim_transparent_mobile {
      1% {
          font-size: 8px;
          height: 100px;
          opacity: 0;
          right: -42px;
          top: -24px;
          transform: scale(0.1);
          visibility: hidden;
          width: 100px;
          border-radius: 50%;
      }
      9% {
          font-size: 16px;
          height: 40px;
          opacity: 1;
          right: -8px;
          top: 30px;
          transform: scale(1);
          visibility: visible;
          width: 123px;
          border-radius: 3px;
      }
      93% {
          font-size: 16px;
          height: 40px;
          opacity: 1;
          right: -8px;
          top: 24px;
          transform: scale(1);
          visibility: visible;
          width: 123px;
          border-radius: 3px;
      }
      99% {
          font-size: 8px;
          height: 100px;
          opacity: 0;
          right: -42px;
          top: -33px;
          transform: scale(0.1);
          visibility: hidden;
          width: 100px;
          border-radius: 50%;
      }
      100% {
          opacity: 0;
          visibility: hidden;
      }
  }

  .tooltip_title_item_added {
      text-align: center;
      color: rgb(255, 255, 255);
      font-size: 16px;
      margin: 0px;
  }

  .filter-open .form-group select, 
  .filter-open .checkout .order-details .returning-customer .form-group select, 
  .checkout .order-details .returning-customer .filter-open .form-group select, 
  .filter-open .shopping-cart .order-details .returning-customer .form-group select, .shopping-cart .order-details .returning-customer .filter-open .form-group select {
    color: #4b4c4c;
    padding-left: 115px; }
  .filter-open .form-group .fa.fa-chevron-down {
    top: 20px;
    display: none; }
    @media (max-width: 991px) {
      .filter-open .form-group .fa.fa-chevron-down {
        display: block;
        width: 40px;
        padding-left: 5px;
        background-color: #FFFFFF;
        height: 25px;
        background-color: #FFFFFF;
        right: 0; } }
    @media (max-width: 767px) {
      .filter-open .form-group .fa.fa-chevron-down {
        display: inline-block; } }
  .filter-open .page-filter {
    width: 200px; }
    .filter-open .page-filter:before {
      left: 35px;
      display: none; }
    @media (max-width: 767px) {
      .filter-open .page-filter {
        width: 60px; } }

  #wrap {
      position: relative;
  }
  
  .filter-open #wrap {
      position: fixed;
  }
  /*.filter-open .product-index .container {
    padding-left: 0;
    max-width: 1400px;
    width: auto;
    margin: 0 0 0 230px;
    padding-right: 30px; }
    @media (max-width: 767px) {
      .filter-open .product-index .container {
        padding-right: 15px;
        padding-left: 15px;
        margin: 0; } }
  @media (max-width: 991px) {
    .filter-open .product-index .product-card .product-info .btn {
      font-size: 12px; } }*/
  /*@media (max-width: 767px) {
    .filter-open .category-selector ul {
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .filter-open .category-selector {
      left: 270px; } }
  .filter-open .category-selector li {
    padding: 0; }
  @media (max-width: 767px) {
    .filter-open .navbar {
      right: -270px;
      left: 270px; } }
  .filter-open .main-navigation {
    display: none; }*/

.page-filter {
  position: absolute;
  padding: 12px;
  width: 57px;
  left: 0;
  top: 0;
  height: 48px;
  background-color: #41a6bf;
  cursor: pointer;
  border-radius: 0;
  z-index: 1;
  margin: 0;
  -webkit-transition: width 0.25s;
  transition: width 0.25s; }
  .page-filter:before {
    content: "Filter";
    position: absolute;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    visibility: hidden;
    left: -50px;
    -webkit-transition: width 0.25s;
    transition: width 0.25s; }
  @media (max-width: 767px) {
    .page-filter {
      border: none;
      right: 0;
      width: 46px;
      height: 36px;
      background-color: transparent; }
      .page-filter:hover {
        background-color: transparent !important; } }
  .page-filter svg {
    float: right;
    height: 22px;
    width: 24px;
    margin: -3px 0 0 0px; }

.filter-parameters {
  position: fixed;
  height: 100%;
  width: 200px;
  left: -270px;
  background-color: #e6eaeb;
  top: 140px;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  overflow-y: hidden; }
  .filter-parameters:hover {
    overflow-y: auto; }
  @media (max-width: 767px) {
    .filter-parameters {
      width: 270px;
      top: 0;
      overflow: scroll;
      padding-bottom: 0; } }
  .filter-parameters .filter-header {
    margin-bottom: 6px; }
  #category_side_bar #side_bar_wrapper .filtermenu-header {
    background-color: #FFFFFF;
    color: #4b4c4c;
    font-size: 20px;
    height: 60px;
    text-align: left;
    /*font-weight: 700; disabled by Li Jin. 2018_3_23 Not looking good*/
    line-height: 60px;
    padding-left: 20px; }
  #category_side_bar #side_bar_wrapper .fa {
    display: none; }
  #category_side_bar #side_bar_wrapper a {
    display: block;
    height: 45px;
    font-size: 17px;
    line-height: 44px;
    color: #939598;
    text-transform: uppercase;
    /*font-weight: 700; disabled by Li Jin. 2018_3_23 Not looking good*/
    text-align: left;
    padding-left: 20px; }
  /*  #category_side_bar #side_bar_wrapper a:hover {
      text-decoration: none;
      color: #3774a2;
      font-size: 20px;
      }*/
  #category_side_bar #side_bar_wrapper:before {
    display: none;
    content: "Categories:";
    position: absolute;
    left: 15px;
    top: calc(100% - 40px);
    font-size: 20px;
    color: #939598;
  }
    @media (max-width: 991px) {
      #category_side_bar #side_bar_wrapper:before {
        font-size: 16px;
        line-height: 20px; } }
  #category_side_bar #side_bar_wrapper select {
    background-color: #FFFFFF;
    border: none;
    border-radius: 0;
    border-left: 2px solid #e6eaeb;
    height: 60px !important;
    display: none;
    color: #4b4c4c;
    font-size: 20px; }
    @media (max-width: 991px) {
      #category_side_bar #side_bar_wrapper select {
        padding: 0 0 0 100px;
        display: block;
        font-size: 16px; } }
    @media (max-width: 767px) {
      #category_side_bar #side_bar_wrapper select {
        font-size: 16px; } }
  .filter-parameters .filter-wrapper {
    display: none;
    padding: 30px;
    text-align: left; }
    @media (max-width: 991px) {
      .filter-parameters .filter-wrapper {
        padding-top: 15px; } }
    @media (max-width: 767px) {
      .filter-parameters .filter-wrapper {
        padding: 0 15px; } }
    .filter-parameters .filter-wrapper li {
      width: 100%;
      margin: 0;
      border-bottom: none;
      position: relative;
      margin-bottom: 20px; }
      .filter-parameters .filter-wrapper li:hover {
        border-bottom: none;
        margin: 0 0 20px 0; }
      .filter-parameters .filter-wrapper li label {
        color: #939598;
        font-size: 18px;
        font-weight: 700;
        line-height: 14px; }
      .filter-parameters .filter-wrapper li .filter-clear {
        color: #bec1c2;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        position: absolute;
        right: 0px;
        top: 5px;
        cursor: pointer; }
    .filter-parameters .filter-wrapper .checkbox-group {
      padding: 3px 0px; }
      .filter-parameters .filter-wrapper .checkbox-group label {
        cursor: pointer;
        position: relative; }
      .filter-parameters .filter-wrapper .checkbox-group input {
        height: 14px;
        width: 14px;
        position: absolute;
        left: 0; }
      .filter-parameters .filter-wrapper .checkbox-group span {
        color: #4b4c4c;
        font-size: 14px;
        font-weight: 400;
        line-height: 14px;
        padding-left: 20px;
        float: left; }

.filter-colors .radio-group {
  float: left;
  margin-right: 6px; }
  .filter-colors .radio-group input {
    height: 16px;
    width: 16px;
    border: none; }
    .filter-colors .radio-group input:checked {
      border: 2px solid #539ccd; }
      .filter-colors .radio-group input:checked:after {
        content: none; }

.product-index {
  background-color: #f2f6f7;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .product-index {
      padding-bottom: 15px; } }

  .product-index .container {
    -webkit-transition: width 0.3s;
    transition: width 0.3s; }
  .product-index .ads img {
    margin-top: 30px;
    width: 100%;
    border-radius: 6px; }
    @media (max-width: 767px) {
      .product-index .ads img {
        margin-top: 15px; } }
  .product-index .header-signup {
    background-color: white;
    padding: 30px 0 10px; }
    @media (max-width: 767px) {
      .product-index .header-signup { display: none;} }
    .product-index .header-signup .container .row { position: relative; }
      .product-index .header-signup .signup-container {width: 390px; margin: 0 auto; }
        @media (max-width: 767px) {
          .product-index .header-signup .signup-container { width: calc(100% - 80px); margin-left: 15px; }}
        .product-index .header-signup .signup-container .alert { display: none; }
        .product-index .header-signup .signup-container .btn {
          width: 110px;
          height: 40px;
          margin-left: 15px;
          font-size: 16px; }
          @media (max-width: 767px) {
            .product-index .header-signup .signup-container .btn { width: 100%; margin: 0;} }
        .product-index .header-signup .signup-container .form-group input[type="text"] {
          height: 40px;
          width: 265px;/*calc(100% - 147px);*/
          font-size: 16px; 
          margin-bottom: 0px; }
          @media (max-width: 767px) {
            .product-index .header-signup .signup-container .form-group input[type="text"] { width: 100%; margin-bottom: 15px; } }
          .product-index .header-signup .signup-container .form-group label { top: 12px; font-size: 16px; }
          .product-index .header-signup .signup-container .form-group input:focus ~ label,
          .product-index .header-signup .signup-container .form-group input.used ~ label {
            top: -5px; 
            font-size: 12px;
            background-color: #f2f6f7; }
      .product-index .header-signup .gi-x {
        position: absolute;
        top: 50%;
        right: 20px;
        color: #999;
        font-family: 'icomoon' !important;
        font-style: normal;
        line-height: 15px;
        cursor: pointer;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        .product-index .header-signup .gi-x:before { content: "\e917"; }

  .product-index .gift_banner_container {
      padding-top: 20px;
      padding-bottom: 20px;
      background-color: #fff;
      margin-bottom: 0px;
  } @media (max-width: 767px) {
      .product-index .gift_banner_container {
        padding-top: 10px;
        padding-bottom: 10px;
      }
    }

    .product-index .gift_banner_container a {
      display: inline-block;
      position: relative;
    }

    .product-index .gift_banner_container .banner_title_container {
      display: inline-block;
      position: absolute;
      top: 0px;
      width: 33%;
      height: 100%;
      font-size: 35px;      
      font-weight: 700;
      text-decoration: none;
      text-align: center;
      padding: 10px 50px; 
    }

    .product-index .gift_banner_container .banner_title {
      display: table-cell;
      vertical-align: middle;
      height: 90px;      
      font-size: 35px;
      line-height: 45px;
    }

    .product-index .gift_banner_container .title_right {
      right: 0px;
    }

    .product-index .gift_banner_container .title_left {
      left: 0px;
    }

    .product-index .gift_banner_container .title_center {
      left: 33.33%;      
    }

    .product-index .gift_banner_container .item a {
      width: 100%;
    }

  .product-index .banner_container {
      padding-top: 20px;
      background-color: #fff;
  } @media (max-width: 767px) {
      .product-index .banner_container {
        padding-top: 10px;
      }
    }

  .product-index .deal_ad {
     background-color: #fff;
  }

  .product-index .highlighted_deals{     
     background-color: #fff;
     padding-bottom: 20px;
     margin-bottom: 0px;
  }  @media (max-width: 767px) {
      .product-index .highlighted_deals {
        padding-top: 10px;
        padding-bottom: 10px;
      }
    }

  .product-index .highlighted_deals .product-card {
    margin-top: 0px;
  }
  .product-index .highlighted_deals .tile_left{
      width: 50%;
      padding-right: 10px;
      float: left;
  } @media (max-width: 767px) {
      .product-index .highlighted_deals .tile_left{
          width: 100%;
          padding-right: 0px;
      }
    }
  .product-index .highlighted_deals .tile_right{
      width: 50%;
      padding-left: 10px;
      float: left;
  } @media (max-width: 767px) {
       .product-index .highlighted_deals .tile_right{
            width: 100%;
            padding-left: 0px;
            padding-top: 10px;
        }
    } 

  .product-index .top_four_revenue_deals .row_header{
      background-color: #fff;
  }

  .product-index .deal_list_container .row_header{
      background-color: #fff;
      padding-top: 0px;
      padding-bottom: 0px;
  }

  .product-index .deal_list_container .row_sub_header{
      background-color: transparent;
      border-bottom: none;
  }
  
  .product-index .deal_list_container .row_sub_header .filter_box{
      padding-top: 20px;
  }

  .product-index .deal_list_container .row_sub_header .filter_box > div{
      float: left;
  }

  .product-index .deal_list_container .row_sub_header .filter_box .dropbtn {
      display: inline-block;
      color: #939598;
      text-align: center;
      padding: 12px 0px;
      text-decoration: none;
      font-size: 18px;
      width: 100%;
      font-weight: 400;
  }

  .product-index .deal_list_container .row_sub_header .filter_box .dropdown:hover {
      background-color: #539ccd;
  }

  .product-index .deal_list_container .row_sub_header .filter_box .dropdown:hover .dropbtn{
      color: white;
      font-weight: 500;
  }

  .product-index .deal_list_container .row_sub_header .filter_box .dropdown {
      background-color: #fff;
      display: inline-block;
      margin-left: 30px;
      width: 200px;      
  } @media (max-width: 767px) {
        .product-index .deal_list_container .row_sub_header .filter_box .dropdown {
            margin-bottom: 10px;
            width: 100%;
            margin-left: 0px;
        }
    }  

  .product-index .deal_list_container .row_sub_header .filter_box .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f9f9f9;
      min-width: 100%;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 10;
  }

  .product-index .deal_list_container .row_sub_header .filter_box .dropdown-content a {
      color: #939598;
      font-size: 16px;
      padding: 10px 16px;
      text-decoration: none;
      display: block;
      text-align: center;
  }

  .product-index .deal_list_container .row_sub_header .filter_box .dropdown-content a:hover { 
    background-color: #539ccd;
    color: #fff;
  }

  .product-index .deal_list_container .row_sub_header .filter_box .dropdown:hover .dropdown-content {
      display: block;
  }


  .product-index .deal_list_container .row_sub_header .filter_box ul li{
    float: left;
  }
  
  .product-index .event_deals .row_header{
      background-color: #fff;
  }

  .product-index .todays_new_deals .row_header{
      background-color: #fff;
  }

  .product-index .featured_categories .row_header{
      background-color: #fff;
  }

  .product-index .featured_categories .featured_category_item{
      padding: 30px 10px;
      float: left;
      width: 20%;
      text-align: center;
  }   
    .product-index .featured_categories .featured_category_item img{
      width: 100%;
      border-radius: 50%;
    }  
    .product-index .featured_categories .featured_category_item .category_title{
      display: inline-block;
      padding-top: 10px;
      font-size: 18px;
      font-weight: 700;
      color: #939598;
    } @media (max-width: 767px) {
        .product-index .featured_categories .featured_category_item .category_title{        
          font-size: 12px;
          font-weight: 500;
        }
    }

  .product-index .product-card {
    font-family: "proxima-nova-soft";
    position:relative;
    /*padding: 6px 6px;*/
    background-color: #fff;
    margin-top: 30px;
    overflow: hidden; 
    letter-spacing: 0.15em;
  }
    @media (max-width: 767px) {
      .product-index .product-card {
        margin-top: 15px; } }
    .product-index .product-card a {
      display: block; }
    .product-index .product-card .product-image {
      display: block;
      position: relative;
      height: 0;
      /*padding-bottom: 65.2173%;*/
      padding-bottom: 100%;
      z-index: 0; }
      .product-index .product-card .product-image .discount-ribbon {
        background-color: #539ccd;
        color: #FFFFFF;
        width: 86px;
        position: absolute;
        padding: 6px 12px;
        line-height: 11px;
        top: 20px;
        right: -5px; }
        .product-index .product-card .product-image .discount-ribbon span {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          left: -6px;
          top: 0;
          border-width: 12px 4px 11px 6px;
          border-style: solid;
          border-color: #539ccd #539ccd #539ccd transparent; }
        .product-index .product-card .product-image .discount-ribbon:before {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          left: -9px;
          top: 0;
          border-width: 12px 4px 11px 6px;
          border-style: solid;
          border-color: #40a3bb #40a3bb #40a3bb transparent; }
        .product-index .product-card .product-image .discount-ribbon:after {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          right: 0;
          top: 100%;
          border-width: 4px 3px 3px 2px;
          border-style: solid;
          border-color: #378ea3 transparent transparent #378ea3; }
      .product-index .product-card .product-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden;
        background: #ffffff;
        transition: all .2s ease-in-out;
        /*border-radius: 6px 6px 0 0;*/ }
        @media(min-width: 768px) {
          .product-index .product-card .product-image:hover img {
            transform: scale(1.1);
          }    
        }
      
      .product-index .product-card .product-image .product-remaining {
        background-color: rgba(0, 0, 0, .5);
        color: #FFFFFF;
        width: 100%;
        position: absolute;
        padding: 10px 10px;
        bottom: 0px;
        font-weight: 800;
        font-size: 14px;}
        @media (max-width: 767px) {
          .product-index .product-card .product-image .product-remaining {
            font-size: 13px;}}
            .product-index .product-card .product-image .product-remaining img.clock {
              width: 15px;
              height: 15px;}
              .product-index .product-card .product-image .product-remaining .product-time-remaining {
                float: left;
                width: 68%;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;}
                .product-index .product-card .product-image .product-remaining .product-unit-remaining {
                  float: right;
                  text-align: right;
                  width: 30%;
                  overflow: hidden;
                  white-space: nowrap;
                  text-overflow: ellipsis;}
    .product-index .product-card .product-info {
      display: flex;
      justify-content: stretch;
      background-color: #FFFFFF;       
      font-size: 14px !important; 
      line-height: 11px;
      height: 80px;
      position: relative;
      z-index: 2; 
      width: calc(100% + 2px);
      margin-left: -1px;
    }
      @media (max-width: 991px) {
        .product-index .product-card .product-info {
          line-height: 12px;}}
      .product-index .product-card .product-info .btn {
        width: 30%; }
        @media (max-width: 1199px) {
          .product-index .product-card .product-info .btn {
            width: 35%;
            padding: 6px 0; } }
      
      .product-index .product-card .product-info .opt_overlay {
          background-color: rgba(255, 255, 255, 0.5);
          position: absolute;
          padding: 6px 12px 5px;
          right: 8px;
          top: -38px; 
          pointer-events: none;
      }
      .product-index .product-card .product-info .opt_overlay .text_opt_overlay{
          line-height: calc(1em + 8px);
          font-weight: 500;
          text-transform: uppercase;
          columns: #939598;
          font-size: 12px;
      }

      .product-index .product-card .product-info .svg-container {
          position: absolute;
          top: -18px;
          left: 0px;
          width:66%; 
          height: 20px;
       }

       .product-index .product-card .product-info .text-container {
          padding-left: 10px; 
          padding-top: 10px;
          font-size: 14px;
          width: 100%;
          color: #939598;
       }
       .product-index .product-card .product-info .text-container p {
          font-size: 14px;
       }

       .product-index .product-card .product-info .text-container span{
          line-height: 20px;
       }
        @media (max-width: 1199px) {
            .product-index .product-card .product-info .text-container {              
              font-size: 15px;
            }
        }
        @media (max-width: 991px) {
           .product-index .product-card .product-info .text-container {              
              font-size: 14px;
            }       
        } 

      .product-index .product-card .product-info .text-container .price_container {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .product-index .product-card .product-info .text-container .price_container #price{
        font-family: 'Helvetica-Bold';
        font-size: 16px;
        color: #539ccd;
      }
      .product-index .product-card .product-info .text-container .price_container #mrsp{
          text-decoration: line-through;
          font-family: 'Helvetica-Light';
          font-size: 12px;
      }
      .product-index .product-card .product-info .text-container .title_container {
          white-space: nowrap; 
          overflow: hidden; 
          text-overflow: ellipsis; 
          text-align: center;
          line-height: 20px;
          width: calc(100% - 10px);                          
      }
      .product-index .product-card .product-info .text-container .title_container p {
            display: inline-block;
            font-family: 'Helvetica-Light';
            font-weight: 100;
            font-size: 14px;
      }
      .product-index .product-card .product-info .text-container .option_container {
          text-align: center;          
          width: calc(100% - 10px);                       
      }
      .product-index .product-card .product-info .text-container .option_container p {
          font-family: 'ACaslonPro-Italic';
          font-size: 14px;
          font-weight: 500;
          line-height: 24px;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;          
      }

      .product-index .product-card .product-info .text {
        float: left;
        width: 65%; }
        @media (max-width: 1199px) {
          .product-index .product-card .product-info .text {
            width: 60%; } }
        .product-index .product-card .product-info .text .title {
          margin-bottom: 6px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          line-height: 17px;
          color: #606060; 
          font-weight: 500;}
          .product-index .product-card .product-info .text .price {
            font-size: 14px;
            line-height: 14px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;}
            @media (max-width: 1199px) {
              .product-index .product-card .product-info .text .price {
                font-size: 12px;}}
          .product-index .product-card .product-info .text .price span {
            margin-right: 5px;
            font-weight: 800;
            text-transform: uppercase;}
            .product-index .product-card .product-info .text .price span.current-price {
              color: #539ccd}
              .product-index .product-card .product-info .text .price span.msrp-price {
                color: #939598;
                text-decoration: line-through;
                font-weight: 500;}
                .product-index .product-card .product-info .text .price span.discount-price {
                  color: #606060}
      .product-index .product-card .product-info .deal-action {
        position: absolute;
        display: flex;
        align-items: center;
        right: 10px;
        bottom: 85px;
        }      

        .product-index .product-card .product-info .deal-action button img{
            width: 100%;
            height: 100%;
        }
        .product-index .product-card .product-info .deal-action button {
          padding: 0px 0px;
          display: inline-block;
          background-color: transparent;
          border: none;
          border-radius: 13px;
          font-size: 12px;
          margin-left: 4px; 
          height: 20px;
          width: 20px;
          opacity: 0.7;
          transition: transform 0.2s ease;
        }

        .product-index .product-card .product-info .deal-action button:hover {         
          opacity: 1.0;
          transform: scale(1.2);
        }

        .product-index .product-card .product-info .deal-action button.highlighted {         
          opacity: 1.0 !important;
        }

          .product-index .product-info .deal-action button a {
            color: #939598;
            text-decoration: none; }
            .product-index .product-info .deal-action button a i.fa-heart,
            .product-index .product-info .deal-action button a i.fa-thumbs-up,
            .product-index .product-info .deal-action button a i.fa-thumbs-down {
              color: #539ccd; }
            .product-index .product-info .deal-action button a i.fa-heart-o,
            .product-index .product-info .deal-action button a i.fa-thumbs-o-up,
            .product-index .product-info .deal-action button a i.fa-thumbs-o-down {
              color: #939598; }          

    .product-index .placed-ad a {
        position:relative; 
        width:100%; 
        padding-top: calc(100% + 80px);
    }
    .product-index .placed-ad img {
        width:100%; height:100%; position:absolute; top:0; left:0; bottom: 0; right:0;
        object-fit: cover;
    }

    .product-index .product-card #fb_post_contents_container {
      display: none; }

    .product-index .product-card .save_ribbon {      
      position: absolute;
      width: 96px;
      top: 18px;
    }
    .product-index .product-card .save_ribbon .ribbon_container{
      position: relative;
    }
    .product-index .product-card .save_ribbon .ribbon_container img{
      width: 100%;
    }
    .product-index .product-card .save_ribbon .ribbon_container span{
      position: absolute;
      left: 2px;
      top: 50%;
      transform: translateY(-50%);
      color: #fff;
      font-family: 'Helvetica-BoldOblique';
      font-size: 12px;
    }

    .product-index .product-card .share_list {
      /*width:calc(100% - 12px);*/
      position: absolute;
      z-index: 1;
      display: flex;
      flex-direction: column;
      right: 10px;
      bottom: 105px;
      transition: transform 0.3s ease;
    } 
      .product-index .product-card .share_list div {
          margin-bottom: 4px;
          visibility: hidden;                   
          opacity: 0;                    
          transform: scale(0.0);
          transition: visibility 0.3s linear, opacity 0.33s linear, transform 0.2s ease;          
      }
      .product-index .product-card .share_list div.animShow {
          visibility: visible;       
          opacity: 1;
          transform: scale(1.0);
      }
          .product-index .product-card .share_list div a {
            display: block;
            width: 20px;
            height: 20px;
            border-radius: 10px;
            background-color: #fff;
            color: #111;
            color: rgba(0, 0, 0, 0.7);
            text-decoration: none;
            opacity: 0.7;
            transition: transform 0.2s ease;
            }
            .product-index .product-card .share_list div a:hover,
            .product-index .product-card .share_list div a:focus {
              color: #fff;
              text-decoration: none;
              opacity: 1.0;
              transform: scale(1.2);
            }
              .product-index .product-card .share_list .share_fb.animShow{
                  transition-delay: 0.2s;
              }
              .product-index .product-card .share_list .share_pt.animShow{
                  transition-delay: 0.15s;
              }
              .product-index .product-card .share_list .share_tw.animShow{
                  transition-delay: 0.1s;
              }
              .product-index .product-card .share_list .share_gg.animShow{
                  transition-delay: 0.05s;
              }
              .product-index .product-card .share_list .share_em.animShow{
                  transition-delay: 0s;
              }

              .product-index .product-card .share_list .share_fb {
                  transition-delay: 0s;
              }
              .product-index .product-card .share_list .share_pt {
                  transition-delay: 0.05s;
              }
              .product-index .product-card .share_list .share_tw {
                  transition-delay: 0.1s;
              }
              .product-index .product-card .share_list .share_gg {
                  transition-delay: 0.15s;
              }
              .product-index .product-card .share_list .share_em {
                  transition-delay: 0.2s;
              }

              .product-index .product-card .share_list div a.fb {
                  padding: 3px 6px;
              }
              .product-index .product-card .share_list div a.pt {
                  padding: 3px 5px;
              }
              .product-index .product-card .share_list div a.tw {
                  padding: 1px 4px;
                  transition-delay: 0.4s;
              }
              .product-index .product-card .share_list div a.gg {
                  padding: 2px 4px;
              }
              .product-index .product-card .share_list div a.em {
                  padding: 0px 3px;
              }
              .product-index .product-card .share_list div a.fb:hover {
                background-color: #44589b; }
              .product-index .product-card .share_list div a.fb:focus {
                color: #44589b; }
              .product-index .product-card .share_list div a.pt:hover {
                background-color: #bf0013; }
              .product-index .product-card .share_list div a.pt:focus {
                color: #bf0013; }
              .product-index .product-card .share_list div a.tw:hover {
                background-color: #4099ff; }
              .product-index .product-card .share_list div a.tw:focus {
                color: #4099ff; }
              .product-index .product-card .share_list div a.gg:hover {
                background-color: #d34836; }
              .product-index .product-card .share_list div a.gg:focus {
                color: #d34836; }
              .product-index .product-card .share_list div a.em:hover {
                background-color: #539ccd; }
              .product-index .product-card .share_list div a.em:focus {
                color: #539ccd; }
            .product-index .product-card .share_list   div a i {
              font-size: 14px; }

  .product-index .product-card-large {
    position:relative;    
    background-color: #fff;
    padding: 20px 0;
    overflow: hidden; }
    @media (max-width: 767px) {
      .product-index .product-card-large {
        padding-top: 5px; } }
    .product-index .product-card-large a {
      display: block; }
    .product-index .product-card-large .product-image {
        display: block;
        width: 75%;
        float: left;
        position: relative;
      }
       @media (max-width: 767px) {
          .product-index .product-card-large .product-image {
            width: 100%;
          }
       }
      .product-index .product-card-large .product-image img {        
        width: 100%;        
        }
    .product-index .product-card-large .product-info {
        display: flex;
        align-items: center;
        float: left;  
        width: 25%;
        font-size: 14px;
        height: 543px;
        text-align: center;
      } 
      @media (max-width: 1199px) {
        .product-index .product-card-large .product-info {
          height: 445px;
        }
      }
      @media (max-width: 991px) {
        .product-index .product-card-large .product-info {
          height: 337px;
        }
      }
      @media (max-width: 767px) {
          .product-index .product-card-large .product-info {      
            width: 100%;            
            height: auto;
            margin-bottom: 40px;
          }       
      }
      
        .product-index .product-card-large .product-info .text-container .top_title_container {
          text-align: center;
          color: #539ccd;
          font-size: 32px; 
          font-weight: 600;
        }
         @media (max-width: 1199px) {
            .product-index .product-card-large .product-info .text-container .top_title_container {
              font-size: 28px;
            }
         }
         @media (max-width: 991px) {
            .product-index .product-card-large .product-info .text-container .top_title_container {
              font-size: 20px;
            }
         }

        .product-index .product-card-large .product-info .text-container .price_container{
            color: #539ccd;
            font-weight: 700;
            line-height: 90px;
        } 
           @media (max-width: 991px) {
              .product-index .product-card-large .product-info .text-container .price_container{                  
                  line-height: 60px;
              } 
           }
          .product-index .product-card-large .product-info .text-container .price_container #dollar{
              font-size: 60px; 
              vertical-align: sub;
          }
          .product-index .product-card-large .product-info .text-container .price_container #price{
            font-size: 120px; 
            vertical-align: middle;
          }
          .product-index .product-card-large .product-info .text-container .price_container #fraction{
            font-size: 50px; 
            vertical-align: super;
          }
          @media (max-width: 1199px) {
            .product-index .product-card-large .product-info .text-container .price_container #dollar{
              font-size: 50px;              
            }
            .product-index .product-card-large .product-info .text-container .price_container #price{
              font-size: 100px;               
            }
            .product-index .product-card-large .product-info .text-container .price_container #fraction{
              font-size: 40px;               
            }
          }
          @media (max-width: 991px) {
            .product-index .product-card-large .product-info .text-container .price_container #dollar{
              font-size: 40px;              
            }
            .product-index .product-card-large .product-info .text-container .price_container #price{
              font-size: 80px;               
            }
            .product-index .product-card-large .product-info .text-container .price_container #fraction{
              font-size: 30px;               
            }
          }
        .product-index .product-card-large .product-info .text-container .percentage_container{
            padding-top: 10px;
        } 

          .product-index .product-card-large .product-info .text-container .percentage_container #mrsp{
              display: block;
              font-size: 28px;
              color: #aaa; text-decoration: line-through;
          }
          .product-index .product-card-large .product-info .text-container .percentage_container #percent_off{
              display: block;
              font-size: 28px;
              color: #333;
          }
          @media (max-width: 991px) {
            .product-index .product-card-large .product-info .text-container .percentage_container #mrsp{           
                font-size: 20px;              
            }
            .product-index .product-card-large .product-info .text-container .percentage_container #percent_off{              
                font-size: 20px;              
            } 
          }
        .product-index .product-card-large .product-info .text-container .title_container{            
            display: block;
            padding-top: 20px;
            clear: both;
            /*width: calc(100% - 20px);*/
        }
         @media (max-width: 991px) {
            .product-index .product-card-large .product-info .text-container .title_container{            
              padding-top: 10px;
/*              width: calc(100% - 20px);
*/            }
         }
         @media (max-width: 480px) {
            .product-index .product-card-large .product-info .text-container .title_container{            
                display: none;
            }
         }
          .product-index .product-card-large .product-info .text-container .title_container #title{
              color: #333333; 
              font-size: 20px;
              line-height: 20px;
          }
      .product-index .product-card-large .product-info .text-container .title_container_mobile{
          display: none;          
          padding-top: 20px;
          width: calc(100% - 20px);
      }
      @media (max-width: 480px) {
        .product-index .product-card-large .product-info .text-container .title_container_mobile{
          display: block;
        }
      }
        
      .product-index .product-card-large .product-info .text-container .title_container_mobile p {        
          display: block;
          width: calc(100% - 100px);
          text-overflow: ellipsis;
          overflow: hidden;
          /*white-space: nowrap;*/
          float: left;
          line-height: 30px;          
          color: #333333; 
          font-size: 20px;
      }
      .product-index .product-card-large .product-info .text-container .title_container_mobile .deal_action_mobile {        
          float: right;        
          text-align: right;
          width: 84px;
          padding-top: 3px;
      }
        .product-index .product-info .deal_action_mobile button a {
            color: #939598;
            text-decoration: none; }
            .product-index .product-info .deal_action_mobile button a i.fa-heart,
            .product-index .product-info .deal_action_mobile button a i.fa-thumbs-up,
            .product-index .product-info .deal_action_mobile button a i.fa-thumbs-down {
              color: #539ccd; }
            .product-index .product-info .deal_action_mobile button a i.fa-heart-o,
            .product-index .product-info .deal_action_mobile button a i.fa-thumbs-o-up,
            .product-index .product-info .deal_action_mobile button a i.fa-thumbs-o-down {
              color: #939598; }

      .product-index .product-card-large .product-info .deal_action_mobile button{
        padding: 4px 4px;
        background-color: #fff;
        border: 1px solid #eee;
        border-radius: 16px;
        width: 24px;
        height: 24px;
        font-size: 12px;
        margin-left: 4px; 
        display: inline-block;   
      }

      .product-index .product-card-large .product-info .deal-action {
          margin-top: 25px;
         }
         @media (max-width: 991px) {
          .product-index .product-card-large .product-info .deal-action {
            margin-top: 15px;
           }
         }
         @media (max-width: 991px) {
          .product-index .product-card-large .product-info .deal-action {
            display: none;            
           }
         }
        .product-index .product-card-large .product-info .deal-action button{
          padding: 4px 4px;
          background-color: #fff;
          border: 1px solid #eee;
          border-radius: 16px;
          width: 32px;
          height: 32px;
          font-size: 16px;
          margin-left: 8px; 
          display: inline-block;   
        }
        .product-index .product-card-large .product-info .shop-deal {
            display: inline-block;
            width: 200px;
            height: 50px;
            margin-top: 25px;            
        }        
         @media (max-width: 991px) {
          .product-index .product-card-large .product-info .shop-deal {          
              width: 160px;
              height: 40px;
              margin-top: 15px;            
          } 
         }

        .product-index .product-card-large .product-info .shop-deal button{            
            width: 100%;
            height: 100%;
            font-weight: 600;
            font-size: 20px;
        }
        .product-index .product-card-large .product-info .shop-deal:hover{
          text-decoration: none;
        }
  .product-index .item-card {
    position: relative;
  }

  .product-index .item-card .item-image img{
    width: 100%;
  }

  .product-index .item-card .item-info {
    position: absolute;
    right: 34px;
    bottom: 27px;
    color: #fff;
    text-align: center;
  }
    .product-index .item-card .item-info .title_container {
      text-transform: uppercase;
      font-size: 30px;
      font-weight: 400;
      text-align: right;
    }

    .product-index .item-card .item-info .price_container {
      font-weight: bold;      
      display: table;
      height: 150px;
      line-height: 150px;
      float: right;
    }

    .product-index .item-card .item-info .price_container #dollar{
      font-size: 100px;
      vertical-align: middle;
    }
    .product-index .item-card .item-info .price_container #price{
      font-size: 170px;
      vertical-align: middle;
    }
    .product-index .item-card .item-info .price_container #fraction{
      font-size: 60px;
      vertical-align: super;
    }
      @media (min-width: 768px) and (max-width: 991px), (max-width: 480px) {
        .product-index .item-card .item-info .price_container {
          height: 120px;
          line-height: 120px;
        }

        .product-index .item-card .item-info .title_container{
          font-size: 22px;
        }
        .product-index .item-card .item-info .price_container #dollar{
            font-size: 68px;
        }
        .product-index .item-card .item-info .price_container #price{
            font-size: 120px;
        }
        .product-index .item-card .item-info .price_container #fraction{
            font-size: 42px;
        }
      }

    .product-index .item-card .item-info .shop-item {
          display: inline-block;
          height: 50px;
          margin-top: 15px;      
          width: 100%;      
      }        
       @media (max-width: 991px) {
        .product-index .item-card .item-info .shop-item {          
            height: 40px;            
        } 
       }

      .product-index .item-card .item-info .shop-item button{            
          font-weight: 500;
          font-size: 20px;
          float: right;
          padding: 6px 20px;
          width: auto;
      }
      .product-index .item-card .item-info .shop-item:hover{
        text-decoration: none;
      }

  .row_header {
      border-top: 1px solid #539ccd;
      color: #539ccd;
      text-align: center;
      padding-top: 15px;
      padding-bottom: 15px;      
  }
    .row_header h3{
        font-size: 40px;
        font-family: 'Helvetica-Light';
        font-weight: 400;
        margin-top: 10px;
        margin-bottom: 10px;
    }    
    @media (max-width: 767px) {
      .row_header {      
          padding-top: 15px;          
      }

      .row_header h3{      
          font-size: 26px;
      }
    }    
    .row_sub_header {
        background-color: #fff;
        border-bottom: 1px solid #539ccd;
    }    

.product-show {
  background-color: #fff;
 }
  
  /*.product-show .row_header {
      border-bottom: 2px solid #539ccd;
      color: #539ccd;
      text-align: center;
  }
  .product-show .row_header h3{
      margin-bottom: 16px;
  }
  @media (max-width: 767px) {

  }*/
  .rowx {
    margin-bottom: 20px;
  }
  @media (max-width: 767px) {
    .rowx {
      margin-bottom: 10px;
    } 
  }
  .rowx .container {
      padding-left: 0;
      padding-right: 0;
  }

  .product-show .deal_header {
      border-bottom: none;
      padding-top: 8px;      
  }

  .product-show .product_category {
      display: flex;
      justify-content: space-between;
      align-items: center;        
      padding: 15px 0px;
  }

  .product-show .product_category .category_hierachy span{
      padding-right: 16px;
      font-family: "ACaslonPro-Italic";      
  }
  @media (max-width: 767px) {
      .product-show .product_category {
          flex-direction: column;          
          padding: 15px 15px;
          justify-content: center;
      }
  }
  .product-show .product_category .category_hierachy a {
      text-decoration: none;
      color: #939598;
  }
  .product-show .product_category .category_hierachy a:hover {
      text-decoration: underline;
      color: #539ccd;
  }

  .product-show .product h4 {
    margin: 28px 0; }
  .product-show .product p {
    color: #4b4c4c; }
    .product-show .product p span {
      font-weight: 700; }
  @media (max-width: 991px) {
    .product-show .product p {
      margin-top: 4px; } }
  @media (max-width: 767px) {
    .product-show .product h4 {
      font-size: 14px; }
    .product-show .product p {
      font-size: 10px;
      margin-top: 4px; } }
  .product-show .product-images .slide-container {
      width: 76px;
      margin-right: 15px;      
      float: left;
      max-height: 100%;
      overflow: hidden;
  }
  .product-show .product-images .main-image-container {
      position: relative;
      width: calc(100% - 91px);
      float: left;
      overflow: hidden;
  }  
  .product-show .product-images .main-image-container:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .product-show .product-images .main-image-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }  

  .product-show .product-images .save_ribbon{
      position: absolute;
      top: 3em;
      left: 0px;
      float: left;     
  }
  .product-show .product-images .save_ribbon .ribbon_container{
      position: relative;      
  }
  .product-show .product-images .save_ribbon .ribbon_container img{
      position: relative;      
      height: 50px;
      width: auto;
  }
  .product-show .product-images .save_ribbon .ribbon_container span{
      font-family: 'Helvetica-BoldOblique';
      font-size: 1.2em;
      position: absolute;
      color: #fff;
      top: 50%;
      left: 10px;      
      white-space: nowrap;       
      width: auto;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
  }

  .product-show .was-details .save_ribbon{
      position: absolute;
      top: 37px;
      left: 0px;
      float: left;      
  }
  .product-show .was-details .save_ribbon .ribbon_container{
      position: relative;      
  }
  .product-show .was-details .save_ribbon .ribbon_container img{
      position: relative;      
      height: 40px;
      width: auto;
  }
  .product-show .was-details .save_ribbon .ribbon_container span{
      font-family: 'Helvetica-BoldOblique';
      font-size: 1em;
      position: absolute;
      color: #fff;
      top: 50%;
      left: 10px;      
      white-space: nowrap;       
      width: auto;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
  }

/*Modal Amazing Deal Checkout Add on*/
  @media (max-width: 767px) {
      #modal_amazing_deal .modal-dialog {
        margin: 0;
      }
  }

  #modal_amazing_deal p {
    line-height: 1.2;
  }

  #modal_amazing_deal .modal-content {
    background-image: url("/assets/images/modal/bg_cart_amazing_modal.png");
    background-repeat: repeat;
    background-color: #f5ded8;
    box-shadow: 0 0;
    padding: 20px;
  }
  @media(max-width: 767px) {
    #modal_amazing_deal .modal-content {
      padding: 10px;
    }
  }

  #modal_amazing_deal .modal-container {
    border: 2px solid #fff;
  }

  /*Header*/
  #modal_amazing_deal .modal-header .cart_add_on_title{
    font-size: 3em;
    letter-spacing: 0.2em;
    font-weight: 600;
    color: #fff;  
  }
  @media(max-width: 767px) {
    #modal_amazing_deal .modal-header .cart_add_on_title{
      font-size: 1.2em;      
    }
  }

  #modal_amazing_deal .modal-header .add_on_description{
    font-family: 'ACaslonPro-Italic';
    font-size: 1.8em;
    letter-spacing: 0.1em;    
    color: #fff;  
  }
  @media(max-width: 767px) {
    #modal_amazing_deal .modal-header .add_on_description{
      font-size: 0.9em;      
    }
  }
  /*Content*/
  #modal_amazing_deal .modal-body .product-show {
    background-color: transparent;
  }  

  @media(max-width: 767px) {
    #modal_amazing_deal .modal-body .product-show h4{
      font-size: 1em;
    }
    #modal_amazing_deal .modal-body .product-show .trio span{
      font-size: 1em;
    }
  }

  #modal_amazing_deal .modal-body .product-show .action_container{
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }  

  #modal_amazing_deal .modal-body .product-show .action_container .btn{
    background-color: transparent;
    width: 50%;
    font-size: 1.2em;
  } 
  @media(max-width: 767px) {
    #modal_amazing_deal .modal-body .product-show .action_container .btn{
      width: 100%;
      font-size: 1em;
    }
  }

  #modal_amazing_deal .modal-body .product-show .action_container .btn_checkout{
    padding: 10px;
    border: 2px solid #c57262;
    color: #c57262;
    font-weight: 600;
  }  
  #modal_amazing_deal .modal-body .product-show .action_container .btn_checkout:hover{
    background-color: #c57262;   
    color: #fff;    
  }

  #modal_amazing_deal .modal-body .product-show .action_container .btn_no_thanks{
    font-family: 'ACaslonPro-Italic';
    padding: 10px;
    border: none;
    color: #fff;    
    font-weight: 500;
  }    
  #modal_amazing_deal .modal-body .product-show .action_container .btn_no_thanks:hover{
    color: #c57262;
    font-weight: 600;
  }

  #modal_amazing_deal .modal-footer {
    border: none;
    border-top: none;
  }

  #modal_amazing_deal .product-show .details .seller_shipping {
    margin: 0px !important; 
  }

  #modal_amazing_deal .product-show .was-details .save_ribbon {
    left: 15px;
  }

  #modal_amazing_deal .deal_info {
    padding: 15px 0;
  }
  @media (max-width: 767px) {
    #modal_amazing_deal .deal_info {
      padding: 0 0;
    }    
  }

  #modal_amazing_deal #touch_slider_owl {
    padding: 15px 0;
  }
  #modal_amazing_deal #touch_slider_owl .owl-item img{
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


  #modal_amazing_deal #touch_slider_owl .owl-item a{
    border-bottom: none;
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 100%; 
  }

  #modal_amazing_deal .lazyOwl{
    max-width:  100%;
    /*max-height: 360px;*/
  }
  #modal_amazing_deal #owl_paging{
    position: absolute;
    right: 30px;
    padding: 10px;
    background: #ccc;
    border-radius: 3px;
    font-weight: bold;
    opacity: 0.5;
    border: solid 1px #888;
    margin-top: -60px;
  }

  #modal_amazing_deal #touch_slider_owl .owl-controls {
    display: block !important;
    margin: 0px;
  }

  #modal_amazing_deal #touch_slider_owl .owl-controls .owl-pagination {
    display: none;
  }

  #modal_amazing_deal #touch_slider_owl .owl-controls .owl-buttons {
    pointer-events: none;
    position: absolute;
    top: calc(50% - 20px);
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  #modal_amazing_deal #touch_slider_owl .owl-controls .owl-buttons div {
    pointer-events: all;
    color: #539ccd;
    background: transparent;
    font-size: 2em;
    font-weight: 300;
    padding: 0;
  }

  #modal_amazing_deal #generic_modal_close_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    text-decoration: none;
    border-bottom: none;
  }

  .product-show .product-images .mobile-slider {
    height: 300px;
    display: none; }
    .product-show .product-images .mobile-slider .touch-slider .slick-arrow {
      display: none !important; }
    .product-show .product-images .mobile-slider .touch-slider img {
      height: 300px;
      margin-left: auto;
      margin-right: auto; }
  .product-show .product-images .slide-row {
    width: 100%;
    margin-top: 0px;
    /*padding: 20px 2px 22px 20px;*/
    padding: 0px;
    background-color: #FFFFFF;
    /*height: 152px; */}
    @media (max-width: 1199px) {
      .product-show .product-images .slide-row {
        /*height: 126px;*/ } }
    @media (max-width: 991px) {
      .product-show .product-images .slide-row {
        /*height: 96px;
        margin: 0 30px;
        width: calc(100% - 60px);*/ } }
    .product-show .product-images .slide-row .slick-prev, .product-show .product-images .slide-row .slick-next {
      top: 0;
      height: 152px; }
      @media (max-width: 1199px) {
        .product-show .product-images .slide-row .slick-prev, .product-show .product-images .slide-row .slick-next {
          height: 126px; } }
      @media (max-width: 991px) {
        .product-show .product-images .slide-row .slick-prev, .product-show .product-images .slide-row .slick-next {
          height: 96px;
          width: 30px; }
          .product-show .product-images .slide-row .slick-prev:before, .product-show .product-images .slide-row .slick-next:before {
            font-size: 20px; } }
    .product-show .product-images .slide-row .slick-prev {
      left: -39px; }
      @media (max-width: 991px) {
        .product-show .product-images .slide-row .slick-prev {
          left: -30px; } }
    .product-show .product-images .slide-row .slick-next {
      right: -39px; }
      @media (max-width: 991px) {
        .product-show .product-images .slide-row .slick-next {
          right: -30px; } }
    .product-show .product-images .slide-row .slick-slide a:hover {
      outline: none; }
    .product-show .product-images .slide-row .slick-slide a:focus {
      outline: none; }
    .product-show .product-images .slide-row .slick-slide:hover {
      cursor: pointer; }
    .product-show .product-images .slide-row .slick-slide img {
      width: 100%;
      padding-top: 2px;
      padding-bottom: 6px;
      /*padding-right: 20px;*/
      outline: none; }
      .product-show .product-images .slide-row .slick-slide img:focus {
        outline: none; }
      .product-show .product-images .slide-row .slick-slide img:hover {
        outline: none; }
    .product-show .product-images .slide-row .deselected {
      background: #e6eaeb;
      cursor: default; }
      .product-show .product-images .slide-row .deselected:hover {
        background: #e6eaeb;
        cursor: default; }
  .product-show .product-images .large-img {
    width: 100%;
    border-radius: 6px 6px 0 0;
    position: relative;
    min-height: 321px; }
    @media (max-width: 767px) {
      .product-show .product-images .large-img {
        border-radius: 0 0 0 0; } }
  .product-show .product-images .carousel {
    margin-top: 130px;
    background-color: #FFFFFF;
    border-radius: 0 0 6px 6px;
    display: table;
    width: 100%; }
    .product-show .product-images .carousel .left-panel {
      background-color: #539ccd;
      width: 39px;
      border-radius: 0 0 0 6px;
      position: relative;
      display: table-cell; }
      .product-show .product-images .carousel .left-panel:hover {
        background-color: #DA7B75; }
      @media (max-width: 991px) {
        .product-show .product-images .carousel .left-panel {
          width: 30px; } }
    .product-show .product-images .carousel .left-chevron {
      color: #FFFFFF;
      font-size: 24px;
      position: absolute;
      top: calc(50% - 12px);
      left: 10px; }
      @media (max-width: 991px) {
        .product-show .product-images .carousel .left-chevron {
          font-size: 20px;
          left: 7px; } }
    .product-show .product-images .carousel .right-panel {
      background-color: #539ccd;
      width: 39px;
      border-radius: 0 0 6px;
      position: relative;
      display: table-cell; }
      .product-show .product-images .carousel .right-panel:hover {
        background-color: #DA7B75; }
      @media (max-width: 991px) {
        .product-show .product-images .carousel .right-panel {
          width: 30px; } }
    .product-show .product-images .carousel .right-chevron {
      color: #FFFFFF;
      font-size: 24px;
      position: absolute;
      top: calc(50% - 12px);
      right: 10px; }
      @media (max-width: 991px) {
        .product-show .product-images .carousel .right-chevron {
          font-size: 20px;
          right: 7px; } }
    .product-show .product-images .carousel .carousel-slide {
      width: calc(100% - 78px);
      padding: 20px 20px 22px;
      display: table-cell;
      position: relative;
      overflow: hidden; }
    .product-show .product-images .carousel .carousel-slider {
      margin: 0; }
      .product-show .product-images .carousel .carousel-slider img {
        width: 100%; }
    .product-show .product-images .carousel .list-inline > li {
      padding: 0;
      margin-right: 20px;
      display: block;
      float: left;
      width: calc(20% - 16px); }
      .product-show .product-images .carousel .list-inline > li:last-child {
        margin-right: 0px; }
    .product-show .product-images .carousel .list-inline {
      margin-left: 0; }
  .product-show .details {
    background-color: #FFFFFF;
    border-radius: 6px;
    text-align: center;
    margin-top: 10px;
    }
    @media (max-width: 767px) {
      .product-show .details {
        padding: 0 !important;
        margin-top: 0px; } }
    .product-show .details .product-images-container {
      display: flex;
      flex-direction: column; }
    .product-show .details .section {
      border-bottom: none;
      }
      .product-show .details .section.title-section {
        text-align: center;
      }
      .product-show .details .section.title-section h4 {
        font-family: 'Helvetica';
        color: #939598;
        font-weight: 500;
        font-size: 2em;
        line-height: 1.2em;
        max-height: 2.4em;
        overflow: hidden;
      }
      .product-show .details .seller_shipping .vendor_title {
        font-size: 14px;
        color: #939598;
        padding-bottom: 10px;
        line-height: 18px;
      }

      .product-show .details .seller_shipping .vendor_title span{        
        font-size: 14px;
        text-decoration: none;
        color: #939598 ;
        font-weight: 700;
      }
      .product-show .details .seller_shipping .vendor_ship {
        font-size: 14px;
        color: #939598;
        padding-bottom: 15px;        
        margin: 10px 0;
        line-height: 18px;
      }

      @media (max-width: 991px) {
        .product-show .details .seller_shipping .vendor_ship{
          line-height: 18px;
        }
      }

      .product-show .details .seller_shipping .vendor_ship img {
        width: 24px;
        height: 15px;
        margin-right: 10px;
      }
      .product-show .details .seller_shipping {
        margin: 20px 0;
        text-align: center; 
        padding-bottom: 20px;       
      }
     
      .product-show .details .section.title-section button {
          border-radius: 15px; 
          width: auto; 
          border: 1px solid #aaa; 
          background-color: #fff; 
          float: right; 
          margin-top: -4px;
          margin-right: 8px;
          width: 26px;
          height: 26px;
          padding-left: 4px;
          padding-right: 4px;
      }
      .product-show .details .section.title-section button a {
        display: block;
        color: #939598;
        text-decoration: none; }
        .product-show .details .section.title-section button a i.fa-heart,
        .product-show .details .section.title-section button a i.fa-thumbs-up,
        .product-show .details .section.title-section button a i.fa-thumbs-down {
          color: #539ccd; }
        .product-show .details .section.title-section button a i.fa-heart-o,
        .product-show .details .section.title-section button a i.fa-thumbs-o-up,
        .product-show .details .section.title-section button a i.fa-thumbs-o-down {
          color: #939598; }

      .product-show .details .section.title-section .product-price {
        padding-top: 10px;
      }
      .product-show .details .section.title-section .product-price span{
        font-size: 16px;
        font-weight: 600;
        margin-right: 10px;
        text-decoration: none;
      }
      @media (max-width: 767px) {
        .product-show .details .section#price {
          border-bottom: none; } }
      @media (max-width: 767px) {
        .product-show .details .section#price span {
          margin-left: 4px; } }
      .product-show .details .section p {
        font-size: 13px; }
        @media (max-width: 991px) {
          .product-show .details .section p {
            line-height: 10px; } }
      @media (max-width: 1199px) {
        .product-show .details .section {} }
      @media (max-width: 991px) {
        .product-show .details .section {} }
      @media (max-width: 767px) {
        .product-show .details .section {
          padding: 15px 15px 10px;
          border-bottom-width: 0px;}
          .product-show .details .section h4 {
            margin: 0 0 5px 0; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .product-show .details .section h4 {} }
      @media (max-width: 767px) {
          .product-show .details .section h2 {
            font-size: 14px;
            line-height: 9px;
            margin: 0; }
            .product-show .details .section h2 span {
              color: #4b4c4c; } }
    .product-show .details .add {}
      @media (max-width: 1199px) {
        .product-show .details .add {} }
      @media (max-width: 991px) {
        .product-show .details .add {} }
      @media (max-width: 767px) {
        .product-show .details .add {
          padding: 15px; } }
      .product-show .details .add.extra {
        padding-bottom: 40px; }
        @media (max-width: 1199px) {
          .product-show .details .add.extra {
            padding-bottom: 20px; } }
        @media (max-width: 991px) {
          .product-show .details .add.extra {
            padding-bottom: 15px; } }
      .product-show .details .qty-available {
        font-size: 12px;
        font-weight: 600;
        color: #939598;
        line-height: 15px;}
        .product-show .details .qty-available strong {
          font-size: 13px;
          color: #939598;}
    .product-show .details .share {
      padding: 25px 52px;
      border-bottom: none; }
      @media (max-width: 1199px) {
        .product-show .details .share {
          padding: 20px 40px; } }
      @media (max-width: 991px) {
        .product-show .details .share {
          padding: 15px 36px; } }
    .product-show .details h2 {
      font-size: 39px;
      margin: 0 0 14px 0;
      line-height: 37px; }
      @media (max-width: 1199px) {
        .product-show .details h2 {
          font-size: 35px;
          line-height: 32px;
          margin-bottom: 10px; } }
      @media (max-width: 991px) {
        .product-show .details h2 {
          font-size: 31px;
          line-height: 29px;
          margin-bottom: 7px; } }
    .product-show .details p {      
      line-height: 15px; }
      .product-show .details p span {        
        text-decoration: line-through;
        -webkit-text-decoration-color: #595959;
                text-decoration-color: #595959; }
      .product-show .details p.color {
        color: #595959;
        }
      .product-show .details p.small {
        font-size: 15px;
        line-height: 12px; }
        @media (max-width: 1199px) {
          .product-show .details p.small {
            font-size: 12px;
            line-height: 8px; } }
        @media (max-width: 991px) {
          .product-show .details p.small {
            font-size: 11px;
            line-height: 9px; } }
      .product-show .details p.mini {
        font-size: 8px;        
        line-height: 10px; }
        @media (max-width: 1199px) {
          .product-show .details p.mini {
            font-size: 8px;
            line-height: 8px; } }
        @media (max-width: 991px) {
          .product-show .details p.mini {
            font-size: 8px;
            line-height: 8px; } }
    .product-show .details h6 {
      color: #539ccd;
      text-align: center;
      margin: 0 0 2px 0; }
      @media (max-width: 1199px) {
        .product-show .details h6 {
          margin: 0 0 6px 0;
          line-height: 12px; } }
      .product-show .details h6 span {
        text-decoration: line-through;
        -webkit-text-decoration-color: #939598;
                text-decoration-color: #939598; }
      .product-show .details .sale-price {        
        font-family: 'Helvetica';
        font-size: 2em;
        font-weight: 300;
        color: #539ccd;}        
      .product-show .details .retail-price {
        padding-left: 20px;
        text-decoration: line-through;        
        font-size: 2em;
        color: #ddd;
        }
      .product-show .details .discount-price {
        font-size: 20px;
        color: #939598;}      
          @media (max-width: 1199px) {
            .product-show .details .sale-price {
              font-size: 48px; 
              color: #539ccd;}        
            .product-show .details .retail-price {
              font-size: 26px;
              color: #aaaaaa;}
            .product-show .details .discount-price {
              font-size: 18px;
              color: #939598;}
          }
          @media (max-width: 991px) {
            .product-show .details .sale-price {
              font-size: 36px;
              color: #539ccd;}        
            .product-show .details .retail-price {
              font-size: 36px;
              color: #aaaaaa;}
            .product-show .details .discount-price {
              font-size: 14px;
              color: #939598;}
          }
          @media (max-width: 767px) {
            .product-show .details .sale-price {
              font-size: 26px;
              color: #539ccd;}        
            .product-show .details .retail-price {
              font-size: 26px;
              color: #aaaaaa;}
            .product-show .details .discount-price {
              font-size: 14px;
              color: #939598;} 
          }      
    .product-show .details .btn {
      padding: 17px 0 19px 0;
      font-size: 1em;
      line-height: 15px; }
      @media (max-width: 1199px) {
        .product-show .details .btn {
          padding: 15px 0 17px 0;          
          line-height: 14px; } }
      @media (max-width: 991px) {
        .product-show .details .btn {
          padding: 11px 0 13px 0;          
          line-height: 10px; } }
      @media (max-width: 767px) {
        .product-show .details .btn {
          padding: 15px 0 17px 0;          
          line-height: 12px; } }
    .product-show .details .btn.add-cart {
      height: 50px;
    }
    .product-show .details .section-3 {      
      border-bottom: none;
      text-align: left; }
      .product-show .details .section-3 .trio {
        width: 100%;
        text-align: center;
        /*padding: 20px 0; */}
        @media (max-width: 991px) {
          .product-show .details .section-3 .trio {
            width: 100%;
           /* padding: 15px 0; */} }
      .product-show .details .section-3 .center {/*
        border-left-style: solid;
        border-left-width: 2px;
        border-left-color: #f2f6f7;
        border-right-style: solid;
        border-right-width: 2px;
        border-right-color: #f2f6f7; */}

    .product-show .details .count_down {
      padding-top: 20px;      
    }
    @media (max-width: 767px) {
      .product-show .details .count_down {
        padding-top: 0px;      
      }
    }
    .product-show .details .countdown-container {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    
    /*@media (min-width: 600px) {*/
      .product-show .details .countdown-container .hours .countdown-box :after{
          content: ":";
      }
      .product-show .details .countdown-container .mins .countdown-box :after{
          content: ":";
      }
    /*}*/

    .product-show .details .countdown-column {}
      .product-show .details .countdown-column:not(:first-of-type) {
        margin-left: 5px; }

      .product-show .details .countdown-column .countdown-box {}
        .product-show .details .countdown-column .countdown-box span {
          color: #539ccd;
          font-size: 40px;
          font-weight: 300;
          -webkit-transform-origin: 0 31px 0;
          transform-origin: 0 31px 0;
          width: 100%;}
          @media (max-width: 1199px) {
            .product-show .details .countdown-column .countdown-box span {
              font-size: 40px;
              -webkit-transform-origin: 0 23px 0;
              transform-origin: 0 23px 0; } }
          @media (max-width: 991px) {
            .product-show .details .countdown-column .countdown-box span {
              font-size: 36px;
              -webkit-transform-origin: 0 16px 0;
              transform-origin: 0 16px 0; } }
          @media (max-width: 767px) {
            .product-show .details .countdown-column .countdown-box span {
              font-size: 30px;
              -webkit-transform-origin: 0 18px 0;
              transform-origin: 0 18px 0; } }
      .product-show .details .days {
        margin-left: 10px; }
      .product-show .details .countdown-column h3 {
        color: #FFFFFF;
        margin: 0; }
      .product-show .details .countdown-column p.makeitso {
        color: #595959;}

    /*.product-show .details .social-icons {
      padding: 25px 0; }
      @media (max-width: 1199px) {
        .product-show .details .social-icons {} }
      @media (max-width: 991px) {
        .product-show .details .social-icons {} }
      @media (max-width: 767px) {
        .product-show .details .social-icons {
          width: 147px;
          margin: 0 auto; } }
      .product-show .details .social-icons a {
        width: 45px;
        height: 45px;
        display: block;
        text-align: center;
        float: left;
        margin-right: 25px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        border-radius: 27px;
        background-color: #bec4c5; }
        .product-show .details .social-icons a:last-child {
          margin-right: 0; }
        @media (max-width: 1199px) {
          .product-show .details .social-icons a {
            width: 34px;
            height: 34px;
            margin-right: 25px;
            border-radius: 17px; } }
        @media (max-width: 991px) {
          .product-show .details .social-icons a {
            width: 25px;
            height: 25px;
            margin-right: 15px; } }
        .product-show .details .social-icons a i {
          color: #FFFFFF;
          font-size: 24px;
          padding-top: 10px; }
          @media (max-width: 1199px) {
            .product-show .details .social-icons a i {
              font-size: 17px;
              padding-top: 8px; } }
          @media (max-width: 991px) {
            .product-show .details .social-icons a i {
              font-size: 14px;
              padding: 6px 0 0 1px; } }
      .product-show .details .social-icons .fb:hover {
        background-color: #44589b; }
      .product-show .details .social-icons .pt:hover {
        background-color: #bf0013; }
      .product-show .details .social-icons .gg i {
        padding-top: 11px; }
        @media (max-width: 1199px) {
          .product-show .details .social-icons .gg i {
            padding-top: 9px; } }
      .product-show .details .social-icons .gg:hover {
        background-color: #d34836; }
      .product-show .details .social-icons .tw:hover {
        background-color: #4099FF; }*/

  .product-show .details .social-container {
    display: flex;
    align-items: center;
    width: 100%;  
    flex-direction: column;  
    margin-bottom: 10px;
  }
  @media (max-width: 600px) {
    .product-show .details .social-container {        
        padding: 0px 15px;
    }
  }
  .product-show .details .social-container .share_this_deal p{
      font-size: 14px;
      color: #939598;   
      line-height: 11px;
      white-space: nowrap;   
  }
  @media (max-width: 767px) {
    .product-show .details .social-container .share_this_deal p{
      font-size: 11px;
    } 
  }
  .product-show .details .social-container .social-icons {
      display: flex;      
      width: 240px;
      margin: 1em 0 0 0;
      justify-content: space-between;
    } 
  @media (max-width: 767px) {
    .product-show .details .social-container .social-icons {
      width: 240px;
      } 
    }        
  .product-show .details .social-container .social-icons .icon-bounce {
    position: relative;
    }    
    .product-show .details .social-container .social-icons .icon-bounce:hover a {
      -webkit-animation-duration: 0.8s;
              animation-duration: 0.8s;
      -webkit-animation-name: bounce;
              animation-name: bounce; }
@-webkit-keyframes bounce {
0% {
  top: 0px; }
20% {
  top: -15px; }
40% {
  top: 0px; }
60% {
  top: -7px; }
80% {
  top: 0px; }
90% {
  top: -3px; }
100% {
  top: 0px; } }
@keyframes bounce {
0% {
  top: 0px; }
20% {
  top: -15px; }
40% {
  top: 0px; }
60% {
  top: -7px; }
80% {
  top: 0px; }
90% {
  top: -3px; }
100% {
  top: 0px; } }
  .product-show .details .social-container .social-icons a {
    width: 34px;
    height: 34px;
    display: block;
    text-align: center;    
    border-radius: 17px;
    position: relative;
    top: 0;
    background-color: #539ccd;
    -webkit-transition: top 0.5s;
    transition: top 0.5s; }
    @media (max-width: 991px) {
      .product-show .details .social-container .social-icons a {
        width: 30px;
        height: 30px;
        margin-right: 9px; } }
    .product-show .details .social-container .social-icons a i {
      color: #fff;
      font-size: 17px;
      padding-top: 8px; }
      @media (max-width: 991px) {
        .product-show .details .social-container .social-icons a i {
          font-size: 15px; } }
  /*.product-show .details .social-container .social-icons .fb {
    background-color: #44589b; }
  .product-show .details .social-container .social-icons .pt {
    background-color: #bf0013; }
  .product-show .details .social-container .social-icons .in {
    background-color: #45739c; }
  .product-show .details .social-container .social-icons .tw {
    background-color: #4099FF; }*/
    @media (max-width: 767px) {
      .product-show .details .social-container .social-icons .tw {
        margin-right: 0; } }

  .product-show .product-description {
    background-color: #FFFFFF;
    border-radius: 6px;
    margin-top: 30px;
    text-align: left; }
    @media (max-width: 767px) {
      .product-show .product-description {
        margin: 0 0 15px 0; } }
    .product-show .product-description .section {
      padding: 20px 20px;
      border-bottom-style: solid;
      border-bottom-width: 2px;
      border-bottom-color: #f2f6f7; }
      .product-show .product-description .section.bottom {
        border-bottom: none; }
      .product-show .product-description .section.comments {
        padding: 7px 20px 0; }
    .product-show .product-description h4 {
      margin: 0 0 15px 0;
      line-height: 16px;
      font-weight: 600; }
    .product-show .product-description h5 {
      font-size: 14px;
      color: #939598; }
    .product-show .product-description p {
      color: #939598;
      line-height: 21px;
      font-weight: 400; }
      .product-show .product-description p.desc {
        margin-bottom: 20px; }
        .product-show .product-description p.desc:last-child {
          margin-bottom: 0; }
        @media (max-width: 991px) {
          .product-show .product-description p.desc {
            margin-bottom: 10px; } }
      .product-show .product-description p.shipping {
        color: #4b4c4c;
        font-style: italic; }
        @media (max-width: 991px) {
          .product-show .product-description p.shipping {
            margin-top: -5px; } }
    .product-show .product-description .table {
      border-color: #black;
      overflow: hidden; }
    .product-show .product-description .table-bordered {
      border-radius: 6px;
      border-collapse: inherit;
      border: 1px solid #e1e5e6; }
      .product-show .product-description .table-bordered thead {
        background-color: #e1e5e6;
        font-size: 17px; }
        @media (max-width: 1199px) {
          .product-show .product-description .table-bordered thead {
            font-size: 14px; } }
        .product-show .product-description .table-bordered thead th {
          color: #939598;
          text-align: center;
          border: none; }
      .product-show .product-description .table-bordered tbody td {
        color: #939598;
        text-align: center;
        border-color: #e1e5e6;
        font-size: 17px; }
        @media (max-width: 1199px) {
          .product-show .product-description .table-bordered tbody td {
            font-size: 14px; } }
      .product-show .product-description .table-bordered tbody tr:last-child td:first-child {
        border-bottom-left-radius: 5px; }
      .product-show .product-description .table-bordered tbody tr:last-child td:last-child {
        border-bottom-right-radius: 5px; }
    .product-show .product-description #disqus_thread #footer {
      display: none; }
  .product-show .like {
    margin-top: 30px; }
    @media (max-width: 767px) {
      .product-show .like {
        margin-top: 30px; } }
    .product-show .like h4 {
      line-height: 14px;
      margin: 0;
      font-weight: 600; }
      @media (max-width: 1199px) {
        .product-show .like h4 {
          line-height: 19px; } }
  .product-show .align {
    padding: 0px; }
  .product-show .btn-default {
    margin: 0 auto 0;
    width: 100%;
    font-weight: 500;
    padding: 15px 0 16px;
    font-size: 18px; }
    @media (max-width: 1199px) {
      .product-show .btn-default {
        padding: 13px 0 14px;
        font-size: 16px; } }
    @media (max-width: 991px) {
      .product-show .btn-default {
        padding: 7px 0 9px; } }
    @media (max-width: 767px) {
      .product-show .btn-default {
        margin: 0px auto 0;
        width: 100%;} }

  .product-show .about_this_item {

  }

  .product-show .about_this_item_container .row_header {
    border-top: none;
  }

  .product-show .about_this_item .rowx {
      padding-bottom: 10px;
  }

  .product-show .about_this_item .rowx div{
      padding-bottom: 10px;
  }

  .product-show .about_this_item .rowx p{
      font-size: 15px;
      padding-bottom: 5px;
  }  

  .product-show .about_this_item .section_header span{
      text-transform: uppercase;
      font-weight: 600;
      color: #539ccd;
      letter-spacing: 0.2em;
  }
/*
  .product-show .slick-slider {
      margin-top: 20px;
      width: 100%;
  }

  .product-show .slick_slider .product-card {
      margin-top: 0px;
  }

  .product-show .slick_slider .slick-next {
    color: rgb(153, 153, 153);
    height: 100%;
    box-shadow: rgba(221, 221, 221, 0.5) 0px 1px 2px 0px;
    width: 30px;
    background: rgb(255, 255, 255);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 0px;
    padding: 0px;
  } 
*/

  .product-show .deal_list_container {    
    margin-bottom: 0;
  }
  @media (max-width: 767px) {
    .product-show .deal_list_container {
        /*padding: 10px 0;*/
    }
  }

  .product-show .deal_list_container .container{    
    max-width: 1020px;
  }

  .product-show .deal_list_container .row_header {
    background-color: #f2f6f7; 
    border-top: none;   
  }

  .product-show .deal_list_container .row_header h3{
    font-size: 24px;
    letter-spacing: 0.2em;    
    text-align: center;
    margin-left: -25px;
  }
  @media (max-width: 767px) {
    .product-show .deal_list_container .row_header h3{
      font-size: 20px;
      letter-spacing: 0.2em;    
      text-align: center;
      margin-left: 0px;
    }
  }  

  .product-show .deal_list_container .row_body{
      background-color: #f2f6f7;
      padding-bottom: 20px;    
  }  

  .product-show .deal_list_container .slick-list {
      margin: 0px 20px;
  }
  @media (max-width: 767px) {
    .product-show .deal_list_container .slick-list {
        margin: 0px 0px;
    }
  }
  .product-show .deal_list_container .slick-slider .product-card {
      margin-top: 0px;
  }

  .product-show .deal_list_container .slick-list .slick-slide{
      margin-left: 10px;
      margin-right: 10px;   
  }
  @media (max-width: 767px) {
    .product-show .deal_list_container .slick-list .slick-slide{
      width: 280px;
    }
  }
     

  .product-show .deal_list_container .slick-slider .slide-action {    
    height: 100%;
    box-shadow: rgba(221, 221, 221, 0.5) 0px 1px 2px 0px;
    width: 30px;
    background: rgb(255, 255, 255);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 0px;
    padding: 0px;
  } 

  .product-show .deal_list_container .slick-slider .slick-prev:before {
      content: "\f104";
      font-family: 'FontAwesome';
      font-size: 30px;
      color: #539ccd;
  }
  .product-show .deal_list_container .slick-slider .slick-next:before {
      content: "\f105";
      font-family: 'FontAwesome';
      font-size: 30px;
      color: #539ccd;
  }
  
  .product-show .product-card {
    font-family: "proxima-nova-soft";
    position:relative;
    /*padding: 6px 6px;*/
    background-color: #fff;
    margin-top: 30px;
    overflow: hidden; 
    letter-spacing: 0.15em;
    }
    @media (max-width: 767px) {
      .product-show .product-card {
        margin-top: 15px; } }
    .product-show .product-card a {
      display: block; }
    .product-show .product-card .product-image {
      display: block;
      position: relative;
      height: 0;
      /*padding-bottom: 65.2173%;*/
      padding-bottom: 100%;
      z-index: 0; }
      .product-show .product-card .product-image .discount-ribbon {
        background-color: #539ccd;
        color: #FFFFFF;
        width: 86px;
        position: absolute;
        padding: 6px 12px;
        line-height: 11px;
        top: 20px;
        right: -5px; }
        .product-show .product-card .product-image .discount-ribbon span {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          left: -6px;
          top: 0;
          border-width: 12px 4px 11px 6px;
          border-style: solid;
          border-color: #539ccd #539ccd #539ccd transparent; }
        .product-show .product-card .product-image .discount-ribbon:before {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          left: -9px;
          top: 0;
          border-width: 12px 4px 11px 6px;
          border-style: solid;
          border-color: #40a3bb #40a3bb #40a3bb transparent; }
        .product-show .product-card .product-image .discount-ribbon:after {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          right: 0;
          top: 100%;
          border-width: 4px 3px 3px 2px;
          border-style: solid;
          border-color: #378ea3 transparent transparent #378ea3; }
      .product-show .product-card .product-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden;
        background: #ffffff;
        transition: all .2s ease-in-out;
        /*border-radius: 6px 6px 0 0;*/ }
        @media(min-width: 768px) {
          .product-show .product-card .product-image:hover img {
            transform: scale(1.1);
          }    
        }
      
      .product-show .product-card .product-image .product-remaining {
        background-color: rgba(0, 0, 0, .5);
        color: #FFFFFF;
        width: 100%;
        position: absolute;
        padding: 10px 10px;
        bottom: 0px;
        font-weight: 800;
        font-size: 14px;}
        @media (max-width: 767px) {
          .product-show .product-card .product-image .product-remaining {
            font-size: 13px;}}
            .product-show .product-card .product-image .product-remaining img.clock {
              width: 15px;
              height: 15px;}
              .product-show .product-card .product-image .product-remaining .product-time-remaining {
                float: left;
                width: 68%;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;}
                .product-show .product-card .product-image .product-remaining .product-unit-remaining {
                  float: right;
                  text-align: right;
                  width: 30%;
                  overflow: hidden;
                  white-space: nowrap;
                  text-overflow: ellipsis;}
    .product-show .product-card .product-info {
      display: flex;
      justify-content: stretch;
      background-color: #FFFFFF;       
      font-size: 14px !important; 
      line-height: 11px;
      height: 80px;
      position: relative;
      z-index: 2; 
      width: calc(100% + 2px);
      margin-left: -1px;
    }
      @media (max-width: 991px) {
        .product-show .product-card .product-info {
          line-height: 12px;}}
      .product-show .product-card .product-info .btn {
        width: 30%; }
        @media (max-width: 1199px) {
          .product-show .product-card .product-info .btn {
            width: 35%;
            padding: 6px 0; } }
      
      .product-show .product-card .product-info .opt_overlay {
          background-color: rgba(255, 255, 255, 0.5);
          position: absolute;
          padding: 6px 12px 5px;
          right: 8px;
          top: -38px; 
          pointer-events: none;
      }
      .product-show .product-card .product-info .opt_overlay .text_opt_overlay{
          line-height: calc(1em + 8px);
          font-weight: 500;
          text-transform: uppercase;
          columns: #939598;
          font-size: 12px;
      }

      .product-show .product-card .product-info .svg-container {
          position: absolute;
          top: -18px;
          left: 0px;
          width:66%; 
          height: 20px;
       }

       .product-show .product-card .product-info .text-container {
          padding-left: 10px; 
          padding-top: 10px;
          font-size: 14px;
          width: 100%;
          color: #939598;
       }
       .product-show .product-card .product-info .text-container p {
          font-size: 14px;
       }

       .product-show .product-card .product-info .text-container span{
          line-height: 20px;
       }
        @media (max-width: 1199px) {
            .product-show .product-card .product-info .text-container {              
              font-size: 15px;
            }
        }
        @media (max-width: 991px) {
           .product-show .product-card .product-info .text-container {              
              font-size: 14px;
            }       
        } 

      .product-show .product-card .product-info .text-container .price_container {        
        text-align: center;
      }
      .product-show .product-card .product-info .text-container .price_container #price{
        font-family: 'Helvetica-Bold';        
        font-size: 12px;
        color: #539ccd;
      }
      .product-show .product-card .product-info .text-container .price_container #mrsp{
          text-decoration: line-through;
          font-family: 'Helvetica-Light';          
          font-size: 12px;
      }
      .product-show .product-card .product-info .text-container .title_container {
          white-space: nowrap; 
          overflow: hidden; 
          text-overflow: ellipsis; 
          text-align: center;
          line-height: 20px;
          width: calc(100% - 10px);                          
      }
      .product-show .product-card .product-info .text-container .title_container p {
            display: inline-block;
            font-family: 'Helvetica-Light';                        
            font-size: 12px;
      }
      .product-show .product-card .product-info .text-container .option_container {
          text-align: center;          
          width: calc(100% - 10px);                    
      }
      .product-show .product-card .product-info .text-container .option_container p {
          font-family: 'ACaslonPro-Italic';
          font-size: 12px;
          font-weight: 500;
          line-height: 24px;          
      }

      .product-show .product-card .product-info .text {
        float: left;
        width: 65%; }
        @media (max-width: 1199px) {
          .product-show .product-card .product-info .text {
            width: 60%; } }
        .product-show .product-card .product-info .text .title {
          margin-bottom: 6px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          line-height: 17px;
          color: #606060; 
          font-weight: 500;}
          .product-show .product-card .product-info .text .price {
            font-size: 14px;
            line-height: 14px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;}
            @media (max-width: 1199px) {
              .product-show .product-card .product-info .text .price {
                font-size: 12px;}}
          .product-show .product-card .product-info .text .price span {
            margin-right: 5px;
            font-weight: 800;
            text-transform: uppercase;}
            .product-show .product-card .product-info .text .price span.current-price {
              color: #539ccd}
              .product-show .product-card .product-info .text .price span.msrp-price {
                color: #939598;
                text-decoration: line-through;
                font-weight: 500;}
                .product-show .product-card .product-info .text .price span.discount-price {
                  color: #606060}
      .product-show .product-card .product-info .deal-action {
        position: absolute;
        display: flex;
        align-items: center;
        right: 10px;
        bottom: 85px;
        }      

        .product-show .product-card .product-info .deal-action button img{
            width: 100%;
            height: 100%;
        }
        .product-show .product-card .product-info .deal-action button {
          padding: 0px 0px;
          display: inline-block;
          background-color: transparent;
          border: none;
          border-radius: 13px;
          font-size: 12px;
          margin-left: 4px; 
          height: 20px;
          width: 20px;
          opacity: 0.7;
          transition: transform 0.2s ease;
        }

        .product-show .product-card .product-info .deal-action button:hover {         
          opacity: 1.0;
          transform: scale(1.2);
        }

        .product-show .product-card .product-info .deal-action button.highlighted {         
          opacity: 1.0 !important;
        }

          .product-index .product-info .deal-action button a {
            color: #939598;
            text-decoration: none; }
            .product-index .product-info .deal-action button a i.fa-heart,
            .product-index .product-info .deal-action button a i.fa-thumbs-up,
            .product-index .product-info .deal-action button a i.fa-thumbs-down {
              color: #539ccd; }
            .product-index .product-info .deal-action button a i.fa-heart-o,
            .product-index .product-info .deal-action button a i.fa-thumbs-o-up,
            .product-index .product-info .deal-action button a i.fa-thumbs-o-down {
              color: #939598; }          

    .product-show .placed-ad a {
        position:relative; 
        width:100%; 
        padding-top: calc(100% + 80px);
    }
    .product-show .placed-ad img {
        width:100%; height:100%; position:absolute; top:0; left:0; bottom: 0; right:0;
        object-fit: cover;
    }

    .product-show .product-card #fb_post_contents_container {
      display: none; }

    .product-show .product-card .save_ribbon {      
      position: absolute;
      width: 96px;
      top: 18px;
    }
    .product-show .product-card .save_ribbon .ribbon_container{
      position: relative;
    }
    .product-show .product-card .save_ribbon .ribbon_container img{
      width: 100%;
    }
    .product-show .product-card .save_ribbon .ribbon_container span{
      position: absolute;
      left: 2px;
      top: 50%;
      transform: translateY(-50%);
      color: #fff;
      font-family: 'Helvetica-BoldOblique';
      font-size: 12px;
    }

    .product-show .product-card .share_list {
      /*width:calc(100% - 12px);*/
      position: absolute;
      z-index: 1;
      display: flex;
      flex-direction: column;
      right: 10px;
      bottom: 105px;
      transition: transform 0.3s ease;
    } 
      .product-show .product-card .share_list div {
          margin-bottom: 4px;
          visibility: hidden;                   
          opacity: 0;                    
          transform: scale(0.0);
          transition: visibility 0.3s linear, opacity 0.33s linear, transform 0.2s ease;          
      }
      .product-show .product-card .share_list div.animShow {
          visibility: visible;       
          opacity: 1;
          transform: scale(1.0);
      }
          .product-show .product-card .share_list div a {
            display: block;
            width: 20px;
            height: 20px;
            border-radius: 10px;
            background-color: #fff;
            color: #111;
            color: rgba(0, 0, 0, 0.7);
            text-decoration: none;
            opacity: 0.7;
            transition: transform 0.2s ease;
            }
            .product-show .product-card .share_list div a:hover,
            .product-show .product-card .share_list div a:focus {
              color: #fff;
              text-decoration: none;
              opacity: 1.0;
              transform: scale(1.2);
            }
              .product-show .product-card .share_list .share_fb.animShow{
                  transition-delay: 0.2s;
              }
              .product-show .product-card .share_list .share_pt.animShow{
                  transition-delay: 0.15s;
              }
              .product-show .product-card .share_list .share_tw.animShow{
                  transition-delay: 0.1s;
              }
              .product-show .product-card .share_list .share_gg.animShow{
                  transition-delay: 0.05s;
              }
              .product-show .product-card .share_list .share_em.animShow{
                  transition-delay: 0s;
              }

              .product-show .product-card .share_list .share_fb {
                  transition-delay: 0s;
              }
              .product-show .product-card .share_list .share_pt {
                  transition-delay: 0.05s;
              }
              .product-show .product-card .share_list .share_tw {
                  transition-delay: 0.1s;
              }
              .product-show .product-card .share_list .share_gg {
                  transition-delay: 0.15s;
              }
              .product-show .product-card .share_list .share_em {
                  transition-delay: 0.2s;
              }

              .product-show .product-card .share_list div a.fb {
                  padding: 3px 6px;
              }
              .product-show .product-card .share_list div a.pt {
                  padding: 3px 5px;
              }
              .product-show .product-card .share_list div a.tw {
                  padding: 1px 4px;
                  transition-delay: 0.4s;
              }
              .product-show .product-card .share_list div a.gg {
                  padding: 2px 4px;
              }
              .product-show .product-card .share_list div a.em {
                  padding: 0px 3px;
              }
              .product-show .product-card .share_list div a.fb:hover {
                background-color: #44589b; }
              .product-show .product-card .share_list div a.fb:focus {
                color: #44589b; }
              .product-show .product-card .share_list div a.pt:hover {
                background-color: #bf0013; }
              .product-show .product-card .share_list div a.pt:focus {
                color: #bf0013; }
              .product-show .product-card .share_list div a.tw:hover {
                background-color: #4099ff; }
              .product-show .product-card .share_list div a.tw:focus {
                color: #4099ff; }
              .product-show .product-card .share_list div a.gg:hover {
                background-color: #d34836; }
              .product-show .product-card .share_list div a.gg:focus {
                color: #d34836; }
              .product-show .product-card .share_list div a.em:hover {
                background-color: #539ccd; }
              .product-show .product-card .share_list div a.em:focus {
                color: #539ccd; }
            .product-show .product-card .share_list   div a i {
              font-size: 14px; }

@media (max-width: 767px) {
  #product-show-modal .modal-dialog {
    width: auto; } }
#product-show-modal .modal-content {
  width: 360px; }
  @media (max-width: 767px) {
    #product-show-modal .modal-content {
      width: auto; } }
  #product-show-modal .modal-content .modal-header {
    padding: 0;
    border-bottom: none;
    text-align: center;
    background-color: #539ccd;
    position: relative;
    height: 55px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
    #product-show-modal .modal-content .modal-header .modal-title {
      font-size: 20px;
      font-weight: 700;
      color: #FFFFFF;
      line-height: 55px; }
    #product-show-modal .modal-content .modal-header a {
      position: absolute;
      right: 20px;
      font-size: 20px;
      top: 14px;
      border-bottom: none; }
      #product-show-modal .modal-content .modal-header a:hover {
        border-bottom: none; }
      #product-show-modal .modal-content .modal-header a .fa {
        color: #ffffff;
        cursor: pointer; }
  #product-show-modal .modal-content .modal-body {
    padding: 0;
    margin-top: 20px;
    padding: 0 20px; }
  #product-show-modal .modal-content .modal-footer {
    text-align: center;
    margin-top: 5px;
    border-top: 2px solid #f2f6f7; }
    #product-show-modal .modal-content .modal-footer button {
      width: 100%;
      height: 45px;
      font-size: 17px;
      font-weight: 700; }
  .product-show .was-details .save_ribbon {
    left: 15px;
  }

  .product-show .was-details.deal_info {
    padding: 15px 0;
  }

  .product-show .was-details #touch_slider_owl {
    padding: 15px 0;
  }
  @media(max-width: 767px) {
    .product-show .was-details #touch_slider_owl {
      padding: 0px 0;
    } 
  }


  .product-show .was-details #touch_slider_owl .owl-item img{
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


  .product-show .was-details #touch_slider_owl .owl-item a{
    border-bottom: none;
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 100%; 
  }

  .product-show .was-details .lazyOwl{
    max-width:  100%;
    /*max-height: 360px;*/
  }
  .product-show .was-details #owl_paging{
    position: absolute;
    right: 30px;
    padding: 10px;
    background: #ccc;
    border-radius: 3px;
    font-weight: bold;
    opacity: 0.5;
    border: solid 1px #888;
    margin-top: -60px;
  }

  .product-show .was-details #touch_slider_owl .owl-controls {
    display: block !important;
    margin: 0px;
  }

  .product-show .was-details #touch_slider_owl .owl-controls .owl-pagination {
    display: none;
  }

  .product-show .was-details #touch_slider_owl .owl-controls .owl-buttons {
    pointer-events: none;
    position: absolute;
    top: calc(50% - 20px);
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .product-show .was-details #touch_slider_owl .owl-controls .owl-buttons div {
    pointer-events: all;
    color: #539ccd;
    background: transparent;
    font-size: 2em;
    font-weight: 300;
    padding: 0;
  }
.webkit body {
  -webkit-font-smoothing: antialiased; }

.ie6789 .product-show .product-images .slide-row .slick-prev, .ie6789 .product-show .product-images .slide-row .slick-next {
  top: 10px; }

@media (max-width: 767px) {
  #checkout {
    padding-top: 87px; } }
#checkout .navbar {
  height: 98px; }
  @media (max-width: 767px) {
    #checkout .navbar {
      height: 70px; } }
#checkout .checkout-header {
  border-bottom: 6px solid #539ccd; }

.checkout .shopping_cart {
    background-color: #FFFFFF;
    padding-bottom: 30px; }

.checkout .shopping_cart .row_header {
    border-top: none;
    padding-top: 0px; }
  @media (max-width: 767px) {
    .checkout .shopping_cart .row_header {      
      padding-bottom: 0;
    }
  }   


@media (max-width: 767px) {
  .checkout .shopping_cart .row_body .order-summary {      
    padding-top: 0px;
  }
}   

.checkout .order-details, .shopping-cart .order-details {
  background-color: #FFFFFF;
  margin-bottom: 30px;
  border-radius: 6px;
  padding: 20px 20px 0 20px; }
  @media (max-width: 767px) {
    .checkout .order-details, .shopping-cart .order-details {
      margin-bottom: 15px; } }
  .checkout .order-details.logged-in, .shopping-cart .order-details.logged-in {
    padding-top: 0px;
    -webkit-transition: all 0.225s;
    transition: all 0.225s; }
    .checkout .order-details.logged-in .shipping-panel:first-child:before, .checkout .order-details.logged-in #checkout-process .payment-panel:first-child:before, #checkout-process .checkout .order-details.logged-in .payment-panel:first-child:before, .checkout .order-details.logged-in #checkout-process .password-panel:first-child:before, #checkout-process .checkout .order-details.logged-in .password-panel:first-child:before, .checkout .order-details.logged-in #checkout-process .coupon-panel:first-child:before, #checkout-process .checkout .order-details.logged-in .coupon-panel:first-child:before, .checkout .order-details.logged-in #checkout-process .review-panel:first-child:before, #checkout-process .checkout .order-details.logged-in .review-panel:first-child:before, .shopping-cart .order-details.logged-in .shipping-panel:first-child:before, .shopping-cart .order-details.logged-in #checkout-process .payment-panel:first-child:before, #checkout-process .shopping-cart .order-details.logged-in .payment-panel:first-child:before, .shopping-cart .order-details.logged-in #checkout-process .password-panel:first-child:before, #checkout-process .shopping-cart .order-details.logged-in .password-panel:first-child:before, .shopping-cart .order-details.logged-in #checkout-process .coupon-panel:first-child:before, #checkout-process .shopping-cart .order-details.logged-in .coupon-panel:first-child:before, .shopping-cart .order-details.logged-in #checkout-process .review-panel:first-child:before, #checkout-process .shopping-cart .order-details.logged-in .review-panel:first-child:before {
      display: none; }
    .checkout .order-details.logged-in .shipping-panel:first-child .use-billing, .checkout .order-details.logged-in #checkout-process .payment-panel:first-child .use-billing, #checkout-process .checkout .order-details.logged-in .payment-panel:first-child .use-billing, .checkout .order-details.logged-in #checkout-process .password-panel:first-child .use-billing, #checkout-process .checkout .order-details.logged-in .password-panel:first-child .use-billing, .checkout .order-details.logged-in #checkout-process .coupon-panel:first-child .use-billing, #checkout-process .checkout .order-details.logged-in .coupon-panel:first-child .use-billing, .checkout .order-details.logged-in #checkout-process .review-panel:first-child .use-billing, #checkout-process .checkout .order-details.logged-in .review-panel:first-child .use-billing, .shopping-cart .order-details.logged-in .shipping-panel:first-child .use-billing, .shopping-cart .order-details.logged-in #checkout-process .payment-panel:first-child .use-billing, #checkout-process .shopping-cart .order-details.logged-in .payment-panel:first-child .use-billing, .shopping-cart .order-details.logged-in #checkout-process .password-panel:first-child .use-billing, #checkout-process .shopping-cart .order-details.logged-in .password-panel:first-child .use-billing, .shopping-cart .order-details.logged-in #checkout-process .coupon-panel:first-child .use-billing, #checkout-process .shopping-cart .order-details.logged-in .coupon-panel:first-child .use-billing, .shopping-cart .order-details.logged-in #checkout-process .review-panel:first-child .use-billing, #checkout-process .shopping-cart .order-details.logged-in .review-panel:first-child .use-billing {
      display: none; }
  .checkout .order-details #signin-area .padding-right, .shopping-cart .order-details #signin-area .padding-right {
    padding-right: 21px; }
    @media (max-width: 767px) {
      .checkout .order-details #signin-area .padding-right, .shopping-cart .order-details #signin-area .padding-right {
        padding-right: 15px; } }
  .checkout .order-details #signin-area .padding-left, .shopping-cart .order-details #signin-area .padding-left {
    padding-left: 21px; }
    @media (max-width: 767px) {
      .checkout .order-details #signin-area .padding-left, .shopping-cart .order-details #signin-area .padding-left {
        padding-left: 15px; } }

  .checkout .order-details #signin-area .margin-top, .shopping-cart .order-details #signin-area .margin-top {
    margin-top: 20px; }
    @media (max-width: 767px) {
      .checkout .order-details #signin-area .margin-top, .shopping-cart .order-details #signin-area .margin-top {
        margin-top: 15px; } }
  .checkout .order-details #signin-area .margin-bottom, .shopping-cart .order-details #signin-area .margin-bottom {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .checkout .order-details #signin-area .margin-bottom, .shopping-cart .order-details #signin-area .margin-bottom {
        margin-bottom: 15px; } }
  
  .checkout .order-details .container{
    padding: 20px;
  }
  @media (max-width: 767px) {
    .checkout .order-details .container{
      padding: 15px;
    } 
  }


  .checkout .order-details a.forgot-password, .shopping-cart .order-details a.forgot-password {
    color: #939598;
    font-size: 12px;
    font-weight: 700;
    line-height: 26px; }
  .checkout .order-details .signin-header, .shopping-cart .order-details .signin-header {
    color: #4b4c4c;
    font-size: 20px;
    font-weight: 700;
    line-height: 19px;
    padding-left: 16px; }
  .checkout .order-details .signin-text, .shopping-cart .order-details .signin-text {
    color: #939598;
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    padding-bottom: 12px;
    text-transform: uppercase; }
  .checkout .order-details button.large-btn, .shopping-cart .order-details button.large-btn {
    height: 50px;
/*    padding: 14px;
    border-radius: 6px; Li Jin 6_27*/
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 15px; }  
  .checkout .order-details .small-note {
    height: 50px; }
  .checkout .order-details .small-note p {
    color: #939598;
    font-size: 12px;
    font-weight: 700;
    position:relative;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
  .checkout .order-details .border-left:before, .shopping-cart .order-details .border-left:before {
    content: "";
    width: 2px;
    left: 0;
    height: 100%;
    position: absolute;
    background-color: #f2f6f7; }
  .checkout .order-details .returning-customer .form-group input.email, .checkout .order-details .returning-customer .form-group input.password, .shopping-cart .order-details .returning-customer .form-group input.email, .shopping-cart .order-details .returning-customer .form-group input.password {
    padding: 0px 14px;
    height: 50px;
    width: 100%;
    color: #939598;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px; }
    .checkout .order-details .returning-customer .form-group input.email.error, .checkout .order-details .returning-customer .form-group input.password.error, .shopping-cart .order-details .returning-customer .form-group input.email.error, .shopping-cart .order-details .returning-customer .form-group input.password.error {
      border-color: rgba(255, 0, 0, 0.3); }
  .checkout .order-details .guest-checkout .signin-description, .checkout .order-details .paypal-checkout .signin-description, .shopping-cart .order-details .guest-checkout .signin-description, .shopping-cart .order-details .paypal-checkout .signin-description {
    margin-bottom: 18px; }
  .checkout .order-details .paypal-checkout .large-btn, .shopping-cart .order-details .paypal-checkout .large-btn {
    color: #939598;
    font-size: 12px;
    font-weight: 700;
    background-color: #e6eaeb;
    line-height: 1; }
    .checkout .order-details .paypal-checkout .large-btn img, .shopping-cart .order-details .paypal-checkout .large-btn img {
      padding-left: 10px; }
.checkout .cart-details, .shopping-cart .cart-details {
  background-color: #FFFFFF;
  border-radius: 6px;
  padding: 20px; }
  .checkout .cart-details .cart-header, .shopping-cart .cart-details .cart-header {
    position: relative;
    padding-bottom: 15px; }
    .checkout .cart-details .cart-header .col-xs-6.left, .shopping-cart .cart-details .cart-header .col-xs-6.left {
      padding-right: 0; }
    .checkout .cart-details .cart-header:after, .shopping-cart .cart-details .cart-header:after {
      content: "";
      height: 2px;
      width: calc(100% + 40px);
      left: -20px;
      bottom: 0;
      position: absolute;
      background-color: #f2f6f7; }
    .checkout .cart-details .cart-header .item-count, .shopping-cart .cart-details .cart-header .item-count {
      color: #4b4c4c;
      font-size: 20px;
      font-weight: 700;
      line-height: 19px; }
      @media (max-width: 767px) {
        .checkout .cart-details .cart-header .item-count, .shopping-cart .cart-details .cart-header .item-count {
          font-size: 18px; } }
    .checkout .cart-details .cart-header .items-subtotal, .shopping-cart .cart-details .cart-header .items-subtotal {
      color: #4b4c4c;
      font-size: 14px;
      font-weight: 700;
      line-height: 19px;
      float: right; }
      .checkout .cart-details .cart-header .items-subtotal span.total, .shopping-cart .cart-details .cart-header .items-subtotal span.total {
        margin-left: 5px; }

.checkout .checking_out .row_header {
    border-top: none;
    padding-top: 0px; }

.checkout .checking_out {
  margin: 0;
  padding: 0 0 15px 0;
  font-family: "proxima-nova-soft";
  background: #FFFFFF; }
  .checkout .checking_out .progressbar-container {
     position: relative;
     margin: 15px auto;
     z-index: 0; }
    .checkout .checking_out #progressbar {
      margin: 0;
      padding: 0;
      overflow: hidden;
      text-align: center;
      /*CSS counters to number the steps*/
      counter-reset: step; }
    .checkout .checking_out #progressbar li {
      list-style-type: none;
      color: #CCCCCC;
      font-size: 12px;
      width: 33.33%;
      float: left;
      position: relative; }
      .checkout .checking_out #progressbar li:before {
        content: counter(step);
        counter-increment: step;
        width: 30px;
        height: 30px;
        line-height: 30px;
        display: block;
        font-size: 14px;
        text-align: center;
        color: #CCCCCC;
        background: white;
        border-radius: 30px;
        border: 1px solid #CCCCCC;
        margin: 0 auto 10px auto; }
      /*progressbar connectors*/
      .checkout .checking_out #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #CCCCCC;
        position: absolute;
        left: -50%;
        top: 14px;
        z-index: -1; /*put it behind the numbers*/ }
      .checkout .checking_out #progressbar li:first-child:after {
        /*connector not needed before the first step*/
        content: none; }
      /*marking active/completed steps green*/
      /*The number of the step and the connector before it = green*/
      .checkout .checking_out #progressbar li.active {
        font-weight: 600;
        color: #939598; }
      .checkout .checking_out #progressbar li.active:before,
      .checkout .checking_out #progressbar li.active:after {
        background: #66AAD7;
        border-color: #66AAD7;
        color: white; }
  .checkout .checking_out section:not(:first-of-type) {
    display: none; }
  .checkout .checking_out .address-selector {}
    .checkout .checking_out .address-selector .row_header {
      border-top: none;
      text-align: left;  }
    .checkout .checking_out .address-selector .row_body {
      padding: 15px;
      text-align: left;  }
      .checkout .checking_out .address-selector .row_body .checkout_same_shipping_address {
        margin-top: 20px; }
  .checkout .checking_out .add-new-address {}
    .checkout .checking_out .add-new-address .new_address_container {
      padding-top: 20px; }
  .checkout .checking_out .payment-selector {}
    .checkout .checking_out .payment-selector .checkout_option_selector label > span.card_type {
      margin-top: 2px;
      flex: 0 0 35px;
      background-repeat: no-repeat;
      background-size: 25px auto; }
      .checkout .checking_out .payment-selector .checkout_option_selector label > span.card_type.visa {
        background-image: url('/assets/images/credit-cards/visa_cc.svg'); }
      .checkout .checking_out .payment-selector .checkout_option_selector label > span.card_type.amex {
        background-image: url('/assets/images/credit-cards/amx_cc.svg'); }
      .checkout .checking_out .payment-selector .checkout_option_selector label > span.card_type.mastercard {
        background-image: url('/assets/images/credit-cards/mastercard-cc.svg'); }
      .checkout .checking_out .payment-selector .checkout_option_selector label > span.card_type.discover {
        background-image: url('/assets/images/credit-cards/discover_cc.svg'); }
    .checkout .checking_out .payment-selector .checkout_option_selector label > span.card_holder {
      flex: 1 1 auto; }
    .checkout .checking_out .payment-selector .checkout_option_selector label > span.card_last_digits {
      flex: 0 0 120px; }
  .checkout .checking_out .add-new-payment {}
    .checkout .checking_out .add-new-payment .cc-container {
      padding-top: 0px; }
      .checkout .checking_out .payment-selector .payment_brands {
        display: flex;
        justify-content: center; }
        .checkout .checking_out .payment-selector .payment_brands img {
          height: 22px;
          margin: 15px 5px; }
      .checkout .checking_out .add-new-payment .cc-container #card_numner {
        padding-right: 50px; }
      .checkout .checking_out .add-new-payment .cc-container span.card_type {
        content: "";
        position: absolute;
        top: 15px;
        right: 10px;
        width: 35px;
        height: 20px;
        background-repeat: no-repeat; }
        .checkout .checking_out .add-new-payment .cc-container.visa span.card_type {
          background-image: url('/assets/images/credit-cards/visa_cc.svg'); }
        .checkout .checking_out .add-new-payment .cc-container.amex span.card_type {
          background-image: url('/assets/images/credit-cards/amx_cc.svg'); }
        .checkout .checking_out .add-new-payment .cc-container.mastercard span.card_type {
          background-image: url('/assets/images/credit-cards/mastercard-cc.svg'); }
        .checkout .checking_out .add-new-payment .cc-container.discover span.card_type {
          background-image: url('/assets/images/credit-cards/discover_cc.svg'); }
  .checkout .checking_out .review-order {}
    .checkout .checking_out .review-order .order-ways {}
      .checkout .checking_out .review-order .order-ways h5 {
        margin: 30px 0 15px;
        color: #939598; }
      .checkout .checking_out .review-order .order-ways .order_way_detail {
        color: #CCCCCC;
        font-size: 12px; }
    .checkout .order-summary {
      padding-top: 20px; }
      .checkout .order-summary .cart_item_container {
        margin-bottom: 20px; }
      .checkout .order-summary .cart_summary {
        padding: 15px; }
        .checkout .order-summary .cart_summary .summary_row {
          display: flex;
          justify-content: space-between;
          padding: 10px 0; }
          .checkout .order-summary .cart_summary .summary_row h5 {
            flex: 1;
            color: #539ccd;
            text-align: center; }
          .checkout .order-summary .cart_summary .summary_row.total {
            border-top: 1px solid #f2f6f7; }
          .checkout .order-summary .cart_summary .summary_row.total strong {
            color: #539ccd; }
          .checkout .order-summary .cart_summary .summary_row.back {
            padding: 0px;
          }          
          .checkout .order-summary .cart_summary .summary_row button.large-btn {
            margin: 0; }
          .checkout .order-summary .cart_summary .summary_row .payment_brands {
            display: flex;
            justify-content: center;
            width: 100%; }
            .checkout .order-summary .cart_summary .summary_row .payment_brands img {
              height: 15px;
              margin: 5px; }

  #paypal-button-container::after {
      content: "Click card type above to pay with Credit Card";
      display: block;
      text-align: center;
      color: #939598;
      margin-top: -20px;
      font-weight: 500;
      font-size: 14px;
  }

  .checkout .checking_out .checkout_option_selector {
    position: relative;
    display: flex;
    margin-top: 20px;
    font-size: 13px;
    line-height: 20px;
    color: #CCCCCC; }
    .checkout .checking_out .checkout_option_selector:hover > label {
      color: #939598; }
      .checkout .checking_out .checkout_option_selector:hover > label::before {
        margin-right: 20px;
        background: #939598;
        border: 2px solid #939598; }
    .checkout .checking_out .checkout_option_selector input[type="radio"] {/* Create a custom radio button */
      position: absolute;
      opacity: 0;
      visibility: hidden; }
      .checkout .checking_out .checkout_option_selector input[type="radio"]:checked + label {
        color: #939598; }
        .checkout .checking_out .checkout_option_selector input[type="radio"]:checked + label::before {
          background: #939598;
          border: 2px solid #939598; }
    .checkout .checking_out .checkout_option_selector label {
      display: flex;
      flex: 1 1 auto;
      cursor: pointer;
      transition: all 0.25s linear; }
      .checkout .checking_out .checkout_option_selector label::before {
        display: inline-block;
        content: "";
        height: 20px;
        width: 20px;
        flex: 0 0 20px;
        margin-right: 15px;
        border: 2px solid #CCCCCC;
        border-radius: 50%;
        transition: all 0.25s linear; }
    .checkout .checking_out .checkout_option_selector .checkout_option_selector_controls a {
      margin-left: 15px;
      color: #CCCCCC;
      cursor: pointer; }
      .checkout .checking_out .checkout_option_selector .checkout_option_selector_controls a:hover {
        color: #939598; }
  .checkout .checking_out .checkbox-group {
    display: flex;
    align-items: center; }
    .checkout .checking_out .checkbox-group input[type='checkbox']:checked {
      background-image: url(/assets/images/check-mark.png);
      background-size: 80%;
      background-repeat: no-repeat;
      background-position: center;
      background-color: #4c4c4c;
      border: 2px solid #4c4c4c; }
    .checkout .checking_out .checkbox-group span {
      margin-left: 5px; }
  .checkout button.large-btn {
    height: 50px;
    width: 100%;
    margin: 15px auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-transform: none; }
    .checkout .checking_out button#pay_with_paypal_btn {      
      color: #4B84C8;}
      .checkout .checking_out button#pay_with_paypal_btn img {
        height: 50px; }

@media (min-width: 600px) {
  .checkout .shipping_address_button_container {
      display: flex;
      align-content: center;
      -webkit-box-pack: center;
      justify-content: center;
  }
}

#guest-area {
  padding-bottom: 20px;
  display: none; }
  #guest-area .col-md-6.no-text-wrap {
    padding-right: 0; }
  @media (max-width: 991px) {
    #guest-area .col-md-6.no-text-wrap {
      padding-right: 15px; } }
  #guest-area .guest-header {
    color: #4b4c4c;
    font-size: 14px;
    font-weight: 700;
    line-height: 1; }
  #guest-area .signin-account {
    color: #4b4c4c;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: right; }
    #guest-area .signin-account #signin {
      color: #539ccd;
      font-size: 14px;
      font-weight: 700;
      line-height: 1;
      text-align: right;
      margin-left: 6px; }

.item-checkout {
  padding: 20px 0;
  border-bottom: 1px solid #f2f6f7;
  position: relative; }
  .item-checkout:last-child {
    border-bottom: none;
    padding-bottom: 0; }
    .item-checkout:last-child .item-remove {
      bottom: 0; }
  .item-checkout .item-image {
    padding: 0 20px;
    float: left;
    width: 30%;
    text-align: center; }
    @media (max-width: 991px) {      
      .item-checkout .item-image {
        margin-bottom: 10px; } }
  .item-checkout .item-details {
    float: left;
    width: calc(70% - 150px);
    padding: 0 20px;}
    @media (max-width: 767px) {
      .item-checkout .item-image {
        padding: 0 10px;
        width: 100%;
      }
      .item-checkout .item-details {
          width: calc(100% - 160px);
         } }
    .item-checkout .item-details .item-title {
      padding-bottom: 10px;
      color: #4b4c4c;
      font-size: 16px;
      font-weight: 500;
    }
    .item-checkout .item-details .item-size, .item-checkout .item-details .item-seller, .item-checkout .item-details .item-price, .item-checkout .item-details .item-quantity {      
      display: flex;      
      color: #4b4c4c;
      font-size: 11px;
      font-weight: 300;
      line-height: 19px; 
    }
    @media(max-width: 767px) {
      .item-checkout .item-details .item-size, .item-checkout .item-details .item-seller, .item-checkout .item-details .item-price, .item-checkout .item-details .item-quantity {
        letter-spacing: 0;
      }
    }
    .item-checkout .item-details .item-size .size, .item-checkout .item-details .item-seller .size, .item-checkout .item-details .item-price .size, .item-checkout .item-details .item-quantity .size, .item-checkout .item-details .item-size .item-color, .item-checkout .item-details .item-seller .item-color, .item-checkout .item-details .item-price .item-color, .item-checkout .item-details .item-quantity .item-color, .item-checkout .item-details .item-seller .seller, .item-checkout .item-details .item-price .price, .item-checkout .item-details .item-quantity .quantity {
        margin: 0 5px;
        font-weight: 400; 
    }
    .item-checkout .item-size span {
      display: block;
      color: #337ab7;      
    }
    .item-checkout .item-quantity {
      padding-top: 10px; }
      .item-checkout .item-quantity .item-quantity-container {
        display: inline-block;
        position: relative;
        width: 100px;
        height: 35px;
        line-height: 35px;
        border: 1px solid #9b9b9b; }
        @media (min-width: 480px) {
        .item-checkout .item-quantity .item-quantity-container:hover {
          background-color: #539ccd;
          border: none; }
        }
        .item-checkout .item-quantity .item-quantity-container.mobile-selected{
          background-color: #539ccd;
          border: none; 
        }

        .item-checkout .item-quantity .item-quantity-container .item_quantity_selector {
          display: flex;
          justify-content: space-between;
          align-items: center;
          font-size: 14px;
          color: #939598;
          text-decoration: none;
          padding: 0px 12px; 
          font-weight: 500;}
          .item-checkout .item-quantity .item-quantity-container .item_quantity_selector i { margin-top: -5px; }
          @media (min-width: 480px) {
            .item-checkout .item-quantity .item-quantity-container:hover .item_quantity_selector { color: #ffffff; }
          }
          .item-checkout .item-quantity .item-quantity-container.mobile-selected .item_quantity_selector { color: #ffffff; }

          .item-checkout .item-quantity .item-quantity-container .item_quantity_select_box {
          display: none;
          position: absolute;
          background-color: #f9f9f9;
          min-width: 100%;
          box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
          z-index: 10; }
          @media (min-width: 480px) {
            .item-checkout .item-quantity .item-quantity-container:hover .item_quantity_select_box {
            display: block; }
          }
            .item-checkout .item-quantity .item-quantity-container.mobile-selected .item_quantity_select_box {
            display: block; }

          .item-checkout .item-quantity .item-quantity-container .item_quantity_select_box a { 
            color: #939598;
            font-size: 14px;
            line-height: 14px;
            padding: 8px;
            text-decoration: none;
            display: block;
            text-align: center; }
            .item-checkout .item-quantity .item-quantity-container .item_quantity_select_box a:hover {
              color: #ffffff;
              background-color: #539ccd;  } 

      .item-checkout .item-quantity .form-group {
        height: 35px; }
        .item-checkout .item-quantity .form-group select {
          width: 100px;
          height: 35px; }
        .item-checkout .item-quantity .form-group .fa.fa-chevron-down {
          top: 10px;
          right: 10px;
          font-size: 10px; }
    .item-checkout .item-details .item-quantity span.item-edit {
      margin-left: 10px; }
      .item-checkout .item-details .item-quantity span.item-edit a {
        color: #539ccd; }
    .item-checkout .item-total {    
      float: left;
      font-weight: 700;
      color: #4b4c4c;
      text-align: center;      
    }
    .item-checkout .item-remove {
      width: 30px;
      float: right;
    }
    .item-checkout .gi-x {  
      color: #999;
      font-family: 'icomoon' !important;
      font-style: normal;
      line-height: 15px;
      cursor: pointer;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); 
    }
          
    .item-checkout .gi-x:before { content: "\e917"; }

    

    .coupon_code_wrapper {
      width: 100%;
      margin-top: 15px; }
      .coupon_credit {
        display: flex; }
        .coupon_credit .coupon_code_container {
          flex: 1 1 auto;
          height: 40px;
          margin-right: 15px;
          font-size: 14px; }  
          .coupon_credit .coupon_code_container input{
            height: 40px;  }
        .coupon_credit .btn_apply_coupon {
          flex: 0 0 110px;
          width: 110px;
          padding: 0 10px;
          height: 40px;
          font-size: 16px;
          font-weight: 500; 
          text-transform: none;
        }

    .cart_result_wrapper {
      width: 100%; }
    .cart_result_wrapper .charges {
          display: flex;
      justify-content: space-between;
      padding: 10px 0; }

    .cart_result_wrapper .shipping-total {
      display: inline-block;
      width: 120px;
      text-align: center;
    }

    .cart_summary {
      width: 100%;
      border: 2px solid #539ccd;
    }
     @media (max-width: 767px) {
        .cart_summary {
        }
     }

    .cart_summary_header {
        width: 100%;
        text-align: center;
        color: #539ccd;
        font-size: 20px;
        font-weight: 600;
        padding: 20px 0;
    }

    .cart_summary .charges {
        padding: 0 20px;
    }     

    .cart_summary .charges-name {  
      display: inline-block;  
      width: calc(100% - 150px);
      float: left;
    }

    .cart_summary .shipping-total {
      display: inline-block;
      width: 120px;
      text-align: center;
    }

    .cart_summary .img_payment_methods {
      width: 100%;
      padding: 0 0 20px 0;
    }

    .card_result_border_bottom {
      border-bottom: 1px solid #f2f6f7;
      margin-bottom: 10px;
    }

    .btn_go_to_checkout{
      width: calc(100% - 150px);
      height: 50px;
      padding: 0 20px;
    }

    .secured-by {
  background-color: #FFFFFF;
  border-radius: 6px;
  padding: 20px;
  margin-top: 30px; }
  @media (max-width: 991px) {
    .secured-by {
      margin-top: 15px;
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .secured-by {
      margin-top: 15px;
      margin-bottom: 15px; } }
  .secured-by .secured-header {
    color: #4b4c4c;
    font-size: 20px;
    font-weight: 600;
    line-height: 0.8; }
    @media (max-width: 991px) {
      .secured-by .secured-header {
        text-align: center; } }
  .secured-by .payment-provider {
    height: 55px;
    margin-top: 16px;
    display: table;
    width: 100%; }
    .secured-by .payment-provider .provider-img {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }

#checkout-process {
  position: relative;
  margin: 0px -5px;
  padding: 0px 20px 22px 20px; }
  #checkout-process .checkbox-group {
    margin-bottom: 10px;
    position: relative; }
    #checkout-process .checkbox-group input[type='checkbox'] {
      margin-top: 3px;
      background-color: #FFFFFF;
      border: 2px solid #dce0e0;
      border-radius: 3px;
      height: 17px;
      width: 17px;
      box-shadow: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      #checkout-process .checkbox-group input[type='checkbox']:checked {
        background-image: url("/assets/images/check-mark.png");
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #539ccd;
        border: 2px solid #539ccd; }
    #checkout-process .checkbox-group .checkbox-text {
      position: absolute;
      left: 30px;
      top: 1px;
      color: #939598;
      font-size: 14px;
      font-weight: 400; }
  #checkout-process .accordian-header {
    padding: 20px 0;
    line-height: 1; }
    @media (max-width: 767px) {
      #checkout-process .accordian-header {
        width: 80%; } }
    #checkout-process .accordian-header a {
      pointer-events: none;
      color: #4b4c4c;
      font-size: 20px;
      font-weight: 700;
      line-height: 1; }
  #checkout-process .shipping-panel, #checkout-process .payment-panel, #checkout-process .password-panel, #checkout-process .coupon-panel, #checkout-process .review-panel {
    position: relative; }
    #checkout-process .shipping-panel:before, #checkout-process .payment-panel:before, #checkout-process .password-panel:before, #checkout-process .coupon-panel:before, #checkout-process .review-panel:before {
      content: "";
      height: 2px;
      width: calc(100% + 40px);
      left: -20px;
      position: absolute;
      background: #f2f6f7; }
    #checkout-process .shipping-panel .left, #checkout-process .payment-panel .left, #checkout-process .password-panel .left, #checkout-process .coupon-panel .left, #checkout-process .review-panel .left {
      padding-right: 7.5px; }
      @media (max-width: 991px) {
        #checkout-process .shipping-panel .left, #checkout-process .payment-panel .left, #checkout-process .password-panel .left, #checkout-process .coupon-panel .left, #checkout-process .review-panel .left {
          padding-right: 7.5px; } }
      @media (max-width: 767px) {
        #checkout-process .shipping-panel .left, #checkout-process .payment-panel .left, #checkout-process .password-panel .left, #checkout-process .coupon-panel .left, #checkout-process .review-panel .left {
          padding-right: 15px; } }
    #checkout-process .shipping-panel .right, #checkout-process .payment-panel .right, #checkout-process .password-panel .right, #checkout-process .coupon-panel .right, #checkout-process .review-panel .right {
      padding-left: 7.5px; }
      @media (max-width: 991px) {
        #checkout-process .shipping-panel .right, #checkout-process .payment-panel .right, #checkout-process .password-panel .right, #checkout-process .coupon-panel .right, #checkout-process .review-panel .right {
          padding-left: 7.5px; } }
      @media (max-width: 767px) {
        #checkout-process .shipping-panel .right, #checkout-process .payment-panel .right, #checkout-process .password-panel .right, #checkout-process .coupon-panel .right, #checkout-process .review-panel .right {
          padding-left: 15px; } }
    #checkout-process .shipping-panel .different-address, #checkout-process .payment-panel .different-address, #checkout-process .password-panel .different-address, #checkout-process .coupon-panel .different-address, #checkout-process .review-panel .different-address {
      display: none;
      margin-top: 20px; }
    #checkout-process .shipping-panel #address-edit, #checkout-process .payment-panel #address-edit, #checkout-process .password-panel #address-edit, #checkout-process .coupon-panel #address-edit, #checkout-process .review-panel #address-edit {
      display: none; }
      #checkout-process .shipping-panel #address-edit .edit-address, #checkout-process .payment-panel #address-edit .edit-address, #checkout-process .password-panel #address-edit .edit-address, #checkout-process .coupon-panel #address-edit .edit-address, #checkout-process .review-panel #address-edit .edit-address {
        position: absolute;
        width: auto;
        right: 0;
        top: 20px;
        height: 35px;
        padding: 0 20px;
        font-size: 14px;
        font-weight: 700; }
      #checkout-process .shipping-panel #address-edit .small-header, #checkout-process .payment-panel #address-edit .small-header, #checkout-process .password-panel #address-edit .small-header, #checkout-process .coupon-panel #address-edit .small-header, #checkout-process .review-panel #address-edit .small-header, #checkout-process .shipping-panel #address-edit .password-panel ul, #checkout-process .password-panel .shipping-panel #address-edit ul, #checkout-process .payment-panel #address-edit .password-panel ul, #checkout-process .password-panel .payment-panel #address-edit ul, #checkout-process .password-panel #address-edit ul, #checkout-process .coupon-panel #address-edit .password-panel ul, #checkout-process .password-panel .coupon-panel #address-edit ul, #checkout-process .review-panel #address-edit .password-panel ul, #checkout-process .password-panel .review-panel #address-edit ul, #checkout-process .shipping-panel #address-edit .coupon-panel ul, #checkout-process .coupon-panel .shipping-panel #address-edit ul, #checkout-process .payment-panel #address-edit .coupon-panel ul, #checkout-process .coupon-panel .payment-panel #address-edit ul, #checkout-process .password-panel #address-edit .coupon-panel ul, #checkout-process .coupon-panel .password-panel #address-edit ul, #checkout-process .coupon-panel #address-edit ul, #checkout-process .review-panel #address-edit .coupon-panel ul, #checkout-process .coupon-panel .review-panel #address-edit ul {
        color: #4b4c4c;
        font-size: 14px;
        font-weight: 400;
        line-height: 5px; }
      #checkout-process .shipping-panel #address-edit span, #checkout-process .payment-panel #address-edit span, #checkout-process .password-panel #address-edit span, #checkout-process .coupon-panel #address-edit span, #checkout-process .review-panel #address-edit span {
        margin-left: 5px; }
  #checkout-process .payment-panel #payment-edit {
    display: none; }
    #checkout-process .payment-panel #payment-edit .edit-payment {
      position: absolute;
      width: auto;
      right: 0;
      top: 20px;
      height: 35px;
      padding: 0 20px;
      font-size: 14px;
      font-weight: 700; }
    #checkout-process .payment-panel #payment-edit .small-header.name, #checkout-process .payment-panel #payment-edit .small-header.address, #checkout-process .payment-panel #payment-edit .password-panel ul.address, #checkout-process .password-panel .payment-panel #payment-edit ul.address, #checkout-process .payment-panel #payment-edit .password-panel .shipping-addresses ul.city-state, #checkout-process .password-panel .shipping-addresses .payment-panel #payment-edit ul.city-state, .shipping-addresses #checkout-process .payment-panel #payment-edit .password-panel ul.city-state, .shipping-addresses #checkout-process .password-panel .payment-panel #payment-edit ul.city-state, #checkout-process .payment-panel #payment-edit .password-panel .inbox ul.city-state, #checkout-process .password-panel .inbox .payment-panel #payment-edit ul.city-state, .inbox #checkout-process .payment-panel #payment-edit .password-panel ul.city-state, .inbox #checkout-process .password-panel .payment-panel #payment-edit ul.city-state, #checkout-process .payment-panel #payment-edit .password-panel .payment-method ul.city-state, #checkout-process .password-panel .payment-method .payment-panel #payment-edit ul.city-state, .payment-method #checkout-process .payment-panel #payment-edit .password-panel ul.city-state, .payment-method #checkout-process .password-panel .payment-panel #payment-edit ul.city-state, #checkout-process .payment-panel #payment-edit .coupon-panel ul.address, #checkout-process .coupon-panel .payment-panel #payment-edit ul.address, #checkout-process .payment-panel #payment-edit .coupon-panel .shipping-addresses ul.city-state, #checkout-process .coupon-panel .shipping-addresses .payment-panel #payment-edit ul.city-state, .shipping-addresses #checkout-process .payment-panel #payment-edit .coupon-panel ul.city-state, .shipping-addresses #checkout-process .coupon-panel .payment-panel #payment-edit ul.city-state, #checkout-process .payment-panel #payment-edit .coupon-panel .inbox ul.city-state, #checkout-process .coupon-panel .inbox .payment-panel #payment-edit ul.city-state, .inbox #checkout-process .payment-panel #payment-edit .coupon-panel ul.city-state, .inbox #checkout-process .coupon-panel .payment-panel #payment-edit ul.city-state, #checkout-process .payment-panel #payment-edit .coupon-panel .payment-method ul.city-state, #checkout-process .coupon-panel .payment-method .payment-panel #payment-edit ul.city-state, .payment-method #checkout-process .payment-panel #payment-edit .coupon-panel ul.city-state, .payment-method #checkout-process .coupon-panel .payment-panel #payment-edit ul.city-state, #checkout-process .payment-panel #payment-edit .shipping-addresses .small-header.city-state, .shipping-addresses #checkout-process .payment-panel #payment-edit .small-header.city-state, #checkout-process .payment-panel #payment-edit .inbox .small-header.city-state, .inbox #checkout-process .payment-panel #payment-edit .small-header.city-state, #checkout-process .payment-panel #payment-edit .payment-method .small-header.city-state, .payment-method #checkout-process .payment-panel #payment-edit .small-header.city-state, #checkout-process .payment-panel #payment-edit .small-header.address2, #checkout-process .payment-panel #payment-edit .password-panel ul.address2, #checkout-process .password-panel .payment-panel #payment-edit ul.address2, #checkout-process .payment-panel #payment-edit .coupon-panel ul.address2, #checkout-process .coupon-panel .payment-panel #payment-edit ul.address2, #checkout-process .payment-panel #payment-edit .small-header.city, #checkout-process .payment-panel #payment-edit .password-panel ul.city, #checkout-process .password-panel .payment-panel #payment-edit ul.city, #checkout-process .payment-panel #payment-edit .coupon-panel ul.city, #checkout-process .coupon-panel .payment-panel #payment-edit ul.city, #checkout-process .payment-panel #payment-edit .small-header.state, #checkout-process .payment-panel #payment-edit .password-panel ul.state, #checkout-process .password-panel .payment-panel #payment-edit ul.state, #checkout-process .payment-panel #payment-edit .coupon-panel ul.state, #checkout-process .coupon-panel .payment-panel #payment-edit ul.state, #checkout-process .payment-panel #payment-edit .small-header.zipcode, #checkout-process .payment-panel #payment-edit .password-panel ul.zipcode, #checkout-process .password-panel .payment-panel #payment-edit ul.zipcode, #checkout-process .payment-panel #payment-edit .coupon-panel ul.zipcode, #checkout-process .coupon-panel .payment-panel #payment-edit ul.zipcode, #checkout-process .payment-panel #payment-edit .small-header.country, #checkout-process .payment-panel #payment-edit .password-panel ul.country, #checkout-process .password-panel .payment-panel #payment-edit ul.country, #checkout-process .payment-panel #payment-edit .coupon-panel ul.country, #checkout-process .coupon-panel .payment-panel #payment-edit ul.country, #checkout-process .payment-panel #payment-edit .small-header.email, #checkout-process .payment-panel #payment-edit .password-panel ul.email, #checkout-process .password-panel .payment-panel #payment-edit ul.email, #checkout-process .payment-panel #payment-edit .coupon-panel ul.email, #checkout-process .coupon-panel .payment-panel #payment-edit ul.email, #checkout-process .payment-panel #payment-edit .small-header.card, #checkout-process .payment-panel #payment-edit .password-panel ul.card, #checkout-process .password-panel .payment-panel #payment-edit ul.card, #checkout-process .payment-panel #payment-edit .coupon-panel ul.card, #checkout-process .coupon-panel .payment-panel #payment-edit ul.card, #checkout-process .payment-panel #payment-edit .small-header.expiraton-date, #checkout-process .payment-panel #payment-edit .password-panel ul.expiraton-date, #checkout-process .password-panel .payment-panel #payment-edit ul.expiraton-date, #checkout-process .payment-panel #payment-edit .coupon-panel ul.expiraton-date, #checkout-process .coupon-panel .payment-panel #payment-edit ul.expiraton-date, #checkout-process .payment-panel #payment-edit .password-panel ul.name, #checkout-process .password-panel .payment-panel #payment-edit ul.name, #checkout-process .payment-panel #payment-edit .password-panel .shipping-addresses ul.address, #checkout-process .password-panel .shipping-addresses .payment-panel #payment-edit ul.address, .shipping-addresses #checkout-process .payment-panel #payment-edit .password-panel ul.address, .shipping-addresses #checkout-process .password-panel .payment-panel #payment-edit ul.address, #checkout-process .payment-panel #payment-edit .password-panel .inbox ul.address, #checkout-process .password-panel .inbox .payment-panel #payment-edit ul.address, .inbox #checkout-process .payment-panel #payment-edit .password-panel ul.address, .inbox #checkout-process .password-panel .payment-panel #payment-edit ul.address, #checkout-process .payment-panel #payment-edit .password-panel .payment-method ul.address, #checkout-process .password-panel .payment-method .payment-panel #payment-edit ul.address, .payment-method #checkout-process .payment-panel #payment-edit .password-panel ul.address, .payment-method #checkout-process .password-panel .payment-panel #payment-edit ul.address, #checkout-process .payment-panel #payment-edit .password-panel .shipping-addresses ul.city-state, #checkout-process .password-panel .shipping-addresses .payment-panel #payment-edit ul.city-state, .shipping-addresses #checkout-process .payment-panel #payment-edit .password-panel ul.city-state, .shipping-addresses #checkout-process .password-panel .payment-panel #payment-edit ul.city-state, #checkout-process .payment-panel #payment-edit .password-panel .inbox ul.city-state, #checkout-process .password-panel .inbox .payment-panel #payment-edit ul.city-state, .inbox #checkout-process .payment-panel #payment-edit .password-panel ul.city-state, .inbox #checkout-process .password-panel .payment-panel #payment-edit ul.city-state, #checkout-process .payment-panel #payment-edit .password-panel .payment-method ul.city-state, #checkout-process .password-panel .payment-method .payment-panel #payment-edit ul.city-state, .payment-method #checkout-process .payment-panel #payment-edit .password-panel ul.city-state, .payment-method #checkout-process .password-panel .payment-panel #payment-edit ul.city-state, #checkout-process .payment-panel #payment-edit .coupon-panel ul.name, #checkout-process .coupon-panel .payment-panel #payment-edit ul.name, #checkout-process .payment-panel #payment-edit .coupon-panel .shipping-addresses ul.address, #checkout-process .coupon-panel .shipping-addresses .payment-panel #payment-edit ul.address, .shipping-addresses #checkout-process .payment-panel #payment-edit .coupon-panel ul.address, .shipping-addresses #checkout-process .coupon-panel .payment-panel #payment-edit ul.address, #checkout-process .payment-panel #payment-edit .coupon-panel .inbox ul.address, #checkout-process .coupon-panel .inbox .payment-panel #payment-edit ul.address, .inbox #checkout-process .payment-panel #payment-edit .coupon-panel ul.address, .inbox #checkout-process .coupon-panel .payment-panel #payment-edit ul.address, #checkout-process .payment-panel #payment-edit .coupon-panel .payment-method ul.address, #checkout-process .coupon-panel .payment-method .payment-panel #payment-edit ul.address, .payment-method #checkout-process .payment-panel #payment-edit .coupon-panel ul.address, .payment-method #checkout-process .coupon-panel .payment-panel #payment-edit ul.address, #checkout-process .payment-panel #payment-edit .coupon-panel .shipping-addresses ul.city-state, #checkout-process .coupon-panel .shipping-addresses .payment-panel #payment-edit ul.city-state, .shipping-addresses #checkout-process .payment-panel #payment-edit .coupon-panel ul.city-state, .shipping-addresses #checkout-process .coupon-panel .payment-panel #payment-edit ul.city-state, #checkout-process .payment-panel #payment-edit .coupon-panel .inbox ul.city-state, #checkout-process .coupon-panel .inbox .payment-panel #payment-edit ul.city-state, .inbox #checkout-process .payment-panel #payment-edit .coupon-panel ul.city-state, .inbox #checkout-process .coupon-panel .payment-panel #payment-edit ul.city-state, #checkout-process .payment-panel #payment-edit .coupon-panel .payment-method ul.city-state, #checkout-process .coupon-panel .payment-method .payment-panel #payment-edit ul.city-state, .payment-method #checkout-process .payment-panel #payment-edit .coupon-panel ul.city-state, .payment-method #checkout-process .coupon-panel .payment-panel #payment-edit ul.city-state, #checkout-process .payment-panel #payment-edit .shipping-addresses .small-header.address, .shipping-addresses #checkout-process .payment-panel #payment-edit .small-header.address, #checkout-process .payment-panel #payment-edit .inbox .small-header.address, .inbox #checkout-process .payment-panel #payment-edit .small-header.address, #checkout-process .payment-panel #payment-edit .payment-method .small-header.address, .payment-method #checkout-process .payment-panel #payment-edit .small-header.address, #checkout-process .payment-panel #payment-edit .shipping-addresses .small-header.city-state, .shipping-addresses #checkout-process .payment-panel #payment-edit .small-header.city-state, #checkout-process .payment-panel #payment-edit .inbox .small-header.city-state, .inbox #checkout-process .payment-panel #payment-edit .small-header.city-state, #checkout-process .payment-panel #payment-edit .payment-method .small-header.city-state, .payment-method #checkout-process .payment-panel #payment-edit .small-header.city-state {
      color: #4b4c4c;
      font-size: 14px;
      font-weight: 400;
      line-height: 8px; }
    #checkout-process .payment-panel #payment-edit span {
      margin-left: 5px; }
  #checkout-process .password-panel .small-header, #checkout-process .password-panel ul, #checkout-process .password-panel .coupon-panel ul, #checkout-process .coupon-panel .password-panel ul {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 500; }
  #checkout-process .password-panel ul {
    padding: 20px 0 20px 55px; }
  #checkout-process .password-panel .save-password .checkbox-group {
    position: relative; }
    @media (max-width: 767px) {
      #checkout-process .password-panel .save-password .checkbox-group {
        margin-bottom: 20px; } }
    #checkout-process .password-panel .save-password .checkbox-group .checkbox-text {
      left: 30px; }
  #checkout-process .coupon-panel .small-header, #checkout-process .coupon-panel .password-panel ul, #checkout-process .password-panel .coupon-panel ul, #checkout-process .coupon-panel ul {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 500; }
  #checkout-process .coupon-panel ul {
    padding: 20px 0 20px 55px; }
  @media (max-width: 767px) {
    #checkout-process .coupon-panel .enter-coupon .checkbox-group {
      margin-bottom: 20px; } }
  #checkout-process .coupon-panel .enter-coupon .checkbox-group .checkbox-text {
    left: 30px;
    top: 13px; }
  #checkout-process .coupon-panel .enter-coupon .checkbox-group .coupon-total {
    position: absolute;
    right: 0;
    left: inherit;
    font-size: 14px;
    font-weight: 700;
    color: #f28983; }
  #checkout-process .review-panel a:hover {
    text-decoration: none; }
  #checkout-process .review-panel #reviewPanel .charges-details {
    padding-bottom: 11px;
    border-bottom: 2px solid #f2f6f7; }
    #checkout-process .review-panel #reviewPanel .charges-details .charges {
      line-height: 1;
      padding-bottom: 5px; }
      #checkout-process .review-panel #reviewPanel .charges-details .charges:first-child {
        margin-top: -2px; }
      #checkout-process .review-panel #reviewPanel .charges-details .charges .charges-name {
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: 400;
        color: #4b4c4c; }
      #checkout-process .review-panel #reviewPanel .charges-details .charges .shipping-total, #checkout-process .review-panel #reviewPanel .charges-details .charges .cart-total {
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: 700;
        color: #4b4c4c;
        float: right; }
  #checkout-process .review-panel #reviewPanel .charges-total {
    padding-top: 20px; }
    #checkout-process .review-panel #reviewPanel .charges-total .total-name {
      font-size: 14px;
      color: #4b4c4c;
      margin-bottom: 0;
      line-height: 1; }
    #checkout-process .review-panel #reviewPanel .charges-total .charges-subtotal {
      margin-bottom: 0;
      font-size: 14px;
      font-weight: 700;
      color: #4b4c4c;
      float: right;
      line-height: 1; }
      #checkout-process .review-panel #reviewPanel .charges-total .charges-subtotal.ready {
        color: #539ccd; }
    #checkout-process .review-panel #reviewPanel .charges-total .place-order {
      margin-bottom: 0;
      display: none;
      margin-top: 14px; }

.form-group input, .checkout .order-details .returning-customer .form-group input, .shopping-cart .order-details .returning-customer .form-group input {
  width: 100%; }
.form-group select, .checkout .order-details .returning-customer .form-group select, .shopping-cart .order-details .returning-customer .form-group select {
  padding: 0px 14px;
  border-width: 1px;
  height: 50px;
  color: #939598;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  width: 100%;
  box-shadow: none;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .form-group select::-ms-expand, .checkout .order-details .returning-customer .form-group select::-ms-expand, .shopping-cart .order-details .returning-customer .form-group select::-ms-expand {
    display: none; }
.form-group .fa.fa-chevron-down, .checkout .order-details .returning-customer .form-group .fa.fa-chevron-down, .shopping-cart .order-details .returning-customer .form-group .fa.fa-chevron-down {
  position: absolute;
  right: 15px;
  top: 15px;
  padding-left: 5px;
  background-color: #FFFFFF;
  font-size: 17px;
  color: #7f8a95;
  pointer-events: none; }

#credit-card .cc-container.visa .card-bg {
  background-color: #4084be; }
  #credit-card .cc-container.visa .card-bg .visa-logo {
    opacity: 1; }
#credit-card .cc-container.amex .card-bg {
  background-color: #454545; }
  #credit-card .cc-container.amex .card-bg .amex-logo {
    opacity: 1; }
#credit-card .cc-container.discover .card-bg {
  background-color: #eaeef0; }
  #credit-card .cc-container.discover .card-bg label {
    color: #4b4c4c; }
  #credit-card .cc-container.discover .card-bg h4 {
    color: #4b4c4c; }
  #credit-card .cc-container.discover .card-bg .discover-logo {
    opacity: 1; }
#credit-card .cc-container.mastercard .card-bg {
  background-color: #496278; }
  #credit-card .cc-container.mastercard .card-bg .mastercard-logo {
    opacity: 1; }
#credit-card .cc-container .card-bg {
  margin-bottom: 15px;
  min-height: 250px;
  background-color: #75a6c0;
  padding: 23px;
  border-radius: 12px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  position: relative; }
  @media (max-width: 767px) {
    #credit-card .cc-container .card-bg {
      padding: 30px 15px; } }
#credit-card .cc-container h4 {
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.4px;
  float: left; }
#credit-card .cc-container .cc {
  float: right;
  position: absolute;
  right: 30px; }
  @media (max-width: 767px) {
    #credit-card .cc-container .cc {
      left: auto;
      top: 22px; } }
  @media (max-width: 767px) {
    #credit-card .cc-container .cc {
      left: 15px;
      right: auto;
      top: 65px; } }
#credit-card .cc-container .visa-logo {
  width: 100px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
#credit-card .cc-container .amex-logo {
  width: 50px;
  height: 50px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  @media (max-width: 767px) {
    #credit-card .cc-container .amex-logo {
      height: 43px;
      width: 43px; } }
#credit-card .cc-container .mastercard-logo {
  width: 80px;
  height: 48px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  @media (max-width: 767px) {
    #credit-card .cc-container .mastercard-logo {
      width: 75px;
      height: 45px; } }
#credit-card .cc-container .discover-logo {
  width: 161px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
#credit-card .cc-container label {
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 600;
  display: block;
  text-align: left;
  margin-bottom: 9px; }
#credit-card .cc-container .top {
  height: 50px; }
#credit-card .cc-container .cc-value, #credit-card .cc-container .cvv .ccv-value, #credit-card .cc-container .expiration .month, #credit-card .cc-container .expiration .year {
  color: #939598;
  font-size: 16px;
  font-weight: 400;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 2px;
  border-color: #dce0e0;
  padding: 0 18px;
  background-color: #FFFFFF;
  width: 100%;
  height: 49px; }
  #credit-card .cc-container .cc-value:focus, #credit-card .cc-container .cvv .ccv-value:focus, #credit-card .cc-container .expiration .month:focus, #credit-card .cc-container .expiration .year:focus {
    border-color: #dce0e0; }
#credit-card .cc-container .cvv {
  position: relative;
  float: right;
  width: 132px;
  margin-top: 47px; }
  @media (max-width: 767px) {
    #credit-card .cc-container .cvv {
      width: 100%;
      margin-top: 24px; } }
  #credit-card .cc-container .cvv label {
    position: absolute;
    top: -25px; }
#credit-card .cc-container .expiration {
  margin-top: 20px;
  float: left; }
  @media (max-width: 767px) {
    #credit-card .cc-container .expiration {
      width: 100%;
      float: none; } }
  #credit-card .cc-container .expiration .form-group {
    display: inline-block; }
    #credit-card .cc-container .expiration .form-group select {
      padding: 0px 30px 0 15px;
      border-width: 2px;
      height: 50px;
      color: #939598;
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 15px;
      width: auto;
      box-shadow: none;
      background-image: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    #credit-card .cc-container .expiration .form-group:before {
      content: "";
      position: absolute;
      right: 15px;
      top: 15px;
      font-size: 17px;
      color: #7f8a95; }
  #credit-card .cc-container .expiration .glyphicon {
    font-size: 14px;
    right: 21px; }
  #credit-card .cc-container .expiration .month {
    width: calc(100% - 129px);
    float: left;
    width: auto; }
    @media (max-width: 767px) {
      #credit-card .cc-container .expiration .month {
        width: 100%;
        margin-bottom: 15px; } }
    #credit-card .cc-container .expiration .month .btn-default {
      background-color: #FFFFFF;
      border: 2px solid #939598;
      color: #939598;
      font-size: 19px;
      height: 50px;
      padding: 0 15px; }
      #credit-card .cc-container .expiration .month .btn-default .filter-option {
        overflow: visible; }
  #credit-card .cc-container .expiration .year {
    width: auto;
    margin-left: 15px;
    float: left; }
    @media (max-width: 767px) {
      #credit-card .cc-container .expiration .year {
        margin-bottom: 34px; } }
    @media (max-width: 767px) {
      #credit-card .cc-container .expiration .year {
        width: 100%;
        margin-left: 0; } }
    #credit-card .cc-container .expiration .year .btn-default {
      background-color: #FFFFFF;
      border: 2px solid #939598;
      color: #939598;
      font-size: 19px;
      height: 50px;
      padding: 0 15px; }
      #credit-card .cc-container .expiration .year .btn-default .filter-option {
        overflow: visible; }
#credit-card .cc-container label {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700; }

#billing-address .billing-edit {
  display: none; }
#billing-address .billing-address-show {
  border-bottom: 2px solid #f2f6f7;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  #billing-address .billing-address-show .bill-name, #billing-address .billing-address-show .bill-address, #billing-address .billing-address-show .bill-address2, #billing-address .billing-address-show .bill-country {
    color: #4b4c4c;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
  #billing-address .billing-address-show .btn-gray {
    width: auto;
    height: 35px;
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    border-radius: 4px; }
  #billing-address .billing-address-show p {
    line-height: 1; }

@media (max-width: 767px) {
  #contact-email {
    margin-bottom: 40px; } }
#contact-email .form-group {
  margin-top: 20px; }
  #contact-email .form-group input {
    color: #4b4c4c; }
#contact-email .checkbox-group {
  position: relative;
  height: 35px; }
  #contact-email .checkbox-group span {
    left: 30px; }

#save-payment {
  margin-top: 20px; }
  #save-payment p {
    text-align: center;
    padding-top: 5px; }

#subscription-modal .modal-dialog {
  width: 380px; }
  @media (max-width: 767px) {
    #subscription-modal .modal-dialog {
      width: auto; } }
#subscription-modal .modal-content {
  width: 380px;
  min-height: 380px;
  padding: 12px 20px 20px 20px;
  position: relative;
  box-shadow: 0 0px 25px rgba(97, 97, 97, 0.36);
  border: none; }
  @media (max-width: 767px) {
    #subscription-modal .modal-content {
      width: 100%; } }
  #subscription-modal .modal-content .modal-header {
    padding: 0;
    border-bottom: none;
    text-align: center; }
    #subscription-modal .modal-content .modal-header .modal-title {
      color: #939598;
      font-size: 36px;
      font-weight: 400; }
      @media (max-width: 767px) {
        #subscription-modal .modal-content .modal-header .modal-title {
          font-size: 30px; } }
    #subscription-modal .modal-content .modal-header .regular-text, #subscription-modal .modal-content .modal-header .checkout .order-details .guest-checkout .signin-description, .checkout .order-details .guest-checkout #subscription-modal .modal-content .modal-header .signin-description, #subscription-modal .modal-content .modal-header .checkout .order-details .paypal-checkout .signin-description, .checkout .order-details .paypal-checkout #subscription-modal .modal-content .modal-header .signin-description, #subscription-modal .modal-content .modal-header .shopping-cart .order-details .guest-checkout .signin-description, .shopping-cart .order-details .guest-checkout #subscription-modal .modal-content .modal-header .signin-description, #subscription-modal .modal-content .modal-header .shopping-cart .order-details .paypal-checkout .signin-description, .shopping-cart .order-details .paypal-checkout #subscription-modal .modal-content .modal-header .signin-description, #subscription-modal .modal-content .modal-header #billing-address .billing-address-show p, #billing-address .billing-address-show #subscription-modal .modal-content .modal-header p, #subscription-modal .modal-content .modal-header #contact-email p, #contact-email #subscription-modal .modal-content .modal-header p, #subscription-modal .modal-content .modal-header #save-payment p, #save-payment #subscription-modal .modal-content .modal-header p, #subscription-modal .modal-content .modal-header .shopping-cart .cart-edit .edit-size-color, .shopping-cart .cart-edit #subscription-modal .modal-content .modal-header .edit-size-color {
      padding-bottom: 15px; }
  #subscription-modal .modal-content .modal-bodin {
    padding: 0; }
    #subscription-modal .modal-content .modal-bodin textarea {
      resize: none;
      width: 100%;
      min-height: 177px;
      border: 2px solid #e6eaeb;
      border-radius: 4px;
      padding: 7px; }
      #subscription-modal .modal-content .modal-bodin textarea:focus {
        outline: none; }
  #subscription-modal .modal-content .modal-footer {
    padding: 15px 0px 0 0px;
    text-align: center;
    border-top: none; }
    #subscription-modal .modal-content .modal-footer button {
      width: 100%;
      height: 50px;
      font-size: 17px;
      font-weight: 700; }

.modal-backdrop {
  background-color: #FFFFFF; }
  .modal-backdrop.in {
    opacity: 0.8; }

#account {
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    #account {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    #account {
      margin-bottom: 15px; } }
  #account .large-header {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1;
    padding: 30px 0;
    font-weight: 600;
    color: #4b4c4c; }
    @media (max-width: 991px) {
      #account .large-header {
        display: none; } }
    #account .large-header.details {
      color: #d5d7d8; }
    #account .large-header .order-breadcrumb {
      color: #4b4c4c; }
  #account #inbox {
    position: relative; }
    #account #inbox:after {
      content: "1";
      position: absolute;
      text-align: center;
      border-radius: 50%;
      border-width: 2px;
      border-color: #5fc6df;
      border-style: solid;
      background-color: #418697;
      width: 21px;
      height: 21px;
      color: #FFFFFF;
      font-size: 13px;
      right: 15px;
      top: 14px; }
  #account .wrap-td {
    max-width: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    @media (max-width: 767px) {
      #account .wrap-td {
        max-width: 100%;
        max-width: initial;
        white-space: normal; } }

@media (max-width: 991px) {
  .account-menu {
    margin-bottom: 15px; } }
@media (max-width: 991px) {
  .account-menu .sidemenu {
    margin-top: 15px; } }
.account-menu .sidemenu label {
  display: none;
  font-size: 12px;
  font-weight: 700;
  color: #939598;
  top: -7px;
  position: absolute;
  /*width: 110px;*/
  z-index: 1;
  left: calc(50% - 55px); }
  @media (max-width: 991px) {
    .account-menu .sidemenu label {
      display: block; } }
.account-menu .sidemenu .dropdown-menu {
  position: relative;
  top: 100%;
  left: 0;
  z-index: 0;
  display: block;
  float: left;
  min-width: auto;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 30px;
  text-align: initial;
  background-color: #FFFFFF;
  border: none;
  border-radius: 6px;
  box-shadow: inset 0 -2px rgba(210, 215, 217, 0.66); }
  @media (max-width: 991px) {
    .account-menu .sidemenu .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
      display: none;
      min-width: 160px;
      margin: 2px 0 0;
      list-style: none;
      padding-bottom: 0;
      font-size: 14px;
      text-align: left;
      background-color: #fff;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); } }
.account-menu .sidemenu .open > .dropdown-menu {
  display: block; }
.account-menu .sidemenu #sidedropdown {
  width: 100%;
  display: none;
  height: 50px;
  font-size: 16px;
  text-align: left;
  padding-left: 20px;
  border-radius: 6px;
  border-size: 2px;
  border-style: solid;
  border-color: #dce0e0;
  border-radius: 6px;
  background-color: #FFFFFF;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s; }
  .account-menu .sidemenu #sidedropdown:before {
    content: "";
    height: 2px;
    width: 116px;
    background-color: #FFF;
    top: 0;
    position: absolute;
    left: calc(50% - 59px); }
  @media (max-width: 991px) {
    .account-menu .sidemenu #sidedropdown {
      display: block; } }
  @media (max-width: 767px) {
    .account-menu .sidemenu #sidedropdown {
      margin-bottom: 15px; } }
  .account-menu .sidemenu #sidedropdown .fa-chevron-down {
    float: right;
    padding-right: 15px;
    color: #939598; }
.account-menu .sidemenu ul {
  padding-left: 0;
  list-style: none;
  border-radius: 6px; }
  .account-menu .sidemenu ul li {
    display: inline-block;
    width: 100%; }
    .account-menu .sidemenu ul li.active a {
      background-color: #539ccd;
      color: #FFFFFF; }
    .account-menu .sidemenu ul li:first-child a {
      border-top-left-radius: 6px;
      border-top-right-radius: 6px; }
    .account-menu .sidemenu ul li:last-child {
      border-bottom: none; }
      .account-menu .sidemenu ul li:last-child:hover {
        border-bottom: none; }
      .account-menu .sidemenu ul li:last-child a {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px; }
    .account-menu .sidemenu ul li a {
      display: inline-block;
      width: 100%;
      font-size: 16px;
      font-weight: 600;
      color: #939598;
      box-shadow: inset 0 -1px #e6eaeb;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .account-menu .sidemenu ul li a:hover {
        background-color: #539ccd;
        color: #FFFFFF;
        text-decoration: none; }
.account-menu .seller-dashboard {
  width: 100%;
  height: 50px;
  border-radius: 0px; /*Li Jin 6_27*/
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize; }

.recent-orders .account-table .table-item .table-column .table-text .track-order, .recent-orders .v5_table .table-item .table-column .table-text .track-order, .recent-orders .account-table .table-item .table-column .checkbox-group.light .track-order, .recent-orders .v5_table .table-item .table-column .checkbox-group.light .track-order {
  color: #539ccd;
  border-bottom: 1px solid #C9EBF3; }
  .recent-orders .account-table .table-item .table-column .table-text .track-order:hover, .recent-orders .v5_table .table-item .table-column .table-text .track-order:hover, .recent-orders .account-table .table-item .table-column .checkbox-group.light .track-order:hover, .recent-orders .v5_table .table-item .table-column .checkbox-group.light .track-order:hover {
    color: #d97b74;
    border-bottom: 1px solid #8ad4e5;
    text-decoration: none; }

.edit-password .password-content {
  border-radius: 6px;
  background-color: #FFFFFF;
  padding: 20px; }
  @media (max-width: 1199px) {
    .edit-password .password-content .col-md-6.left {
      padding-left: 10px; } }
  @media (max-width: 767px) {
    .edit-password .password-content .col-md-6.left {
      padding-left: 15px; } }
  @media (max-width: 1199px) {
    .edit-password .password-content .col-md-6.right {
      padding-right: 10px; } }
  @media (max-width: 767px) {
    .edit-password .password-content .col-md-6.right {
      padding-right: 15px; } }
  .edit-password .password-content .set-password {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    font-size: 16px; }

.edit-profile .edit-profile-content {
  border-radius: 6px;
  background-color: #FFFFFF;
  padding: 20px; }
  .edit-profile .edit-profile-content .col-md-6.left {
    padding-left: 10px; }
    @media (max-width: 991px) {
      .edit-profile .edit-profile-content .col-md-6.left {
        padding-left: 15px; } }
    @media (max-width: 767px) {
      .edit-profile .edit-profile-content .col-md-6.left {
        padding-left: 15px; } }
  .edit-profile .edit-profile-content .col-md-6.right {
    padding-right: 10px; }
    @media (max-width: 991px) {
      .edit-profile .edit-profile-content .col-md-6.right {
        padding-right: 15px; } }
    @media (max-width: 767px) {
      .edit-profile .edit-profile-content .col-md-6.right {
        padding-right: 15px; } }
  .edit-profile .edit-profile-content .update-profile {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    font-size: 16px; }

.recent-orders .account-table, .recent-orders .v5_table {
  padding-bottom: 2px;
  border-radius: 6px; }
  @media (max-width: 767px) {
    .recent-orders .account-table, .recent-orders .v5_table {
      box-shadow: none; } }
.recent-orders .checkbox-group input {
  width: 13px;
  height: 13px; }
.recent-orders .trashcan {
  font-size: 16px; }
@media (max-width: 767px) {
  .recent-orders .total {
    border-bottom: 0;
    box-shadow: inset 0 -2px rgba(210, 215, 217, 0.66);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px; } }
.recent-orders .track-order {
  color: #939598;
  border-bottom: 1px solid #d9d9d9; }
  .recent-orders .track-order:hover {
    color: #5a5a5a;
    border-bottom: 1px solid #a6a6a6;
    text-decoration: none; }
@media (max-width: 1199px) {
  .recent-orders .trashcan {
    text-align: right;
    padding-right: 20px; } }
@media (max-width: 767px) {
  .recent-orders .tracking {
    box-shadow: inset 0 -2px rgba(210, 215, 217, 0.66);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px; } }
.recent-orders .order-number a {
  color: #939598;
  border-bottom: 1px solid #d9d9d9; }
  .recent-orders .order-number a:hover {
    color: #5a5a5a;
    border-bottom: 1px solid #a6a6a6;
    text-decoration: none; }
.recent-orders table tr th:first-child {
  padding-left: 20px; }
.recent-orders table tr td:first-child {
  padding-left: 20px; }
  @media (max-width: 767px) {
    .recent-orders table tr td:first-child {
      padding-left: 10px; } }

.recent-orders-details .product-details:first-child, .inbox-details .product-details:first-child {
  padding-top: 20px; }
.recent-orders-details .product-image, .inbox-details .product-image,
.recent-orders-details .product-details,
.inbox-details .product-details {
  padding-left: 20px;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px; }
  .recent-orders-details .product-image.options-arod, .inbox-details .product-image.options-arod,
  .recent-orders-details .product-details.options-arod,
  .inbox-details .product-details.options-arod {
    width: calc(100% - 120px); }
    @media (max-width: 767px) {
      .recent-orders-details .product-image.options-arod, .inbox-details .product-image.options-arod,
      .recent-orders-details .product-details.options-arod,
      .inbox-details .product-details.options-arod {
        width: 100%; } }
    .recent-orders-details .product-image.options-arod .medium-header.mh-padding-fix, .inbox-details .product-image.options-arod .medium-header.mh-padding-fix, .recent-orders-details .product-image.options-arod .account-menu .sidemenu ul li a.mh-padding-fix, .account-menu .sidemenu ul li .recent-orders-details .product-image.options-arod a.mh-padding-fix, .inbox-details .product-image.options-arod .account-menu .sidemenu ul li a.mh-padding-fix, .account-menu .sidemenu ul li .inbox-details .product-image.options-arod a.mh-padding-fix,
    .recent-orders-details .product-details.options-arod .medium-header.mh-padding-fix,
    .inbox-details .product-details.options-arod .medium-header.mh-padding-fix,
    .recent-orders-details .product-details.options-arod .account-menu .sidemenu ul li a.mh-padding-fix,
    .account-menu .sidemenu ul li .recent-orders-details .product-details.options-arod a.mh-padding-fix,
    .inbox-details .product-details.options-arod .account-menu .sidemenu ul li a.mh-padding-fix,
    .account-menu .sidemenu ul li .inbox-details .product-details.options-arod a.mh-padding-fix {
      padding: 0 30px 0 0; }
      @media (max-width: 767px) {
        .recent-orders-details .product-image.options-arod .medium-header.mh-padding-fix, .inbox-details .product-image.options-arod .medium-header.mh-padding-fix, .recent-orders-details .product-image.options-arod .account-menu .sidemenu ul li a.mh-padding-fix, .account-menu .sidemenu ul li .recent-orders-details .product-image.options-arod a.mh-padding-fix, .inbox-details .product-image.options-arod .account-menu .sidemenu ul li a.mh-padding-fix, .account-menu .sidemenu ul li .inbox-details .product-image.options-arod a.mh-padding-fix,
        .recent-orders-details .product-details.options-arod .medium-header.mh-padding-fix,
        .inbox-details .product-details.options-arod .medium-header.mh-padding-fix,
        .recent-orders-details .product-details.options-arod .account-menu .sidemenu ul li a.mh-padding-fix,
        .account-menu .sidemenu ul li .recent-orders-details .product-details.options-arod a.mh-padding-fix,
        .inbox-details .product-details.options-arod .account-menu .sidemenu ul li a.mh-padding-fix,
        .account-menu .sidemenu ul li .inbox-details .product-details.options-arod a.mh-padding-fix {
          padding: 0; } }
  @media (max-width: 767px) {
    .recent-orders-details .product-image, .inbox-details .product-image,
    .recent-orders-details .product-details,
    .inbox-details .product-details {
      padding-left: 0;
      float: none;
      text-align: center; } }
.recent-orders-details .account-table, .inbox-details .account-table, .recent-orders-details .v5_table, .inbox-details .v5_table {
  padding-bottom: 2px;
  border-radius: 6px; }
  @media (max-width: 767px) {
    .recent-orders-details .account-table, .inbox-details .account-table, .recent-orders-details .v5_table, .inbox-details .v5_table {
      box-shadow: none; } }
  .recent-orders-details .account-table tr, .inbox-details .account-table tr, .recent-orders-details .v5_table tr, .inbox-details .v5_table tr {
    border-bottom: none !important; }
    .recent-orders-details .account-table tr:nth-child(1) td:nth-child(n+0), .inbox-details .account-table tr:nth-child(1) td:nth-child(n+0), .recent-orders-details .v5_table tr:nth-child(1) td:nth-child(n+0), .inbox-details .v5_table tr:nth-child(1) td:nth-child(n+0) {
      padding-top: 10px; }
    .recent-orders-details .account-table tr:last-child td:first-child, .inbox-details .account-table tr:last-child td:first-child, .recent-orders-details .v5_table tr:last-child td:first-child, .inbox-details .v5_table tr:last-child td:first-child {
      border-bottom-left-radius: 6px;
      padding: 0; }
    .recent-orders-details .account-table tr.header th:first-child, .inbox-details .account-table tr.header th:first-child, .recent-orders-details .v5_table tr.header th:first-child, .inbox-details .v5_table tr.header th:first-child {
      padding-left: 20px; }
    @media (max-width: 767px) {
      .recent-orders-details .account-table tr, .inbox-details .account-table tr, .recent-orders-details .v5_table tr, .inbox-details .v5_table tr {
        padding-left: 0;
        float: none;
        text-align: center; } }
    .recent-orders-details .account-table tr img, .inbox-details .account-table tr img, .recent-orders-details .v5_table tr img, .inbox-details .v5_table tr img {
      width: 100px; }
      @media (max-width: 767px) {
        .recent-orders-details .account-table tr img, .inbox-details .account-table tr img, .recent-orders-details .v5_table tr img, .inbox-details .v5_table tr img {
          border: none; } }
    .recent-orders-details .account-table tr .alpha .regular-text, .inbox-details .account-table tr .alpha .regular-text, .recent-orders-details .v5_table tr .alpha .regular-text, .inbox-details .v5_table tr .alpha .regular-text, .recent-orders-details .account-table tr .alpha .checkout .order-details .guest-checkout .signin-description, .checkout .order-details .guest-checkout .recent-orders-details .account-table tr .alpha .signin-description, .inbox-details .account-table tr .alpha .checkout .order-details .guest-checkout .signin-description, .checkout .order-details .guest-checkout .inbox-details .account-table tr .alpha .signin-description, .recent-orders-details .v5_table tr .alpha .checkout .order-details .guest-checkout .signin-description, .checkout .order-details .guest-checkout .recent-orders-details .v5_table tr .alpha .signin-description, .inbox-details .v5_table tr .alpha .checkout .order-details .guest-checkout .signin-description, .checkout .order-details .guest-checkout .inbox-details .v5_table tr .alpha .signin-description, .recent-orders-details .account-table tr .alpha .checkout .order-details .paypal-checkout .signin-description, .checkout .order-details .paypal-checkout .recent-orders-details .account-table tr .alpha .signin-description, .inbox-details .account-table tr .alpha .checkout .order-details .paypal-checkout .signin-description, .checkout .order-details .paypal-checkout .inbox-details .account-table tr .alpha .signin-description, .recent-orders-details .v5_table tr .alpha .checkout .order-details .paypal-checkout .signin-description, .checkout .order-details .paypal-checkout .recent-orders-details .v5_table tr .alpha .signin-description, .inbox-details .v5_table tr .alpha .checkout .order-details .paypal-checkout .signin-description, .checkout .order-details .paypal-checkout .inbox-details .v5_table tr .alpha .signin-description, .recent-orders-details .account-table tr .alpha .shopping-cart .order-details .guest-checkout .signin-description, .shopping-cart .order-details .guest-checkout .recent-orders-details .account-table tr .alpha .signin-description, .inbox-details .account-table tr .alpha .shopping-cart .order-details .guest-checkout .signin-description, .shopping-cart .order-details .guest-checkout .inbox-details .account-table tr .alpha .signin-description, .recent-orders-details .v5_table tr .alpha .shopping-cart .order-details .guest-checkout .signin-description, .shopping-cart .order-details .guest-checkout .recent-orders-details .v5_table tr .alpha .signin-description, .inbox-details .v5_table tr .alpha .shopping-cart .order-details .guest-checkout .signin-description, .shopping-cart .order-details .guest-checkout .inbox-details .v5_table tr .alpha .signin-description, .recent-orders-details .account-table tr .alpha .shopping-cart .order-details .paypal-checkout .signin-description, .shopping-cart .order-details .paypal-checkout .recent-orders-details .account-table tr .alpha .signin-description, .inbox-details .account-table tr .alpha .shopping-cart .order-details .paypal-checkout .signin-description, .shopping-cart .order-details .paypal-checkout .inbox-details .account-table tr .alpha .signin-description, .recent-orders-details .v5_table tr .alpha .shopping-cart .order-details .paypal-checkout .signin-description, .shopping-cart .order-details .paypal-checkout .recent-orders-details .v5_table tr .alpha .signin-description, .inbox-details .v5_table tr .alpha .shopping-cart .order-details .paypal-checkout .signin-description, .shopping-cart .order-details .paypal-checkout .inbox-details .v5_table tr .alpha .signin-description, .recent-orders-details .account-table tr .alpha #billing-address .billing-address-show p, #billing-address .billing-address-show .recent-orders-details .account-table tr .alpha p, .inbox-details .account-table tr .alpha #billing-address .billing-address-show p, #billing-address .billing-address-show .inbox-details .account-table tr .alpha p, .recent-orders-details .v5_table tr .alpha #billing-address .billing-address-show p, #billing-address .billing-address-show .recent-orders-details .v5_table tr .alpha p, .inbox-details .v5_table tr .alpha #billing-address .billing-address-show p, #billing-address .billing-address-show .inbox-details .v5_table tr .alpha p, .recent-orders-details .account-table tr .alpha #contact-email p, #contact-email .recent-orders-details .account-table tr .alpha p, .inbox-details .account-table tr .alpha #contact-email p, #contact-email .inbox-details .account-table tr .alpha p, .recent-orders-details .v5_table tr .alpha #contact-email p, #contact-email .recent-orders-details .v5_table tr .alpha p, .inbox-details .v5_table tr .alpha #contact-email p, #contact-email .inbox-details .v5_table tr .alpha p, .recent-orders-details .account-table tr .alpha #save-payment p, #save-payment .recent-orders-details .account-table tr .alpha p, .inbox-details .account-table tr .alpha #save-payment p, #save-payment .inbox-details .account-table tr .alpha p, .recent-orders-details .v5_table tr .alpha #save-payment p, #save-payment .recent-orders-details .v5_table tr .alpha p, .inbox-details .v5_table tr .alpha #save-payment p, #save-payment .inbox-details .v5_table tr .alpha p, .recent-orders-details .account-table tr .alpha .shopping-cart .cart-edit .edit-size-color, .shopping-cart .cart-edit .recent-orders-details .account-table tr .alpha .edit-size-color, .inbox-details .account-table tr .alpha .shopping-cart .cart-edit .edit-size-color, .shopping-cart .cart-edit .inbox-details .account-table tr .alpha .edit-size-color, .recent-orders-details .v5_table tr .alpha .shopping-cart .cart-edit .edit-size-color, .shopping-cart .cart-edit .recent-orders-details .v5_table tr .alpha .edit-size-color, .inbox-details .v5_table tr .alpha .shopping-cart .cart-edit .edit-size-color, .shopping-cart .cart-edit .inbox-details .v5_table tr .alpha .edit-size-color {
      line-height: 13px; }
    .recent-orders-details .account-table tr .bravo, .inbox-details .account-table tr .bravo, .recent-orders-details .v5_table tr .bravo, .inbox-details .v5_table tr .bravo {
      border: none;
      margin-bottom: 10px; }
      .recent-orders-details .account-table tr .bravo td, .inbox-details .account-table tr .bravo td, .recent-orders-details .v5_table tr .bravo td, .inbox-details .v5_table tr .bravo td {
        width: 50%; }
        @media (max-width: 767px) {
          .recent-orders-details .account-table tr .bravo td, .inbox-details .account-table tr .bravo td, .recent-orders-details .v5_table tr .bravo td, .inbox-details .v5_table tr .bravo td {
            width: 100%; } }
        .recent-orders-details .account-table tr .bravo td div, .inbox-details .account-table tr .bravo td div, .recent-orders-details .v5_table tr .bravo td div, .inbox-details .v5_table tr .bravo td div {
          padding-top: 0; }
    .recent-orders-details .account-table tr .charlie, .inbox-details .account-table tr .charlie, .recent-orders-details .v5_table tr .charlie, .inbox-details .v5_table tr .charlie {
      height: 66px; }
    .recent-orders-details .account-table tr .delta, .inbox-details .account-table tr .delta, .recent-orders-details .v5_table tr .delta, .inbox-details .v5_table tr .delta {
      padding: 0 15px 0 0 !important;
      margin: -10px 0 0; }
    .recent-orders-details .account-table tr .track a, .inbox-details .account-table tr .track a, .recent-orders-details .v5_table tr .track a, .inbox-details .v5_table tr .track a {
      color: #FFFFFF;
      text-decoration: none;
      font-size: 17px;
      font-weight: 700; }
    .recent-orders-details .account-table tr .track .btn-default, .inbox-details .account-table tr .track .btn-default, .recent-orders-details .v5_table tr .track .btn-default, .inbox-details .v5_table tr .track .btn-default {
      display: block;
      height: 45px;
      width: 100%;
      margin-top: -41px;
      border-radius: 6px;
      font-size: 22px;
      /*background-color: #539ccd; Li Jin 6_27*/ }
      .recent-orders-details .account-table tr .track .btn-default:hover, .inbox-details .account-table tr .track .btn-default:hover, .recent-orders-details .v5_table tr .track .btn-default:hover, .inbox-details .v5_table tr .track .btn-default:hover {
        /*background-color: #d97b74; Li Jin 6_27*/}
  .recent-orders-details .account-table .qty, .inbox-details .account-table .qty, .recent-orders-details .v5_table .qty, .inbox-details .v5_table .qty,
  .recent-orders-details .account-table .total,
  .inbox-details .account-table .total,
  .recent-orders-details .v5_table .total,
  .inbox-details .v5_table .total {
    padding-top: 10px;
    font-weight: 400; }
    @media (max-width: 767px) {
      .recent-orders-details .account-table .qty, .inbox-details .account-table .qty, .recent-orders-details .v5_table .qty, .inbox-details .v5_table .qty,
      .recent-orders-details .account-table .total,
      .inbox-details .account-table .total,
      .recent-orders-details .v5_table .total,
      .inbox-details .v5_table .total {
        padding-top: 0; } }
@media (max-width: 767px) {
  .recent-orders-details .price-total, .inbox-details .price-total,
  .recent-orders-details .price,
  .inbox-details .price {
    border-bottom: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px; } }
.recent-orders-details .order-shipping, .inbox-details .order-shipping {
  background-color: #FFFFFF;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .recent-orders-details .order-shipping, .inbox-details .order-shipping {
      text-align: center; } }
  .recent-orders-details .order-shipping.inbox-details-message, .inbox-details .order-shipping.inbox-details-message {
    box-shadow: none; }
  .recent-orders-details .order-shipping .regular-text, .inbox-details .order-shipping .regular-text, .recent-orders-details .order-shipping .checkout .order-details .guest-checkout .signin-description, .checkout .order-details .guest-checkout .recent-orders-details .order-shipping .signin-description, .inbox-details .order-shipping .checkout .order-details .guest-checkout .signin-description, .checkout .order-details .guest-checkout .inbox-details .order-shipping .signin-description, .recent-orders-details .order-shipping .checkout .order-details .paypal-checkout .signin-description, .checkout .order-details .paypal-checkout .recent-orders-details .order-shipping .signin-description, .inbox-details .order-shipping .checkout .order-details .paypal-checkout .signin-description, .checkout .order-details .paypal-checkout .inbox-details .order-shipping .signin-description, .recent-orders-details .order-shipping .shopping-cart .order-details .guest-checkout .signin-description, .shopping-cart .order-details .guest-checkout .recent-orders-details .order-shipping .signin-description, .inbox-details .order-shipping .shopping-cart .order-details .guest-checkout .signin-description, .shopping-cart .order-details .guest-checkout .inbox-details .order-shipping .signin-description, .recent-orders-details .order-shipping .shopping-cart .order-details .paypal-checkout .signin-description, .shopping-cart .order-details .paypal-checkout .recent-orders-details .order-shipping .signin-description, .inbox-details .order-shipping .shopping-cart .order-details .paypal-checkout .signin-description, .shopping-cart .order-details .paypal-checkout .inbox-details .order-shipping .signin-description, .recent-orders-details .order-shipping #billing-address .billing-address-show p, #billing-address .billing-address-show .recent-orders-details .order-shipping p, .inbox-details .order-shipping #billing-address .billing-address-show p, #billing-address .billing-address-show .inbox-details .order-shipping p, .recent-orders-details .order-shipping #contact-email p, #contact-email .recent-orders-details .order-shipping p, .inbox-details .order-shipping #contact-email p, #contact-email .inbox-details .order-shipping p, .recent-orders-details .order-shipping #save-payment p, #save-payment .recent-orders-details .order-shipping p, .inbox-details .order-shipping #save-payment p, #save-payment .inbox-details .order-shipping p, .recent-orders-details .order-shipping .shopping-cart .cart-edit .edit-size-color, .shopping-cart .cart-edit .recent-orders-details .order-shipping .edit-size-color, .inbox-details .order-shipping .shopping-cart .cart-edit .edit-size-color, .shopping-cart .cart-edit .inbox-details .order-shipping .edit-size-color {
    line-height: 1;
    font-weight: 700; }
  .recent-orders-details .order-shipping .order-status, .inbox-details .order-shipping .order-status {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #939598;
    margin-bottom: 3px; }
  .recent-orders-details .order-shipping .order-arrival, .inbox-details .order-shipping .order-arrival {
    font-size: 15px;
    font-weight: 400; }
    .recent-orders-details .order-shipping .order-arrival .order-arrival-date, .inbox-details .order-shipping .order-arrival .order-arrival-date {
      margin-left: 5px; }
  .recent-orders-details .order-shipping .order-carrier, .inbox-details .order-shipping .order-carrier {
    margin-left: 5px;
    line-height: 19px; }
  .recent-orders-details .order-shipping .order-tracking, .inbox-details .order-shipping .order-tracking, .recent-orders-details .order-shipping .inbox-details .order-number, .inbox-details .order-shipping .order-number {
    margin-left: 5px;
    line-height: 21px; }
    .recent-orders-details .order-shipping .order-tracking a, .inbox-details .order-shipping .order-tracking a, .recent-orders-details .order-shipping .inbox-details .order-number a, .inbox-details .order-shipping .order-number a {
      color: #539ccd;
      border-bottom: 1px solid #A5D8E4; }
      .recent-orders-details .order-shipping .order-tracking a:hover, .inbox-details .order-shipping .order-tracking a:hover, .recent-orders-details .order-shipping .inbox-details .order-number a:hover, .inbox-details .order-shipping .order-number a:hover {
        color: #d97b74;
        border-bottom: 1px solid #6abfd2;
        text-decoration: none; }
  .recent-orders-details .order-shipping .tracking-link, .inbox-details .order-shipping .tracking-link {
    height: 50px;
    padding: 14px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    width: 250px;
    line-height: 1;
    margin: 20px 0; }
    @media (max-width: 767px) {
      .recent-orders-details .order-shipping .tracking-link, .inbox-details .order-shipping .tracking-link {
        margin: 25px 0 0 0; } }
    .recent-orders-details .order-shipping .tracking-link a, .inbox-details .order-shipping .tracking-link a {
      color: #FFFFFF;
      text-decoration: none;
      text-transform: capitalize; }
.recent-orders-details .product-details .medium-header, .inbox-details .product-details .medium-header, .recent-orders-details .product-details .account-menu .sidemenu ul li a, .account-menu .sidemenu ul li .recent-orders-details .product-details a, .inbox-details .product-details .account-menu .sidemenu ul li a, .account-menu .sidemenu ul li .inbox-details .product-details a {
  padding: 0;
  line-height: 1; }
.recent-orders-details .product-details .product-name, .inbox-details .product-details .product-name {
  padding-bottom: 20px; }
.recent-orders-details .product-details .product-options, .inbox-details .product-details .product-options {
  line-height: 20px; }
  .recent-orders-details .product-details .product-options span, .inbox-details .product-details .product-options span {
    font-weight: 400;
    margin-left: 5px; }
.recent-orders-details .product-details .product-vendor, .inbox-details .product-details .product-vendor {
  line-height: 20px; }
  @media (max-width: 767px) {
    .recent-orders-details .product-details .product-vendor, .inbox-details .product-details .product-vendor {
      white-space: nowrap;
      line-height: 14px; } }
  .recent-orders-details .product-details .product-vendor span, .inbox-details .product-details .product-vendor span {
    font-weight: 400;
    margin-left: 5px; }
.recent-orders-details .details-total, .inbox-details .details-total {
  margin: 10px 20px;
  padding-top: 9px;
  border-top: 2px solid #f2f6f7; }
  @media (max-width: 767px) {
    .recent-orders-details .details-total, .inbox-details .details-total {
      padding-bottom: 9px;
      border-top: none; } }
  .recent-orders-details .details-total .regular-text, .inbox-details .details-total .regular-text, .recent-orders-details .details-total .checkout .order-details .guest-checkout .signin-description, .checkout .order-details .guest-checkout .recent-orders-details .details-total .signin-description, .inbox-details .details-total .checkout .order-details .guest-checkout .signin-description, .checkout .order-details .guest-checkout .inbox-details .details-total .signin-description, .recent-orders-details .details-total .checkout .order-details .paypal-checkout .signin-description, .checkout .order-details .paypal-checkout .recent-orders-details .details-total .signin-description, .inbox-details .details-total .checkout .order-details .paypal-checkout .signin-description, .checkout .order-details .paypal-checkout .inbox-details .details-total .signin-description, .recent-orders-details .details-total .shopping-cart .order-details .guest-checkout .signin-description, .shopping-cart .order-details .guest-checkout .recent-orders-details .details-total .signin-description, .inbox-details .details-total .shopping-cart .order-details .guest-checkout .signin-description, .shopping-cart .order-details .guest-checkout .inbox-details .details-total .signin-description, .recent-orders-details .details-total .shopping-cart .order-details .paypal-checkout .signin-description, .shopping-cart .order-details .paypal-checkout .recent-orders-details .details-total .signin-description, .inbox-details .details-total .shopping-cart .order-details .paypal-checkout .signin-description, .shopping-cart .order-details .paypal-checkout .inbox-details .details-total .signin-description, .recent-orders-details .details-total #billing-address .billing-address-show p, #billing-address .billing-address-show .recent-orders-details .details-total p, .inbox-details .details-total #billing-address .billing-address-show p, #billing-address .billing-address-show .inbox-details .details-total p, .recent-orders-details .details-total #contact-email p, #contact-email .recent-orders-details .details-total p, .inbox-details .details-total #contact-email p, #contact-email .inbox-details .details-total p, .recent-orders-details .details-total #save-payment p, #save-payment .recent-orders-details .details-total p, .inbox-details .details-total #save-payment p, #save-payment .inbox-details .details-total p, .recent-orders-details .details-total .shopping-cart .cart-edit .edit-size-color, .shopping-cart .cart-edit .recent-orders-details .details-total .edit-size-color, .inbox-details .details-total .shopping-cart .cart-edit .edit-size-color, .shopping-cart .cart-edit .inbox-details .details-total .edit-size-color {
    line-height: 2;
    font-size: 16px;
    font-weight: 400; }
  .recent-orders-details .details-total .product-name, .inbox-details .details-total .product-name,
  .recent-orders-details .details-total .product-options,
  .inbox-details .details-total .product-options,
  .recent-orders-details .details-total .product-vendor,
  .inbox-details .details-total .product-vendor {
    font-weight: 700; }

.shipping-addresses .account-table, .inbox .account-table, .payment-method .account-table, .shipping-addresses .v5_table, .inbox .v5_table, .payment-method .v5_table {
  padding-bottom: 2px;
  border-radius: 6px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .shipping-addresses .account-table, .inbox .account-table, .payment-method .account-table, .shipping-addresses .v5_table, .inbox .v5_table, .payment-method .v5_table {
      padding-bottom: 0; } }
@media (max-width: 767px) {
  .shipping-addresses table tbody tr, .inbox table tbody tr, .payment-method table tbody tr {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: inset 0 -2px rgba(210, 215, 217, 0.66);
    padding-bottom: 2px; } }
.shipping-addresses table tbody tr td:first-child, .inbox table tbody tr td:first-child, .payment-method table tbody tr td:first-child {
  height: 105px; }
  @media (max-width: 767px) {
    .shipping-addresses table tbody tr td:first-child, .inbox table tbody tr td:first-child, .payment-method table tbody tr td:first-child {
      height: auto; } }
.shipping-addresses table tr:first-child th:first-child, .inbox table tr:first-child th:first-child, .payment-method table tr:first-child th:first-child {
  padding-left: 20px; }
.shipping-addresses table tr th, .inbox table tr th, .payment-method table tr th {
  font-weight: 600; }
.shipping-addresses table .edit-message button, .inbox table .edit-message button, .payment-method table .edit-message button {
  width: 40%;
  height: 30px;
  border-radius: 6px; }
  @media (max-width: 767px) {
    .shipping-addresses table .edit-message button, .inbox table .edit-message button, .payment-method table .edit-message button {
      width: 49%; } }
  .shipping-addresses table .edit-message button.edit-btn, .inbox table .edit-message button.edit-btn, .payment-method table .edit-message button.edit-btn {
    margin-right: 5px; }
  .shipping-addresses table .edit-message button.btn-edit, .inbox table .edit-message button.btn-edit, .payment-method table .edit-message button.btn-edit {
    background-color: #539ccd;
    border: 1px solid #539ccd;
    font-weight: 700; }
    .shipping-addresses table .edit-message button.btn-edit a, .inbox table .edit-message button.btn-edit a, .payment-method table .edit-message button.btn-edit a {
      color: #FFFFFF; }
.shipping-addresses table .edit-message a, .inbox table .edit-message a, .payment-method table .edit-message a {
  color: #939598; }
  .shipping-addresses table .edit-message a:hover, .inbox table .edit-message a:hover, .payment-method table .edit-message a:hover {
    text-decoration: none; }
  .shipping-addresses table .edit-message a.cta-btn, .inbox table .edit-message a.cta-btn, .payment-method table .edit-message a.cta-btn {
    padding: 0; }
  .shipping-addresses table .edit-message a.bbwf, .inbox table .edit-message a.bbwf, .payment-method table .edit-message a.bbwf {
    color: #FFFFFF; }
.shipping-addresses .checkbox-group, .inbox .checkbox-group, .payment-method .checkbox-group {
  padding-left: 20px;
  text-align: left; }
  @media (max-width: 767px) {
    .shipping-addresses .checkbox-group, .inbox .checkbox-group, .payment-method .checkbox-group {
      padding-left: 0;
      text-align: right; } }
.shipping-addresses .name, .inbox .name, .payment-method .name, .shipping-addresses .address, .inbox .address, .payment-method .address, .shipping-addresses .city-state, .inbox .city-state, .payment-method .city-state {
  font-weight: 700;
  line-height: 25px;
  color: #4b4c4c;
  font-size: 16px; }
  @media (max-width: 767px) {
    .shipping-addresses .name, .inbox .name, .payment-method .name, .shipping-addresses .address, .inbox .address, .payment-method .address, .shipping-addresses .city-state, .inbox .city-state, .payment-method .city-state {
      text-align: center; } }
.shipping-addresses .address, .inbox .address, .payment-method .address, .shipping-addresses .city-state, .inbox .city-state, .payment-method .city-state {
  font-weight: 400; }
.shipping-addresses .city-state, .inbox .city-state, .payment-method .city-state {
  font-weight: 400; }
.shipping-addresses .address-edit, .inbox .address-edit, .payment-method .address-edit {
  font-size: 16px;
  margin-right: 22px;
  border-bottom: 1px solid #f9cac7; }
  .shipping-addresses .address-edit a, .inbox .address-edit a, .payment-method .address-edit a {
    color: #539ccd; }
    .shipping-addresses .address-edit a:hover, .inbox .address-edit a:hover, .payment-method .address-edit a:hover {
      text-decoration: none;
      color: #f0736b;
      border-bottom: 1px solid #f0736b; }
.shipping-addresses .trashcan, .inbox .trashcan, .payment-method .trashcan {
  float: none;
  margin-right: 0;
  padding-right: 17px; }
.shipping-addresses .add-new-address, .inbox .add-new-address, .payment-method .add-new-address {
  width: 100%;
  height: 50px;
  border-radius: 6px;
  margin-top: 20px;
  text-transform: capitalize; }
  @media (max-width: 767px) {
    .shipping-addresses .add-new-address, .inbox .add-new-address, .payment-method .add-new-address {
      margin-top: 15px; } }
  .shipping-addresses .add-new-address a, .inbox .add-new-address a, .payment-method .add-new-address a {
    color: #FFFFFF; }
    .shipping-addresses .add-new-address a:hover, .inbox .add-new-address a:hover, .payment-method .add-new-address a:hover {
      text-decoration: none; }

.shipping-addresses-new, .payments-add {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 6px; }
  .shipping-addresses-new .col-md-6.left, .payments-add .col-md-6.left {
    padding-left: 10px; }
    @media (max-width: 767px) {
      .shipping-addresses-new .col-md-6.left, .payments-add .col-md-6.left {
        padding-left: 15px; } }
  .shipping-addresses-new .col-md-6.right, .payments-add .col-md-6.right {
    padding-right: 10px; }
    @media (max-width: 767px) {
      .shipping-addresses-new .col-md-6.right, .payments-add .col-md-6.right {
        padding-right: 15px; } }
  .shipping-addresses-new .add-new-address, .payments-add .add-new-address,
  .shipping-addresses-new .cancel-new-address,
  .payments-add .cancel-new-address {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    margin-top: 15px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px; }
    .shipping-addresses-new .add-new-address a, .payments-add .add-new-address a,
    .shipping-addresses-new .cancel-new-address a,
    .payments-add .cancel-new-address a {
      color: #FFFFFF; }
      .shipping-addresses-new .add-new-address a:hover, .payments-add .add-new-address a:hover,
      .shipping-addresses-new .cancel-new-address a:hover,
      .payments-add .cancel-new-address a:hover {
        text-decoration: none; }
  .shipping-addresses-new .cancel-new-address a, .payments-add .cancel-new-address a {
    color: #939598; }
  .shipping-addresses-new .checkbox-group, .payments-add .checkbox-group {
    position: relative;
    text-align: left; }
    .shipping-addresses-new .checkbox-group span, .payments-add .checkbox-group span {
      position: absolute;
      left: 30px;
      bottom: 7px;
      color: #939598;
      font-weight: 400; }
      @media (max-width: 767px) {
        .shipping-addresses-new .checkbox-group span, .payments-add .checkbox-group span {
          line-height: 1;
          bottom: inherit; } }
  .shipping-addresses-new .address2, .payments-add .address2 {
    padding-right: 37px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.order-history .account-table, .order-history .v5_table {
  padding-bottom: 2px;
  border-radius: 6px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .order-history .account-table, .order-history .v5_table {
      padding-bottom: 0; } }
@media (max-width: 767px) {
  .order-history table tr {
    box-shadow: inset 0 -2px rgba(210, 215, 217, 0.66);
    padding-bottom: 2px;
    border-radius: 6px; } }
.order-history table tr th:first-child {
  padding-left: 20px; }
.order-history table tr td:first-child {
  padding-left: 20px; }
  @media (max-width: 767px) {
    .order-history table tr td:first-child {
      padding-left: 10px; } }
.order-history .order-number a {
  color: #939598;
  border-bottom: 1px solid #d9d9d9; }
  .order-history .order-number a:hover {
    color: #5a5a5a;
    border-bottom: 1px solid #a6a6a6;
    text-decoration: none; }
  .order-history .order-number a:focus {
    text-decoration: none; }

@media (max-width: 767px) {
  .inbox .account-table, .inbox .v5_table {
    padding-bottom: 0px; } }
.inbox .padding-fix {
  padding-left: 20px; }
  @media (max-width: 767px) {
    .inbox .padding-fix {
      padding: 10px; } }
.inbox .header th:first-child .checkbox-group {
  padding-left: 0; }
.inbox table tbody tr {
  padding-bottom: 0; }
  .inbox table tbody tr td a {
    padding: 16px 0;
    display: block;
    color: inherit; }
    @media (max-width: 767px) {
      .inbox table tbody tr td a {
        padding: 0; } }
    .inbox table tbody tr td a:hover {
      color: #737373;
      text-decoration: none; }
  .inbox table tbody tr td:first-child {
    height: 53px; }
    @media (max-width: 767px) {
      .inbox table tbody tr td:first-child {
        height: auto; } }
  @media (max-width: 767px) {
    .inbox table tbody tr td:nth-child(2) {
      border-top-left-radius: 6px;
      border-top-right-radius: 6px; } }
  @media (max-width: 767px) {
    .inbox table tbody tr td:last-child {
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
      box-shadow: inset 0 -2px rgba(210, 215, 217, 0.66);
      border-bottom: none; } }
.inbox .checkbox-group input {
  height: 13px;
  width: 13px; }
.inbox .delete-message {
  text-align: center; }
  .inbox .delete-message a {
    display: inline-block;
    width: 40%;
    height: 30px;
    border-radius: 6px;
    color: #939598;
    line-height: 26px;
    background-color: #FFFFFF; }
    .inbox .delete-message a:hover {
      text-decoration: none;
      background-color: #ebebeb; }
    .inbox .delete-message a.cta-btn {
      padding: 0; }
    .inbox .delete-message a.bbwf {
      color: #FFFFFF; }
    @media (max-width: 767px) {
      .inbox .delete-message a {
        width: 49%; } }
    .inbox .delete-message a.reply-btn {
      margin-right: 5px;
      color: #939598; }
.inbox .unread .regular-text, .inbox .unread .checkout .order-details .guest-checkout .signin-description, .checkout .order-details .guest-checkout .inbox .unread .signin-description, .inbox .unread .checkout .order-details .paypal-checkout .signin-description, .checkout .order-details .paypal-checkout .inbox .unread .signin-description, .inbox .unread .shopping-cart .order-details .guest-checkout .signin-description, .shopping-cart .order-details .guest-checkout .inbox .unread .signin-description, .inbox .unread .shopping-cart .order-details .paypal-checkout .signin-description, .shopping-cart .order-details .paypal-checkout .inbox .unread .signin-description, .inbox .unread #billing-address .billing-address-show p, #billing-address .billing-address-show .inbox .unread p, .inbox .unread #contact-email p, #contact-email .inbox .unread p, .inbox .unread #save-payment p, #save-payment .inbox .unread p, .inbox .unread .shopping-cart .cart-edit .edit-size-color, .shopping-cart .cart-edit .inbox .unread .edit-size-color {
  font-weight: 700; }
.inbox .read .regular-text, .inbox .read .checkout .order-details .guest-checkout .signin-description, .checkout .order-details .guest-checkout .inbox .read .signin-description, .inbox .read .checkout .order-details .paypal-checkout .signin-description, .checkout .order-details .paypal-checkout .inbox .read .signin-description, .inbox .read .shopping-cart .order-details .guest-checkout .signin-description, .shopping-cart .order-details .guest-checkout .inbox .read .signin-description, .inbox .read .shopping-cart .order-details .paypal-checkout .signin-description, .shopping-cart .order-details .paypal-checkout .inbox .read .signin-description, .inbox .read #billing-address .billing-address-show p, #billing-address .billing-address-show .inbox .read p, .inbox .read #contact-email p, #contact-email .inbox .read p, .inbox .read #save-payment p, #save-payment .inbox .read p, .inbox .read .shopping-cart .cart-edit .edit-size-color, .shopping-cart .cart-edit .inbox .read .edit-size-color {
  font-weight: 400; }
.inbox .trashcan {
  float: right;
  margin-right: 20px; }

.credit .account-table, .subscription .account-table, .credit .v5_table, .subscription .v5_table {
  padding-bottom: 2px;
  border-radius: 6px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .credit .account-table, .subscription .account-table, .credit .v5_table, .subscription .v5_table {
      padding-bottom: 0; } }
  .credit .account-table .regular-text, .subscription .account-table .regular-text, .credit .v5_table .regular-text, .subscription .v5_table .regular-text, .credit .account-table .checkout .order-details .guest-checkout .signin-description, .checkout .order-details .guest-checkout .credit .account-table .signin-description, .subscription .account-table .checkout .order-details .guest-checkout .signin-description, .checkout .order-details .guest-checkout .subscription .account-table .signin-description, .credit .v5_table .checkout .order-details .guest-checkout .signin-description, .checkout .order-details .guest-checkout .credit .v5_table .signin-description, .subscription .v5_table .checkout .order-details .guest-checkout .signin-description, .checkout .order-details .guest-checkout .subscription .v5_table .signin-description, .credit .account-table .checkout .order-details .paypal-checkout .signin-description, .checkout .order-details .paypal-checkout .credit .account-table .signin-description, .subscription .account-table .checkout .order-details .paypal-checkout .signin-description, .checkout .order-details .paypal-checkout .subscription .account-table .signin-description, .credit .v5_table .checkout .order-details .paypal-checkout .signin-description, .checkout .order-details .paypal-checkout .credit .v5_table .signin-description, .subscription .v5_table .checkout .order-details .paypal-checkout .signin-description, .checkout .order-details .paypal-checkout .subscription .v5_table .signin-description, .credit .account-table .shopping-cart .order-details .guest-checkout .signin-description, .shopping-cart .order-details .guest-checkout .credit .account-table .signin-description, .subscription .account-table .shopping-cart .order-details .guest-checkout .signin-description, .shopping-cart .order-details .guest-checkout .subscription .account-table .signin-description, .credit .v5_table .shopping-cart .order-details .guest-checkout .signin-description, .shopping-cart .order-details .guest-checkout .credit .v5_table .signin-description, .subscription .v5_table .shopping-cart .order-details .guest-checkout .signin-description, .shopping-cart .order-details .guest-checkout .subscription .v5_table .signin-description, .credit .account-table .shopping-cart .order-details .paypal-checkout .signin-description, .shopping-cart .order-details .paypal-checkout .credit .account-table .signin-description, .subscription .account-table .shopping-cart .order-details .paypal-checkout .signin-description, .shopping-cart .order-details .paypal-checkout .subscription .account-table .signin-description, .credit .v5_table .shopping-cart .order-details .paypal-checkout .signin-description, .shopping-cart .order-details .paypal-checkout .credit .v5_table .signin-description, .subscription .v5_table .shopping-cart .order-details .paypal-checkout .signin-description, .shopping-cart .order-details .paypal-checkout .subscription .v5_table .signin-description, .credit .account-table #billing-address .billing-address-show p, #billing-address .billing-address-show .credit .account-table p, .subscription .account-table #billing-address .billing-address-show p, #billing-address .billing-address-show .subscription .account-table p, .credit .v5_table #billing-address .billing-address-show p, #billing-address .billing-address-show .credit .v5_table p, .subscription .v5_table #billing-address .billing-address-show p, #billing-address .billing-address-show .subscription .v5_table p, .credit .account-table #contact-email p, #contact-email .credit .account-table p, .subscription .account-table #contact-email p, #contact-email .subscription .account-table p, .credit .v5_table #contact-email p, #contact-email .credit .v5_table p, .subscription .v5_table #contact-email p, #contact-email .subscription .v5_table p, .credit .account-table #save-payment p, #save-payment .credit .account-table p, .subscription .account-table #save-payment p, #save-payment .subscription .account-table p, .credit .v5_table #save-payment p, #save-payment .credit .v5_table p, .subscription .v5_table #save-payment p, #save-payment .subscription .v5_table p, .credit .account-table .shopping-cart .cart-edit .edit-size-color, .shopping-cart .cart-edit .credit .account-table .edit-size-color, .subscription .account-table .shopping-cart .cart-edit .edit-size-color, .shopping-cart .cart-edit .subscription .account-table .edit-size-color, .credit .v5_table .shopping-cart .cart-edit .edit-size-color, .shopping-cart .cart-edit .credit .v5_table .edit-size-color, .subscription .v5_table .shopping-cart .cart-edit .edit-size-color, .shopping-cart .cart-edit .subscription .v5_table .edit-size-color {
    font-weight: 400; }
    .credit .account-table .regular-text.bold, .subscription .account-table .regular-text.bold, .credit .v5_table .regular-text.bold, .subscription .v5_table .regular-text.bold, .credit .account-table .checkout .order-details .guest-checkout .bold.signin-description, .checkout .order-details .guest-checkout .credit .account-table .bold.signin-description, .subscription .account-table .checkout .order-details .guest-checkout .bold.signin-description, .checkout .order-details .guest-checkout .subscription .account-table .bold.signin-description, .credit .v5_table .checkout .order-details .guest-checkout .bold.signin-description, .checkout .order-details .guest-checkout .credit .v5_table .bold.signin-description, .subscription .v5_table .checkout .order-details .guest-checkout .bold.signin-description, .checkout .order-details .guest-checkout .subscription .v5_table .bold.signin-description, .credit .account-table .checkout .order-details .paypal-checkout .bold.signin-description, .checkout .order-details .paypal-checkout .credit .account-table .bold.signin-description, .subscription .account-table .checkout .order-details .paypal-checkout .bold.signin-description, .checkout .order-details .paypal-checkout .subscription .account-table .bold.signin-description, .credit .v5_table .checkout .order-details .paypal-checkout .bold.signin-description, .checkout .order-details .paypal-checkout .credit .v5_table .bold.signin-description, .subscription .v5_table .checkout .order-details .paypal-checkout .bold.signin-description, .checkout .order-details .paypal-checkout .subscription .v5_table .bold.signin-description, .credit .account-table .shopping-cart .order-details .guest-checkout .bold.signin-description, .shopping-cart .order-details .guest-checkout .credit .account-table .bold.signin-description, .subscription .account-table .shopping-cart .order-details .guest-checkout .bold.signin-description, .shopping-cart .order-details .guest-checkout .subscription .account-table .bold.signin-description, .credit .v5_table .shopping-cart .order-details .guest-checkout .bold.signin-description, .shopping-cart .order-details .guest-checkout .credit .v5_table .bold.signin-description, .subscription .v5_table .shopping-cart .order-details .guest-checkout .bold.signin-description, .shopping-cart .order-details .guest-checkout .subscription .v5_table .bold.signin-description, .credit .account-table .shopping-cart .order-details .paypal-checkout .bold.signin-description, .shopping-cart .order-details .paypal-checkout .credit .account-table .bold.signin-description, .subscription .account-table .shopping-cart .order-details .paypal-checkout .bold.signin-description, .shopping-cart .order-details .paypal-checkout .subscription .account-table .bold.signin-description, .credit .v5_table .shopping-cart .order-details .paypal-checkout .bold.signin-description, .shopping-cart .order-details .paypal-checkout .credit .v5_table .bold.signin-description, .subscription .v5_table .shopping-cart .order-details .paypal-checkout .bold.signin-description, .shopping-cart .order-details .paypal-checkout .subscription .v5_table .bold.signin-description, .credit .account-table #billing-address .billing-address-show p.bold, #billing-address .billing-address-show .credit .account-table p.bold, .subscription .account-table #billing-address .billing-address-show p.bold, #billing-address .billing-address-show .subscription .account-table p.bold, .credit .v5_table #billing-address .billing-address-show p.bold, #billing-address .billing-address-show .credit .v5_table p.bold, .subscription .v5_table #billing-address .billing-address-show p.bold, #billing-address .billing-address-show .subscription .v5_table p.bold, .credit .account-table #contact-email p.bold, #contact-email .credit .account-table p.bold, .subscription .account-table #contact-email p.bold, #contact-email .subscription .account-table p.bold, .credit .v5_table #contact-email p.bold, #contact-email .credit .v5_table p.bold, .subscription .v5_table #contact-email p.bold, #contact-email .subscription .v5_table p.bold, .credit .account-table #save-payment p.bold, #save-payment .credit .account-table p.bold, .subscription .account-table #save-payment p.bold, #save-payment .subscription .account-table p.bold, .credit .v5_table #save-payment p.bold, #save-payment .credit .v5_table p.bold, .subscription .v5_table #save-payment p.bold, #save-payment .subscription .v5_table p.bold, .credit .account-table .shopping-cart .cart-edit .bold.edit-size-color, .shopping-cart .cart-edit .credit .account-table .bold.edit-size-color, .subscription .account-table .shopping-cart .cart-edit .bold.edit-size-color, .shopping-cart .cart-edit .subscription .account-table .bold.edit-size-color, .credit .v5_table .shopping-cart .cart-edit .bold.edit-size-color, .shopping-cart .cart-edit .credit .v5_table .bold.edit-size-color, .subscription .v5_table .shopping-cart .cart-edit .bold.edit-size-color, .shopping-cart .cart-edit .subscription .v5_table .bold.edit-size-color {
      font-weight: 700; }
  .credit .account-table .header th:last-child, .subscription .account-table .header th:last-child, .credit .v5_table .header th:last-child, .subscription .v5_table .header th:last-child {
    text-align: right;
    padding-right: 20px; }
  .credit .account-table tbody tr td:last-child, .subscription .account-table tbody tr td:last-child, .credit .v5_table tbody tr td:last-child, .subscription .v5_table tbody tr td:last-child {
    text-align: right;
    padding-right: 20px; }
    @media (max-width: 767px) {
      .credit .account-table tbody tr td:last-child, .subscription .account-table tbody tr td:last-child, .credit .v5_table tbody tr td:last-child, .subscription .v5_table tbody tr td:last-child {
        padding-right: 10px; } }
@media (max-width: 767px) {
  .credit table tr, .subscription table tr {
    box-shadow: inset 0 -2px rgba(210, 215, 217, 0.66);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px; } }
.credit table tr td, .subscription table tr td {
  padding: 0 10px; }
  .credit table tr td:first-child, .subscription table tr td:first-child {
    padding-left: 20px; }
    @media (max-width: 767px) {
      .credit table tr td:first-child, .subscription table tr td:first-child {
        padding-left: 10px; } }
  @media (max-width: 767px) {
    .credit table tr td, .subscription table tr td {
      padding: 10px; }
      .credit table tr td:last-child, .subscription table tr td:last-child {
        box-shadow: inset 0 -2px rgba(210, 215, 217, 0.66); } }
.credit table tr th, .subscription table tr th {
  padding: 0 10px; }
  .credit table tr th:first-child, .subscription table tr th:first-child {
    padding-left: 20px; }

.sent-messages .account-table, .sent-messages .v5_table {
  padding-bottom: 2px;
  border-radius: 6px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .sent-messages .account-table, .sent-messages .v5_table {
      padding-bottom: 0; } }
.sent-messages .padding-fix {
  padding: 0 0 0 20px; }
  @media (max-width: 767px) {
    .sent-messages .padding-fix {
      padding: 10px; } }
.sent-messages .checkbox-group {
  padding-left: 20px; }
.sent-messages .regular-text, .sent-messages .checkout .order-details .guest-checkout .signin-description, .checkout .order-details .guest-checkout .sent-messages .signin-description, .sent-messages .checkout .order-details .paypal-checkout .signin-description, .checkout .order-details .paypal-checkout .sent-messages .signin-description, .sent-messages .shopping-cart .order-details .guest-checkout .signin-description, .shopping-cart .order-details .guest-checkout .sent-messages .signin-description, .sent-messages .shopping-cart .order-details .paypal-checkout .signin-description, .shopping-cart .order-details .paypal-checkout .sent-messages .signin-description, .sent-messages #billing-address .billing-address-show p, #billing-address .billing-address-show .sent-messages p, .sent-messages #contact-email p, #contact-email .sent-messages p, .sent-messages #save-payment p, #save-payment .sent-messages p, .sent-messages .shopping-cart .cart-edit .edit-size-color, .shopping-cart .cart-edit .sent-messages .edit-size-color {
  font-weight: 700; }
.sent-messages .delete-message {
  text-align: center; }
  .sent-messages .delete-message button {
    width: 40%;
    height: 30px;
    border-radius: 6px; }
    @media (max-width: 767px) {
      .sent-messages .delete-message button {
        width: 49%; } }
    .sent-messages .delete-message button.reply-btn {
      margin-right: 5px; }
  .sent-messages .delete-message a {
    color: #939598; }
    .sent-messages .delete-message a:hover {
      text-decoration: none; }
    .sent-messages .delete-message a.cta-btn {
      padding: 0; }
    .sent-messages .delete-message a.bbwf {
      color: #FFFFFF; }
.sent-messages table thead th.header-first {
  padding: 0 0 0 20px; }
  @media (max-width: 767px) {
    .sent-messages table thead th.header-first {
      padding: 0 0 0 10px; } }
.sent-messages table tbody tr td a {
  padding: 16px 0;
  display: block;
  color: inherit; }
  @media (max-width: 767px) {
    .sent-messages table tbody tr td a {
      padding: 0; } }
  .sent-messages table tbody tr td a:hover {
    color: #737373;
    text-decoration: none; }
.sent-messages table tbody tr td:first-child {
  height: 53px; }
  @media (max-width: 767px) {
    .sent-messages table tbody tr td:first-child {
      height: auto; } }
@media (max-width: 767px) {
  .sent-messages table tbody tr td:nth-child(2) {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
  .sent-messages table tbody tr td:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: inset 0 -2px rgba(210, 215, 217, 0.66);
    border-bottom: none; } }

.subscription .account-table, .subscription .v5_table {
  padding-bottom: 2px;
  margin-bottom: 30px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .subscription .account-table, .subscription .v5_table {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .subscription .account-table, .subscription .v5_table {
      margin-bottom: 15px;
      padding-bottom: 0; } }
  .subscription .account-table tbody tr td:last-child, .subscription .v5_table tbody tr td:last-child {
    text-align: left;
    padding-right: 20px; }
  .subscription .account-table:last-child, .subscription .v5_table:last-child {
    margin-bottom: 0; }
  .subscription .account-table .header th:last-child, .subscription .v5_table .header th:last-child {
    text-align: left; }
  .subscription .account-table table thead tr, .subscription .v5_table table thead tr {
    height: 50px; }
  .subscription .account-table table tbody tr td:last-child, .subscription .v5_table table tbody tr td:last-child {
    text-align: left; }
.subscription table thead {
  padding: 0;
  display: block;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }
  @media (max-width: 767px) {
    .subscription table thead tr th {
      padding: 20px; } }
@media (max-width: 767px) {
  .subscription table tr {
    box-shadow: none; } }
.subscription table tbody tr td:last-child {
  padding-left: 20px; }
.subscription table tbody tr td:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }
.subscription .regular-text, .subscription .checkout .order-details .guest-checkout .signin-description, .checkout .order-details .guest-checkout .subscription .signin-description, .subscription .checkout .order-details .paypal-checkout .signin-description, .checkout .order-details .paypal-checkout .subscription .signin-description, .subscription .shopping-cart .order-details .guest-checkout .signin-description, .shopping-cart .order-details .guest-checkout .subscription .signin-description, .subscription .shopping-cart .order-details .paypal-checkout .signin-description, .shopping-cart .order-details .paypal-checkout .subscription .signin-description, .subscription #billing-address .billing-address-show p, #billing-address .billing-address-show .subscription p, .subscription #contact-email p, #contact-email .subscription p, .subscription #save-payment p, #save-payment .subscription p, .subscription .shopping-cart .cart-edit .edit-size-color, .shopping-cart .cart-edit .subscription .edit-size-color {
  padding: 15px 0 20px 20px; }
  @media (max-width: 767px) {
    .subscription .regular-text, .subscription .checkout .order-details .guest-checkout .signin-description, .checkout .order-details .guest-checkout .subscription .signin-description, .subscription .checkout .order-details .paypal-checkout .signin-description, .checkout .order-details .paypal-checkout .subscription .signin-description, .subscription .shopping-cart .order-details .guest-checkout .signin-description, .shopping-cart .order-details .guest-checkout .subscription .signin-description, .subscription .shopping-cart .order-details .paypal-checkout .signin-description, .shopping-cart .order-details .paypal-checkout .subscription .signin-description, .subscription #billing-address .billing-address-show p, #billing-address .billing-address-show .subscription p, .subscription #contact-email p, #contact-email .subscription p, .subscription #save-payment p, #save-payment .subscription p, .subscription .shopping-cart .cart-edit .edit-size-color, .shopping-cart .cart-edit .subscription .edit-size-color {
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
      padding: 20px;
      text-align: left;
      position: relative;
      width: 100%; } }
.subscription .personalize-options {
  padding: 15px 0 0 0; }
  @media (max-width: 767px) {
    .subscription .personalize-options:nth-child(2) {
      padding: 0; } }
  .subscription .personalize-options .checkbox-group {
    position: relative;
    float: left;
    text-align: initial; }
    @media (max-width: 767px) {
      .subscription .personalize-options .checkbox-group {
        float: none;
        width: 100%;
        text-align: initial; } }
    .subscription .personalize-options .checkbox-group span {
      padding-right: 20px;
      vertical-align: top;
      line-height: 1;
      margin-left: 10px; }
      @media (max-width: 767px) {
        .subscription .personalize-options .checkbox-group span {
          vertical-align: bottom; } }
    .subscription .personalize-options .checkbox-group input {
      height: 13px;
      width: 13px; }
      @media (max-width: 767px) {
        .subscription .personalize-options .checkbox-group input {
          height: 17px;
          width: 17px; } }
.subscription .deals-email {
  padding: 10px 0 0 0; }
  .subscription .deals-email .radio-group {
    margin-top: 20px;
    height: 15px;
    float: left; }
    @media (max-width: 767px) {
      .subscription .deals-email .radio-group {
        float: none;
        width: 100%;
        margin: 5px 0; } }
    .subscription .deals-email .radio-group input {
      margin-right: 10px; }
      @media (max-width: 767px) {
        .subscription .deals-email .radio-group input {
          height: 17px;
          width: 17px; } }
      .subscription .deals-email .radio-group input:checked:after {
        height: 5px;
        width: 5px;
        margin: 2px; }
    .subscription .deals-email .radio-group span {
      vertical-align: top;
      line-height: 16px;
      margin-right: 20px; }
.subscription .update-email-preferences, .subscription .unsubscribe, .subscription .check-existing-website {
  width: 100%;
  height: 50px;
  border-radius: 6px;
  margin-top: 30px;
  font-weight: 700; }
  @media (max-width: 991px) {
    .subscription .update-email-preferences, .subscription .unsubscribe {
      margin-top: 15px; } }
  @media (max-width: 767px) {
    .subscription .update-email-preferences, .subscription .unsubscribe {
      margin-top: 15px; } }
  .subscription .update-email-preferences a, .subscription .unsubscribe a {
    color: #FFFFFF; }
    .subscription .update-email-preferences a:hover, .subscription .unsubscribe a:hover {
      text-decoration: none; }
.subscription .subscription-details {
  padding-bottom: 10px; }
  @media (max-width: 767px) {
    .subscription .subscription-details {
      padding-top: 10px; } }
  .subscription .subscription-details .username, .subscription .subscription-details .subscription-status {
    line-height: 30px;
    font-size: 16px;
    font-weight: 700; }
    .subscription .subscription-details .username span, .subscription .subscription-details .subscription-status span {
      font-weight: 400;
      margin-left: 4px; }

.payments-add .col-md-6.left, .payments-add .col-md-4.left {
  padding-left: 10px; }
  @media (max-width: 991px) {
    .payments-add .col-md-6.left, .payments-add .col-md-4.left {
      padding-left: 15px; } }
  @media (max-width: 767px) {
    .payments-add .col-md-6.left, .payments-add .col-md-4.left {
      padding-left: 15px; } }
.payments-add .col-md-6.right, .payments-add .col-md-4.right {
  padding-right: 10px; }
  @media (max-width: 991px) {
    .payments-add .col-md-6.right, .payments-add .col-md-4.right {
      padding-right: 15px; } }
  @media (max-width: 767px) {
    .payments-add .col-md-6.right, .payments-add .col-md-4.right {
      padding-right: 15px; } }
.payments-add .add-new-payment, .payments-add .cancel-new-payment {
  width: 100%;
  height: 50px;
  border-radius: 6px;
  margin-top: 15px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
  line-height: 38px; }
  .payments-add .add-new-payment a, .payments-add .cancel-new-payment a {
    color: #FFFFFF; }
    .payments-add .add-new-payment a:hover, .payments-add .cancel-new-payment a:hover {
      text-decoration: none; }
.payments-add .cancel-new-payment a {
  color: #939598; }

@media (max-width: 767px) {
  .payment-method .card-value {
    text-align: center; } }
.payment-method .card-info {
  padding: 0 10px; }
  @media (max-width: 767px) {
    .payment-method .card-info {
      text-align: center; } }
@media (max-width: 767px) {
  .payment-method table td {
    width: 100%; } }
.payment-method .card-type {
  height: 50px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center; }
  @media (max-width: 767px) {
    .payment-method .card-type {
      height: 100px;
      background-position: center;
      background-size: contain; } }
  .payment-method .card-type.visa {
    background-image: url("/assets/images/credit-cards/visa-card.svg"); }
  .payment-method .card-type.master {
    background-image: url("/assets/images/credit-cards/master-card.svg"); }
  .payment-method .card-type.discover {
    background-image: url("/assets/images/credit-cards/discover-card.svg"); }
  .payment-method .card-type.express {
    background-image: url("/assets/images/credit-cards/express-card.svg"); }
@media (max-width: 767px) {
  .payment-method .checkbox-group {
    padding-right: 0; } }
.payment-method .add-payment-method {
  width: 100%;
  height: 50px;
  border-radius: 6px;
  margin-top: 20px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px; }
  @media (max-width: 991px) {
    .payment-method .add-payment-method {
      margin-top: 15px; } }
  @media (max-width: 767px) {
    .payment-method .add-payment-method {
      margin-top: 15px; } }
  .payment-method .add-payment-method a {
    color: #FFFFFF; }
    .payment-method .add-payment-method a:hover {
      text-decoration: none; }

.inbox-details {
  background-color: #FFFFFF;
  border-radius: 6px; }
  @media (max-width: 767px) {
    .inbox-details table tr {
      margin-bottom: 0; } }
  .inbox-details.foxtrot a:focus {
    text-decoration: none; }
  .inbox-details .account-table, .inbox-details .v5_table {
    box-shadow: none !important; }
    .inbox-details .account-table tr, .inbox-details .v5_table tr {
      border-bottom: none !important; }
    @media (max-width: 767px) {
      .inbox-details .account-table, .inbox-details .v5_table {
        padding-bottom: 0; } }
    .inbox-details .account-table .alpha .regular-text, .inbox-details .v5_table .alpha .regular-text, .inbox-details .account-table .alpha .checkout .order-details .guest-checkout .signin-description, .checkout .order-details .guest-checkout .inbox-details .account-table .alpha .signin-description, .inbox-details .v5_table .alpha .checkout .order-details .guest-checkout .signin-description, .checkout .order-details .guest-checkout .inbox-details .v5_table .alpha .signin-description, .inbox-details .account-table .alpha .checkout .order-details .paypal-checkout .signin-description, .checkout .order-details .paypal-checkout .inbox-details .account-table .alpha .signin-description, .inbox-details .v5_table .alpha .checkout .order-details .paypal-checkout .signin-description, .checkout .order-details .paypal-checkout .inbox-details .v5_table .alpha .signin-description, .inbox-details .account-table .alpha .shopping-cart .order-details .guest-checkout .signin-description, .shopping-cart .order-details .guest-checkout .inbox-details .account-table .alpha .signin-description, .inbox-details .v5_table .alpha .shopping-cart .order-details .guest-checkout .signin-description, .shopping-cart .order-details .guest-checkout .inbox-details .v5_table .alpha .signin-description, .inbox-details .account-table .alpha .shopping-cart .order-details .paypal-checkout .signin-description, .shopping-cart .order-details .paypal-checkout .inbox-details .account-table .alpha .signin-description, .inbox-details .v5_table .alpha .shopping-cart .order-details .paypal-checkout .signin-description, .shopping-cart .order-details .paypal-checkout .inbox-details .v5_table .alpha .signin-description, .inbox-details .account-table .alpha #billing-address .billing-address-show p, #billing-address .billing-address-show .inbox-details .account-table .alpha p, .inbox-details .v5_table .alpha #billing-address .billing-address-show p, #billing-address .billing-address-show .inbox-details .v5_table .alpha p, .inbox-details .account-table .alpha #contact-email p, #contact-email .inbox-details .account-table .alpha p, .inbox-details .v5_table .alpha #contact-email p, #contact-email .inbox-details .v5_table .alpha p, .inbox-details .account-table .alpha #save-payment p, #save-payment .inbox-details .account-table .alpha p, .inbox-details .v5_table .alpha #save-payment p, #save-payment .inbox-details .v5_table .alpha p, .inbox-details .account-table .alpha .shopping-cart .cart-edit .edit-size-color, .shopping-cart .cart-edit .inbox-details .account-table .alpha .edit-size-color, .inbox-details .v5_table .alpha .shopping-cart .cart-edit .edit-size-color, .shopping-cart .cart-edit .inbox-details .v5_table .alpha .edit-size-color {
      line-height: 13px; }
    .inbox-details .account-table .bravo, .inbox-details .v5_table .bravo {
      border: none;
      margin-bottom: 10px; }
      .inbox-details .account-table .bravo td, .inbox-details .v5_table .bravo td {
        width: 50%; }
        @media (max-width: 767px) {
          .inbox-details .account-table .bravo td, .inbox-details .v5_table .bravo td {
            width: 100%; } }
        .inbox-details .account-table .bravo td div, .inbox-details .v5_table .bravo td div {
          padding-top: 0; }
    .inbox-details .account-table .charlie, .inbox-details .v5_table .charlie {
      height: 66px; }
      @media (max-width: 767px) {
        .inbox-details .account-table .charlie, .inbox-details .v5_table .charlie {
          height: 52px; } }
    .inbox-details .account-table .delta, .inbox-details .v5_table .delta {
      padding: 0 15px 0 0 !important;
      margin: -10px 0 0; }
    .inbox-details .account-table .track a, .inbox-details .v5_table .track a {
      color: #FFFFFF;
      text-decoration: none;
      font-size: 17px;
      font-weight: 700; }
    .inbox-details .account-table .track .btn-default, .inbox-details .v5_table .track .btn-default {
      display: block;
      height: 45px;
      width: 100%;
      margin-top: -41px;
      border-radius: 6px;
      font-size: 22px;
      background-color: #539ccd; }
      @media (max-width: 767px) {
        .inbox-details .account-table .track .btn-default, .inbox-details .v5_table .track .btn-default {
          margin: 25px 0 0 0; } }
      .inbox-details .account-table .track .btn-default:hover, .inbox-details .v5_table .track .btn-default:hover {
        background-color: #d97b74; }
  .inbox-details .reply-header {
    background-color: #e6eaeb;
    padding: 20px; }
    @media (max-width: 767px) {
      .inbox-details .reply-header {
        margin-top: 15px; } }
    .inbox-details .reply-header .groop-g {
      height: 22px;
      width: 20px;
      margin: 0 15px 0 0; }
      @media (max-width: 767px) {
        .inbox-details .reply-header .groop-g {
          margin: 7px 15px 0 0; } }
    .inbox-details .reply-header .message-date h4 {
      font-weight: 700; }
      @media (max-width: 767px) {
        .inbox-details .reply-header .message-date h4 {
          margin: 0 0 7px 0; } }
    @media (max-width: 767px) {
      .inbox-details .reply-header .message-date {
        float: none !important; } }
    .inbox-details .reply-header h4 {
      font-size: 16px;
      color: #939598;
      font-weight: 500;
      margin: 0;
      line-height: 14px; }
      .inbox-details .reply-header h4 span {
        font-weight: 700;
        color: #939598; }
  .inbox-details .reply-content {
    padding: 20px; }
    .inbox-details .reply-content p {
      font-size: 16px;
      margin: 0 0 5px 0;
      color: #939598;
      line-height: 24px; }
  .inbox-details .order-shipping {
    padding-top: 10px;
    padding-left: 20px; }
    @media (max-width: 767px) {
      .inbox-details .order-shipping {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px; } }
    .inbox-details .order-shipping .order-text, .inbox-details .order-shipping .shipping {
      color: #939598;
      font-size: 16px;
      font-weight: 400;
      line-height: 27px; }
      .inbox-details .order-shipping .order-text.top, .inbox-details .order-shipping .top.shipping {
        margin-bottom: 9px; }
      .inbox-details .order-shipping .order-text .order-arrival-date, .inbox-details .order-shipping .shipping .order-arrival-date {
        margin-left: 5px; }
    .inbox-details .order-shipping .shipping {
      font-weight: 700; }
  .inbox-details .details-header {
    display: none; }
  .inbox-details .remove-embossed {
    box-shadow: none;
    padding-bottom: 0; }
    .inbox-details .remove-embossed table tbody tr:last-child td:first-child {
      border-bottom-left-radius: 0; }
    .inbox-details .remove-embossed table tbody tr:last-child td:last-child {
      border-bottom-right-radius: 0; }
  .inbox-details .qty {
    width: 45px; }
    @media (max-width: 767px) {
      .inbox-details .qty {
        width: auto; } }
  .inbox-details .details-divider {
    height: 2px;
    background-color: #f2f6f7;
    width: 94.5%;
    margin: 0 auto; }
  .inbox-details .order-number {
    font-size: 17px;
    font-weight: 700;
    padding-left: 20px;
    line-height: 1; }
    @media (max-width: 767px) {
      .inbox-details .order-number {
        padding-left: 0;
        line-height: 25px; } }
    .inbox-details .order-number a {
      color: #539ccd;
      border-bottom: 1px solid #82ccdd; }
      .inbox-details .order-number a:hover {
        color: #82ccdd;
        border-bottom: 1px solid #96d4e3;
        text-decoration: none; }
  @media (max-width: 767px) {
    .inbox-details .product-image {
      padding-left: 0; } }
  @media (max-width: 767px) {
    .inbox-details .product-details {
      padding-left: 0; } }
  .inbox-details .details-subject {
    font-weight: 400; }
    .inbox-details .details-subject span {
      font-weight: 700;
      margin-left: 5px; }
  .inbox-details .date-large {
    text-align: right;
    padding-right: 15px; }
    @media (max-width: 1199px) {
      .inbox-details .date-large {
        text-align: left;
        padding-right: inherit; } }
    @media (max-width: 991px) {
      .inbox-details .date-large {
        text-align: right;
        padding-right: 15px; } }

.my-reply {
  margin: 30px 0 0 0;
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 6px; }
  @media (max-width: 767px) {
    .my-reply {
      margin: 15px 0 0 0; } }
  .my-reply p {
    font-size: 16px;
    color: #4b4c4c;
    line-height: 24px; }
  .my-reply .btn-gray {
    display: block;
    border-radius: 6px;
    padding: 12px 0 13px;
    width: 100%; }
    @media (max-width: 767px) {
      .my-reply .btn-gray {
        margin: 0 0 15px 0; } }
    .my-reply .btn-gray a {
      color: #4b4c4c;
      font-size: 17px; }
      .my-reply .btn-gray a:hover {
        text-decoration: none; }
      .my-reply .btn-gray a:focus {
        text-decoration: none; }
  .my-reply .btn-default {
    display: block;
    border-radius: 6px;
    padding: 12px 0 13px;
    width: 100%; }
    .my-reply .btn-default a {
      color: #FFFFFF;
      font-size: 17px; }
      .my-reply .btn-default a:hover, .my-reply .btn-default a:focus {
        text-decoration: none; }

.gecko .subscription .deals-email .radio-group span {
  line-height: 18px; }

.ie9 .account-table, .ie9 .v5_table {
  overflow: hidden; }
  @media (max-width: 767px) {
    .ie9 .account-table, .ie9 .v5_table {
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .ie9 .account-table table, .ie9 .v5_table table, .ie9 .account-table tbody, .ie9 .v5_table tbody, .ie9 .account-table td, .ie9 .v5_table td, .ie9 .account-table tr, .ie9 .v5_table tr {
      width: 100%;
      display: block;
      box-sizing: border-box;
      float: left;
      clear: left; } }

.faq {
  padding: 30px 0; }
  @media (max-width: 767px) {
    .faq {
      padding: 20px 0; } }
  .faq h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 17px;
    margin: 0 0 30px;
    color: #4b4c4c; }
    @media (max-width: 991px) {
      .faq h4 {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .faq h4 {
        font-size: 16px;
        margin-bottom: 20px; } }
  .faq .questions {
    background-color: #FFFFFF;
    padding: 20px 20px 22px 20px;
    border-radius: 6px; }
    .faq .questions h4 {
      color: #539ccd;
      margin: 30px 0 10px; }
      @media (max-width: 991px) {
        .faq .questions h4 {
          margin: 20px 0 10px; } }
      @media (max-width: 767px) {
        .faq .questions h4 {
          margin: 20px 0 10px; } }
      .faq .questions h4.still {
        color: #939598;
        float: right;
        margin: 23px 0;
        font-size: 19px; }
        @media (max-width: 1199px) {
          .faq .questions h4.still {
            margin: 15px 0;
            font-size: 17px; } }
        @media (max-width: 991px) {
          .faq .questions h4.still {
            margin: 8px 0;
            font-size: 16px; } }
        @media (max-width: 767px) {
          .faq .questions h4.still {
            text-align: center;
            margin: 0;
            float: none; } }
      .faq .questions h4.quest {
        margin-top: 0; }
    .faq .questions p {
      font-size: 16px;
      color: #939598; }
      @media (max-width: 991px) {
        .faq .questions p {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .faq .questions p {
          font-size: 12px; } }
    .faq .questions .separator {
      padding: 0 20px; }
      @media (max-width: 767px) {
        .faq .questions .separator {
          padding: 0; } }
    .faq .questions .line {
      border-bottom: 2px solid #f2f6f7;
      margin: 30px auto;
      width: 100%; }
      @media (max-width: 767px) {
        .faq .questions .line {
          margin: 20px auto; } }
    .faq .questions .btn-default {
      padding: 17px 74px 19px;
      font-size: 18px; }
      @media (max-width: 1199px) {
        .faq .questions .btn-default {
          padding: 17px 74px 19px;
          font-size: 16px;
          line-height: 12px; } }
      @media (max-width: 991px) {
        .faq .questions .btn-default {
          padding: 11px 39px 13px;
          font-size: 16px;
          text-align: center;
          line-height: 10px; } }
      @media (max-width: 767px) {
        .faq .questions .btn-default {
          display: block;
          padding: 11px 0 13px 0;
          font-size: 16px;
          text-align: center;
          margin-top: 10px;
          line-height: 10px; } }

.shipping-and-return {
  margin: 30px auto;  
}

.shipping-and-return .return-policy {
  background-color: #fff;
}

.shipping-and-return .return-policy .row_body{
  padding: 30px 30px;
}

.shipping-and-return .return-policy .statements p{  
  font-size: 16px;
  line-height: 24px;
}

.give-us-feedback {
  margin: 30px auto;  
}

.give-us-feedback .feedback {
  background-color: #fff;
}

.give-us-feedback .feedback .row_header{
  border-top: none;
}

.give-us-feedback .feedback .row_body{
  padding: 30px 30px;
}

.give-us-feedback .feedback .statements p{  
  font-size: 16px;
  line-height: 24px;
}

.privacy, .terms {
  padding: 30px 0; }
  @media (max-width: 767px) {
    .privacy, .terms {
      padding: 20px 0; } }
  .privacy h4, .terms h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 17px;
    margin: 0 0 30px;
    color: #4b4c4c; }
    @media (max-width: 991px) {
      .privacy h4, .terms h4 {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .privacy h4, .terms h4 {
        font-size: 16px;
        margin-bottom: 20px; } }
  .privacy p, .terms p {
    font-size: 16px;
    color: #939598;
    margin: 0 0 20px 0; }
    @media (max-width: 991px) {
      .privacy p, .terms p {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .privacy p, .terms p {
        font-size: 12px;
        margin: 0 0 10px 0; } }
    .privacy p.support, .privacy p .address, .privacy p .shipping-addresses .city-state, .shipping-addresses .privacy p .city-state, .privacy p .inbox .city-state, .inbox .privacy p .city-state, .privacy p .payment-method .city-state, .payment-method .privacy p .city-state, .terms p.support, .terms p .address, .terms p .shipping-addresses .city-state, .shipping-addresses .terms p .city-state, .terms p .inbox .city-state, .inbox .terms p .city-state, .terms p .payment-method .city-state, .payment-method .terms p .city-state {
      margin: 0 0 0 0; }
  .privacy span, .terms span {
    color: #539ccd; }
    .privacy span a, .terms span a {
      color: #539ccd; }
      .privacy span a:hover, .terms span a:hover {
        text-decoration: none;
        color: #da7b75; }
  .privacy .statements, .terms .statements {
    border-radius: 6px;
    padding: 20px 20px 22px;
    background-color: #FFFFFF; }
    .privacy .statements p:last-child, .terms .statements p:last-child {
      margin-bottom: 0; }
    .privacy .statements h4, .terms .statements h4 {
      margin: 30px 0 10px;
      color: #939598; }

.product-popular-category {
  padding-bottom: 30px; }
  @media (max-width: 991px) {
    .product-popular-category {
      padding-bottom: 15px; } }
  .product-popular-category .ads img {
    margin-top: 30px;
    width: 100%;
    border-radius: 6px; }
    @media (max-width: 767px) {
      .product-popular-category .ads img {
        margin-top: 15px; } }
  .product-popular-category .first-image {
    margin-top: 30px;
    margin-left: 15px; }
    @media (max-width: 991px) {
      .product-popular-category .first-image {
        margin: 15px 15px 0 15px; } }
    .product-popular-category .first-image .product-image {
      position: relative; }
      .product-popular-category .first-image .product-image .discount-ribbon {
        background-color: #539ccd;
        color: #FFFFFF;
        width: 86px;
        position: absolute;
        padding: 6px 12px;
        line-height: 11px;
        top: 26px;
        left: -4px; }
        @media (max-width: 991px) {
          .product-popular-category .first-image .product-image .discount-ribbon {
            left: -5px;
            text-align: center; } }
        @media (max-width: 767px) {
          .product-popular-category .first-image .product-image .discount-ribbon {
            top: 197px; } }
        .product-popular-category .first-image .product-image .discount-ribbon span {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          right: -6px;
          top: 0;
          border-width: 12px 4px 11px 6px;
          border-style: solid;
          border-color: #539ccd transparent #539ccd #539ccd; }
        .product-popular-category .first-image .product-image .discount-ribbon:before {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          right: -9px;
          top: 0;
          border-width: 12px 4px 11px 6px;
          border-style: solid;
          border-color: #40a3bb transparent #40a3bb #40a3bb; }
        .product-popular-category .first-image .product-image .discount-ribbon:after {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          left: 0;
          top: 100%;
          border-width: 4px 3px 3px 2px;
          border-style: solid;
          border-color: #378ea3 #378ea3 transparent transparent; }
      .product-popular-category .first-image .product-image img.img-responsive {
        width: 102%;
        max-width: 104%;
        height: auto, -1px;
        border-radius: 6px 0 0 6px;
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-bottom-color: rgba(210, 215, 217, 0.66); }
        @media (max-width: 1199px) {
          .product-popular-category .first-image .product-image img.img-responsive {
            max-height: 373px;
            width: 103%; } }
        @media (max-width: 991px) {
          .product-popular-category .first-image .product-image img.img-responsive {
            border-radius: 6px 0 0 6px;
            width: 104%; } }
        @media (max-width: 767px) {
          .product-popular-category .first-image .product-image img.img-responsive {
            border-radius: 6px 6px 0 0;
            width: 100%; } }
  .product-popular-category .counter-box {
    background-color: #FFFFFF;
    border-radius: 0 6px 6px 0;
    text-align: center;
    margin: 30px 15px 0 15px;
    height: 512px; }
    @media (max-width: 1199px) {
      .product-popular-category .counter-box {
        max-height: 373px; } }
    @media (max-width: 991px) {
      .product-popular-category .counter-box {
        border-radius: 0 6px 6px 0;
        margin: 15px 15px 0 0;
        max-height: 280px; } }
    @media (max-width: 767px) {
      .product-popular-category .counter-box {
        border-radius: 0 0 6px 6px;
        margin: -12px 15px 0 15px;
        max-height: 320px;
        padding: 0 !important; } }
    .product-popular-category .counter-box .section#product-description {
      padding: 0;
      border-bottom-style: solid;
      border-bottom-width: 2px;
      border-bottom-color: #f2f6f7; }
    .product-popular-category .counter-box .section h4 {
      color: #939598;
      font-size: 25px;
      font-weight: 400;
      line-height: 29px;
      text-align: center;
      padding: 18px 60px 0 60px !important; }
      @media (max-width: 1199px) {
        .product-popular-category .counter-box .section h4 {
          padding: 18px 35px 0 35px !important; } }
      @media (max-width: 991px) {
        .product-popular-category .counter-box .section h4 {
          padding: 10px 30px 0 30px !important; } }
      @media (max-width: 767px) {
        .product-popular-category .counter-box .section h4 {
          padding: 10px 65px 0 65px !important; } }
    .product-popular-category .counter-box .section .lgl {
      color: #d5d7d8;
      font-size: 14px;
      font-weight: 700;
      line-height: 24px;
      text-align: center;
      margin-top: -10px;
      margin-bottom: 15px; }
    .product-popular-category .counter-box .section#price {
      padding: 15px 0 0 0 !important; }
      @media (max-width: 767px) {
        .product-popular-category .counter-box .section#price {
          border-bottom: none; } }
      @media (max-width: 767px) {
        .product-popular-category .counter-box .section#price span {
          margin-left: 4px; } }
    .product-popular-category .counter-box .section p {
      font-size: 13px;
      color: #939598; }
      @media (max-width: 991px) {
        .product-popular-category .counter-box .section p {
          line-height: 10px; } }
    @media (max-width: 1199px) {
      .product-popular-category .counter-box .section {
        padding: 20px 0; } }
    @media (max-width: 991px) {
      .product-popular-category .counter-box .section {
        padding: 15px 0; }
        .product-popular-category .counter-box .section h2 {
          font-size: 14px;
          line-height: 9px;
          font-weight: 600;
          margin: 0; }
          .product-popular-category .counter-box .section h2 span {
            color: #4b4c4c; } }
    .product-popular-category .counter-box .section#addcart {
      padding: 15px 20px 0 20px; }
    .product-popular-category .counter-box .section a {
      height: 45px;
      width: auto; }
      @media (max-width: 991px) {
        .product-popular-category .counter-box .section a {
          padding: 10px 0 0px 0;
          height: 35px;
          font-size: 14px;
          line-height: 14px; } }
      @media (max-width: 767px) {
        .product-popular-category .counter-box .section a {
          padding: 15px 0 17px 0;
          font-size: 17px;
          margin-left: 0;
          width: 100%;
          height: 45px; } }
    .product-popular-category .counter-box .add {
      padding: 25px 20px; }
      @media (max-width: 1199px) {
        .product-popular-category .counter-box .add {
          padding: 20px 20px; } }
      @media (max-width: 991px) {
        .product-popular-category .counter-box .add {
          padding: 15px 20px; } }
      @media (max-width: 767px) {
        .product-popular-category .counter-box .add {
          padding: 15px; } }
      .product-popular-category .counter-box .add.extra {
        padding-bottom: 40px; }
        @media (max-width: 1199px) {
          .product-popular-category .counter-box .add.extra {
            padding-bottom: 20px; } }
        @media (max-width: 991px) {
          .product-popular-category .counter-box .add.extra {
            padding-bottom: 15px; } }
    .product-popular-category .counter-box .share {
      padding: 25px 52px;
      border-bottom: none; }
      @media (max-width: 1199px) {
        .product-popular-category .counter-box .share {
          padding: 20px 40px; } }
      @media (max-width: 991px) {
        .product-popular-category .counter-box .share {
          padding: 15px 36px; } }
    .product-popular-category .counter-box h2 {
      font-size: 39px;
      margin: 0 0 14px 0;
      line-height: 37px;
      font-weight: 600; }
      @media (max-width: 1199px) {
        .product-popular-category .counter-box h2 {
          font-size: 35px;
          line-height: 32px;
          margin-bottom: 10px; } }
      @media (max-width: 991px) {
        .product-popular-category .counter-box h2 {
          font-size: 31px;
          line-height: 29px;
          margin-bottom: 7px; } }
    .product-popular-category .counter-box p {
      color: #939598;
      line-height: 15px; }
      .product-popular-category .counter-box p span {
        font-weight: 700;
        text-decoration: line-through;
        -webkit-text-decoration-color: #939598;
                text-decoration-color: #939598; }
      .product-popular-category .counter-box p.color {
        color: #4b4c4c;
        font-weight: 700; }
      .product-popular-category .counter-box p.small {
        font-size: 15px;
        font-weight: 700;
        line-height: 12px; }
        @media (max-width: 1199px) {
          .product-popular-category .counter-box p.small {
            font-size: 12px;
            line-height: 8px; } }
        @media (max-width: 991px) {
          .product-popular-category .counter-box p.small {
            font-size: 11px;
            line-height: 9px;
            text-align: center; } }
    .product-popular-category .counter-box h6 {
      color: #539ccd;
      text-align: center;
      margin: 0 0 10px 0; }
      @media (max-width: 1199px) {
        .product-popular-category .counter-box h6 {
          margin: 0 0 6px 0;
          line-height: 12px; } }
      .product-popular-category .counter-box h6 span {
        text-decoration: line-through;
        -webkit-text-decoration-color: #939598;
                text-decoration-color: #939598; }
    .product-popular-category .counter-box .btn {
      padding: 17px 0 19px 0;
      font-size: 19px;
      line-height: 15px; }
      @media (max-width: 1199px) {
        .product-popular-category .counter-box .btn {
          padding: 15px 0 17px 0;
          font-size: 17px;
          line-height: 14px; } }
      @media (max-width: 991px) {
        .product-popular-category .counter-box .btn {
          padding: 11px 0 13px 0;
          font-size: 13px;
          line-height: 10px; } }
      @media (max-width: 767px) {
        .product-popular-category .counter-box .btn {
          padding: 15px 0 17px 0;
          font-size: 17px;
          line-height: 12px; } }
    .product-popular-category .counter-box #thecountdown p {
      color: #939598; }
    @media (max-width: 991px) {
      .product-popular-category .counter-box #thecountdown {
        padding-left: 20px;
        padding-right: 11px;
        max-height: 100px; } }
    .product-popular-category .counter-box .countdown-column {
      padding: 12px 0 14px 0;
      height: 75px;
      width: calc(25% - 16.5px);
      float: left;
      margin-right: 22px; }
      .product-popular-category .counter-box .countdown-column:last-child {
        margin-right: 0; }
      @media (max-width: 991px) {
        .product-popular-category .counter-box .countdown-column {
          padding: 12px 0 14px 0;
          height: 70px;
          width: calc(25% - 16.5px);
          margin-right: 19px; } }
      @media (max-width: 767px) {
        .product-popular-category .counter-box .countdown-column {
          height: 100px; } }
      .product-popular-category .counter-box .countdown-column .countdown-box {
        padding: 12px 0 14px 0;
        height: 63px;
        width: 100%;
        position: relative;
        border-radius: 6px;
        -webkit-perspective: 90px;
        perspective: 90px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0); }
        @media (max-width: 1199px) {
          .product-popular-category .counter-box .countdown-column .countdown-box {
            padding: 12px 0 14px 0;
            height: 47px; } }
        @media (max-width: 991px) {
          .product-popular-category .counter-box .countdown-column .countdown-box {
            padding: 8px 0 14px 0;
            height: 32px; } }
        @media (max-width: 767px) {
          .product-popular-category .counter-box .countdown-column .countdown-box {
            padding: 8px 0 14px 0;
            height: 37px;
            margin: 0 auto; } }
        .product-popular-category .counter-box .countdown-column .countdown-box span {
          background-color: #539ccd;
          color: #FFFFFF;
          display: block;
          font-size: 40px;
          left: 0;
          position: absolute;
          top: 0;
          -webkit-transform-origin: 0 31.5px 0;
          transform-origin: 0 31.5px 0;
          width: 100%;
          padding-top: 3px; }
          @media (max-width: 1199px) {
            .product-popular-category .counter-box .countdown-column .countdown-box span {
              font-size: 32px;
              -webkit-transform-origin: 0 23.5px 0;
              transform-origin: 0 23.5px 0; } }
          @media (max-width: 991px) {
            .product-popular-category .counter-box .countdown-column .countdown-box span {
              font-size: 20px;
              padding-top: 3px;
              -webkit-transform-origin: 0 16px 0;
              transform-origin: 0 16px 0; } }
          @media (max-width: 767px) {
            .product-popular-category .counter-box .countdown-column .countdown-box span {
              font-size: 22px;
              -webkit-transform-origin: 0 18px 0;
              transform-origin: 0 18px 0; } }
          .product-popular-category .counter-box .countdown-column .countdown-box span.top:before {
            border-top: 1px solid #43aac4;
            border-bottom: 1px solid #4abcd9;
            content: "";
            left: 0;
            position: absolute;
            width: 100%; }
        .product-popular-category .counter-box .countdown-column .countdown-box .top {
          border-top-left-radius: 6px;
          border-top-right-radius: 6px;
          height: 50%;
          overflow: hidden; }
          .product-popular-category .counter-box .countdown-column .countdown-box .top:before {
            bottom: 0; }
          .product-popular-category .counter-box .countdown-column .countdown-box .top:after {
            background: #539ccd;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px; }
        .product-popular-category .counter-box .countdown-column .countdown-box .bottom {
          border-radius: 5px;
          height: 100%; }
          .product-popular-category .counter-box .countdown-column .countdown-box .bottom:before {
            top: 50%; }
          .product-popular-category .counter-box .countdown-column .countdown-box .bottom:after {
            background: #539ccd;
            border-radius: 5px; }
        .product-popular-category .counter-box .countdown-column .countdown-box.down .top {
          height: 50%; }
          .product-popular-category .counter-box .countdown-column .countdown-box.down .top.current {
            z-index: 4; }
          .product-popular-category .counter-box .countdown-column .countdown-box.down .top.next {
            z-index: 3; }
        .product-popular-category .counter-box .countdown-column .countdown-box.down .bottom.current {
          z-index: 1; }
        .product-popular-category .counter-box .countdown-column .countdown-box.down .bottom.next {
          z-index: 2;
          -webkit-transform: rotate3d(1, 0, 0, 90deg);
          transform: rotate3d(1, 0, 0, 90deg); }
        .product-popular-category .counter-box .countdown-column .countdown-box.down.changing .top.current {
          -webkit-transform: rotate3d(1, 0, 0, -90deg);
          transform: rotate3d(1, 0, 0, -90deg);
          -webkit-transition: -webkit-transform 0.26s ease-in;
          transition: -webkit-transform 0.26s ease-in;
          transition: transform 0.26s ease-in;
          transition: transform 0.26s ease-in, -webkit-transform 0.26s ease-in; }
        .product-popular-category .counter-box .countdown-column .countdown-box.down.changing .bottom.next, .product-popular-category .counter-box .countdown-column .countdown-box.down.changed .bottom.next {
          -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.375, 1.495, 0.61, 0.78) 0.35s;
          transition: -webkit-transform 0.35s cubic-bezier(0.375, 1.495, 0.61, 0.78) 0.35s;
          transition: transform 0.35s cubic-bezier(0.375, 1.495, 0.61, 0.78) 0.35s;
          transition: transform 0.35s cubic-bezier(0.375, 1.495, 0.61, 0.78) 0.35s, -webkit-transform 0.35s cubic-bezier(0.375, 1.495, 0.61, 0.78) 0.35s;
          -webkit-transform: rotate3d(1, 0, 0, 0);
          transform: rotate3d(1, 0, 0, 0); }
        .product-popular-category .counter-box .countdown-column .countdown-box.changed .top.current, .product-popular-category .counter-box .countdown-column .countdown-box.changed .bottom.current {
          display: none; }
      .product-popular-category .counter-box .countdown-column h3 {
        color: #FFFFFF;
        margin: 0; }
      .product-popular-category .counter-box .countdown-column p.makeitso {
        margin-top: 8px 0 22px 0;
        color: #4b4c4c;
        font-size: 10px;
        font-weight: 700;
        line-height: 26px;
        text-align: center; }

.webkit body {
  -webkit-font-smoothing: antialiased; }

.about {
  background-color: #f2f6f7; }
  .about h4 {
    font-size: 20px;
    line-height: 18px;
    color: #FFFFFF;
    margin: 0 0 15px 0; }
  .about h5 {
    font-size: 18px;
    line-height: 18px;
    color: #939598;
    text-align: center; }
  .about p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 21px; }
    @media (max-width: 991px) {
      .about p {
        font-size: 14px;
        line-height: 20px; } }
    .about p.alt {
      font-size: 14px;
      color: #539ccd; }
      @media (max-width: 991px) {
        .about p.alt {
          font-size: 12px; } }
  .about #hero-bg {
    z-index: 1; }
    .about #hero-bg .hero {
      background-image: url("../../assets/images/about-hero.jpg");
      background-position: 50%;
      background-size: cover;
      background-repeat: no-repeat;
      padding: 100px 0; }
      @media (max-width: 767px) {
        .about #hero-bg .hero {
          padding: 15px 0; } }
      .about #hero-bg .hero .story {
        background-color: rgba(77, 77, 77, 0.65);
        border-radius: 6px;
        padding: 30px; }
        @media (max-width: 767px) {
          .about #hero-bg .hero .story {
            padding: 20px; }
            .about #hero-bg .hero .story p {
              line-height: 16px; } }
    .about #hero-bg .icons {
      background: #FFFFFF;
      padding: 55px 0;
      text-align: center; }
      @media (max-width: 767px) {
        .about #hero-bg .icons {
          padding: 30px 0; } }
      .about #hero-bg .icons .icon-text-container {
        display: inline-block;
        margin: 0 auto; }
        @media (max-width: 767px) {
          .about #hero-bg .icons .icon-text-container {
            margin-bottom: 0; } }
        .about #hero-bg .icons .icon-text-container img {
          float: left; }
          @media (max-width: 767px) {
            .about #hero-bg .icons .icon-text-container img {
              float: none; } }
        .about #hero-bg .icons .icon-text-container .monitor {
          height: 95px;
          width: 115px;
          margin: 0 30px 0 0; }
          @media (max-width: 1199px) {
            .about #hero-bg .icons .icon-text-container .monitor {
              width: 112px;
              margin: 10px 30px 0 0; } }
          @media (max-width: 991px) {
            .about #hero-bg .icons .icon-text-container .monitor {
              width: 77px;
              margin: 4px 8px 0 0; } }
          @media (max-width: 767px) {
            .about #hero-bg .icons .icon-text-container .monitor {
              width: 70px;
              margin: 0; } }
        .about #hero-bg .icons .icon-text-container .curated {
          padding: 11px 0 0 0;
          float: left; }
          @media (max-width: 767px) {
            .about #hero-bg .icons .icon-text-container .curated {
              float: none;
              padding: 0 0 0 0; } }
        .about #hero-bg .icons .icon-text-container .icon {
          height: 100px;
          width: 88px;
          margin-right: 30px; }
          @media (max-width: 991px) {
            .about #hero-bg .icons .icon-text-container .icon {
              width: 65px;
              margin-right: 20px; } }
          @media (max-width: 767px) {
            .about #hero-bg .icons .icon-text-container .icon {
              width: 60px;
              margin-right: 0; } }
        .about #hero-bg .icons .icon-text-container p {
          font-family: "bree-serif", sans-serif;
          font-style: italic;
          font-size: 14px;
          line-height: 12px;
          text-align: center;
          color: #939598;
          font-weight: 300; }
          @media (max-width: 991px) {
            .about #hero-bg .icons .icon-text-container p {
              font-size: 11px; } }
        .about #hero-bg .icons .icon-text-container h5 {
          line-height: 22px;
          margin-bottom: 3px; }
          @media (max-width: 991px) {
            .about #hero-bg .icons .icon-text-container h5 {
              font-size: 16px; } }
  .about .profiles {
    padding: 30px 0; }
    .about .profiles .boxed {
      border-radius: 6px;
      overflow: hidden;
      width: 100%;
      position: relative;
      margin: 0 0 30px 0; }
      .about .profiles .boxed.lastofall {
        margin: 0 0 0 0; }
      .about .profiles .boxed img {
        height: 211;
        width: 100%; }
      .about .profiles .boxed .about-me {
        padding: 15px 0 0 15px;
        height: 58px;
        width: 100%;
        background-color: rgba(32, 34, 35, 0.85);
        position: absolute;
        bottom: 0;
        -webkit-transition: height 0.3s ease-in;
        transition: height 0.3s ease-in; }
        @media (max-width: 991px) {
          .about .profiles .boxed .about-me {
            padding: 12px 0 0 12px;
            height: 45px; } }
        .about .profiles .boxed .about-me ul {
          padding: 0;
          margin: 0; }
          .about .profiles .boxed .about-me ul li {
            color: #539ccd;
            font-weight: 700;
            line-height: 20px;
            text-align: left;
            list-style: none;
            font-size: 18px;
            margin-bottom: 10px; }
            @media (max-width: 991px) {
              .about .profiles .boxed .about-me ul li {
                font-size: 14px;
                line-height: 14px;
                margin-bottom: 5px; } }
            .about .profiles .boxed .about-me ul li:first-child {
              margin: 135px 0 10px; }
              @media (max-width: 1199px) {
                .about .profiles .boxed .about-me ul li:first-child {
                  margin: 85px 0 10px; } }
              @media (max-width: 991px) {
                .about .profiles .boxed .about-me ul li:first-child {
                  margin: 60px 0 5px; } }
        .about .profiles .boxed .about-me p {
          margin: 0 0 6px 0;
          line-height: 12px;
          float: left; }
          .about .profiles .boxed .about-me p.alt {
            margin: 0;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            max-width: 85%; }
            @media (max-width: 991px) {
              .about .profiles .boxed .about-me p.alt {
                line-height: 14px;
                margin: -7px 0 0 0; } }
        .about .profiles .boxed .about-me .dottie {
          position: absolute;
          bottom: 20px;
          right: 15px;
          opacity: 1;
          -webkit-transition: opacity 0.5s ease-in;
          transition: opacity 0.5s ease-in; }
          @media (max-width: 1199px) {
            .about .profiles .boxed .about-me .dottie {
              bottom: 17px; } }
          @media (max-width: 991px) {
            .about .profiles .boxed .about-me .dottie {
              right: 10px; } }
          .about .profiles .boxed .about-me .dottie h6 {
            font-size: 24px;
            color: #539ccd;
            margin: 0;
            line-height: 6px; }
            @media (max-width: 991px) {
              .about .profiles .boxed .about-me .dottie h6 {
                font-size: 20px; } }
        .about .profiles .boxed .about-me:hover {
          height: 265px; }
          @media (max-width: 1199px) {
            .about .profiles .boxed .about-me:hover {
              height: 214px; } }
          @media (max-width: 991px) {
            .about .profiles .boxed .about-me:hover {
              height: 159px; } }
          .about .profiles .boxed .about-me:hover .dottie {
            opacity: 0; }

.sellers {
  background-color: #f2f6f7; }
  .sellers h4 {
    font-size: 25px;
    line-height: 25px;
    color: #FFFFFF;
    margin: 0 0 9px 0;
    font-weight: 400; }
  .sellers h5 {
    font-size: 18px;
    line-height: 18px;
    color: #939598;
    text-align: center; }
  .sellers p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 16px; }
    @media (max-width: 991px) {
      .sellers p {
        font-size: 14px;
        line-height: 14px; } }
    .sellers p.alt {
      font-size: 14px;
      line-height: 14px; }
      @media (max-width: 991px) {
        .sellers p.alt {
          font-size: 12px; } }
  .sellers .btn-default {
    text-transform: none;
    font-size: 17px;
    line-height: 15px; }
  .sellers .btn {
    padding: 13px 55px 15px; }
    @media (max-width: 767px) {
      .sellers .btn {
        display: block; } }
  .sellers #hero-bg {
    z-index: 1; }
    .sellers #hero-bg .hero {
      background-image: url("../../assets/images/hero-sellers.jpg");
      background-position: 50%;
      background-size: cover;
      background-repeat: no-repeat;
      padding: 71px 0; }
      @media (max-width: 767px) {
        .sellers #hero-bg .hero {
          padding: 15px 0; } }
      .sellers #hero-bg .hero .boutique {
        background-color: rgba(77, 77, 77, 0.65);
        border-radius: 6px;
        padding: 20px;
        margin-bottom: 13px; }
        @media (max-width: 767px) {
          .sellers #hero-bg .hero .boutique {
            padding: 20px; }
            .sellers #hero-bg .hero .boutique p {
              line-height: 16px; } }
    .sellers #hero-bg .get-started {
      padding: 50px 0; }
      @media (max-width: 767px) {
        .sellers #hero-bg .get-started {
          padding: 30px 0; } }
      .sellers #hero-bg .get-started .icon {
        height: 51px;
        width: 100%; }
        @media (max-width: 767px) {
          .sellers #hero-bg .get-started .icon {
            height: 40px; } }
      .sellers #hero-bg .get-started p {
        color: #4b4c4c;
        font-weight: 700;
        line-height: 12px;
        text-align: center;
        margin: 15px 0 30px; }
        @media (max-width: 767px) {
          .sellers #hero-bg .get-started p {
            margin: 10px 0 15px; } }
        .sellers #hero-bg .get-started p.alt {
          font-weight: 400;
          line-height: 18px;
          margin: 0 6.5px; }
          @media (max-width: 767px) {
            .sellers #hero-bg .get-started p.alt {
              margin: 0 50px 20px; }
              .sellers #hero-bg .get-started p.alt.mobile {
                margin: 0 50px 0px; } }
    .sellers #hero-bg .discovered {
      padding: 50px 0;
      background-color: #FFFFFF; }
      @media (max-width: 767px) {
        .sellers #hero-bg .discovered {
          padding: 30px 0; } }
      .sellers #hero-bg .discovered .iphone {
        height: 410px; }
        @media (max-width: 767px) {
          .sellers #hero-bg .discovered .iphone {
            height: 205px; } }
      .sellers #hero-bg .discovered p {
        text-align: left;
        line-height: 12px;
        font-weight: 700;
        margin: 30px 0 20px;
        color: #4b4c4c; }
        @media (max-width: 767px) {
          .sellers #hero-bg .discovered p {
            margin: 30px 0 10px; } }
        .sellers #hero-bg .discovered p.alt {
          line-height: 16px;
          font-weight: 400;
          margin: 0 0 30px; }
          .sellers #hero-bg .discovered p.alt span {
            font-weight: 700; }
          @media (max-width: 767px) {
            .sellers #hero-bg .discovered p.alt.mobile {
              margin: 0; } }
      .sellers #hero-bg .discovered .points {
        margin-bottom: 0 0 30px 0; }
        @media (max-width: 767px) {
          .sellers #hero-bg .discovered .points {
            padding: 0 50px;
            margin: 15px 0 0 0; } }
        .sellers #hero-bg .discovered .points .bullet-container {
          width: 100%;
          position: relative; }
          .sellers #hero-bg .discovered .points .bullet-container p {
            margin: 0 0 15px 55px; }
            .sellers #hero-bg .discovered .points .bullet-container p.done {
              margin: 0 0 0 55px; }
          .sellers #hero-bg .discovered .points .bullet-container img {
            position: absolute; }
          .sellers #hero-bg .discovered .points .bullet-container .plus {
            margin: 0;
            top: calc(50% - 20px); }
          .sellers #hero-bg .discovered .points .bullet-container .heart {
            margin: 0;
            top: calc(50% - 17px); }
          .sellers #hero-bg .discovered .points .bullet-container .star {
            margin: 0;
            top: calc(50% - 18px); }
        .sellers #hero-bg .discovered .points .plus {
          height: 40px;
          margin: 5px 10px 0 0; }
          @media (max-width: 1199px) {
            .sellers #hero-bg .discovered .points .plus {
              margin: 12px 10px 0 0; } }
          @media (max-width: 991px) {
            .sellers #hero-bg .discovered .points .plus {
              height: 45px;
              margin: 20px 10px 0 0; } }
          @media (max-width: 767px) {
            .sellers #hero-bg .discovered .points .plus {
              margin: 10px 10px 0 0; } }
        .sellers #hero-bg .discovered .points .heart {
          height: 35px;
          margin: 0 10px 0 0; }
          @media (max-width: 1199px) {
            .sellers #hero-bg .discovered .points .heart {
              margin: 7px 10px 0 0; } }
          @media (max-width: 991px) {
            .sellers #hero-bg .discovered .points .heart {
              margin: 2px 10px 0 0; } }
          @media (max-width: 767px) {
            .sellers #hero-bg .discovered .points .heart {
              margin: 10px 10px 0 0; } }
        .sellers #hero-bg .discovered .points .star {
          margin: 2px 10px 0 0;
          height: 39px; }
          @media (max-width: 1199px) {
            .sellers #hero-bg .discovered .points .star {
              margin: 4px 10px 0 0; } }
          @media (max-width: 991px) {
            .sellers #hero-bg .discovered .points .star {
              margin: 2px 10px 0 0; } }
          @media (max-width: 767px) {
            .sellers #hero-bg .discovered .points .star {
              margin: 10px 10px 0 0; } }
    .sellers #hero-bg .saying {
      padding: 50px 0; }
      @media (max-width: 767px) {
        .sellers #hero-bg .saying {
          padding: 30px 0; } }
      .sellers #hero-bg .saying .bubble {
        height: 43px;
        width: 100%;
        margin: 0 auto; }
      .sellers #hero-bg .saying h5 {
        font-size: 20px;
        margin-bottom: 30px; }
      .sellers #hero-bg .saying p {
        font-weight: 700;
        color: #4b4c4c; }
        @media (max-width: 767px) {
          .sellers #hero-bg .saying p {
            text-align: center; }
            .sellers #hero-bg .saying p.mobile-a {
              margin: 0 50px 20px 50px; }
            .sellers #hero-bg .saying p.mobile-b {
              margin: 0 50px; } }
        .sellers #hero-bg .saying p.dif {
          color: #d5d7d8;
          font-weight: 400;
          margin: 5px 0; }
          @media (max-width: 767px) {
            .sellers #hero-bg .saying p.dif.mobile {
              margin: 20px 50px; } }
    .sellers #hero-bg .cta {
      background-image: url("../../assets/images/sellers-cardigan.jpg");
      background-position: 50%;
      background-size: cover;
      background-repeat: no-repeat;
      padding: 71px 0; }
      .sellers #hero-bg .cta h5 {
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        line-height: 22px;
        color: #FFFFFF;
        margin: 0; }
        @media (max-width: 767px) {
          .sellers #hero-bg .cta h5 {
            text-align: center; } }
      .sellers #hero-bg .cta .btn {
        padding: 13px 97px 15px;
        margin: 10px 0 0 0; }
        @media (max-width: 767px) {
          .sellers #hero-bg .cta .btn {
            display: block;
            margin: 10px auto 0; } }

.ie6789 .sellers #hero-bg .discovered .points .plus, .ie10 .sellers #hero-bg .discovered .points .plus, .ie11 .sellers #hero-bg .discovered .points .plus {
  margin: 2px 10px 0 0; }

.shopping-cart .cart-details {
  margin: 30px 0; }
  @media (max-width: 991px) {
    .shopping-cart .cart-details {
      margin: 30px 0 0 0; } }
  @media (max-width: 767px) {
    .shopping-cart .cart-details {
      margin: 15px 0; } }
.shopping-cart .continue-checkout, .shopping-cart .secured-by .cart-links .continue-shopping {
  height: 45px;
  border-radius: 6px;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 700; }
  .shopping-cart .continue-checkout a, .shopping-cart .secured-by .cart-links .continue-shopping a {
    color: #FFFFFF; }
    .shopping-cart .continue-checkout a:hover, .shopping-cart .secured-by .cart-links .continue-shopping a:hover {
      text-decoration: none; }
.shopping-cart .cart-details .item-checkout.edit {
  padding-bottom: 13px;
  border-bottom: none; }
  .shopping-cart .cart-details .item-checkout.edit .cart-edit:last-child {
    border-bottom: 2px solid #f2f6f7;
    padding-bottom: 15px; }
    .shopping-cart .cart-details .item-checkout.edit .cart-edit:last-child .remove-cart-item {
      top: calc(50% - 8px); }
.shopping-cart .cart-details .item-checkout img {
  display: block;
  margin: 0 auto 15px; }
.shopping-cart .cart-details .item-checkout:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 20px; }
.shopping-cart .cart-details .item-checkout .save-edit {
  display: none;
  margin-left: 10px; }
  .shopping-cart .cart-details .item-checkout .save-edit a {
    color: #539ccd; }
.shopping-cart .cart-details .item-right {
  min-height: 125px;
  text-align: center; }
  .shopping-cart .cart-details .item-right .item-total {
    float: none; }
    @media (max-width: 991px) {
      .shopping-cart .cart-details .item-right .item-total {
        float: right;
        margin-right: 20px; } }
  .shopping-cart .cart-details .item-right .item-remove {
    bottom: 18px;
    right: 18px; }
.shopping-cart .secured-by {
  padding: 0;
  padding-bottom: 20px; }
  @media (max-width: 991px) {
    .shopping-cart .secured-by {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .shopping-cart .secured-by {
      margin-top: 15px;
      margin-bottom: 15px; } }
  .shopping-cart .secured-by .cart-links {
    padding: 20px;
    border-bottom: 2px solid #f2f6f7; }
    @media (max-width: 991px) {
      .shopping-cart .secured-by .cart-links .continue-shopping {
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .shopping-cart .secured-by .cart-links .continue-shopping {
        margin-bottom: 0; } }
    .shopping-cart .secured-by .cart-links .continue-shopping a {
      color: #939598; }
  .shopping-cart .secured-by .secured-header {
    padding: 20px 20px 0 20px; }
    @media (max-width: 991px) {
      .shopping-cart .secured-by .secured-header {
        text-align: center; } }
.shopping-cart .cart-edit {
  display: none;
  padding-top: 13px;
  position: relative;
  margin-top: 10px;
  border-top: 2px solid #f2f6f7; }
  .shopping-cart .cart-edit .edit-quantity {
    padding-left: 5px; }
    @media (max-width: 991px) {
      .shopping-cart .cart-edit .edit-quantity {
        padding-left: 15px; } }
    @media (max-width: 767px) {
      .shopping-cart .cart-edit .edit-quantity {
        padding-left: 15px; } }
    .shopping-cart .cart-edit .edit-quantity input {
      border-radius: 0;
      width: 21px;
      height: 21px;
      padding: 5px;
      font-size: 14px;
      color: #4b4c4c;
      font-weight: 400; }
  .shopping-cart .cart-edit .edit-size-color {
    padding-left: 5px;
    font-weight: 700;
    color: #4b4c4c; }
    @media (max-width: 767px) {
      .shopping-cart .cart-edit .edit-size-color {
        padding-left: 15px; } }
  .shopping-cart .cart-edit .close-edit-item {
    position: absolute;
    right: 0;
    line-height: 1;
    top: calc(50% - 7px); }
    @media (max-width: 767px) {
      .shopping-cart .cart-edit .close-edit-item {
        top: calc(50% - 11px);
        font-size: 20px; } }
    .shopping-cart .cart-edit .close-edit-item a {
      color: #539ccd; }
      .shopping-cart .cart-edit .close-edit-item a:hover {
        color: #eb483d;
        text-decoration: none; }

#coupons {
  padding: 30px 0; }
  @media (max-width: 767px) {
    #coupons {
      padding: 15px 0; } }
  #coupons h4 {
    font-weight: 600;
    line-height: 19px;
    margin: 30px 0 0; }
    @media (max-width: 991px) {
      #coupons h4 {
        font-size: 16px; } }
    @media (max-width: 767px) {
      #coupons h4 {
        margin: 20px 0 0; } }
  #coupons .coupon-banner {
    background-image: url("https://placehold.it/1140x364/4d4d4d/black");
    width: 100%;
    height: 360px;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 1199px) {
      #coupons .coupon-banner {
        height: 300px; } }
    @media (max-width: 991px) {
      #coupons .coupon-banner {
        height: 230px; } }
    @media (max-width: 767px) {
      #coupons .coupon-banner {
        height: 118px; } }
    #coupons .coupon-banner img {
      height: 36px;
      max-width: 100%;
      margin: 90px 0 36px;
      display: block; }
      @media (max-width: 1199px) {
        #coupons .coupon-banner img {
          height: 32px;
          margin: 60px 0 36px; } }
      @media (max-width: 991px) {
        #coupons .coupon-banner img {
          height: 28px;
          margin: 55px 0 17px; } }
      @media (max-width: 767px) {
        #coupons .coupon-banner img {
          height: 15px;
          margin: 40px 0 9px; } }
    #coupons .coupon-banner h1 {
      font-size: 100px; }
    #coupons .coupon-banner p {
      font-size: 18px;
      font-weight: 700;
      line-height: 11px;
      text-align: left;
      color: #FFFFFF;
      margin: 0 0 5px;
      font-size: 16px; }
      @media (max-width: 991px) {
        #coupons .coupon-banner p {
          font-size: 14px; } }
      #coupons .coupon-banner p.alt {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        margin: 0 115px 5px 0; }
        @media (max-width: 1199px) {
          #coupons .coupon-banner p.alt {
            font-size: 14px;
            line-height: 18px; } }
        @media (max-width: 991px) {
          #coupons .coupon-banner p.alt {
            font-size: 12px; } }
    #coupons .coupon-banner .btn-default {
      padding: 13px 115px 15px;
      text-transform: uppercase;
      line-height: 11px;
      margin-top: 5px; }
      @media (max-width: 991px) {
        #coupons .coupon-banner .btn-default {
          padding: 9px 100px 11px;
          margin-top: 6px;
          font-size: 13px; } }
      @media (max-width: 767px) {
        #coupons .coupon-banner .btn-default {
          padding: 9px 50px;
          font-size: 11px; } }
  #coupons .feature-toggles .toggle {
    background-color: #545454;
    width: 20%;
    float: left;
    padding: 0 20px;
    border-bottom: 4px solid transparent;
    -webkit-transition: border 0.2s;
    transition: border 0.2s; }
    @media (max-width: 767px) {
      #coupons .feature-toggles .toggle {
        padding: 0 10px; } }
    #coupons .feature-toggles .toggle:hover {
      border-bottom: 4px solid #539ccd;
      cursor: pointer; }
    #coupons .feature-toggles .toggle.active {
      background-color: #4b4c4c;
      border-bottom: 4px solid #539ccd; }
  #coupons .feature-toggles img {
    height: 94px;
    margin: 0 auto;
    display: block;
    max-width: 100%; }
    @media (max-width: 991px) {
      #coupons .feature-toggles img {
        height: 57px; } }
    @media (max-width: 991px) {
      #coupons .feature-toggles img {
        height: 43px; } }
  #coupons .coupon-container {
    background-color: #FFFFFF;
    padding: 20px 20px 22px 20px;
    border-radius: 6px;
    margin-top: 30px; }
    @media (max-width: 767px) {
      #coupons .coupon-container {
        margin-top: 15px; } }
     #coupons .coupon-container .imgbox {
      height: 94px;
      width: 100%;
      position: relative; }
      #coupons .coupon-container .imgbox img {
        height: auto;
        max-height: 60px;
        max-width: 100%;
        margin: auto;
        display: block;
        vertical-align: middle;
        position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%); }
      @media (max-width: 767px) {
        #coupons .coupon-container .imgbox {
        height: 86px; } }
    #coupons .coupon-container h5 {
      font-size: 21px;
      font-weight: 600;
      color: #539ccd;
      text-align: center;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      line-height: 17px;
      margin: 20px 0 12px; }
      @media (max-width: 991px) {
        #coupons .coupon-container h5 {
          font-size: 17px; } }
      @media (max-width: 767px) {
        #coupons .coupon-container h5 {
          font-size: 15px; } }
    #coupons .coupon-container p {
      text-align: center;
      color: #939598;
      font-weight: 500;
      line-height: 11px;
      margin: 0 0 20px; }
      @media (max-width: 991px) {
        #coupons .coupon-container p {
          font-size: 14px; } }
    #coupons .coupon-container .btn {
      padding: 15px 0;
      font-size: 17px;
      line-height: 14px;
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        #coupons .coupon-container .btn {
          padding: 11px 0;
          font-size: 14px; } }
    #coupons .coupon-container .bottom-coupon {
      font-size: 12px;
      color: #939598;
      font-weight: 500;
      line-height: 8px; }
      #coupons .coupon-container .bottom-coupon .expiration {
        float: left; }
      #coupons .coupon-container .bottom-coupon .share {
        float: right;
        color: #539ccd;
        cursor: pointer; }
  #coupons .browse {
    margin-top: 30px;
    font-size: 16px;
    line-height: 12px;
    padding: 16px 0 18px; }
    @media (max-width: 991px) {
      #coupons .browse {
        line-height: 18px;
        padding: 9px 0 11px; } }
    @media (max-width: 767px) {
      #coupons .browse {
        margin-top: 15px; } }

#popular-stores {
  background-color: #ffffff;
  padding: 30px 0; }
  #popular-stores h4 {
    font-weight: 600;
    font-size: 20px; }
    #popular-stores h4.stores {
      margin: 10px 0 40px; }
      @media (max-width: 767px) {
        #popular-stores h4.stores {
          margin: 0 0 20px;
          text-align: center; } }
  #popular-stores a {
    color: #539ccd; }
    @media (max-width: 991px) {
      #popular-stores a {
        font-size: 13px; } }
    @media (max-width: 767px) {
      #popular-stores a.store {
        display: block;
        margin-bottom: 20px; }
        #popular-stores a.store img {
          margin: 0 auto; } }
    #popular-stores a.all {
      margin: 15px 0 0 15px;
      font-size: 12px;
      font-weight: 700; }
    #popular-stores a.ae {
      margin-top: -20px; }   

#popular-categories {
  background-color: #ffffff;
  padding: 30px 0; }
  #popular-categories h4 {
    font-weight: 600;
    font-size: 20px; }    
    #popular-categories h4.categories {
      margin: 40px 0 20px 0;
      line-height: 16px; }
      @media (max-width: 767px) {
        #popular-categories h4.categories {
          margin: 10 0 20px 0;
          text-align: center; } }
  #popular-categories a {
    color: #539ccd; }
     #popular-categories a.cat {
      display: block;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        #popular-categories a.cat {
          text-align: center; } }

.ie6789 #coupons .feature-toggles img, .ie10 #coupons .feature-toggles img, .ie11 #coupons .feature-toggles img {
  width: 100%; }
.ie6789 #coupons .coupon-container img, .ie10 #coupons .coupon-container img, .ie11 #coupons .coupon-container img {
  width: 100%;
  height: 100%; }

#login-page .row{
  background-color: #fff;
}
#login-page .rowx{
  background-color: #fff;
}

.no-border {
  border: none !important;
}

.no-padding-vertical {
  padding-top: 0px;
  padding-bottom: 0px;
}

.no-padding-horizontal {
  padding-left: 0px;
  padding-right: 0px;
}


#login-page .row_header {
    border-top: none;
    /*border-bottom: 2px solid #4f98cf;*/
    color: #4f98cf;
    text-align: center;
    padding-top: 1px;
}

#login-page .row_body {    
    padding: 15px 15px 0px 15px;
    width: 30%;
    margin: 0px auto;  
}
@media (max-width: 767px) {
  #login-page .row_body {          
      width: 100%;      
  }
}

#login-page .social_button_wrapper img{
    width: 100%;
}

#login-page .social_button_wrapper a{
    display: inline-block;
}

#login-page #login_google {
    padding-top: 15px;
}

#forgot-password, #login-page {
  padding: 30px 0;
  background-color: #fff; }
  @media (max-width: 767px) {
    #forgot-password, #login-page {
      padding: 15px 0; } }
  #forgot-password .login-wrapper{
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 6px; }
    #forgot-password .login-wrapper h4, #login-page .login-wrapper h4 {
      font-size: 20px;
      color: #939598;
      text-align: left;
      margin: 0 0 15px 0;
      line-height: 1; }
    #forgot-password .login-wrapper .btn, #login-page .login-wrapper .btn {
      padding: 13px 0 15px;
      font-size: 16px;
      margin: 0 0 15px 0; }
      @media (max-width: 991px) {
        #forgot-password .login-wrapper .btn, #login-page .login-wrapper .btn {
          padding: 9px 0 11px; } }
      @media (max-width: 767px) {
        #forgot-password .login-wrapper .btn, #login-page .login-wrapper .btn {
          padding: 7px 0 9px; } }
    #forgot-password .login-wrapper .footer {
      text-align: center; }
      #forgot-password .login-wrapper .footer a{
        color: #539ccd;
        font-size: 16px; }
        #forgot-password .login-wrapper .footer a.login{
          margin-right: 20px; }

.modal-backdrop {
  background-color: #FFFFFF; }
  .modal-backdrop.in {
    opacity: 0.8; }

#signin-modal .modal-content {
  width: 360px; }
#signin-modal .modal-dialog {
  width: 360px; }

#joinnow-modal {
  display: none; }
  #joinnow-modal .modal-dialog {
    width: 360px; }
  #joinnow-modal .modal-content {
    width: 360px; }
    #joinnow-modal .modal-content .modal-header .large-header {
      margin-bottom: 20px;
      font-weight: 600;
      line-height: 19px;
      color: #4b4c4c; }
    #joinnow-modal .modal-content .modal-footer {
      border-top: none;
      padding: 0 20px 20px 20px; }

#alreadymember-modal {
  display: none; }
  @media (max-width: 767px) {
    #alreadymember-modal {
      top: 0; } }
  #alreadymember-modal .modal-dialog {
    width: 360px; }
  #alreadymember-modal .modal-content {
    width: 360px; }
    #alreadymember-modal .modal-content .modal-header .large-header {
      font-weight: 600;
      margin-bottom: 20px; }
    #alreadymember-modal .modal-content .modal-body .join-now-btn {
      margin-bottom: 20px; }
    #alreadymember-modal .modal-content .modal-footer {
      border-top: none;
      padding: 0 20px 0 20px; }
      #alreadymember-modal .modal-content .modal-footer .signin-links {
        margin-bottom: 30px; }
      #alreadymember-modal .modal-content .modal-footer span {
        padding-left: 10px; }
        #alreadymember-modal .modal-content .modal-footer span:first-child {
          padding-left: 0;
          padding-right: 10px;
          border-right: 1px solid #e6eaeb; }
        #alreadymember-modal .modal-content .modal-footer span a {
          color: #939598;
          border-bottom: 1px solid silver; }
          #alreadymember-modal .modal-content .modal-footer span a:hover {
            text-decoration: none;
            border-bottom: 1px solid #9a9a9a;
            color: #9a9a9a; }
      #alreadymember-modal .modal-content .modal-footer .social-links .btn {
        margin-left: 0;
        margin-bottom: 20px; }
        #alreadymember-modal .modal-content .modal-footer .social-links .btn.facebook {
          background-color: #44589b; }
          #alreadymember-modal .modal-content .modal-footer .social-links .btn.facebook:hover {
            background-color: #344478; }
        #alreadymember-modal .modal-content .modal-footer .social-links .btn.twitter {
          background-color: #4099FF; }
          #alreadymember-modal .modal-content .modal-footer .social-links .btn.twitter:hover {
            background-color: #0059c0; }
        #alreadymember-modal .modal-content .modal-footer .social-links .btn.pinterest {
          background-color: #bf0013; }
          #alreadymember-modal .modal-content .modal-footer .social-links .btn.pinterest:hover {
            background-color: #8c000e; }

@media (max-width: 767px) {
  #login-page .login-wrapper {
    margin-bottom: 15px; } }
#login-page .login-wrapper.right {
  margin-bottom: 0; }
#login-page .login-wrapper .login-header {
  color: #4b4c4c;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  padding-bottom: 20px;
  text-align: center; }
#login-page .login-wrapper .btn {
  font-size: 20px;
  line-height: 50px;
  height: 50px;
  border-radius: 0px;
  text-transform: none;
  padding: 0; }
  #login-page .login-wrapper .btn:last-child {
    margin-bottom: 0; }
#login-page .login-wrapper .form-group input {
  margin-bottom: 0;
  box-shadow: none; }
#login-page .login-wrapper .login-seperator {
  line-height: 1;
  margin-bottom: 14px;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 700;
  color: #939598; }
  #login-page .login-wrapper .login-seperator:before {
    content: "";
    height: 2px;
    width: 50px;
    margin-top: 8px;
    z-index: -1;
    position: absolute;
    left: 50%;
    right: 0;
    background-color: #FFFFFF;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0); }
  #login-page .login-wrapper .login-seperator:after {
    content: "";
    height: 2px;
    width: 100%;
    margin-top: 8px;
    z-index: -2;
    position: absolute;
    left: 50%;
    right: 0;
    background-color: #f2f6f7;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0); }
#login-page .login-wrapper .footer {
  margin-bottom: 40px; }
  #login-page .login-wrapper .footer a {
    display: inline-block;    
    color: #939598;    
    font-size: 14px; }
    #login-page .login-wrapper .footer a.login:after {
      content: "|";
      position: absolute;
      padding-left: 9px; }
    #login-page .login-wrapper .footer a:hover {
      text-decoration: none;
      border-bottom: 1px solid #9a9a9a;
      color: #9a9a9a; }
  #login-page .login-wrapper .footer #forgot_password {
    float: left;
  }
  #login-page .login-wrapper .footer #create_new_account {
    float: right;
  }
/*  #login-page .login-wrapper .already_have_account a{
    color: #337ab7;
    text-decoration: none;
  }*/

.ie9 .login-seperator:before {
  display: none; }
.ie9 .login-seperator:after {
  display: none; }

#giftcards {
  padding: 30px 0;
  text-align: center; }
  @media (max-width: 767px) {
    #giftcards {
      padding: 15px; } }
  #giftcards .redeem .img-responsive {
    width: 100%;
    padding: 0 30px; }
    @media (max-width: 767px) {
      #giftcards .redeem .img-responsive {
        padding: 0; } }
  #giftcards .redeem, #giftcards .choose {
    padding: 30px 0;
    background-color: #FFFFFF;
    border-radius: 6px; }
    @media (max-width: 767px) {
      #giftcards .redeem, #giftcards .choose {
        padding: 15px 0; }
        #giftcards .redeem.mobile-r, #giftcards .choose.mobile-r {
          padding: 15px 15px; } }
    #giftcards .redeem img, #giftcards .choose img {
      margin: 0 auto; }
    #giftcards .redeem .divider, #giftcards .choose .divider {
      border-bottom: 2px solid #f2f6f7;
      margin: 30px 30px; }
    #giftcards .redeem h6, #giftcards .choose h6 {
      color: #4b4c4c;
      margin: 0 0 40px 0;
      font-weight: 700;
      margin: 0 0 15px 0; }
      #giftcards .redeem h6.enter, #giftcards .choose h6.enter {
        font-weight: 500; }
    #giftcards .redeem .btn-lg, #giftcards .redeem .btn-group-lg > .btn, #giftcards .choose .btn-lg, #giftcards .choose .btn-group-lg > .btn {
      padding: 12px 16px;
      font-weight: 700;
      margin: 7px 0 0 0; }
      @media (max-width: 767px) {
        #giftcards .redeem .btn-lg, #giftcards .redeem .btn-group-lg > .btn, #giftcards .choose .btn-lg, #giftcards .choose .btn-group-lg > .btn {
          margin: 0 0 0 0; } }
    #giftcards .redeem.make-my-day, #giftcards .choose.make-my-day {
      margin-top: 30px;
      padding: 30px 30px; }
      @media (max-width: 767px) {
        #giftcards .redeem.make-my-day, #giftcards .choose.make-my-day {
          padding: 15px; } }
      #giftcards .redeem.make-my-day h6, #giftcards .choose.make-my-day h6 {
        text-align: left;
        margin: 0 0 15px 0; }
      #giftcards .redeem.make-my-day .slide-row, #giftcards .choose.make-my-day .slide-row {
        width: calc(100% - 36px);
        margin: 0 0 0 15px; }
      #giftcards .redeem.make-my-day .item, #giftcards .choose.make-my-day .item {
        cursor: pointer; }
        #giftcards .redeem.make-my-day .item img, #giftcards .choose.make-my-day .item img {
          width: 75%;
          border-radius: 6px; }
      #giftcards .redeem.make-my-day .slick-next, #giftcards .choose.make-my-day .slick-next {
        background-color: transparent !important;
        top: calc(50% - 63px);
        right: -31px;
        box-shadow: none; }
        #giftcards .redeem.make-my-day .slick-next:before, #giftcards .choose.make-my-day .slick-next:before {
          font-size: 19px;
          color: #939598; }
      #giftcards .redeem.make-my-day .slick-prev, #giftcards .choose.make-my-day .slick-prev {
        background-color: transparent !important;
        top: calc(50% - 63px);
        left: -31px;
        box-shadow: none; }
        #giftcards .redeem.make-my-day .slick-prev:before, #giftcards .choose.make-my-day .slick-prev:before {
          font-size: 19px;
          color: #939598; }
      #giftcards .redeem.make-my-day .gift-card-chosen, #giftcards .choose.make-my-day .gift-card-chosen {
        margin: 15px 0 0 0; }
        #giftcards .redeem.make-my-day .gift-card-chosen img, #giftcards .choose.make-my-day .gift-card-chosen img {
          width: 100%; }
    #giftcards .redeem .form-group-redeem, #giftcards .choose .form-group-redeem {
      margin: 0 106px; }
      @media (max-width: 1199px) {
        #giftcards .redeem .form-group-redeem, #giftcards .choose .form-group-redeem {
          margin: 0 55px; } }
      @media (max-width: 991px) {
        #giftcards .redeem .form-group-redeem, #giftcards .choose .form-group-redeem {
          margin: 0 65px; } }
      @media (max-width: 767px) {
        #giftcards .redeem .form-group-redeem, #giftcards .choose .form-group-redeem {
          margin: 0 0 0 0; } }
    #giftcards .redeem .redeem-button, #giftcards .choose .redeem-button {
      padding: 0 106px; }
      @media (max-width: 1199px) {
        #giftcards .redeem .redeem-button, #giftcards .choose .redeem-button {
          padding: 0 56px; } }
      @media (max-width: 991px) {
        #giftcards .redeem .redeem-button, #giftcards .choose .redeem-button {
          padding: 0 65px; } }
      @media (max-width: 767px) {
        #giftcards .redeem .redeem-button, #giftcards .choose .redeem-button {
          padding: 0 0 0 0; } }
      #giftcards .redeem .redeem-button .btn-lg, #giftcards .redeem .redeem-button .btn-group-lg > .btn, #giftcards .choose .redeem-button .btn-lg, #giftcards .choose .redeem-button .btn-group-lg > .btn {
        padding: 12px 16px;
        font-weight: 700;
        margin: 28px 0 0; }
        @media (max-width: 767px) {
          #giftcards .redeem .redeem-button .btn-lg, #giftcards .redeem .redeem-button .btn-group-lg > .btn, #giftcards .choose .redeem-button .btn-lg, #giftcards .choose .redeem-button .btn-group-lg > .btn {
            margin: 17px 0 0 0; } }
    #giftcards .redeem .g-recaptcha, #giftcards .choose .g-recaptcha {
      margin: 0 auto;
      width: 62%;
      -webkit-transform: scale(1.17);
      transform: scale(1.17);
      -webkit-transform-origin: left top;
      transform-origin: left top; }
      @media (max-width: 1199px) {
        #giftcards .redeem .g-recaptcha, #giftcards .choose .g-recaptcha {
          width: 76%;
          -webkit-transform: scale(1.18);
          transform: scale(1.18);
          -webkit-transform-origin: left top;
          transform-origin: left top; } }
      @media (max-width: 991px) {
        #giftcards .redeem .g-recaptcha, #giftcards .choose .g-recaptcha {
          width: 73%;
          -webkit-transform: scale(1.18);
          transform: scale(1.18);
          -webkit-transform-origin: left top;
          transform-origin: left top; } }
      @media (max-width: 767px) {
        #giftcards .redeem .g-recaptcha, #giftcards .choose .g-recaptcha {
          width: 100%;
          -webkit-transform: scale(1);
          transform: scale(1);
          -webkit-transform-origin: left top;
          transform-origin: left top; }
          #giftcards .redeem .g-recaptcha div div, #giftcards .choose .g-recaptcha div div {
            width: 100% !important; } }
  #giftcards .limit {
    text-align: center; }
    #giftcards .limit .divider {
      border-bottom: 2px solid #e6eaeb;
      margin: 30px 30px; }
    #giftcards .limit p {
      margin: 0; }
      #giftcards .limit p span {
        font-weight: 500; }
  #giftcards .terms-gf {
    padding: 30px 0 0 0; }
    #giftcards .terms-gf .divider {
      border-bottom: 2px solid #e6eaeb;
      margin: 0 30px 30px; }
      @media (max-width: 767px) {
        #giftcards .terms-gf .divider {
          margin: 0 15px 15px; } }
    #giftcards .terms-gf p {
      margin: 0; }
      #giftcards .terms-gf p span a {
        color: #539ccd; }
  #giftcards .selected img {
    border: 2px solid #4b4c4c; }

.groopbox {
  text-align: center;
  margin: -36px 0 0 0; }
  @media (max-width: 767px) {
    .groopbox {
      margin: -17px 0 0 0; } }
  .groopbox h2 {
    text-transform: uppercase; }
  .groopbox #hero-bg {
    z-index: 1; }
    .groopbox #hero-bg .hero {
      background-image: url("../images/groopbox-hero.png");
      background-position: top;
      background-size: cover;
      background-repeat: no-repeat;
      padding: 113px 0 129px;
      text-align: center; }
      @media (max-width: 767px) {
        .groopbox #hero-bg .hero {
          height: 300px;
          padding: 80px 0 82px; } }
      .groopbox #hero-bg .hero .hero-text {
        width: 423px;
        margin-left: auto;
        margin-right: auto;
        position: relative; }
        @media (max-width: 767px) {
          .groopbox #hero-bg .hero .hero-text {
            width: 100%; } }
        .groopbox #hero-bg .hero .hero-text h1 {
          font-size: 61px;
          line-height: 42px;
          font-family: "museo-slab", serif;
          font-weight: 100;
          color: #939598;
          text-transform: uppercase;
          margin: 0;
          letter-spacing: 3px; }
          .groopbox #hero-bg .hero .hero-text h1:before {
            content: "THE";
            position: absolute;
            left: 31px;
            top: -21px;
            font-size: 16px;
            line-height: 13px;
            font-weight: 400;
            color: #4b4c4c;
            text-align: left;
            font-family: "proxima-nova-soft"; }
            @media (max-width: 767px) {
              .groopbox #hero-bg .hero .hero-text h1:before {
                left: 9px; } }
          @media (max-width: 767px) {
            .groopbox #hero-bg .hero .hero-text h1 {
              font-size: 49px; } }
        .groopbox #hero-bg .hero .hero-text h4 {
          font-size: 21px;
          font-weight: 400;
          color: #939598;
          text-transform: uppercase; }
          @media (max-width: 767px) {
            .groopbox #hero-bg .hero .hero-text h4 {
              margin: 20px 0; } }
        .groopbox #hero-bg .hero .hero-text h5 {
          font-size: 18px;
          line-height: 13px;
          font-weight: 400;
          color: #4b4c4c;
          text-align: left;
          text-transform: uppercase; }
          @media (max-width: 767px) {
            .groopbox #hero-bg .hero .hero-text h5 {
              font-size: 9px; } }
        .groopbox #hero-bg .hero .hero-text h6 {
          font-weight: 400;
          color: #939598;
          line-height: 22px;
          margin: 35px 14px;
          font-size: 20px; }
        .groopbox #hero-bg .hero .hero-text btn {
          font-size: 17px;
          padding: 17px 60px 20px;
          border-radius: 6px; }
          @media (max-width: 767px) {
            .groopbox #hero-bg .hero .hero-text btn {
              font-size: 13px;
              padding: 10px 32px; } }
  .groopbox .who {
    padding: 60px 100px;
    background-color: #539ccd;
    color: #FFFFFF; }
    @media (max-width: 1199px) {
      .groopbox .who {
        padding: 30px 100px; } }
    @media (max-width: 767px) {
      .groopbox .who {
        padding: 30px; } }
    .groopbox .who h6 {
      font-weight: 700;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .groopbox .who h6 {
          font-size: 22px; } }
    .groopbox .who h4 {
      font-size: 26px;
      font-weight: 400;
      color: #d6f7fe;
      margin: 13px 0 28px; }
      @media (max-width: 1199px) {
        .groopbox .who h4 {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .groopbox .who h4 {
          margin: 13px 0 12px; } }
    .groopbox .who img {
      width: 20px; }
  .groopbox .how {
    background-image: url("../images/groopbox-how-it-works.png");
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 100px; }
    @media (max-width: 767px) {
      .groopbox .how {
        padding: 30px 0; } }
    .groopbox .how h2 {
      font-size: 34px;
      text-transform: uppercase;
      color: #FFFFFF;
      margin: 44px 0 45px; }
      @media (max-width: 767px) {
        .groopbox .how h2 {
          font-size: 22px;
          margin: 10px 0; } }
  @media (max-width: 991px) {
    .groopbox .steps .container {
      width: 100%; } }
  .groopbox .steps h2 {
    font-size: 40px;
    line-height: 27px;
    color: #939598;
    margin: 0 0 0; }
    @media (max-width: 767px) {
      .groopbox .steps h2 {
        font-size: 22px; } }
  .groopbox .steps p {
    font-weight: 700;
    text-transform: uppercase;
    color: #939598;
    margin: 0 0 40px 0; }
    .groopbox .steps p.not {
      text-transform: none;
      margin: 8px 0 0 0;
      font-weight: 400; }
  .groopbox .steps .fill-white {
    position: absolute;
    height: 845px;
    background-color: #FFFFFF;
    top: 0; }
    @media (max-width: 1199px) {
      .groopbox .steps .fill-white {
        height: 841px; } }
    @media (max-width: 991px) {
      .groopbox .steps .fill-white {
        height: 841px; } }
  .groopbox .steps .step1 {
    padding: 50px 0;
    background-color: #FFFFFF; }
    @media (max-width: 767px) {
      .groopbox .steps .step1 {
        padding: 30px 0; } }
    .groopbox .steps .step1 .step1-b {
      padding: 0 50px; }
      @media (max-width: 991px) {
        .groopbox .steps .step1 .step1-b {
          padding: 0 30px; } }
      @media (max-width: 767px) {
        .groopbox .steps .step1 .step1-b {
          padding: 0 30px; } }
    .groopbox .steps .step1 svg {
      width: 54px;
      height: 54px; }
  .groopbox .steps .line {
    border-bottom: solid 2px #939598;
    width: 30px;
    display: block;
    margin: 20px auto; }
    @media (max-width: 767px) {
      .groopbox .steps .line {
        margin: 10px auto;
        width: 15px; } }
  .groopbox .steps .package.box-gray {
    border: solid 2px #e6eaeb;
    display: block;
    margin: 0 auto;
    border-radius: 6px;
    -webkit-transition: all 0.225s;
    transition: all 0.225s; }
    .groopbox .steps .package.box-gray svg .subscription-icon {
      fill: #939598; }
    .groopbox .steps .package.box-gray.six-12 {
      margin: 60px auto 0; }
      @media (max-width: 767px) {
        .groopbox .steps .package.box-gray.six-12 {
          margin: 30px auto 0; } }
    .groopbox .steps .package.box-gray .left-fill {
      width: 25%;
      background-color: #e6eaeb;
      border-right: solid 1px #e6eaeb;
      padding: 50px 0;
      -webkit-transition: background-color 0.225s;
      transition: background-color 0.225s; }
    .groopbox .steps .package.box-gray .right {
      padding: 41px 0;
      width: 75%;
      text-align: center; }
      .groopbox .steps .package.box-gray .right h4 {
        font-size: 26px;
        line-height: 14px;
        font-weight: 700;
        color: #939598;
        text-transform: uppercase;
        margin: 0 0 20px 0; }
        @media (max-width: 991px) {
          .groopbox .steps .package.box-gray .right h4 {
            font-size: 17px; } }
      .groopbox .steps .package.box-gray .right h5 {
        font-size: 19px;
        line-height: 14px;
        font-weight: 400;
        color: #939598;
        text-transform: none;
        margin: 0 0 3px 0; }
        @media (max-width: 991px) {
          .groopbox .steps .package.box-gray .right h5 {
            font-size: 17px; } }
      .groopbox .steps .package.box-gray .right p {
        font-size: 16.75 !important;
        font-weight: 700;
        color: #939598;
        margin: 0;
        text-transform: none;
        -webkit-transform: scale(1.21);
        transform: scale(1.21); }
        @media (max-width: 767px) {
          .groopbox .steps .package.box-gray .right p {
            font-size: 13px; } }
        .groopbox .steps .package.box-gray .right p span {
          font-style: italic;
          margin-right: 5px; }
  .groopbox .steps .package.box-teal {
    border: solid 2px #3d9bb3;
    display: block;
    margin: 0 auto;
    border-radius: 6px;
    -webkit-transition: all 0.225s;
    transition: all 0.225s; }
    .groopbox .steps .package.box-teal svg .subscription-icon {
      fill: #FFFFFF; }
    .groopbox .steps .package.box-teal.six-12 {
      margin: 60px auto 0; }
      @media (max-width: 767px) {
        .groopbox .steps .package.box-teal.six-12 {
          margin: 30px auto 0; } }
    .groopbox .steps .package.box-teal .left-fill {
      width: 25%;
      background-color: #3d9bb3;
      border-right: solid 1px #3d9bb3;
      padding: 50px 0;
      -webkit-transition: background-color 0.225s;
      transition: background-color 0.225s; }
    .groopbox .steps .package.box-teal .right {
      padding: 41px 0;
      width: 75%;
      text-align: center; }
      .groopbox .steps .package.box-teal .right h4 {
        font-size: 26px;
        line-height: 14px;
        font-weight: 700;
        color: #3d9bb3;
        text-transform: uppercase;
        margin: 0 0 20px 0; }
        @media (max-width: 991px) {
          .groopbox .steps .package.box-teal .right h4 {
            font-size: 17px; } }
      .groopbox .steps .package.box-teal .right h5 {
        font-size: 19px;
        line-height: 14px;
        font-weight: 400;
        color: #3d9bb3;
        text-transform: none;
        margin: 0 0 3px 0; }
        @media (max-width: 991px) {
          .groopbox .steps .package.box-teal .right h5 {
            font-size: 17px; } }
      .groopbox .steps .package.box-teal .right p {
        font-size: 16.75 !important;
        font-weight: 700;
        color: #3d9bb3;
        margin: 0;
        text-transform: none;
        -webkit-transform: scale(1.21);
        transform: scale(1.21); }
        @media (max-width: 767px) {
          .groopbox .steps .package.box-teal .right p {
            font-size: 13px; } }
        .groopbox .steps .package.box-teal .right p span {
          font-style: italic; }
  .groopbox .step2 {
    padding: 50px 50px; }
    @media (max-width: 991px) {
      .groopbox .step2 {
        padding: 50px 30px; } }
    @media (max-width: 767px) {
      .groopbox .step2 {
        padding: 30px 30px; } }
    .groopbox .step2 btn {
      padding: 22px 150px; }
    .groopbox .step2 .form-group select, .groopbox .step2 .checkout .order-details .returning-customer .form-group select, .checkout .order-details .returning-customer .groopbox .step2 .form-group select, .groopbox .step2 .shopping-cart .order-details .returning-customer .form-group select, .shopping-cart .order-details .returning-customer .groopbox .step2 .form-group select, .groopbox .step2 .form-group input, .groopbox .step2 .checkout .order-details .returning-customer .form-group input, .checkout .order-details .returning-customer .groopbox .step2 .form-group input, .groopbox .step2 .shopping-cart .order-details .returning-customer .form-group input, .shopping-cart .order-details .returning-customer .groopbox .step2 .form-group input {
      height: 55px; }
    .groopbox .step2 .form-group label, .groopbox .step2 .checkout .order-details .returning-customer .form-group label, .checkout .order-details .returning-customer .groopbox .step2 .form-group label, .groopbox .step2 .shopping-cart .order-details .returning-customer .form-group label, .shopping-cart .order-details .returning-customer .groopbox .step2 .form-group label {
      margin: 2px 0 0 0; }
    .groopbox .step2 .form-group .faf {
      top: 17px; }
      @media (max-width: 991px) {
        .groopbox .step2 .form-group .faf {
          top: 18px; } }
    .groopbox .step2 input, .groopbox .step2 select, .groopbox .step2 textarea {
      background-color: #FFFFFF; }
      .groopbox .step2 input.btn, .groopbox .step2 select.btn, .groopbox .step2 textarea.btn {
        background-color: #3d9bb3;
        padding: 17px 16px 18px;
        margin: 15px 0 0 0;
        text-transform: uppercase; }
        .groopbox .step2 input.btn:active, .groopbox .step2 select.btn:active, .groopbox .step2 textarea.btn:active {
          background-color: #2a6a7a;
          outline: none; }
        .groopbox .step2 input.btn:focus, .groopbox .step2 input.btn:hover, .groopbox .step2 select.btn:focus, .groopbox .step2 select.btn:hover, .groopbox .step2 textarea.btn:focus, .groopbox .step2 textarea.btn:hover {
          background-color: #2a6a7a;
          outline: none; }
    .groopbox .step2 input:focus {
      border-color: #3d9bb3; }
    .groopbox .step2 label {
      z-index: 2; }
      .groopbox .step2 label span {
        z-index: 2;
        position: relative; }
  .groopbox .step3 {
    padding: 140px 0; }
    @media (max-width: 767px) {
      .groopbox .step3 {
        padding: 50px 0; } }
    .groopbox .step3 p {
      margin: 0; }
    @media (max-width: 767px) {
      .groopbox .step3 {
        background-color: #FFFFFF; } }
  .groopbox .step4 {
    padding: 52px 131px; }
    @media (max-width: 1199px) {
      .groopbox .step4 {
        padding: 100px 84px; } }
    @media (max-width: 991px) {
      .groopbox .step4 {
        padding: 100px 26px; } }
    @media (max-width: 767px) {
      .groopbox .step4 {
        padding: 50px 29px; } }
    .groopbox .step4 p {
      margin: 0; }
  .groopbox .step3-right, .groopbox .step4-left {
    padding: 210px 0;
    background-image: url("../images/groopbox-step3.png");
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .groopbox .step3-right, .groopbox .step4-left {
        padding: 65px 0; }
        .groopbox .step3-right.polka-image, .groopbox .step4-left.polka-image {
          background-position: 0 0; } }
    .groopbox .step3-right.four, .groopbox .step4-left.four {
      background-image: url("../images/groopbox-step4.png"); }


/**/
.navbar .holiday-sales-container {  
  padding: 5px 0;
  text-transform: uppercase; background: black; text-align: center;
}

.navbar .holiday-sales-container .time_remains {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 600px) {
  .navbar .holiday-sales-container .time_remains {
    display: block;    
  } 
}

.navbar .holiday-sales-container .static-title {
  text-transform: uppercase; color: white; padding-top: 10px; padding-bottom: 5px;font-size: 12px;
}
@media (max-width: 600px) {
    .navbar .holiday-sales-container .static-title, 
    .navbar .holiday-sales-container .holiday-title {
      padding: 5px 10px;
    }
}

.navbar .holiday-sales-container .holiday-title {
  font-size: 17px; color: #f83e37; font-weight: bold;
}
.navbar .holiday-sales-container .static-title a,
.navbar .holiday-sales-container .holiday-title a{
  color: #539ccd;
  text-decoration: none
}

.navbar .holiday-sales-container .counter-container {
  margin-left: 20px; color: white;
}
@media (max-width: 600px) {
  .navbar .holiday-sales-container .counter-container {
    margin: auto;
    padding-bottom: 10px;
  }
}
.navbar .holiday-sales-container .counter-container .endsin-txt {
  display: inline-block; margin-right: 2px;
}
.navbar .holiday-sales-container .counter-container .counter-box {
  width: 155px; display: inline-block; border: 1px solid white; padding-bottom: 5px;  position: relative; font-size: 19px;
}
.navbar .holiday-sales-container .counter-container .counter-box .days,
.navbar .holiday-sales-container .counter-container .counter-box .hours,
.navbar .holiday-sales-container .counter-container .counter-box .mins,
.navbar .holiday-sales-container .counter-container .counter-box .sec {
  display: inline-block;
}

.navbar .holiday-sales-container .counter-container .counter-box .days span.current,
.navbar .holiday-sales-container .counter-container .counter-box .hours span.current,
.navbar .holiday-sales-container .counter-container .counter-box .mins span.current,
.navbar .holiday-sales-container .counter-container .counter-box .sec span.current {
  display: inline-block; width: 20px;
}

.navbar .holiday-sales-container .counter-container .counter-box .days-tag,
.navbar .holiday-sales-container .counter-container .counter-box .hours-tag,
.navbar .holiday-sales-container .counter-container .counter-box .mins-tag,
.navbar .holiday-sales-container .counter-container .counter-box .sec-tag {
  position: absolute; top: 25px; background: black; width: 16px; font-size: 13px;
  line-height: 12px;
}
.navbar .holiday-sales-container .counter-container .counter-box .days-tag {  
  left: 19px;
}
.navbar .holiday-sales-container .counter-container .counter-box .hours-tag {  
  left: 53px;
}
.navbar .holiday-sales-container .counter-container .counter-box .mins-tag {  
  left: 88px;
}
.navbar .holiday-sales-container .counter-container .counter-box .sec-tag {
  left: 122px;
}

.navbar .holiday-sales-container .header-signup-holiday {
    height: 30px;
    margin-left: 20px;    
}
@media (max-width: 600px) {
  .navbar .holiday-sales-container .header-signup-holiday {   
      margin-left: 0px;
      padding: 5px 0;
      height: 40px;
  }  
}


.navbar .holiday-sales-container .header-signup-holiday .signup-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.navbar .holiday-sales-container .header-signup-holiday .signup-container #header_signup_holiday_email {
  width: 200px;
  height: 32px;
  background-color: #fff;
  font-size: 11px;
  padding: 0px 8px;
}

.navbar .holiday-sales-container .header-signup-holiday .signup-container label {
  top: 12px;
  font-size: 10px;
}

.navbar .holiday-sales-container .header-signup-holiday .signup-container input[type="submit"] {
  border: 1px solid #fff;
  background-color: #000;
  color: white;
  height: 100%;
  margin-left: 10px;
}

.navbar .holiday-sales-container .view-detail-box {
  margin-top: 13px; font-size: 12px;
}
.navbar .holiday-sales-container .view-detail-box a {
  color: white; text-decoration: underline;
}