@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap");
@font-face {
  font-family: "Dancing Script";
  src: url("../fonts/DancingScript-Regular.woff2") format("woff2"), url("../fonts/DancingScript-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
* {
  padding: 0;
  margin: 0; }

body {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px; }

img {
  border: none;
  outline: none;
  max-width: 100%; }

a:hover {
  text-decoration: none; }

a,
.btn,
button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none; }

button:focus {
  outline: none; }

ul,
li,
ol {
  list-style: none;
  margin: 0px; }

a img,
iframe {
  border: none; }

.header_top {
  background: #f5f5f5;
  padding: 8px 0px; }
  .header_top p {
    font-size: 14px;
    color: #252525;
    margin: 0px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .header_top p {
        font-size: 12px; } }
    @media (max-width: 767px) {
      .header_top p {
        font-size: 12px;
        text-align: center; } }
    .header_top p a {
      font-size: 16px;
      text-decoration: none;
      color: #252525;
      font-weight: 500; }
      @media (min-width: 768px) and (max-width: 991px) {
        .header_top p a {
          font-size: 12px; } }
      @media (max-width: 767px) {
        .header_top p a {
          font-size: 12px; } }
  .header_top span {
    text-align: center;
    font-size: 16px;
    display: block; }
    @media (min-width: 768px) and (max-width: 991px) {
      .header_top span {
        font-size: 12px;
        display: none; } }
    @media (max-width: 767px) {
      .header_top span {
        font-size: 12px;
        display: none; } }
  .header_top .right_sct {
    float: right;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .header_top .right_sct {
        float: none;
        justify-content: space-around; } }
    .header_top .right_sct .state_select {
      display: flex;
      align-items: center;
      position: relative; }
      .header_top .right_sct .state_select .state_img {
        margin-right: 10px; }
      .header_top .right_sct .state_select::after {
        border: 0 none;
        content: "\f3d0";
        font-family: "Ionicons";
        margin-left: 5px;
        vertical-align: middle;
        width: 10px;
        height: auto;
        font-size: 20px;
        position: absolute;
        right: 3px; }
      .header_top .right_sct .state_select .form-control {
        border: none;
        background: none;
        padding: 0px;
        border-radius: 0px;
        line-height: inherit;
        height: auto;
        max-width: 60px;
        min-width: 60px;
        -webkit-appearance: none;
        -moz-appearance: none; }
        @media (min-width: 768px) and (max-width: 991px) {
          .header_top .right_sct .state_select .form-control {
            font-size: 14px; } }
        .header_top .right_sct .state_select .form-control:focus {
          box-shadow: none; }
    .header_top .right_sct .social_media {
      border-left: 1px solid #707070;
      margin-left: 19px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .header_top .right_sct .social_media {
          margin-left: 0px; } }
      @media (max-width: 767px) {
        .header_top .right_sct .social_media {
          border: none;
          margin-left: 0px; } }
      .header_top .right_sct .social_media ul li {
        display: inline-block;
        padding: 0px 12px; }
        .header_top .right_sct .social_media ul li a {
          color: rgba(0, 0, 0, 0.5);
          font-size: 20px; }
          @media (min-width: 768px) and (max-width: 991px) {
            .header_top .right_sct .social_media ul li a {
              font-size: 16px; } }
          .header_top .right_sct .social_media ul li a:hover {
            color: #f88379; }

.header_nav {
  background: #ffffff;
  padding: 0px; }
  .header_nav .navbar {
    padding: 0px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .header_nav .navbar {
        display: table;
        width: 100%; } }
    @media (max-width: 767px) {
      .header_nav .navbar {
        display: table;
        width: 100%; } }
  .header_nav .logo {
    display: inline-block; }
    .header_nav .logo a {
      text-decoration: none;
      color: #252525;
      float: left; }
      @media (min-width: 768px) and (max-width: 991px) {
        .header_nav .logo a {
          padding: 0px; } }
      @media (max-width: 767px) {
        .header_nav .logo a {
          margin: 0px; } }
      .header_nav .logo a h2 {
        font-size: 36px;
        font-weight: bold;
        line-height: 55px;
        text-transform: uppercase;
        display: flex;
        align-items: center; }
        @media (max-width: 767px) {
          .header_nav .logo a h2 {
            font-size: 24px;
            line-height: 40px; } }
        .header_nav .logo a h2 span {
          font-family: "Dancing Script";
          font-size: 26px;
          font-weight: normal;
          text-transform: capitalize;
          margin-left: 4px; }
          @media (max-width: 767px) {
            .header_nav .logo a h2 span {
              font-size: 16px; } }
      .header_nav .logo a.logo_img {
        line-height: 55px; }
    .header_nav .logo .logo_img {
      display: none; }
    .header_nav .logo.log_img .logo_img {
      display: block; }
    .header_nav .logo.log_img .logo_text {
      display: none; }
  @media (min-width: 768px) and (max-width: 991px) {
    .header_nav .navbar-expand-lg .navbar-collapse {
      background: #ffffff;
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      z-index: 999; } }
  @media (max-width: 767px) {
    .header_nav .navbar-expand-lg .navbar-collapse {
      background: #ffffff;
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      z-index: 999; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .header_nav .navbar-expand-lg .navbar-toggler {
      float: right;
      margin: 13px 0 0 3px;
      font-size: 28px;
      color: #333;
      transition: all 0.5s ease 0s;
      border-radius: 0;
      height: 35px;
      width: 35px;
      padding: 0;
      line-height: 11px;
      transition: none; } }
  @media (max-width: 767px) {
    .header_nav .navbar-expand-lg .navbar-toggler {
      float: right;
      margin: 13px 0 0 3px;
      font-size: 28px;
      color: #333;
      transition: all 0.5s ease 0s;
      border-radius: 0;
      height: 35px;
      width: 35px;
      padding: 0;
      line-height: 11px;
      transition: none; }
      .header_nav .navbar-expand-lg .navbar-toggler:focus {
        outline: none; } }
  .header_nav .navbar-expand-lg .navbar-nav li > {
    position: relative;
    list-style: none;
    transition: all 0.3s ease 0s; }
    .header_nav .navbar-expand-lg .navbar-nav li > a {
      font-weight: 400;
      color: #252525;
      padding: 22px 15px;
      text-transform: capitalize;
      font-size: 16px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .header_nav .navbar-expand-lg .navbar-nav li > a {
          padding: 10px 15px; } }
      @media (max-width: 767px) {
        .header_nav .navbar-expand-lg .navbar-nav li > a {
          padding: 10px 15px; } }
    .header_nav .navbar-expand-lg .navbar-nav li > .dropdown-menu {
      background-color: #fff;
      box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
      border: none;
      padding: 0px;
      border-radius: 0px; }
      .header_nav .navbar-expand-lg .navbar-nav li > .dropdown-menu ul li a {
        color: #252525; }
        .header_nav .navbar-expand-lg .navbar-nav li > .dropdown-menu ul li a:hover {
          color: #252525;
          background: #ffd2b9;
          font-weight: normal; }
  .header_nav .navbar-expand-lg .navbar-nav.attr-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (min-width: 768px) and (max-width: 991px) {
      .header_nav .navbar-expand-lg .navbar-nav.attr-nav {
        display: block;
        float: right; } }
    @media (max-width: 767px) {
      .header_nav .navbar-expand-lg .navbar-nav.attr-nav {
        display: block;
        float: right; } }
    .header_nav .navbar-expand-lg .navbar-nav.attr-nav li {
      margin-left: 10px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .header_nav .navbar-expand-lg .navbar-nav.attr-nav li {
          float: left; } }
      @media (max-width: 767px) {
        .header_nav .navbar-expand-lg .navbar-nav.attr-nav li {
          float: left; } }
      .header_nav .navbar-expand-lg .navbar-nav.attr-nav li a {
        padding: 22px 10px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .header_nav .navbar-expand-lg .navbar-nav.attr-nav li a {
            padding: 15px 10px; } }
        @media (max-width: 767px) {
          .header_nav .navbar-expand-lg .navbar-nav.attr-nav li a {
            padding: 15px 5px; }
            .header_nav .navbar-expand-lg .navbar-nav.attr-nav li a img {
              max-width: 20px; } }
        .header_nav .navbar-expand-lg .navbar-nav.attr-nav li a:hover {
          background: none; }
        .header_nav .navbar-expand-lg .navbar-nav.attr-nav li a.cart_trigger {
          position: relative; }
          .header_nav .navbar-expand-lg .navbar-nav.attr-nav li a.cart_trigger .cart_cont_r {
            position: absolute;
            border-radius: 50%;
            height: 18px;
            width: 18px;
            top: 16px;
            right: 2px;
            text-align: center;
            font-size: 11px;
            line-height: 18px;
            font-weight: 500;
            color: #ffffff;
            background: red; }
            @media (max-width: 767px) {
              .header_nav .navbar-expand-lg .navbar-nav.attr-nav li a.cart_trigger .cart_cont_r {
                top: 9px;
                right: -3px; } }
      .header_nav .navbar-expand-lg .navbar-nav.attr-nav li .search_trigger .search_wrap {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        background: #f88379;
        padding: 10px;
        max-width: 300px;
        min-width: 300px;
        z-index: 999; }
        @media (max-width: 767px) {
          .header_nav .navbar-expand-lg .navbar-nav.attr-nav li .search_trigger .search_wrap {
            right: -151px; } }
        .header_nav .navbar-expand-lg .navbar-nav.attr-nav li .search_trigger .search_wrap form {
          display: flex; }
          .header_nav .navbar-expand-lg .navbar-nav.attr-nav li .search_trigger .search_wrap form .form-control {
            width: 85%;
            border: none;
            border-radius: 0px; }
          .header_nav .navbar-expand-lg .navbar-nav.attr-nav li .search_trigger .search_wrap form .search_icon {
            background: #252525;
            color: #ffffff;
            font-size: 22px;
            border: none;
            width: 42px; }
      .header_nav .navbar-expand-lg .navbar-nav.attr-nav li .search_trigger.show .search_wrap {
        display: block; }
  .header_nav .navbar-expand-lg .navbar-nav .dropdown-item {
    padding: 8px 20px 8px 20px;
    color: #333;
    font-size: 14px;
    text-transform: capitalize; }

@media only screen and (min-width: 992px) {
  .navbar .navbar-nav li > .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
    pointer-events: none; }

  .navbar .navbar-nav li:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    pointer-events: auto; } }
.navbar-toggler[aria-expanded="true"] span::before {
  content: "\f129";
  font-size: 16px; }

.dropdown-toggle::after,
.dropdown-toggler::after {
  border: 0 none;
  content: "\f3d0";
  font-family: "Ionicons";
  margin-left: 5px;
  vertical-align: middle;
  width: 10px;
  height: auto; }

.sitebar-cart {
  width: 320px;
  position: fixed;
  top: 0;
  right: -360px;
  z-index: 9999;
  background-color: white;
  height: 100vh;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }
  .sitebar-cart .sc-head {
    padding: 15px 25px; }
    .sitebar-cart .sc-head .cart_count span {
      font-size: 18px;
      font-weight: 600; }
    .sitebar-cart .sc-head .cart_close {
      cursor: pointer; }
      .sitebar-cart .sc-head .cart_close svg {
        width: 30px;
        height: 30px; }
  .sitebar-cart .cart-product-container {
    /* height: calc(100vh - 150px);*/
    overflow-y: auto;
    padding: 0px 25px; }
  .sitebar-cart .cart-product-item {
    padding: 25px 0px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
    position: relative; }
    @media only screen and (max-width: 767px) {
      .sitebar-cart .cart-product-item {
        padding: 20px 0px; } }
    .sitebar-cart .cart-product-item .close-item {
      position: absolute;
      right: 10px;
      top: 23px;
      color: #252525;
      cursor: pointer;
      z-index: 1; }
    .sitebar-cart .cart-product-item .row {
      margin-left: 0px;
      margin-right: 0px; }
    .sitebar-cart .cart-product-item .cart_product_content .product-title {
      font-size: 16px;
      color: #252525;
      font-weight: 500;
      display: block;
      line-height: 20px;
      text-decoration: none;
      margin-bottom: 20px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      text-transform: capitalize; }
      @media only screen and (max-width: 767px) {
        .sitebar-cart .cart-product-item .cart_product_content .product-title {
          font-size: 14px; } }
    .sitebar-cart .cart-product-item .cart_product_content .qty_price {
      display: flex;
      justify-content: end;
      font-size: 16px;
      color: #252525;
      font-weight: normal; }
      .sitebar-cart .cart-product-item .cart_product_content .qty_price .cart_pr {
        margin-left: 25px; }
  .sitebar-cart .cart-footer {
    padding: 0px 25px; }
    .sitebar-cart .cart-footer .cart_total {
      position: relative;
      padding-top: 20px; }
      .sitebar-cart .cart-footer .cart_total p {
        margin: 0px; }
        .sitebar-cart .cart-footer .cart_total p span {
          font-size: 21px;
          color: #252525;
          font-weight: 500; }
          @media only screen and (max-width: 767px) {
            .sitebar-cart .cart-footer .cart_total p span {
              font-size: 16px; } }
      .sitebar-cart .cart-footer .cart_total .procced_btn {
        display: flex;
        justify-content: space-between;
        margin-top: 30px; }
        .sitebar-cart .cart-footer .cart_total .procced_btn a {
          min-height: 45px;
          font-size: 15px;
          font-weight: 600;
          text-transform: uppercase;
          color: #ffffff;
          text-decoration: none;
          display: inline-block;
          padding: 12px 20px; }
          @media only screen and (max-width: 767px) {
            .sitebar-cart .cart-footer .cart_total .procced_btn a {
              font-size: 14px; } }
          .sitebar-cart .cart-footer .cart_total .procced_btn a.button-viewcart {
            background: #252525; }
          .sitebar-cart .cart-footer .cart_total .procced_btn a.button-checkout {
            background: #f88379; }

.sitebar-cart .sitebar-close {
  position: absolute;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  width: 0;
  height: 100%;
  right: 320px;
  background: #000;
  z-index: 1;
  opacity: 0.3;
  cursor: pointer; }

.sitebar-cart.active {
  right: 0; }
  .sitebar-cart.active .sitebar-close {
    width: 100vw; }

.top_banner {
  background: #ffd2b9;
  padding: 50px 5%;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) and (max-width: 991px) {
    .top_banner {
      padding: 30px 2%; } }
  @media (max-width: 767px) {
    .top_banner {
      padding: 30px 1%; } }
  .top_banner::before {
    content: "";
    background: url("../images/1-01.png") no-repeat center;
    background-size: cover;
    width: 911px;
    height: 100%;
    position: absolute;
    left: -315px;
    top: -30px;
    z-index: 1; }
    @media (min-width: 768px) and (max-width: 991px) {
      .top_banner::before {
        left: -440px; } }
    @media (max-width: 767px) {
      .top_banner::before {
        left: -455px; } }
  .top_banner::after {
    content: "";
    background: url("../images/2-01.png") no-repeat center;
    background-size: cover;
    width: 911px;
    height: 100%;
    position: absolute;
    right: -385px;
    top: 0px;
    z-index: 1; }
    @media (min-width: 768px) and (max-width: 991px) {
      .top_banner::after {
        right: -455px; } }
    @media (max-width: 767px) {
      .top_banner::after {
        right: -465px; } }
  .top_banner .inner-banner {
    padding: 100px 0px;
    background: url("../images/pexels-jonaorle-4814633.jpg") no-repeat center;
    background-size: cover;
    min-height: 600px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .top_banner .inner-banner {
        padding: 80px 0px;
        min-height: 430px; } }
    @media (max-width: 767px) {
      .top_banner .inner-banner {
        padding: 60px 0px;
        min-height: 430px; } }
    .top_banner .inner-banner img {
      width: 100%; }
    .top_banner .inner-banner .banner_texts {
      max-width: 900px;
      margin: 0 auto;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: translateY(-50%);
      z-index: 2; }
      @media (min-width: 768px) and (max-width: 991px) {
        .top_banner .inner-banner .banner_texts {
          padding: 0px 40px; } }
      @media (max-width: 767px) {
        .top_banner .inner-banner .banner_texts {
          padding: 0px 30px; } }
      .top_banner .inner-banner .banner_texts .tag_text {
        max-width: 371px;
        min-height: 52px;
        line-height: 52px;
        color: #ffffff;
        padding: 0px 28px;
        background: -moz-linear-gradient(left, rgba(248, 131, 121, 0.98) 0%, rgba(0, 0, 0, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(248, 131, 121, 0.98) 0%, rgba(0, 0, 0, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(248, 131, 121, 0.98) 0%, rgba(0, 0, 0, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6f88379', endColorstr='#00000000',GradientType=1 );
        /* IE6-9 */ }
        @media (min-width: 768px) and (max-width: 991px) {
          .top_banner .inner-banner .banner_texts .tag_text {
            min-height: 42px;
            line-height: 42px; } }
        @media (max-width: 767px) {
          .top_banner .inner-banner .banner_texts .tag_text {
            min-height: 35px;
            line-height: 35px; } }
        .top_banner .inner-banner .banner_texts .tag_text span {
          font-size: 22px;
          font-weight: 600; }
          @media (min-width: 768px) and (max-width: 991px) {
            .top_banner .inner-banner .banner_texts .tag_text span {
              font-size: 20px; } }
          @media (max-width: 767px) {
            .top_banner .inner-banner .banner_texts .tag_text span {
              font-size: 14px; } }
      .top_banner .inner-banner .banner_texts h1 {
        color: #ffffff;
        font-size: 60px;
        font-weight: bold;
        margin-top: 12px;
        margin-bottom: 20px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .top_banner .inner-banner .banner_texts h1 {
            font-size: 40px; } }
        @media (max-width: 767px) {
          .top_banner .inner-banner .banner_texts h1 {
            font-size: 30px; } }
      .top_banner .inner-banner .banner_texts p {
        font-size: 16px;
        color: #ffffff;
        max-width: 680px;
        margin-bottom: 28px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .top_banner .inner-banner .banner_texts p {
            font-size: 14px; } }
        @media (max-width: 767px) {
          .top_banner .inner-banner .banner_texts p {
            font-size: 13px; } }
      .top_banner .inner-banner .banner_texts .btn_th_main {
        background: #f88379;
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        padding: 12px 25px;
        display: inline-block;
        border-radius: 4px;
        text-transform: uppercase;
        text-decoration: none;
        box-shadow: 0 7px 8px rgba(0, 0, 0, 0.16); }
        @media (min-width: 768px) and (max-width: 991px) {
          .top_banner .inner-banner .banner_texts .btn_th_main {
            font-size: 14px; } }
        @media (max-width: 767px) {
          .top_banner .inner-banner .banner_texts .btn_th_main {
            font-size: 13px; } }
    @media (min-width: 1400px) and (max-width: 1600px) {
      .top_banner .inner-banner .banner_texts {
        max-width: 1105px; }
      .top_banner .inner-banner .container {
        max-width: 1260px; } }
    @media (min-width: 1601px) and (max-width: 3000px) {
      .top_banner .inner-banner .banner_texts {
        max-width: 1200px; } }

@media (min-width: 1300px) {
  .container {
    max-width: 1260px; } }
@media (min-width: 1480px) {
  .container {
    max-width: 1380px; } }
.p_categories {
  padding: 105px 0px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .p_categories {
      padding: 40px 0px; } }
  @media (max-width: 767px) {
    .p_categories {
      padding: 40px 0px; } }

.categories-item {
  overflow: hidden;
  position: relative; }
  @media (min-width: 768px) and (max-width: 991px) {
    .categories-item {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .categories-item {
      margin-bottom: 30px; } }
  .categories-item .img-zoom {
    transition: 0.3s;
    width: 100%; }
  .categories-item .categorie-text {
    padding: 0px 15px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%); }
    .categories-item .categorie-text h2 {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 12px;
      color: #252525; }
      @media (min-width: 768px) and (max-width: 991px) {
        .categories-item .categorie-text h2 {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .categories-item .categorie-text h2 {
          font-size: 20px; } }
    .categories-item .categorie-text a {
      font-size: 16px;
      font-weight: 600;
      color: #252525;
      text-decoration: none;
      text-transform: uppercase;
      position: relative; }
      @media (min-width: 768px) and (max-width: 991px) {
        .categories-item .categorie-text a {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .categories-item .categorie-text a {
          font-size: 14px; } }
      .categories-item .categorie-text a::after {
        width: 0%;
        height: 1px;
        background: #252525;
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0;
        transition: 0.3s; }
      .categories-item .categorie-text a:hover::after {
        width: 100%; }
  .categories-item:hover {
    box-shadow: 0 17px 20px rgba(0, 0, 0, 0.08); }
  .categories-item:hover .img-zoom {
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06); }

/* Product List */
.product_list {
  padding-bottom: 60px; }
  .product_list .heading_s1 {
    margin-bottom: 52px; }
    @media only screen and (max-width: 767px) {
      .product_list .heading_s1 {
        margin-bottom: 30px; } }
    .product_list .heading_s1 h2 {
      font-size: 35px;
      line-height: 40px;
      font-weight: 800;
      margin-bottom: 8px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .product_list .heading_s1 h2 {
          font-size: 22px; } }
      @media only screen and (max-width: 767px) {
        .product_list .heading_s1 h2 {
          font-size: 20px;
          line-height: 24px; } }
    .product_list .heading_s1 p {
      font-size: 18px;
      font-weight: normal;
      line-height: 22px;
      color: #666666;
      margin: 0px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .product_list .heading_s1 p {
          font-size: 14px;
          line-height: normal; } }
      @media only screen and (max-width: 767px) {
        .product_list .heading_s1 p {
          font-size: 14px; } }

.product_box {
  background-color: #fff;
  position: relative;
  margin-bottom: 45px;
  transition: all 0.5s ease-in-out; }
  @media only screen and (max-width: 767px) {
    .product_box {
      margin-bottom: 20px; } }
  .product_box .product_img {
    margin-bottom: 12px;
    position: relative; }
    .product_box .product_img img {
      max-width: 100%;
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        .product_box .product_img img {
          width: 100%;
          display: inline-block; } }
    .product_box .product_img .up_all_sale {
      position: absolute;
      top: 15px;
      left: 15px; }
      .product_box .product_img .up_all_sale .sale_and_box {
        width: 64px;
        height: 64px;
        background: #ffffff;
        text-align: center;
        border-radius: 50%;
        line-height: 64px;
        margin-bottom: 12px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .product_box .product_img .up_all_sale .sale_and_box {
            width: 46px;
            height: 46px;
            line-height: 46px; } }
        @media only screen and (max-width: 767px) {
          .product_box .product_img .up_all_sale .sale_and_box {
            line-height: 50px;
            width: 50px;
            height: 50px; } }
        .product_box .product_img .up_all_sale .sale_and_box span {
          font-size: 16px;
          font-weight: 500; }
          @media (min-width: 768px) and (max-width: 991px) {
            .product_box .product_img .up_all_sale .sale_and_box span {
              font-size: 13px; } }
          @media only screen and (max-width: 767px) {
            .product_box .product_img .up_all_sale .sale_and_box span {
              font-size: 13px; } }
    .product_box .product_img .product_action_box {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0; }
      .product_box .product_img .product_action_box .product_switch_wrap {
        position: absolute;
        top: 15px;
        right: 10px;
        padding: 0px 0px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out; }
        .product_box .product_img .product_action_box .product_switch_wrap .product_color_switch span {
          height: 19px;
          width: 19px;
          display: block;
          margin: 5px;
          position: relative;
          cursor: pointer;
          border-radius: 100%;
          margin-bottom: 14px; }
          .product_box .product_img .product_action_box .product_switch_wrap .product_color_switch span.color-a {
            background: #f84f77; }
          .product_box .product_img .product_action_box .product_switch_wrap .product_color_switch span.color-b {
            background: #c70225; }
          .product_box .product_img .product_action_box .product_switch_wrap .product_color_switch span.color-c {
            background: #0d46b9; }
          .product_box .product_img .product_action_box .product_switch_wrap .product_color_switch span.active::before {
            content: "";
            border: 2px solid #fff;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: -3px;
            border-radius: 100%;
            box-shadow: 0 0 2px #707070; }
        .product_box .product_img .product_action_box .product_switch_wrap .product_color_switch span {
          -webkit-transform: translateY(15px);
          -ms-transform: translateY(15px);
          -o-transform: translateY(15px);
          transform: translateY(15px);
          opacity: 0; }
          .product_box .product_img .product_action_box .product_switch_wrap .product_color_switch span:first-child {
            -webkit-transition: all 0.2s ease 0s;
            -o-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s; }
          .product_box .product_img .product_action_box .product_switch_wrap .product_color_switch span:nth-child(2) {
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s; }
      .product_box .product_img .product_action_box .product_action_in {
        position: absolute;
        bottom: 0px;
        width: 100%;
        bottom: 19px; }
        .product_box .product_img .product_action_box .product_action_in ul {
          display: flex;
          justify-content: center; }
          .product_box .product_img .product_action_box .product_action_in ul li {
            display: inline-block;
            padding: 0px 5px; }
            .product_box .product_img .product_action_box .product_action_in ul li button {
              border: none;
              font-size: 14px;
              font-weight: 500;
              min-height: 40px;
              border-radius: 6px;
              background: rgba(255, 255, 255, 0.5);
              border: 1px solid rgba(112, 112, 112, 0.5); }
              .product_box .product_img .product_action_box .product_action_in ul li button:hover {
                border: none;
                background: rgba(255, 255, 255, 0.9); }
            .product_box .product_img .product_action_box .product_action_in ul li:nth-of-type(1) button {
              max-width: 150px;
              min-width: 150px; }
              @media (min-width: 768px) and (max-width: 991px) {
                .product_box .product_img .product_action_box .product_action_in ul li:nth-of-type(1) button {
                  max-width: 96px;
                  min-width: 96px; } }
            .product_box .product_img .product_action_box .product_action_in ul li:nth-of-type(2) button {
              width: 40px; }
              @media only screen and (max-width: 767px) {
                .product_box .product_img .product_action_box .product_action_in ul li:nth-of-type(2) button img {
                  max-width: 22px; } }
            .product_box .product_img .product_action_box .product_action_in ul li:nth-of-type(3) button {
              width: 40px; }
              @media only screen and (max-width: 767px) {
                .product_box .product_img .product_action_box .product_action_in ul li:nth-of-type(3) button img {
                  max-width: 22px; } }
          .product_box .product_img .product_action_box .product_action_in ul li {
            -webkit-transform: translate(0, 15px);
            -ms-transform: translate(0, 15px);
            -o-transform: translate(0, 15px);
            transform: translate(0, 15px);
            opacity: 0; }
            .product_box .product_img .product_action_box .product_action_in ul li:nth-of-type(1) {
              -webkit-transition: all 0.2s ease 0s;
              -o-transition: all 0.2s ease 0s;
              transition: all 0.2s ease 0s; }
            .product_box .product_img .product_action_box .product_action_in ul li:nth-of-type(2) {
              -webkit-transition: all 0.3s ease 0s;
              -o-transition: all 0.3s ease 0s;
              transition: all 0.3s ease 0s; }
            .product_box .product_img .product_action_box .product_action_in ul li:nth-of-type(3) {
              -webkit-transition: all 0.4s ease 0s;
              -o-transition: all 0.4s ease 0s;
              transition: all 0.4s ease 0s; }
  .product_box .product_info h3.product_title {
    font-size: 22px;
    color: #252525;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize;
    line-height: 25px;
    margin-bottom: 4px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .product_box .product_info h3.product_title {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .product_box .product_info h3.product_title {
        font-size: 16px; } }
    .product_box .product_info h3.product_title a {
      text-decoration: none;
      color: #252525; }
      .product_box .product_info h3.product_title a:hover {
        color: #f88379; }
  .product_box .product_info .product_lb_st_rating {
    display: flex;
    justify-content: space-between; }
    .product_box .product_info .product_lb_st_rating span {
      font-size: 14px;
      font-weight: 500; }
      @media (min-width: 1480px) {
        .product_box .product_info .product_lb_st_rating span {
          font-size: 16px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .product_box .product_info .product_lb_st_rating span {
          font-size: 11px; } }
      @media only screen and (max-width: 767px) {
        .product_box .product_info .product_lb_st_rating span {
          font-size: 13px; } }
    .product_box .product_info .product_lb_st_rating .rating_wrap {
      max-width: 100px;
      min-width: 100px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .product_box .product_info .product_lb_st_rating .rating_wrap {
          max-width: 75px;
          min-width: 75px; } }
      .product_box .product_info .product_lb_st_rating .rating_wrap ul {
        display: flex;
        justify-content: space-between; }
        .product_box .product_info .product_lb_st_rating .rating_wrap ul li {
          float: left;
          font-size: 15px;
          color: #f5b726; }
          .product_box .product_info .product_lb_st_rating .rating_wrap ul li.down {
            color: rgba(0, 0, 0, 0.3); }
          .product_box .product_info .product_lb_st_rating .rating_wrap ul li:last-child {
            color: rgba(0, 0, 0, 0.5);
            font-size: 16px; }
          @media (min-width: 768px) and (max-width: 991px) {
            .product_box .product_info .product_lb_st_rating .rating_wrap ul li {
              line-height: 12px; } }
  .product_box .product_info .product_price {
    display: flex;
    align-items: center; }
    .product_box .product_info .product_price del {
      font-size: 15px;
      color: #252525;
      font-weight: 500;
      line-height: 18px;
      margin-right: 10px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .product_box .product_info .product_price del {
          font-size: 13px; } }
      @media only screen and (max-width: 767px) {
        .product_box .product_info .product_price del {
          font-size: 13px; } }
    .product_box .product_info .product_price span.price {
      font-size: 20px;
      color: #252525;
      font-weight: 600; }
      @media (min-width: 768px) and (max-width: 991px) {
        .product_box .product_info .product_price span.price {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .product_box .product_info .product_price span.price {
          font-size: 16px; } }
  .product_box .product_switch_wrap {
    visibility: hidden; }

.product_box:hover .product_switch_wrap {
  opacity: 1 !important;
  visibility: visible !important; }
.product_box:hover .product_switch_wrap span {
  -webkit-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  -o-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
  opacity: 1 !important; }
.product_box:hover .product_action_in li {
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  opacity: 1 !important; }

.all_btn a {
  background: #f88379;
  min-height: 49px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  padding: 12px 35px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .all_btn a {
      font-size: 14px;
      min-height: auto;
      padding: 8px 28px; } }
  @media only screen and (max-width: 767px) {
    .all_btn a {
      font-size: 14px;
      min-height: auto;
      padding: 10px 24px; } }

@media only screen and (max-width: 480px) {
  .shop_container .col-6 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
/* New and offer */
.new_and_offer {
  padding: 60px 0px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .new_and_offer {
      padding: 20px 0px; } }
  @media only screen and (max-width: 767px) {
    .new_and_offer {
      padding: 40px 0px; } }

.single_new_offer {
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .single_new_offer {
      margin-bottom: 20px; } }
  .single_new_offer img {
    transition: all 0.3s ease-in-out;
    width: 100%; }
  .single_new_offer .new_single_banner_info {
    position: absolute;
    left: 0;
    top: 50%;
    padding-left: 10%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70%; }
    .single_new_offer .new_single_banner_info span {
      font-size: 20px;
      font-weight: 600; }
      @media (min-width: 768px) and (max-width: 991px) {
        .single_new_offer .new_single_banner_info span {
          font-size: 12px; } }
      @media only screen and (max-width: 767px) {
        .single_new_offer .new_single_banner_info span {
          font-size: 14px; } }
    .single_new_offer .new_single_banner_info h1 {
      font-size: 40px;
      font-weight: bold;
      margin-bottom: 15px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .single_new_offer .new_single_banner_info h1 {
          font-size: 20px; } }
      @media only screen and (max-width: 767px) {
        .single_new_offer .new_single_banner_info h1 {
          font-size: 20px;
          margin-bottom: 6px; } }
    .single_new_offer .new_single_banner_info a {
      text-decoration: none;
      border: 1px solid #252525;
      font-size: 14px;
      color: #252525;
      padding: 8px 25px;
      text-transform: uppercase;
      display: inline-block;
      font-weight: 600; }
      @media (min-width: 768px) and (max-width: 991px) {
        .single_new_offer .new_single_banner_info a {
          font-size: 12px;
          padding: 6px 20px; } }
      @media only screen and (max-width: 767px) {
        .single_new_offer .new_single_banner_info a {
          padding: 5px 15px;
          font-size: 13px; } }
  .single_new_offer:hover img {
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06); }

/* Blog */
.blog_main {
  padding-top: 30px;
  padding-bottom: 90px; }
  @media only screen and (max-width: 767px) {
    .blog_main {
      padding-bottom: 50px;
      padding-top: 0px; } }
  .blog_main .heading_s1 {
    margin-bottom: 52px; }
    @media only screen and (max-width: 767px) {
      .blog_main .heading_s1 {
        margin-bottom: 30px; } }
    .blog_main .heading_s1 h2 {
      font-size: 35px;
      line-height: 40px;
      font-weight: 800;
      margin-bottom: 8px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .blog_main .heading_s1 h2 {
          font-size: 22px; } }
      @media only screen and (max-width: 767px) {
        .blog_main .heading_s1 h2 {
          font-size: 20px;
          line-height: 24px; } }
    .blog_main .heading_s1 p {
      font-size: 18px;
      font-weight: normal;
      line-height: 32px;
      color: #666666;
      margin: 0px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .blog_main .heading_s1 p {
          font-size: 14px;
          line-height: normal; } }
      @media only screen and (max-width: 767px) {
        .blog_main .heading_s1 p {
          font-size: 14px;
          line-height: normal; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .blog_main .blog_post {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .blog_main .blog_post {
      margin-bottom: 20px; } }
  .blog_main .blog_post .blog_img {
    position: relative;
    overflow: hidden; }
    .blog_main .blog_post .blog_img a {
      display: block;
      overflow: hidden; }
      .blog_main .blog_post .blog_img a img {
        width: 100%; }
  .blog_main .blog_post .blog_content {
    padding-top: 29px; }
    @media only screen and (max-width: 767px) {
      .blog_main .blog_post .blog_content {
        padding-top: 20px; } }
    .blog_main .blog_post .blog_content .blog_text h5 {
      font-size: 25px;
      line-height: 35px;
      margin-bottom: 14px;
      font-weight: 600; }
      @media (min-width: 768px) and (max-width: 991px) {
        .blog_main .blog_post .blog_content .blog_text h5 {
          font-size: 18px;
          line-height: normal;
          margin-bottom: 10px; } }
      @media only screen and (max-width: 767px) {
        .blog_main .blog_post .blog_content .blog_text h5 {
          font-size: 18px;
          line-height: normal;
          margin-bottom: 10px; } }
    .blog_main .blog_post .blog_content .blog_text ul {
      margin-bottom: 16px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .blog_main .blog_post .blog_content .blog_text ul {
          margin-bottom: 10px; } }
      .blog_main .blog_post .blog_content .blog_text ul li {
        display: inline-block; }
        .blog_main .blog_post .blog_content .blog_text ul li a {
          font-size: 16px;
          font-weight: 500;
          color: #252525;
          text-decoration: none; }
          @media (min-width: 768px) and (max-width: 991px) {
            .blog_main .blog_post .blog_content .blog_text ul li a {
              font-size: 13px; } }
          @media only screen and (max-width: 767px) {
            .blog_main .blog_post .blog_content .blog_text ul li a {
              font-size: 14px; } }
    .blog_main .blog_post .blog_content .blog_text p {
      font-size: 16px;
      color: #666666;
      margin: 0px; }
      @media (min-width: 1480px) {
        .blog_main .blog_post .blog_content .blog_text p {
          font-size: 18px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .blog_main .blog_post .blog_content .blog_text p {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .blog_main .blog_post .blog_content .blog_text p {
          font-size: 14px;
          line-height: normal; } }

/*Festival offer*/
.festival_main {
  padding-bottom: 90px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .festival_main {
      padding-bottom: 50px; } }
  @media only screen and (max-width: 767px) {
    .festival_main {
      padding-bottom: 50px; } }
  .festival_main .festival_inner {
    max-width: 780px;
    margin: 0 auto;
    width: 100%;
    text-align: center; }
    .festival_main .festival_inner .fl_img {
      margin-bottom: 35px; }
    .festival_main .festival_inner .festival_text span {
      font-size: 28px;
      font-weight: 600;
      line-height: 30px;
      margin-bottom: 8px;
      display: block; }
      @media (min-width: 768px) and (max-width: 991px) {
        .festival_main .festival_inner .festival_text span {
          font-size: 18px; } }
      @media only screen and (max-width: 767px) {
        .festival_main .festival_inner .festival_text span {
          font-size: 16px;
          line-height: 16px; } }
    .festival_main .festival_inner .festival_text h1 {
      font-size: 50px;
      font-weight: 600;
      line-height: 60px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .festival_main .festival_inner .festival_text h1 {
          font-size: 30px;
          line-height: 34px; } }
      @media only screen and (max-width: 767px) {
        .festival_main .festival_inner .festival_text h1 {
          font-size: 22px;
          line-height: normal; } }

/*shipping info*/
.shipping_info {
  background: #f5f5f5;
  padding: 40px 0px; }
  .shipping_info .icon_box.icon_box_style {
    padding: 0px 0px;
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .shipping_info .icon_box.icon_box_style {
        display: flex;
        align-items: center;
        padding: 10px 15px; } }
    @media only screen and (max-width: 767px) {
      .shipping_info .icon_box.icon_box_style {
        display: flex;
        align-items: center;
        padding: 10px 15px; } }
    .shipping_info .icon_box.icon_box_style .s_icon {
      float: left;
      margin-right: 20px;
      margin-bottom: 0; }
      .shipping_info .icon_box.icon_box_style .s_icon img {
        max-width: 64px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .shipping_info .icon_box.icon_box_style .s_icon img {
            max-width: 40px; } }
        @media only screen and (max-width: 767px) {
          .shipping_info .icon_box.icon_box_style .s_icon img {
            max-width: 45px; } }
  .shipping_info .icon_box .s_icon_box_content {
    overflow: hidden; }
    .shipping_info .icon_box .s_icon_box_content h6 {
      font-size: 18px;
      font-weight: 600;
      line-height: 30px;
      margin-bottom: 5px; }
      @media (min-width: 1480px) {
        .shipping_info .icon_box .s_icon_box_content h6 {
          font-size: 20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .shipping_info .icon_box .s_icon_box_content h6 {
          font-size: 14px;
          line-height: 17px; } }
      @media only screen and (max-width: 767px) {
        .shipping_info .icon_box .s_icon_box_content h6 {
          font-size: 14px;
          line-height: 17px; } }
    .shipping_info .icon_box .s_icon_box_content p {
      font-size: 15px;
      font-weight: 400;
      line-height: 25px;
      margin: 0px; }
      @media (min-width: 1480px) {
        .shipping_info .icon_box .s_icon_box_content p {
          font-size: 16px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .shipping_info .icon_box .s_icon_box_content p {
          font-size: 13px;
          line-height: normal; } }
      @media only screen and (max-width: 767px) {
        .shipping_info .icon_box .s_icon_box_content p {
          font-size: 13px;
          line-height: normal; } }

/*footer*/
footer {
  background: #ffffff;
  padding: 90px 0px 0px 0px; }
  @media (min-width: 768px) and (max-width: 991px) {
    footer {
      padding-top: 50px; } }
  @media only screen and (max-width: 767px) {
    footer {
      padding-top: 50px; } }
  footer .footer_inf .footer_logo {
    margin-bottom: 20px; }
    footer .footer_inf .footer_logo img {
      max-width: 100%; }
  footer .footer_inf ul li {
    margin-bottom: 40px;
    list-style: none; }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .footer_inf ul li {
        margin-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      footer .footer_inf ul li {
        margin-bottom: 15px; } }
    footer .footer_inf ul li img {
      display: inline-block;
      margin-right: 10px;
      margin-top: 4px;
      vertical-align: top; }
    footer .footer_inf ul li img + * {
      overflow: hidden;
      font-size: 18px;
      color: #949494;
      line-height: 26px;
      margin: 0;
      vertical-align: middle;
      max-width: 78%;
      display: inline-block; }
      @media (min-width: 768px) and (max-width: 991px) {
        footer .footer_inf ul li img + * {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        footer .footer_inf ul li img + * {
          font-size: 14px; } }
      footer .footer_inf ul li img + * a {
        color: #949494;
        text-decoration: none; }
        footer .footer_inf ul li img + * a:hover {
          color: #f88379; }
  footer .block-toggler {
    color: #252525;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    display: block;
    text-decoration: none; }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .block-toggler {
        display: none; } }
    @media only screen and (max-width: 767px) {
      footer .block-toggler {
        font-size: 18px; } }
    footer .block-toggler .block-toggler-icon {
      display: inline-block;
      position: absolute;
      top: 50%;
      right: 0;
      width: 24px;
      height: 24px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      footer .block-toggler .block-toggler-icon:after {
        position: absolute;
        content: "";
        -webkit-transition: -webkit-transform .25s ease-out;
        transition: -webkit-transform .25s ease-out;
        transition: transform .25s ease-out;
        transition: transform .25s ease-out,-webkit-transform .25s ease-out;
        background-color: #f88379;
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        margin-top: -1px; }
      footer .block-toggler .block-toggler-icon:before {
        position: absolute;
        content: "";
        -webkit-transition: -webkit-transform .25s ease-out;
        transition: -webkit-transform .25s ease-out;
        transition: transform .25s ease-out;
        transition: transform .25s ease-out,-webkit-transform .25s ease-out;
        background-color: #f88379;
        top: 0;
        left: 50%;
        width: 2px;
        height: 100%;
        margin-left: -1px; }
  footer .block-toggler[aria-expanded="true"] .block-toggler-icon:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  footer .block-toggler[aria-expanded="true"] .block-toggler-icon:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  @media (min-width: 768px) and (max-width: 991px) {
    footer .footer_nav_url {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    footer .footer_nav_url {
      margin-bottom: 20px; } }
  footer .footer_nav_url h6 {
    color: #252525;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px; }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .footer_nav_url h6 {
        font-size: 18px;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      footer .footer_nav_url h6 {
        font-size: 18px;
        margin-bottom: 20px;
        display: none; } }
  @media only screen and (max-width: 767px) {
    footer .footer_nav_url .widget_links li {
      margin-bottom: 10px; } }
  footer .footer_nav_url .widget_links li a {
    font-size: 18px;
    color: #949494;
    line-height: 40px;
    text-decoration: none; }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .footer_nav_url .widget_links li a {
        font-size: 14px;
        line-height: 32px; } }
    @media only screen and (max-width: 767px) {
      footer .footer_nav_url .widget_links li a {
        font-size: 14px;
        line-height: normal; } }
    footer .footer_nav_url .widget_links li a:hover {
      color: #f88379; }
  footer .footer_new_sig h6 {
    color: #252525;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px; }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .footer_new_sig h6 {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      footer .footer_new_sig h6 {
        margin-bottom: 20px;
        font-size: 18px; } }
  footer .footer_new_sig p {
    color: #949494;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px; }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .footer_new_sig p {
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      footer .footer_new_sig p {
        font-size: 14px;
        line-height: normal; } }
  footer .footer_new_sig .newsletter_sig {
    position: relative;
    overflow: hidden;
    border-radius: 6px; }
    footer .footer_new_sig .newsletter_sig .form-control {
      border-radius: 6px;
      min-height: 45px;
      font-size: 15px;
      color: #afafaf; }
    footer .footer_new_sig .newsletter_sig .btn-send {
      background: #f88379;
      position: absolute;
      top: 0px;
      right: 0px;
      font-size: 17px;
      font-weight: 500;
      color: #ffffff;
      max-width: 130px;
      min-width: 130px;
      height: 100%;
      border: none; }
      @media (min-width: 768px) and (max-width: 991px) {
        footer .footer_new_sig .newsletter_sig .btn-send {
          font-size: 14px; } }
  footer .footer_new_sig .payment {
    margin-top: 35px; }
    footer .footer_new_sig .payment img {
      max-width: 100%; }
  footer .copyright {
    background: #252525;
    padding: 15px 0px;
    margin-top: 95px; }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .copyright {
        margin-top: 50px; } }
    @media only screen and (max-width: 767px) {
      footer .copyright {
        margin-top: 50px; } }
    footer .copyright p {
      margin: 0px;
      font-size: 16px;
      line-height: 20px;
      font-weight: 300;
      color: #707070; }
      @media (min-width: 768px) and (max-width: 991px) {
        footer .copyright p {
          font-size: 15px; } }
      @media only screen and (max-width: 767px) {
        footer .copyright p {
          font-size: 14px;
          text-align: center;
          margin-bottom: 15px; } }
    footer .copyright .copy_social {
      float: right; }
      @media only screen and (max-width: 767px) {
        footer .copyright .copy_social {
          float: none; } }
      @media only screen and (max-width: 767px) {
        footer .copyright .copy_social ul {
          display: block;
          text-align: center; } }
      footer .copyright .copy_social ul li {
        float: left;
        padding-left: 25px; }
        @media only screen and (max-width: 767px) {
          footer .copyright .copy_social ul li {
            float: none;
            display: inline-block;
            text-align: center; } }
        footer .copyright .copy_social ul li a {
          color: rgba(255, 255, 255, 0.5);
          font-size: 20px; }
          @media (min-width: 768px) and (max-width: 991px) {
            footer .copyright .copy_social ul li a {
              font-size: 15px; } }
          footer .copyright .copy_social ul li a:hover {
            color: #f88379; }

/* Product Listing */
.breadcrumb-section {
  padding: 50px 0px;
  background: #ffd2b9; }
  @media (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-section {
      padding: 40px 0px; } }
  @media only screen and (max-width: 767px) {
    .breadcrumb-section {
      padding: 30px 0px; } }
  .breadcrumb-section .page-title h2 {
    font-size: 60px;
    line-height: 62px;
    font-weight: bold;
    margin-bottom: 7px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .breadcrumb-section .page-title h2 {
        font-size: 40px;
        line-height: 45px; } }
    @media only screen and (max-width: 767px) {
      .breadcrumb-section .page-title h2 {
        font-size: 30px;
        line-height: 40px; } }
  .breadcrumb-section .breadcrumb {
    margin-bottom: 0px;
    justify-content: center;
    background: none;
    padding: 0px; }
    .breadcrumb-section .breadcrumb li {
      font-size: 18px;
      color: #252525; }
      @media only screen and (max-width: 767px) {
        .breadcrumb-section .breadcrumb li {
          font-size: 14px; } }
      .breadcrumb-section .breadcrumb li a {
        color: #252525;
        text-decoration: none; }
      .breadcrumb-section .breadcrumb li.active {
        font-weight: 600; }
      .breadcrumb-section .breadcrumb li::before {
        font-weight: normal;
        color: #252525; }

.shop_listing {
  padding: 100px 0px; }
  @media only screen and (max-width: 767px) {
    .shop_listing {
      padding: 40px 0px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .shop_listing {
      padding: 50px 0px; } }

.sidebar_collection-filter {
  background: #f9f9f9;
  padding: 20px 40px 20px 22px; }
  .sidebar_collection-filter .sidebar_wrapper .filter_widget {
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
    padding-top: 15px;
    padding-bottom: 15px; }
    .sidebar_collection-filter .sidebar_wrapper .filter_widget:first-child {
      padding-top: 0px; }
    .sidebar_collection-filter .sidebar_wrapper .filter_widget:last-child {
      padding-bottom: 0px;
      border: none; }
    .sidebar_collection-filter .sidebar_wrapper .filter_widget .widget-title {
      font-size: 22px;
      font-weight: 600;
      color: #252525;
      padding-bottom: 0px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .sidebar_collection-filter .sidebar_wrapper .filter_widget .widget-title {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .sidebar_collection-filter .sidebar_wrapper .filter_widget .widget-title {
          font-size: 16px; } }
      .sidebar_collection-filter .sidebar_wrapper .filter_widget .widget-title a {
        display: block;
        position: relative;
        color: inherit;
        text-decoration: none; }
        .sidebar_collection-filter .sidebar_wrapper .filter_widget .widget-title a::before {
          display: inline-block;
          position: absolute;
          top: 4%;
          right: 0;
          transition: all 0.35s;
          content: "\f3d0";
          font-family: "Ionicons"; }
    .sidebar_collection-filter .sidebar_wrapper .filter_widget .widget-body {
      padding: 1rem 0; }
      .sidebar_collection-filter .sidebar_wrapper .filter_widget .widget-body ul li a {
        font-size: 18px;
        font-weight: 500;
        line-height: 38px;
        color: #666666;
        text-decoration: none; }
        @media (min-width: 768px) and (max-width: 991px) {
          .sidebar_collection-filter .sidebar_wrapper .filter_widget .widget-body ul li a {
            font-size: 14px;
            line-height: 30px; } }
        @media only screen and (max-width: 767px) {
          .sidebar_collection-filter .sidebar_wrapper .filter_widget .widget-body ul li a {
            font-size: 14px;
            line-height: 30px; } }
        .sidebar_collection-filter .sidebar_wrapper .filter_widget .widget-body ul li a:hover {
          color: #ffd2b9; }
      .sidebar_collection-filter .sidebar_wrapper .filter_widget .widget-body ul.color-selector li {
        display: flex;
        align-items: center;
        margin-bottom: 16px; }
        .sidebar_collection-filter .sidebar_wrapper .filter_widget .widget-body ul.color-selector li:last-child {
          margin-bottom: 0px; }
        .sidebar_collection-filter .sidebar_wrapper .filter_widget .widget-body ul.color-selector li a {
          line-height: normal;
          width: 16px;
          height: 16px;
          display: inline-block;
          border-radius: 50%;
          margin-right: 15px;
          position: relative; }
        .sidebar_collection-filter .sidebar_wrapper .filter_widget .widget-body ul.color-selector li.active a::after {
          content: "";
          border: 2px solid #fff;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: -3px;
          border-radius: 100%;
          box-shadow: 0 0 2px #707070; }
      .sidebar_collection-filter .sidebar_wrapper .filter_widget .widget-body .size-list span {
        width: 38px;
        height: 38px;
        text-align: center;
        line-height: 35px;
        font-size: 21px;
        color: #666666;
        font-weight: 500;
        background: #ffffff;
        display: inline-block;
        border-radius: 6px;
        border: 1px solid #ddd;
        cursor: pointer;
        margin-right: 10px;
        margin-bottom: 5px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .sidebar_collection-filter .sidebar_wrapper .filter_widget .widget-body .size-list span {
            width: 30px;
            height: 30px;
            font-size: 16px;
            line-height: 30px; } }
        @media only screen and (max-width: 767px) {
          .sidebar_collection-filter .sidebar_wrapper .filter_widget .widget-body .size-list span {
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 14px; } }
        .sidebar_collection-filter .sidebar_wrapper .filter_widget .widget-body .size-list span.active {
          background: #f88379;
          border-color: #f88379;
          color: #fff; }
      .sidebar_collection-filter .sidebar_wrapper .filter_widget .widget-body .list-group li {
        background-color: transparent;
        border: none;
        padding: 0px;
        margin-bottom: 18px; }
        @media only screen and (max-width: 767px) {
          .sidebar_collection-filter .sidebar_wrapper .filter_widget .widget-body .list-group li {
            margin-bottom: 10px; } }
        .sidebar_collection-filter .sidebar_wrapper .filter_widget .widget-body .list-group li label {
          color: #666666;
          font-size: 18px;
          font-weight: 500;
          padding-left: 15px; }
          @media (min-width: 768px) and (max-width: 991px) {
            .sidebar_collection-filter .sidebar_wrapper .filter_widget .widget-body .list-group li label {
              font-size: 14px; } }
          @media only screen and (max-width: 767px) {
            .sidebar_collection-filter .sidebar_wrapper .filter_widget .widget-body .list-group li label {
              font-size: 14px; } }
          .sidebar_collection-filter .sidebar_wrapper .filter_widget .widget-body .list-group li label::before {
            content: "";
            border: 2px solid #252525;
            height: 17px;
            width: 17px;
            margin: 0px 8px 0 0;
            display: inline-block;
            vertical-align: middle;
            background: none; }
        .sidebar_collection-filter .sidebar_wrapper .filter_widget .widget-body .list-group li .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
          background: #f88379;
          border-color: #f88379; }
        .sidebar_collection-filter .sidebar_wrapper .filter_widget .widget-body .list-group li .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
          content: "";
          width: 11px;
          position: absolute;
          top: 44%;
          left: -21px;
          height: 6px;
          border-left: 2px solid #fff;
          border-bottom: 2px solid #fff;
          -moz-transform: translateY(-65%) rotate(-45deg);
          -webkit-transform: translateY(-65%) rotate(-45deg);
          transform: translateY(-65%) rotate(-45deg); }
        .sidebar_collection-filter .sidebar_wrapper .filter_widget .widget-body .list-group li .custom-checkbox .custom-control-input:focus {
          box-shadow: none; }

.sidebar-toggle {
  display: none; }
  @media (min-width: 768px) and (max-width: 991px) {
    .sidebar-toggle {
      display: block;
      position: fixed;
      top: 20%;
      left: 0;
      width: 40px;
      height: 40px;
      transition: left 0.2s ease-in-out 0s;
      border: #dcdcda solid 1px;
      border-left-width: 0;
      background: #fff;
      font-size: 17px;
      line-height: 38px;
      text-align: center;
      cursor: pointer;
      z-index: 999;
      margin-top: 50px; } }
  @media only screen and (max-width: 767px) {
    .sidebar-toggle {
      display: block;
      position: fixed;
      top: 20%;
      left: 0;
      width: 40px;
      height: 40px;
      transition: left 0.2s ease-in-out 0s;
      border: #dcdcda solid 1px;
      border-left-width: 0;
      background: #fff;
      font-size: 17px;
      line-height: 38px;
      text-align: center;
      cursor: pointer;
      z-index: 999;
      margin-top: 50px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .mobile-sidebar {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 260px;
    padding: 0;
    margin: 0;
    transform: translate(-260px);
    transition: transform 0.2s ease-in-out 0s;
    background-color: #fff;
    z-index: 9999;
    overflow-y: auto; }

  .sidebar-shop {
    height: 100vh; }
    .sidebar-shop.active {
      transform: none; }
      .sidebar-shop.active .sidebar-overlay {
        width: 100vw; }

  .shop_listing.active .sidebar-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    opacity: 0.35;
    z-index: 8999; }

  .sidebar-overlay {
    position: absolute;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    width: 0;
    height: 100%;
    left: 0;
    top: 0px;
    background: #000;
    z-index: 1;
    opacity: 0.1;
    cursor: pointer; } }
@media only screen and (max-width: 767px) {
  .mobile-sidebar {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 260px;
    padding: 0;
    margin: 0;
    transform: translate(-260px);
    transition: transform 0.2s ease-in-out 0s;
    background-color: #fff;
    z-index: 9999;
    overflow-y: auto; }

  .sidebar-shop {
    height: 100vh; }
    .sidebar-shop.active {
      transform: none; }
      .sidebar-shop.active .sidebar-overlay {
        width: 100vw; }

  .shop_listing.active .sidebar-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    opacity: 0.35;
    z-index: 8999; }

  .sidebar-overlay {
    position: absolute;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    width: 0;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #000;
    z-index: 1;
    opacity: 0.1;
    cursor: pointer; } }
.product_dst_top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }
  .product_dst_top .product_dst_left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .product_dst_top .product_dst_left .products_view {
      margin-right: 15px; }
      @media only screen and (max-width: 767px) {
        .product_dst_top .product_dst_left .products_view {
          display: flex; } }
      .product_dst_top .product_dst_left .products_view a.shorting_icon {
        font-size: 25px;
        margin-right: 15px;
        float: left;
        text-align: center;
        color: rgba(0, 0, 0, 0.2); }
        @media only screen and (max-width: 767px) {
          .product_dst_top .product_dst_left .products_view a.shorting_icon {
            font-size: 18px; } }
        .product_dst_top .product_dst_left .products_view a.shorting_icon.active {
          color: #252525; }
    .product_dst_top .product_dst_left span {
      font-size: 18px;
      font-weight: 500;
      color: #444444; }
      @media (min-width: 768px) and (max-width: 991px) {
        .product_dst_top .product_dst_left span {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .product_dst_top .product_dst_left span {
          font-size: 13px; } }
  .product_dst_top .product_dst_right .custom_select {
    position: relative; }
    .product_dst_top .product_dst_right .custom_select select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 1px solid #B6B6B6;
      padding: 8px 35px 8px 15px;
      width: 100%;
      height: 43px;
      font-size: 18px;
      font-weight: 500;
      color: #252525;
      border-radius: 0px; }
      .product_dst_top .product_dst_right .custom_select select:focus {
        box-shadow: none; }
      @media (min-width: 768px) and (max-width: 991px) {
        .product_dst_top .product_dst_right .custom_select select {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .product_dst_top .product_dst_right .custom_select select {
          font-size: 13px;
          height: 35px; } }
    .product_dst_top .product_dst_right .custom_select::before {
      content: "\f107";
      font-family: "FontAwesome";
      position: absolute;
      display: block;
      color: #848484;
      top: 50%;
      right: 15px;
      font-weight: 900;
      pointer-events: none;
      font-size: 24px;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media only screen and (max-width: 767px) {
        .product_dst_top .product_dst_right .custom_select::before {
          right: 10px; } }

.page_pagination ul li {
  margin: 0px 9px; }
  .page_pagination ul li.page-item .page-link {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border: 1px solid #707070;
    border-radius: 9px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
    color: #444444;
    padding: 0px;
    text-align: center; }
    @media (min-width: 768px) and (max-width: 991px) {
      .page_pagination ul li.page-item .page-link {
        width: 40px;
        height: 40px;
        line-height: 40px; } }
    @media only screen and (max-width: 767px) {
      .page_pagination ul li.page-item .page-link {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px; } }
    .page_pagination ul li.page-item .page-link span {
      font-size: 32px; }
    .page_pagination ul li.page-item .page-link:hover {
      background: #f88379;
      color: #ffffff;
      border-color: #f88379; }
  .page_pagination ul li.page-item.active a {
    background: #f88379;
    color: #ffffff;
    border-color: #f88379; }

.color_Black {
  background: #000000; }

.color_White {
  background: #ffffff; }

.color_Yellow {
  background: #fcba19; }

.color_Red {
  background: #be0221; }

.color_Green {
  background: #80eb29; }

.color_Blue {
  background: #0876e5; }

.product-image {
  position: relative; }
  .product-image .slick-list {
    margin-right: -10px;
    margin-left: -10px; }

.product_img_box {
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
  border-radius: 9px; }
  @media only screen and (max-width: 767px) {
    .product_img_box {
      margin-bottom: 20px; } }
  .product_img_box img {
    border: none;
    outline: none;
    max-width: 100%;
    border-radius: 9px; }

.product_gallery_item a {
  display: block; }
  .product_gallery_item a img {
    max-width: 100%; }
.product_gallery_item.slick_slider .slick-slide {
  margin-right: 10px;
  margin-left: 10px; }

.slick_slider {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .slick_slider {
      overflow: hidden; } }
  .slick_slider.owl-carousel .owl-nav .owl-prev {
    left: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    background: #ffffff;
    font-size: 20px;
    top: 50%;
    left: 0px;
    display: block;
    border-radius: 6px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer; }
  .slick_slider.owl-carousel .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    background: #ffffff;
    font-size: 20px;
    top: 50%;
    right: 0px;
    display: block;
    border-radius: 6px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer; }

.pro_detail .product_description h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 10px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .pro_detail .product_description h4 {
      font-size: 20px;
      margin-bottom: 5px; } }
  @media only screen and (max-width: 767px) {
    .pro_detail .product_description h4 {
      font-size: 18px;
      margin-bottom: 5px; } }
.pro_detail .product_description .product_price_rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .pro_detail .product_description .product_price_rating {
      margin-bottom: 10px; } }
  @media only screen and (max-width: 767px) {
    .pro_detail .product_description .product_price_rating {
      display: block;
      margin-bottom: 10px; } }
  .pro_detail .product_description .product_price_rating .psro_price del {
    font-size: 24px;
    color: #252525;
    font-weight: 500;
    line-height: 18px;
    margin-right: 10px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .pro_detail .product_description .product_price_rating .psro_price del {
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .pro_detail .product_description .product_price_rating .psro_price del {
        font-size: 14px; } }
  .pro_detail .product_description .product_price_rating .psro_price span.price {
    font-size: 30px;
    color: #252525;
    font-weight: 600; }
    @media (min-width: 768px) and (max-width: 991px) {
      .pro_detail .product_description .product_price_rating .psro_price span.price {
        font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .pro_detail .product_description .product_price_rating .psro_price span.price {
        font-size: 20px; } }
  .pro_detail .product_description .product_price_rating .pro_rating {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .pro_detail .product_description .product_price_rating .pro_rating {
        justify-content: space-between; } }
    .pro_detail .product_description .product_price_rating .pro_rating span {
      font-size: 23px;
      font-weight: 500;
      margin-right: 15px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .pro_detail .product_description .product_price_rating .pro_rating span {
          font-size: 13px;
          margin-right: 10px; } }
      @media only screen and (max-width: 767px) {
        .pro_detail .product_description .product_price_rating .pro_rating span {
          font-size: 13px; } }
    .pro_detail .product_description .product_price_rating .pro_rating .rating_wrap ul li {
      display: inline-block; }
      .pro_detail .product_description .product_price_rating .pro_rating .rating_wrap ul li span {
        font-size: 20px;
        color: #f5b726;
        margin-left: 3px;
        margin-right: 0px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .pro_detail .product_description .product_price_rating .pro_rating .rating_wrap ul li span {
            font-size: 13px; } }
        @media only screen and (max-width: 767px) {
          .pro_detail .product_description .product_price_rating .pro_rating .rating_wrap ul li span {
            font-size: 14px; } }
.pro_detail .product_description .available_items {
  font-size: 22px;
  font-weight: 500;
  display: block;
  margin-bottom: 18px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .pro_detail .product_description .available_items {
      font-size: 14px;
      margin-bottom: 14px; } }
  @media only screen and (max-width: 767px) {
    .pro_detail .product_description .available_items {
      font-size: 14px;
      margin-bottom: 14px; } }
.pro_detail .product_description .pro_desc {
  margin-bottom: 25px; }
  .pro_detail .product_description .pro_desc p {
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    margin: 0px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .pro_detail .product_description .pro_desc p {
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .pro_detail .product_description .pro_desc p {
        font-size: 14px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .pro_detail .product_description .pro_desc {
      margin-bottom: 15px; } }
.pro_detail .product_description .pro_switch_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 25px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .pro_detail .product_description .pro_switch_wrap {
      margin-bottom: 15px; } }
  .pro_detail .product_description .pro_switch_wrap .switch_lable {
    float: left;
    margin-right: 10px;
    font-size: 20px;
    font-weight: 500;
    max-width: 60px;
    min-width: 60px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .pro_detail .product_description .pro_switch_wrap .switch_lable {
        text-align: right;
        font-size: 14px; } }
  .pro_detail .product_description .pro_switch_wrap .product_color_switch span {
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    position: relative;
    cursor: pointer;
    border-radius: 100%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .pro_detail .product_description .pro_switch_wrap .product_color_switch span {
        height: 20px;
        width: 20px; } }
    @media only screen and (max-width: 767px) {
      .pro_detail .product_description .pro_switch_wrap .product_color_switch span {
        height: 20px;
        width: 20px; } }
    .pro_detail .product_description .pro_switch_wrap .product_color_switch span.active::before {
      content: "";
      border: 2px solid #fff;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: -3px;
      border-radius: 100%;
      box-shadow: 0 0 2px #707070; }
.pro_detail .product_description .pro_size {
  display: flex;
  align-items: center; }
  .pro_detail .product_description .pro_size .size_lable {
    float: left;
    margin-right: 10px;
    font-size: 20px;
    font-weight: 500;
    max-width: 60px;
    min-width: 60px;
    text-align: right; }
    @media (min-width: 768px) and (max-width: 991px) {
      .pro_detail .product_description .pro_size .size_lable {
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .pro_detail .product_description .pro_size .size_lable {
        font-size: 14px; } }
  .pro_detail .product_description .pro_size .product_size_select .custom_select {
    position: relative;
    max-width: 154px;
    min-width: 154px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .pro_detail .product_description .pro_size .product_size_select .custom_select {
        max-width: 104px;
        min-width: 104px; } }
    @media only screen and (max-width: 767px) {
      .pro_detail .product_description .pro_size .product_size_select .custom_select {
        max-width: 104px;
        min-width: 104px; } }
    .pro_detail .product_description .pro_size .product_size_select .custom_select select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 1px solid #707070;
      padding: 8px 35px 8px 15px;
      width: 100%;
      min-height: 56px;
      font-size: 22px;
      font-weight: 500;
      color: #252525;
      border-radius: 6px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .pro_detail .product_description .pro_size .product_size_select .custom_select select {
          font-size: 14px;
          min-height: 40px; } }
      @media only screen and (max-width: 767px) {
        .pro_detail .product_description .pro_size .product_size_select .custom_select select {
          font-size: 14px;
          min-height: 40px; } }
      .pro_detail .product_description .pro_size .product_size_select .custom_select select.form-control:focus {
        box-shadow: none; }
    .pro_detail .product_description .pro_size .product_size_select .custom_select::before {
      content: "\f107";
      font-family: "FontAwesome";
      position: absolute;
      display: block;
      color: rgba(0, 0, 0, 0.5);
      top: 50%;
      right: 15px;
      font-weight: 900;
      pointer-events: none;
      font-size: 24px;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
.pro_detail .cart_extra {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }
  .pro_detail .cart_extra .cart-product-quantity {
    margin: 0;
    display: flex;
    align-items: center; }
    @media (min-width: 768px) and (max-width: 991px) {
      .pro_detail .cart_extra .cart-product-quantity {
        display: block; } }
    @media only screen and (max-width: 767px) {
      .pro_detail .cart_extra .cart-product-quantity {
        display: block; } }
    .pro_detail .cart_extra .cart-product-quantity .quantity {
      display: flex;
      border: 1px solid #707070;
      padding: 10px 15px;
      min-height: 65px;
      width: 100%;
      text-align: center;
      justify-content: space-around;
      border-radius: 6px;
      max-width: 175px;
      min-width: 175px;
      margin-right: 20px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .pro_detail .cart_extra .cart-product-quantity .quantity {
          max-width: 104px;
          min-width: 104px;
          line-height: 40px;
          padding: 5px 15px;
          min-height: 40px;
          margin-bottom: 15px;
          margin-right: 0px; } }
      @media only screen and (max-width: 767px) {
        .pro_detail .cart_extra .cart-product-quantity .quantity {
          max-width: 104px;
          min-width: 104px;
          line-height: 40px;
          padding: 5px 15px;
          min-height: 40px;
          margin-bottom: 15px;
          margin-right: 0px; } }
      .pro_detail .cart_extra .cart-product-quantity .quantity input {
        background: none;
        border: none;
        text-align: center;
        font-size: 28px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .pro_detail .cart_extra .cart-product-quantity .quantity input {
            font-size: 16px; } }
        @media only screen and (max-width: 767px) {
          .pro_detail .cart_extra .cart-product-quantity .quantity input {
            font-size: 14px; } }
        .pro_detail .cart_extra .cart-product-quantity .quantity input.qty {
          width: 55px; }
    .pro_detail .cart_extra .cart-product-quantity .cart_btn .btn-addto_btn {
      border: 1px solid #707070;
      padding: 10px 15px;
      font-size: 21px;
      font-weight: 500;
      min-height: 65px;
      background: none;
      border-radius: 6px;
      margin-right: 20px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .pro_detail .cart_extra .cart-product-quantity .cart_btn .btn-addto_btn {
          font-size: 16px;
          min-height: 40px;
          margin-right: 6px; }
          .pro_detail .cart_extra .cart-product-quantity .cart_btn .btn-addto_btn img {
            max-width: 25px; } }
      @media only screen and (max-width: 767px) {
        .pro_detail .cart_extra .cart-product-quantity .cart_btn .btn-addto_btn {
          font-size: 16px;
          min-height: 40px;
          margin-right: 6px; }
          .pro_detail .cart_extra .cart-product-quantity .cart_btn .btn-addto_btn img {
            max-width: 25px; } }
      .pro_detail .cart_extra .cart-product-quantity .cart_btn .btn-addto_btn.cart {
        max-width: 250px;
        min-width: 250px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .pro_detail .cart_extra .cart-product-quantity .cart_btn .btn-addto_btn.cart {
            max-width: 180px;
            min-width: 180px; } }
        @media only screen and (max-width: 767px) {
          .pro_detail .cart_extra .cart-product-quantity .cart_btn .btn-addto_btn.cart {
            max-width: 180px;
            min-width: 180px; } }
        .pro_detail .cart_extra .cart-product-quantity .cart_btn .btn-addto_btn.cart img {
          margin-right: 28px; }
          @media (min-width: 768px) and (max-width: 991px) {
            .pro_detail .cart_extra .cart-product-quantity .cart_btn .btn-addto_btn.cart img {
              max-width: 25px;
              margin-right: 10px; } }
          @media only screen and (max-width: 767px) {
            .pro_detail .cart_extra .cart-product-quantity .cart_btn .btn-addto_btn.cart img {
              max-width: 25px;
              margin-right: 10px; } }
      .pro_detail .cart_extra .cart-product-quantity .cart_btn .btn-addto_btn:hover {
        background: #f88379;
        border-color: #f88379;
        color: #ffffff; }
.pro_detail .pro_pincode {
  width: 100%;
  display: flex;
  align-items: center; }
  @media (min-width: 768px) and (max-width: 991px) {
    .pro_detail .pro_pincode {
      display: block; } }
  @media only screen and (max-width: 767px) {
    .pro_detail .pro_pincode {
      display: block; } }
  .pro_detail .pro_pincode .pincode_box {
    max-width: 475px;
    min-width: 475px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .pro_detail .pro_pincode .pincode_box {
        max-width: 100%;
        min-width: 100%; } }
    @media only screen and (max-width: 767px) {
      .pro_detail .pro_pincode .pincode_box {
        max-width: 100%;
        min-width: 100%; } }
    .pro_detail .pro_pincode .pincode_box .form-group {
      position: relative;
      margin: 0px; }
      .pro_detail .pro_pincode .pincode_box .form-group .form-control {
        border: 1px solid #707070;
        min-height: 67px;
        border-radius: 0px;
        padding: 20px 30px;
        padding-right: 175px;
        font-size: 19px;
        font-weight: normal; }
        @media (min-width: 768px) and (max-width: 991px) {
          .pro_detail .pro_pincode .pincode_box .form-group .form-control {
            min-height: 50px;
            padding: 10px 20px;
            padding-right: 120px;
            font-size: 16px; } }
        @media only screen and (max-width: 767px) {
          .pro_detail .pro_pincode .pincode_box .form-group .form-control {
            min-height: 50px;
            padding: 10px 20px;
            padding-right: 120px;
            font-size: 16px; } }
        .pro_detail .pro_pincode .pincode_box .form-group .form-control:focus {
          box-shadow: none; }
      .pro_detail .pro_pincode .pincode_box .form-group .btn-pincode {
        position: absolute;
        right: 6px;
        top: 6px;
        background: #f88379;
        color: #ffffff;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        min-height: 55px;
        border-radius: 0px;
        max-width: 155px;
        min-width: 155px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .pro_detail .pro_pincode .pincode_box .form-group .btn-pincode {
            max-width: 95px;
            min-width: 95px;
            font-size: 14px;
            min-height: 38px; } }
        @media only screen and (max-width: 767px) {
          .pro_detail .pro_pincode .pincode_box .form-group .btn-pincode {
            max-width: 95px;
            min-width: 95px;
            font-size: 14px;
            min-height: 38px; } }
  .pro_detail .pro_pincode span {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    margin-left: 20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .pro_detail .pro_pincode span {
        margin-left: 0px;
        margin-top: 10px;
        font-size: 14px;
        display: inline-block; } }
    @media only screen and (max-width: 767px) {
      .pro_detail .pro_pincode span {
        margin-left: 0px;
        margin-top: 10px;
        font-size: 14px;
        display: inline-block; } }

.large_divider {
  height: 85px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .large_divider {
      height: 45px; } }
  @media only screen and (max-width: 767px) {
    .large_divider {
      height: 45px; } }

.shop_info_dit {
  margin-bottom: 60px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .shop_info_dit {
      margin-bottom: 45px; } }
  @media only screen and (max-width: 767px) {
    .shop_info_dit {
      margin-bottom: 45px; } }

.shop_info_dit .nav-tabs {
  border-color: #b6b6b6; }
  @media only screen and (max-width: 767px) {
    .shop_info_dit .nav-tabs {
      display: block; } }
  .shop_info_dit .nav-tabs li .nav-link {
    font-size: 25px;
    font-weight: 500;
    color: #666666;
    border-radius: 8px 8px 0px 0px;
    padding: 15px 10px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .shop_info_dit .nav-tabs li .nav-link {
        font-size: 14px;
        padding: 10px 10px; } }
    @media only screen and (max-width: 767px) {
      .shop_info_dit .nav-tabs li .nav-link {
        font-size: 14px;
        padding: 10px 10px; } }
    .shop_info_dit .nav-tabs li .nav-link.active {
      border-color: #b6b6b6;
      color: #252525; }
    .shop_info_dit .nav-tabs li .nav-link:hover {
      border-color: #b6b6b6;
      color: #252525; }
.shop_info_dit .shop_info_tab {
  margin-top: 30px; }

.info_inner p {
  font-size: 18px;
  color: #666666; }
  @media (min-width: 768px) and (max-width: 991px) {
    .info_inner p {
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .info_inner p {
      font-size: 14px; } }

.heading_s1 h3 {
  font-size: 35px;
  color: #252525;
  font-weight: bold;
  margin-bottom: 30px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .heading_s1 h3 {
      font-size: 20px; } }
  @media only screen and (max-width: 767px) {
    .heading_s1 h3 {
      font-size: 20px; } }

.releted_product_slider .slick-list {
  margin-right: -15px;
  margin-left: -15px; }
  @media only screen and (max-width: 767px) {
    .releted_product_slider .slick-list {
      margin: 0px; } }
.releted_product_slider .slick-slide {
  margin-right: 15px;
  margin-left: 15px; }
  .releted_product_slider .slick-slide.item .product_box {
    margin-bottom: 0px; }
.releted_product_slider.owl-carousel .owl-nav .owl-prev {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 9px;
  line-height: 50px;
  font-weight: 600;
  color: #444444;
  font-size: 32px;
  padding: 0px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: -58px;
  display: block;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer; }
  @media (min-width: 768px) and (max-width: 991px) {
    .releted_product_slider.owl-carousel .owl-nav .owl-prev {
      left: -20px; } }
  @media only screen and (max-width: 767px) {
    .releted_product_slider.owl-carousel .owl-nav .owl-prev {
      left: 0px;
      width: 40px;
      height: 40px;
      line-height: 40px; } }
.releted_product_slider.owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 9px;
  line-height: 50px;
  font-weight: 600;
  color: #444444;
  font-size: 32px;
  padding: 0px;
  text-align: center;
  position: absolute;
  right: -58px;
  top: 50%;
  display: block;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer; }
  @media (min-width: 768px) and (max-width: 991px) {
    .releted_product_slider.owl-carousel .owl-nav .owl-next {
      right: -20px; } }
  @media only screen and (max-width: 767px) {
    .releted_product_slider.owl-carousel .owl-nav .owl-next {
      right: 0px;
      width: 40px;
      height: 40px;
      line-height: 40px; } }
.releted_product_slider .slick-arrow {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 9px;
  line-height: 50px;
  font-weight: 600;
  color: #444444;
  padding: 0px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .releted_product_slider .slick-arrow {
      width: 40px;
      height: 40px; } }

.color-a {
  background: #f84f77; }

.color-b {
  background: #c70225; }

.color-c {
  background: #0d46b9; }

/* cart page */
.cart_left .heading_s1 h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .cart_left .heading_s1 h3 {
      font-size: 20px;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .cart_left .heading_s1 h3 {
      font-size: 18px; } }
.cart_left .cart_shop_box {
  border: 1px solid #b6b6b6;
  border-radius: 6px;
  margin-bottom: 40px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .cart_left .cart_shop_box {
      margin-bottom: 30px; } }
  .cart_left .cart_shop_box .table {
    margin: 0px; }
    @media only screen and (max-width: 767px) {
      .cart_left .cart_shop_box .table thead {
        display: none; } }
    .cart_left .cart_shop_box .table thead th {
      border-top: none;
      border-bottom: none;
      font-size: 22px;
      font-weight: 500;
      color: #666666;
      padding: 16px 5px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cart_left .cart_shop_box .table thead th {
          font-size: 14px; } }
    .cart_left .cart_shop_box .table td {
      vertical-align: middle;
      padding-top: 35px; }
      .cart_left .cart_shop_box .table td h3 {
        font-size: 20px;
        color: #252525;
        font-weight: 500; }
        @media (min-width: 768px) and (max-width: 991px) {
          .cart_left .cart_shop_box .table td h3 {
            font-size: 16px; } }
        @media only screen and (max-width: 767px) {
          .cart_left .cart_shop_box .table td h3 {
            font-size: 16px; } }
      .cart_left .cart_shop_box .table td .quantity {
        display: flex;
        border: 1px solid #b6b6b6;
        padding: 5px 15px;
        min-height: 43px;
        width: 100%;
        text-align: center;
        justify-content: space-around;
        border-radius: 0px;
        max-width: 100px;
        min-width: 100px;
        margin-right: 20px; }
        @media only screen and (max-width: 767px) {
          .cart_left .cart_shop_box .table td .quantity {
            min-height: 40px; } }
        .cart_left .cart_shop_box .table td .quantity input {
          background: none;
          border: none;
          text-align: center;
          font-size: 20px;
          font-weight: 600; }
          .cart_left .cart_shop_box .table td .quantity input.qty {
            width: 45px; }
          @media (min-width: 768px) and (max-width: 991px) {
            .cart_left .cart_shop_box .table td .quantity input {
              font-size: 16px; } }
          @media only screen and (max-width: 767px) {
            .cart_left .cart_shop_box .table td .quantity input {
              font-size: 14px; } }
      .cart_left .cart_shop_box .table td button {
        background: none;
        border: none; }
      .cart_left .cart_shop_box .table td:first-child {
        padding-left: 40px; }
        @media only screen and (max-width: 767px) {
          .cart_left .cart_shop_box .table td:first-child {
            padding-left: 10px;
            width: 34%; } }
      .cart_left .cart_shop_box .table td:last-child {
        padding-right: 40px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .cart_left .cart_shop_box .table td:last-child {
            margin-right: 24px; }
            .cart_left .cart_shop_box .table td:last-child img {
              max-width: 24px; } }
        @media only screen and (max-width: 767px) {
          .cart_left .cart_shop_box .table td:last-child {
            width: 100%;
            text-align: right;
            margin-right: 0px;
            padding-right: 24px; }
            .cart_left .cart_shop_box .table td:last-child img {
              max-width: 24px; } }
      @media only screen and (max-width: 767px) {
        .cart_left .cart_shop_box .table td {
          display: inline-block;
          width: 49%;
          border: none;
          padding: 5px; } }
  .cart_left .cart_shop_box .total_amt {
    border-top: 1px solid #b6b6b6;
    max-width: 680px;
    margin-left: auto;
    text-align: right;
    margin-right: 45px; }
    @media only screen and (max-width: 767px) {
      .cart_left .cart_shop_box .total_amt {
        margin-right: 0px; } }
    .cart_left .cart_shop_box .total_amt p {
      margin: 0px;
      padding: 20px 20px;
      font-size: 22px;
      color: #666666; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cart_left .cart_shop_box .total_amt p {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .cart_left .cart_shop_box .total_amt p {
          font-size: 14px;
          padding: 14px 20px; } }
      .cart_left .cart_shop_box .total_amt p span {
        margin-left: 10px; }
        @media only screen and (max-width: 767px) {
          .cart_left .cart_shop_box .total_amt p span {
            font-weight: bold; } }
.cart_left .product_cart_img img {
  max-width: 139px;
  border-radius: 6px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .cart_left .product_cart_img img {
      max-width: 90px; } }
  @media only screen and (max-width: 767px) {
    .cart_left .product_cart_img img {
      max-width: 90px; } }
.cart_left .couponcode-main .couponcode_box .form-group {
  display: flex;
  margin: 0px; }
  @media only screen and (max-width: 767px) {
    .cart_left .couponcode-main .couponcode_box .form-group {
      display: block; } }
  .cart_left .couponcode-main .couponcode_box .form-group .form-control {
    min-height: 74px;
    border-color: #b6b6b6;
    padding: 10px 29px;
    color: #bcbcbc;
    border-radius: 6px;
    font-size: 22px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .cart_left .couponcode-main .couponcode_box .form-group .form-control {
        font-size: 16px;
        min-height: 60px; } }
    @media only screen and (max-width: 767px) {
      .cart_left .couponcode-main .couponcode_box .form-group .form-control {
        width: 100%;
        font-size: 14px;
        padding: 5px 15px;
        min-height: 50px; } }
  .cart_left .couponcode-main .couponcode_box .form-group .btn-couponcode {
    background: #252525;
    border-radius: 0px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 40px;
    margin-left: 20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .cart_left .couponcode-main .couponcode_box .form-group .btn-couponcode {
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .cart_left .couponcode-main .couponcode_box .form-group .btn-couponcode {
        margin-left: 0px;
        margin-top: 15px;
        padding: 12px 24px;
        font-size: 14px;
        min-height: 50px; } }
@media only screen and (max-width: 767px) {
  .cart_left .couponcode-main {
    margin-bottom: 30px; } }

@media only screen and (max-width: 767px) {
  .cart_shop_box .table tr td:nth-of-type(2) {
    width: 64%; }
  .cart_shop_box .table tr td:nth-of-type(4) {
    text-align: right; } }
@media (min-width: 768px) and (max-width: 991px) {
  .cart_right {
    margin-top: 30px; } }
.cart_right h6 {
  text-align: right;
  font-size: 18px;
  font-weight: normal;
  color: #666666;
  margin-bottom: 43px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .cart_right h6 {
      font-size: 16px;
      margin-bottom: 25px; } }
  @media only screen and (max-width: 767px) {
    .cart_right h6 {
      font-size: 16px;
      margin-bottom: 30px; } }
.cart_right .right_subtotle {
  border: 1px solid #b6b6b6;
  border-radius: 6px;
  padding: 25px 15px; }
  @media only screen and (max-width: 767px) {
    .cart_right .right_subtotle {
      padding: 10px; } }
.cart_right .right_subtotle ul li {
  padding: 20px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .cart_right .right_subtotle ul li span {
    font-size: 20px;
    color: #666666;
    font-weight: 500; }
    @media (min-width: 768px) and (max-width: 991px) {
      .cart_right .right_subtotle ul li span {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .cart_right .right_subtotle ul li span {
        font-size: 16px; } }
  @media only screen and (max-width: 767px) {
    .cart_right .right_subtotle ul li {
      padding: 10px 5px; } }
.cart_right .right_subtotle .checkout_btn {
  background: #f88379;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  min-height: 55px;
  border-radius: 0px;
  border: none;
  padding: 5px 30px;
  margin-left: auto;
  float: right; }
  @media (min-width: 768px) and (max-width: 991px) {
    .cart_right .right_subtotle .checkout_btn {
      font-size: 16px;
      min-height: 50px; } }
  @media only screen and (max-width: 767px) {
    .cart_right .right_subtotle .checkout_btn {
      font-size: 15px;
      min-height: 50px;
      padding: 5px 20px; } }

/* cart page notification */
.cart_notification {
  max-width: 640px;
  margin: 0 auto;
  width: 100%; }
  .cart_notification .alert {
    padding: 21px 34px;
    margin-bottom: 0px;
    border-radius: 7px;
    margin-bottom: 60px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .cart_notification .alert {
        padding: 10px 20px; } }
    @media only screen and (max-width: 767px) {
      .cart_notification .alert {
        padding: 5px 5px; } }
  .cart_notification .alert-danger {
    color: #af211f;
    background: #f5d9d6;
    border-color: #ca9796; }
  .cart_notification .alert_line {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .cart_notification .alert_line {
        display: block; } }
    .cart_notification .alert_line .error_icon {
      margin-right: 22px; }
      @media only screen and (max-width: 767px) {
        .cart_notification .alert_line .error_icon {
          margin-right: 5px; }
          .cart_notification .alert_line .error_icon img {
            max-width: 24px; } }
    .cart_notification .alert_line strong {
      font-size: 22px;
      font-weight: 500; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cart_notification .alert_line strong {
          font-size: 18px; } }
      @media only screen and (max-width: 767px) {
        .cart_notification .alert_line strong {
          font-size: 14px; } }
    .cart_notification .alert_line span {
      font-size: 20px;
      font-weight: normal;
      padding-left: 8px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .cart_notification .alert_line span {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .cart_notification .alert_line span {
          font-size: 14px; } }
  .cart_notification button {
    opacity: 1; }
    @media only screen and (max-width: 767px) {
      .cart_notification button svg {
        width: 30px; } }
    .cart_notification button svg path {
      fill: #cb9595; }
  .cart_notification .alert-info {
    color: #2768a0;
    background: #cde9f7;
    border-color: #8bc5ee; }
    .cart_notification .alert-info button {
      opacity: 1; }
      .cart_notification .alert-info button svg path {
        fill: #a8c9da; }
  .cart_notification .alert-warning {
    color: #916824;
    background: #f8f4c4;
    border-color: #e5da9a; }
    .cart_notification .alert-warning button {
      opacity: 1; }
      .cart_notification .alert-warning button svg path {
        fill: #d8d19b; }

.all_modal .modal-dialog {
  max-width: 800px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .all_modal .modal-dialog {
      max-width: 680px; } }
.all_modal .modal-content {
  background: none;
  border: none; }
  .all_modal .modal-content .modal-header {
    border: none;
    margin-bottom: 20px; }
    .all_modal .modal-content .modal-header .close {
      background: #f88379;
      width: 51px;
      height: 51px;
      padding: 0px;
      border-radius: 50%;
      opacity: 1; }
      @media (min-width: 768px) and (max-width: 991px) {
        .all_modal .modal-content .modal-header .close {
          width: 40px;
          height: 40px; } }
      @media only screen and (max-width: 767px) {
        .all_modal .modal-content .modal-header .close {
          width: 30px;
          height: 30px; } }
      .all_modal .modal-content .modal-header .close svg {
        width: 36px;
        height: 36px; }
        @media only screen and (max-width: 767px) {
          .all_modal .modal-content .modal-header .close svg {
            width: 26px;
            height: 26px; } }
      .all_modal .modal-content .modal-header .close:hover svg path {
        fill: #ffffff; }
  .all_modal .modal-content .modal-body {
    background: #ffffff;
    padding: 90px 75px 100px 75px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .all_modal .modal-content .modal-body {
        padding: 40px 50px; } }
    @media only screen and (max-width: 767px) {
      .all_modal .modal-content .modal-body {
        padding: 30px 20px; } }
    .all_modal .modal-content .modal-body .top_all_text {
      text-align: center;
      margin-bottom: 30px; }
      .all_modal .modal-content .modal-body .top_all_text h1 {
        font-size: 35px;
        font-weight: 800;
        margin-bottom: 4px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .all_modal .modal-content .modal-body .top_all_text h1 {
            font-size: 22px; } }
        @media only screen and (max-width: 767px) {
          .all_modal .modal-content .modal-body .top_all_text h1 {
            font-size: 22px; } }
      .all_modal .modal-content .modal-body .top_all_text p {
        color: #bcbcbc;
        font-size: 18px;
        font-weight: normal;
        margin: 0px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .all_modal .modal-content .modal-body .top_all_text p {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .all_modal .modal-content .modal-body .top_all_text p {
            font-size: 13px; } }
        .all_modal .modal-content .modal-body .top_all_text p a {
          color: #f88379;
          text-decoration: underline; }
    .all_modal .modal-content .modal-body .form_allfield .form-group {
      margin-bottom: 29px; }
      @media only screen and (max-width: 767px) {
        .all_modal .modal-content .modal-body .form_allfield .form-group {
          margin-bottom: 20px; } }
      .all_modal .modal-content .modal-body .form_allfield .form-group .form-control {
        min-height: 70px;
        border: 1px solid #b6b6b6;
        padding: 20px 29px;
        font-size: 22px;
        font-weight: normal;
        border-radius: 6px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .all_modal .modal-content .modal-body .form_allfield .form-group .form-control {
            min-height: 55px;
            font-size: 18px;
            padding: 10px 24px; } }
        @media only screen and (max-width: 767px) {
          .all_modal .modal-content .modal-body .form_allfield .form-group .form-control {
            min-height: 55px;
            font-size: 14px;
            padding: 10px 24px; } }
        .all_modal .modal-content .modal-body .form_allfield .form-group .form-control:focus {
          box-shadow: none; }
      .all_modal .modal-content .modal-body .form_allfield .form-group .btn-fill-out {
        background: #f88379;
        min-height: 49px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        color: #ffffff;
        text-decoration: none;
        display: inline-block;
        border-radius: 0px;
        padding: 12px 35px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .all_modal .modal-content .modal-body .form_allfield .form-group .btn-fill-out {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .all_modal .modal-content .modal-body .form_allfield .form-group .btn-fill-out {
            font-size: 14px; } }
    .all_modal .modal-content .modal-body .form_allfield .login_footer {
      margin-bottom: 30px;
      margin-top: 5px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .all_modal .modal-content .modal-body .form_allfield .login_footer {
          display: block;
          margin-bottom: 20px; } }
      @media only screen and (max-width: 767px) {
        .all_modal .modal-content .modal-body .form_allfield .login_footer .chek-form {
          margin-bottom: 15px; } }
      .all_modal .modal-content .modal-body .form_allfield .login_footer .chek-form .custom-control {
        padding-left: 45px; }
        @media only screen and (max-width: 767px) {
          .all_modal .modal-content .modal-body .form_allfield .login_footer .chek-form .custom-control {
            padding-left: 30px; } }
        .all_modal .modal-content .modal-body .form_allfield .login_footer .chek-form .custom-control .custom-control-input:focus {
          border: none;
          box-shadow: none; }
        .all_modal .modal-content .modal-body .form_allfield .login_footer .chek-form .custom-control .custom-control-label {
          font-size: 18px;
          padding-top: 7px;
          color: #bcbcbc;
          border-radius: 6px; }
          @media (min-width: 768px) and (max-width: 991px) {
            .all_modal .modal-content .modal-body .form_allfield .login_footer .chek-form .custom-control .custom-control-label {
              font-size: 16px;
              padding-top: 0px; } }
          @media only screen and (max-width: 767px) {
            .all_modal .modal-content .modal-body .form_allfield .login_footer .chek-form .custom-control .custom-control-label {
              font-size: 14px; } }
          .all_modal .modal-content .modal-body .form_allfield .login_footer .chek-form .custom-control .custom-control-label::before {
            width: 32px;
            height: 32px;
            left: -43px;
            background: none; }
            @media (min-width: 768px) and (max-width: 991px) {
              .all_modal .modal-content .modal-body .form_allfield .login_footer .chek-form .custom-control .custom-control-label::before {
                width: 22px;
                height: 22px; } }
            @media only screen and (max-width: 767px) {
              .all_modal .modal-content .modal-body .form_allfield .login_footer .chek-form .custom-control .custom-control-label::before {
                width: 22px;
                height: 22px;
                left: -30px; } }
          .all_modal .modal-content .modal-body .form_allfield .login_footer .chek-form .custom-control .custom-control-label::after {
            width: 32px;
            height: 32px;
            left: -43px;
            border: 1px solid #b6b6b6;
            border-radius: 6px; }
            @media (min-width: 768px) and (max-width: 991px) {
              .all_modal .modal-content .modal-body .form_allfield .login_footer .chek-form .custom-control .custom-control-label::after {
                width: 22px;
                height: 22px; } }
            @media only screen and (max-width: 767px) {
              .all_modal .modal-content .modal-body .form_allfield .login_footer .chek-form .custom-control .custom-control-label::after {
                width: 22px;
                height: 22px;
                left: -30px; } }
        .all_modal .modal-content .modal-body .form_allfield .login_footer .chek-form .custom-control .custom-control-input:checked ~ .custom-control-label::before {
          background-color: #f88379; }
        .all_modal .modal-content .modal-body .form_allfield .login_footer .chek-form .custom-control .custom-control-input:checked ~ .custom-control-label::after {
          border-color: #f88379; }
      .all_modal .modal-content .modal-body .form_allfield .login_footer a {
        font-size: 18px;
        color: #bcbcbc;
        font-weight: normal;
        text-decoration: none; }
        @media (min-width: 768px) and (max-width: 991px) {
          .all_modal .modal-content .modal-body .form_allfield .login_footer a {
            font-size: 16px; } }
        @media only screen and (max-width: 767px) {
          .all_modal .modal-content .modal-body .form_allfield .login_footer a {
            font-size: 14px; } }
        .all_modal .modal-content .modal-body .form_allfield .login_footer a:hover {
          color: #f88379; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none; }

.crt_link {
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .crt_link {
      margin-bottom: 20px; } }
  .crt_link ul {
    display: block;
    text-align: center; }
    .crt_link ul li {
      display: inline-block;
      padding: 0px 15px;
      border-right: 1px solid #bcbcbc; }
      .crt_link ul li a {
        text-decoration: none;
        color: #bcbcbc;
        font-size: 18px;
        line-height: 18px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .crt_link ul li a {
            font-size: 16px; } }
        @media only screen and (max-width: 767px) {
          .crt_link ul li a {
            font-size: 14px; } }
        .crt_link ul li a:hover {
          color: #f88379; }
      .crt_link ul li:last-child {
        border-right: none; }

.error-area {
  height: 100vh; }
  @media only screen and (max-width: 767px) {
    .error-area {
      height: 80vh; } }
  .error-area .top_error {
    width: 100%;
    padding: 15px 24px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .error-area .top_error {
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .error-area .top_error {
        text-align: center; } }
    .error-area .top_error a img {
      max-width: 239px; }
  .error-area .d-table {
    width: 100%;
    height: 100%; }
    .error-area .d-table.error_bg img {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: -1; }
      @media (min-width: 768px) and (max-width: 991px) {
        .error-area .d-table.error_bg img {
          height: auto; } }
      @media only screen and (max-width: 767px) {
        .error-area .d-table.error_bg img {
          height: auto; } }
    .error-area .d-table .d-table-cell {
      vertical-align: bottom; }
      @media (min-width: 768px) and (max-width: 991px) {
        .error-area .d-table .d-table-cell {
          vertical-align: middle; } }
      @media only screen and (max-width: 767px) {
        .error-area .d-table .d-table-cell {
          vertical-align: middle; } }
  .error-area .error-item {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 30px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .error-area .error-item {
        max-width: 470px; } }
    @media only screen and (max-width: 767px) {
      .error-area .error-item {
        max-width: 310px; } }
    .error-area .error-item h1 {
      font-size: 120px;
      font-weight: bold;
      color: #d9684e;
      text-shadow: -6px -5px 0px rgba(217, 104, 78, 0.2); }
      @media only screen and (max-width: 767px) {
        .error-area .error-item h1 {
          font-size: 70px; } }
    .error-area .error-item h2 {
      font-size: 38px;
      font-weight: bold;
      color: #252525; }
      @media (min-width: 768px) and (max-width: 991px) {
        .error-area .error-item h2 {
          font-size: 22px; } }
      @media only screen and (max-width: 767px) {
        .error-area .error-item h2 {
          font-size: 15px; } }
    .error-area .error-item p {
      font-size: 20px;
      font-weight: 500;
      margin-top: 15px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .error-area .error-item p {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .error-area .error-item p {
          font-size: 14px; } }
  .error-area .mainten_pg .maintenance-item {
    max-width: 850px;
    margin: 0 auto;
    width: 100%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .error-area .mainten_pg .maintenance-item {
        max-width: 660px; } }
    @media only screen and (max-width: 767px) {
      .error-area .mainten_pg .maintenance-item {
        max-width: 320px; } }
  .error-area .mainten_pg .d-table-cell {
    vertical-align: middle; }
  .error-area .mainten_pg .logo_ma {
    margin: auto;
    text-align: center;
    margin-bottom: 100px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .error-area .mainten_pg .logo_ma {
        margin-bottom: 80px; } }
    @media only screen and (max-width: 767px) {
      .error-area .mainten_pg .logo_ma {
        margin-bottom: 40px; } }
  .error-area .mainten_pg .mnt_text {
    text-align: center; }
    .error-area .mainten_pg .mnt_text p {
      margin: 0px;
      font-size: 29px;
      color: #252525;
      font-weight: 600; }
      @media (min-width: 768px) and (max-width: 991px) {
        .error-area .mainten_pg .mnt_text p {
          font-size: 22px; } }
      @media only screen and (max-width: 767px) {
        .error-area .mainten_pg .mnt_text p {
          font-size: 16px;
          margin-bottom: 10px; } }
    .error-area .mainten_pg .mnt_text h2 {
      font-size: 44px;
      font-weight: bold; }
      @media (min-width: 768px) and (max-width: 991px) {
        .error-area .mainten_pg .mnt_text h2 {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .error-area .mainten_pg .mnt_text h2 {
          font-size: 22px; } }
  .error-area .special_bg .d-table-cell {
    vertical-align: middle; }
  .error-area .special-wait-item {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    text-align: center; }
    @media (min-width: 768px) and (max-width: 991px) {
      .error-area .special-wait-item {
        max-width: 660px; } }
    @media only screen and (max-width: 767px) {
      .error-area .special-wait-item {
        max-width: 320px; } }
    .error-area .special-wait-item .logo_ma {
      margin-bottom: 40px; }
    .error-area .special-wait-item .sw_img img {
      width: 100%; }
    .error-area .special-wait-item h2 {
      color: #252525;
      font-size: 38px;
      font-weight: bold;
      padding-top: 30px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .error-area .special-wait-item h2 {
          font-size: 22px; } }
      @media only screen and (max-width: 767px) {
        .error-area .special-wait-item h2 {
          font-size: 18px; } }
    .error-area .special-wait-item p {
      font-size: 20px;
      font-weight: 500;
      color: #f88379;
      margin: 0px;
      padding-top: 15px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .error-area .special-wait-item p {
          font-size: 14px;
          padding-top: 5px; } }
      @media only screen and (max-width: 767px) {
        .error-area .special-wait-item p {
          font-size: 14px;
          padding-top: 5px; } }

.page-error-area {
  padding: 100px 0px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .page-error-area {
      padding: 60px 0px; } }
  @media only screen and (max-width: 767px) {
    .page-error-area {
      padding: 50px 0px; } }
  .page-error-area .page_404_bg .page-error-item {
    max-width: 1024px;
    margin: 0 auto;
    width: 100%;
    text-align: center; }
    @media (min-width: 768px) and (max-width: 991px) {
      .page-error-area .page_404_bg .page-error-item {
        max-width: 670px; } }
    @media only screen and (max-width: 767px) {
      .page-error-area .page_404_bg .page-error-item {
        max-width: 320px; } }
    .page-error-area .page_404_bg .page-error-item img {
      max-width: 100%; }
    .page-error-area .page_404_bg .page-error-item h1 {
      font-size: 160px;
      font-weight: bold;
      color: #d9684e;
      text-shadow: -6px -5px 0px rgba(217, 104, 78, 0.2); }
      @media (min-width: 768px) and (max-width: 991px) {
        .page-error-area .page_404_bg .page-error-item h1 {
          font-size: 130px; } }
      @media only screen and (max-width: 767px) {
        .page-error-area .page_404_bg .page-error-item h1 {
          font-size: 90px;
          margin-top: 20px; } }
    .page-error-area .page_404_bg .page-error-item h2 {
      font-size: 42px;
      font-weight: bold;
      color: #252525;
      padding-bottom: 15px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .page-error-area .page_404_bg .page-error-item h2 {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .page-error-area .page_404_bg .page-error-item h2 {
          font-size: 26px; } }
    .page-error-area .page_404_bg .page-error-item p {
      font-size: 24px;
      font-weight: 500; }
      @media (min-width: 768px) and (max-width: 991px) {
        .page-error-area .page_404_bg .page-error-item p {
          font-size: 18px; } }
      @media only screen and (max-width: 767px) {
        .page-error-area .page_404_bg .page-error-item p {
          font-size: 14px; } }

.payment_form .form-group {
  margin-bottom: 19px; }
  .payment_form .form-group .form-control {
    min-height: 74px;
    border-radius: 6px;
    border: 1px solid #b6b6b6;
    padding: 10px 29px;
    font-size: 22px;
    font-weight: normal; }
    @media (min-width: 768px) and (max-width: 991px) {
      .payment_form .form-group .form-control {
        min-height: 60px;
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .payment_form .form-group .form-control {
        min-height: 60px;
        font-size: 18px; } }
    .payment_form .form-group .form-control:focus {
      box-shadow: none; }
.payment_form .payment_ex_date {
  margin-top: 37px;
  margin-bottom: 50px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .payment_form .payment_ex_date {
      margin-top: 20px;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .payment_form .payment_ex_date {
      margin-top: 20px;
      margin-bottom: 20px; } }
  .payment_form .payment_ex_date h5 {
    font-size: 24px;
    font-weight: 500; }
    @media (min-width: 768px) and (max-width: 991px) {
      .payment_form .payment_ex_date h5 {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .payment_form .payment_ex_date h5 {
        font-size: 16px;
        margin-bottom: 20px; } }
  .payment_form .payment_ex_date .form-control {
    min-height: 74px;
    border-radius: 6px;
    border: 1px solid #b6b6b6;
    padding: 10px 29px;
    font-size: 22px;
    font-weight: normal; }
    @media (min-width: 768px) and (max-width: 991px) {
      .payment_form .payment_ex_date .form-control {
        padding: 10px 15px;
        min-height: 60px;
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .payment_form .payment_ex_date .form-control {
        padding: 10px 15px;
        min-height: 60px;
        font-size: 18px;
        margin-bottom: 20px; } }
    .payment_form .payment_ex_date .form-control:focus {
      box-shadow: none; }
.payment_form .payment_btn button {
  min-height: 56px;
  background: #252525;
  border-color: #252525;
  border-radius: 0px;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 32px;
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .payment_form .payment_btn button {
      font-size: 16px;
      min-height: 50px;
      padding: 5px 20px; } }
  .payment_form .payment_btn button:focus {
    box-shadow: none; }
  .payment_form .payment_btn button.pay_now {
    background: #f88379;
    border-color: #f88379; }

.cart_right.payment_right_bx {
  margin-top: 66px; }
  .cart_right.payment_right_bx .right_subtotle h2 {
    font-size: 30px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .cart_right.payment_right_bx .right_subtotle h2 {
        font-size: 22px; } }
    @media only screen and (max-width: 767px) {
      .cart_right.payment_right_bx .right_subtotle h2 {
        font-size: 20px; } }

/* -- MY Order -- */
.myorder_nav {
  background: #ffffff;
  padding: 0px; }
  @media only screen and (max-width: 767px) {
    .myorder_nav {
      padding: 8px 0px; }
      .myorder_nav a {
        text-align: center;
        display: block; } }
  @media only screen and (max-width: 767px) {
    .myorder_nav .my_ord_tabs {
      margin: 8px 0px; } }
  .myorder_nav .my_ord_tabs .nav-tabs {
    border: none; }
    .myorder_nav .my_ord_tabs .nav-tabs li a {
      font-size: 16px;
      font-weight: 400;
      color: #1d1d1d;
      padding: 24px 26px;
      border: none;
      position: relative; }
      @media (min-width: 991px) and (max-width: 1100px) {
        .myorder_nav .my_ord_tabs .nav-tabs li a {
          font-size: 14px;
          padding: 20px 26px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .myorder_nav .my_ord_tabs .nav-tabs li a {
          font-size: 14px;
          padding: 12px 10px; } }
      @media only screen and (max-width: 767px) {
        .myorder_nav .my_ord_tabs .nav-tabs li a {
          font-size: 14px;
          padding: 14px 10px; } }
      .myorder_nav .my_ord_tabs .nav-tabs li a:hover {
        border: none;
        color: #f16122;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .myorder_nav .my_ord_tabs .nav-tabs li a:hover::after {
          content: "";
          height: 3px;
          width: 100%;
          background: #f16122;
          position: absolute;
          bottom: 0px;
          left: 0; }
      .myorder_nav .my_ord_tabs .nav-tabs li a:focus {
        border: none; }
      .myorder_nav .my_ord_tabs .nav-tabs li a.active {
        border: none;
        color: #f16122; }
        .myorder_nav .my_ord_tabs .nav-tabs li a.active::after {
          content: "";
          height: 3px;
          width: 100%;
          background: #f16122;
          position: absolute;
          bottom: 0px;
          left: 0; }
  .myorder_nav .myorder_pf {
    float: right; }
    .myorder_nav .myorder_pf a {
      padding: 0px;
      display: flex;
      align-items: center;
      text-decoration: none; }
      .myorder_nav .myorder_pf a img {
        width: 33px;
        height: 33px;
        border-radius: 50%;
        margin-right: 9px; }
      .myorder_nav .myorder_pf a .user-info span {
        font-size: 15px;
        color: #1D1D1D; }
        @media (min-width: 768px) and (max-width: 991px) {
          .myorder_nav .myorder_pf a .user-info span {
            font-size: 13px; } }
        @media only screen and (max-width: 767px) {
          .myorder_nav .myorder_pf a .user-info span {
            font-size: 13px; } }
      .myorder_nav .myorder_pf a::after {
        color: rgba(0, 0, 0, 0.2);
        margin-left: 10px;
        font-size: 20px; }
    .myorder_nav .myorder_pf .dropdown-menu {
      margin: 0px;
      padding: 10px 15px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .myorder_nav .myorder_pf .dropdown-menu a {
          font-size: 13px; } }
      @media only screen and (max-width: 767px) {
        .myorder_nav .myorder_pf .dropdown-menu a {
          font-size: 13px; } }

html, body {
  height: 100%;
  width: 100%; }

.myorder-main {
  background: #F8F8F8;
  min-height: 100%;
  padding-bottom: 60px; }
  .myorder-main .tabs_top_title {
    padding-top: 30px;
    padding-bottom: 20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .myorder-main .tabs_top_title {
        padding-top: 20px;
        padding-bottom: 10px; } }
    @media only screen and (max-width: 767px) {
      .myorder-main .tabs_top_title {
        padding-top: 20px;
        padding-bottom: 10px;
        display: block; } }
    .myorder-main .tabs_top_title h2 {
      font-size: 26px;
      font-weight: 600;
      line-height: 36px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .myorder-main .tabs_top_title h2 {
          font-size: 20px;
          line-height: 26px; } }
      @media only screen and (max-width: 767px) {
        .myorder-main .tabs_top_title h2 {
          font-size: 18px;
          line-height: 22px; } }
  .myorder-main .left_my_order {
    background: #ffffff;
    padding: 34px 40px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
    @media (min-width: 768px) and (max-width: 991px) {
      .myorder-main .left_my_order {
        padding: 24px 22px; } }
    @media only screen and (max-width: 767px) {
      .myorder-main .left_my_order {
        padding: 24px 15px;
        margin-bottom: 30px; } }
    .myorder-main .left_my_order .my_order_form .form-group {
      margin-bottom: 10px; }
      .myorder-main .left_my_order .my_order_form .form-group label {
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 8px;
        display: block;
        min-height: 20px; }
      .myorder-main .left_my_order .my_order_form .form-group .form-control {
        min-height: 40px;
        border: none;
        background: #F8F8F8;
        border-radius: 5px;
        font-size: 13px; }
        .myorder-main .left_my_order .my_order_form .form-group .form-control:focus {
          box-shadow: none; }
    .myorder-main .left_my_order .my_order_form h3 {
      font-size: 14px;
      font-weight: 600;
      color: #585858;
      margin-top: 30px; }
    .myorder-main .left_my_order .my_order_form h4 {
      font-size: 14px;
      font-weight: 600;
      color: #585858;
      margin-bottom: 22px; }
    .myorder-main .left_my_order .my_order_form .check_address {
      margin-top: 14px; }
      .myorder-main .left_my_order .my_order_form .check_address .custom-control {
        display: flex;
        align-items: center; }
        .myorder-main .left_my_order .my_order_form .check_address .custom-control .custom-control-label {
          color: #000000; }
          .myorder-main .left_my_order .my_order_form .check_address .custom-control .custom-control-label:before {
            top: 3px;
            border: 1px solid #000000;
            border-radius: 3px;
            background: none; }
          .myorder-main .left_my_order .my_order_form .check_address .custom-control .custom-control-label::after {
            top: 3px; }
        .myorder-main .left_my_order .my_order_form .check_address .custom-control .custom-control-input {
          width: 16px;
          height: 16px;
          margin-top: 3px; }
        .myorder-main .left_my_order .my_order_form .check_address .custom-control .custom-control-input:checked ~ .custom-control-label::after {
          background-color: transparent;
          content: "";
          width: 10px;
          position: absolute;
          top: 11px;
          left: -20px;
          height: 5px;
          border-left: 2px solid #000000;
          border-bottom: 2px solid #000000;
          -moz-transform: translateY(-65%) rotate(-45deg);
          -webkit-transform: translateY(-65%) rotate(-45deg);
          transform: translateY(-65%) rotate(-45deg); }
  .myorder-main .order_table_list {
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
    .myorder-main .order_table_list .table thead th {
      background: #F8F8F8;
      border-top: none;
      border-color: #F8F8F8;
      padding: 18px 30px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .myorder-main .order_table_list .table thead th {
          white-space: nowrap;
          padding: 14px 20px; } }
      @media only screen and (max-width: 767px) {
        .myorder-main .order_table_list .table thead th {
          white-space: nowrap;
          padding: 14px 20px; } }
    .myorder-main .order_table_list .table tbody tr td {
      padding: 15px 30px;
      font-size: 14px;
      font-weight: 400;
      vertical-align: middle;
      border-color: rgba(112, 112, 112, 0.08); }
      @media (min-width: 768px) and (max-width: 991px) {
        .myorder-main .order_table_list .table tbody tr td {
          white-space: nowrap;
          padding: 14px 20px; } }
      @media only screen and (max-width: 767px) {
        .myorder-main .order_table_list .table tbody tr td {
          white-space: nowrap;
          padding: 14px 20px; } }
      .myorder-main .order_table_list .table tbody tr td button {
        min-height: 29px;
        padding: 6px 10px;
        border-radius: 5px;
        border: none;
        text-transform: uppercase; }
      .myorder-main .order_table_list .table tbody tr td a.view_btn {
        font-size: 14px;
        font-weight: 500;
        border: 1px solid #F16122;
        display: inline-block;
        padding: 8px 25px;
        color: #F16122;
        border-radius: 50px;
        text-decoration: none; }
        .myorder-main .order_table_list .table tbody tr td a.view_btn:hover {
          background: #F16122;
          color: #ffffff; }
    .myorder-main .order_table_list .table tbody tr:last-child {
      border-bottom: 1px solid rgba(112, 112, 112, 0.08); }
    .myorder-main .order_table_list .pagination_order {
      padding-bottom: 20px;
      margin: 0 auto;
      text-align: center; }
      .myorder-main .order_table_list .pagination_order nav {
        display: inline-block; }
        .myorder-main .order_table_list .pagination_order nav .pagination li {
          padding: 0px 5px; }
          .myorder-main .order_table_list .pagination_order nav .pagination li a {
            border: none;
            width: 30px;
            height: 30px;
            padding: 0px;
            font-size: 14px;
            text-align: center;
            line-height: 30px;
            color: #1D1D1D; }
            .myorder-main .order_table_list .pagination_order nav .pagination li a:focus {
              box-shadow: none; }
            .myorder-main .order_table_list .pagination_order nav .pagination li a:hover {
              background: #F16122;
              color: #ffffff;
              border-radius: 50%; }
          .myorder-main .order_table_list .pagination_order nav .pagination li.active a {
            background: #F16122;
            color: #ffffff;
            border-radius: 50%; }

.payment-awaiting {
  background: rgba(255, 85, 95, 0.1);
  color: #FF555F; }

.completed {
  background: rgba(0, 204, 166, 0.1);
  color: #00CCA6; }

.on-hold {
  background: rgba(255, 187, 44, 0.1);
  color: #FFBB2C; }

.form-row > .col, .form-row > [class*=col-] {
  padding-left: 8px;
  padding-right: 8px; }

.tabs_top_title {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .tabs_top_title {
      display: block; } }
  .tabs_top_title .ord_top_in {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .tabs_top_title .ord_top_in {
        margin-bottom: 20px; } }
    .tabs_top_title .ord_top_in span.ord_top_btn_left {
      padding: 3px 14px;
      border-radius: 5px;
      color: #ffffff;
      line-height: 26px;
      display: inline-block;
      margin-left: 19px;
      font-size: 14px; }
  .tabs_top_title .ord_top_right ul {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .tabs_top_title .ord_top_right ul {
        justify-content: flex-end; } }
    .tabs_top_title .ord_top_right ul li {
      margin-left: 25px; }
      @media only screen and (max-width: 767px) {
        .tabs_top_title .ord_top_right ul li {
          margin-left: 15px; }
          .tabs_top_title .ord_top_right ul li a {
            display: block; } }

.ord-a {
  background: #099E0E; }

.ord-b {
  background: #DB2727; }

.left_order {
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 22px 40px;
  min-height: 100%; }
  @media (min-width: 768px) and (max-width: 991px) {
    .left_order {
      padding: 20px 20px; } }
  @media only screen and (max-width: 767px) {
    .left_order {
      padding: 22px 15px;
      margin-bottom: 30px;
      min-height: auto; } }
  .left_order .order_date {
    margin-bottom: 30px; }
    .left_order .order_date ul li {
      display: flex;
      margin-bottom: 10px; }
      .left_order .order_date ul li span {
        display: inline-block;
        width: 105px;
        font-size: 14px;
        font-weight: 600;
        color: #585858;
        line-height: 21px; }
      .left_order .order_date ul li p {
        margin: 0px;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        color: #1D1D1D; }
  .left_order .order_detail h2 {
    font-size: 14px;
    font-weight: 600;
    color: #585858;
    line-height: 21px;
    margin-bottom: 14px; }
  .left_order .order_detail .od_table {
    background: #F8F8F8;
    padding: 0px 24px;
    border-radius: 5px;
    margin-bottom: 15px; }
    .left_order .order_detail .od_table .table {
      margin: 0px; }
      .left_order .order_detail .od_table .table tbody tr:first-child td {
        border-top: none; }
      .left_order .order_detail .od_table .table tbody tr td {
        font-size: 12px;
        font-weight: 400;
        color: #1D1D1D;
        padding: 15px 0px;
        vertical-align: middle; }
        @media (min-width: 768px) and (max-width: 991px) {
          .left_order .order_detail .od_table .table tbody tr td {
            white-space: nowrap;
            padding: 14px 10px; } }
        @media only screen and (max-width: 767px) {
          .left_order .order_detail .od_table .table tbody tr td {
            white-space: nowrap;
            padding: 14px 10px; } }
        .left_order .order_detail .od_table .table tbody tr td a {
          text-decoration: none;
          color: #1D1D1D; }
          .left_order .order_detail .od_table .table tbody tr td a img {
            margin-right: 7px; }
          .left_order .order_detail .od_table .table tbody tr td a.see_review {
            text-decoration: underline;
            color: #4D78F1; }
        .left_order .order_detail .od_table .table tbody tr td:last-child {
          width: 20%;
          text-align: right;
          padding-right: 10px; }
  .left_order .order_detail .ord_det_total {
    max-width: 230px;
    margin-left: auto;
    margin-right: 33%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .left_order .order_detail .ord_det_total {
        margin-right: 0%; } }
    @media only screen and (max-width: 767px) {
      .left_order .order_detail .ord_det_total {
        margin-right: 0%; } }
    .left_order .order_detail .ord_det_total ul li {
      display: flex;
      justify-content: space-between;
      margin-bottom: 12px;
      font-size: 12px; }
      .left_order .order_detail .ord_det_total ul li span {
        font-size: 12px;
        line-height: 18px;
        color: #1D1D1D; }
      .left_order .order_detail .ord_det_total ul li:last-child {
        border-top: 1px solid rgba(112, 112, 112, 0.1);
        padding-top: 12px; }
  .left_order .order_code_method {
    margin-top: 50px;
    margin-bottom: 15%; }
    .left_order .order_code_method h3 {
      font-size: 14px;
      color: #585858;
      font-weight: 600;
      line-height: 21px;
      margin-bottom: 6px; }
    @media only screen and (max-width: 767px) {
      .left_order .order_code_method ul {
        margin-bottom: 20px; } }
    .left_order .order_code_method ul li span {
      font-size: 12px;
      line-height: 18px;
      color: #1D1D1D; }
      .left_order .order_code_method ul li span:last-child {
        float: right;
        width: 50%; }
  .left_order.payment_awaiting .order_detail .ord_det_total {
    margin-right: 25px; }
  .left_order.payment_awaiting .order_detail .od_table .table tbody tr td:last-child {
    text-align: right; }

.right_order .customer_box {
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 36px 40px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .right_order .customer_box {
      padding: 20px 20px; } }
  .right_order .customer_box h2 {
    font-size: 14px;
    font-weight: 600;
    color: #585858; }
  .right_order .customer_box h5 {
    font-size: 14px;
    font-weight: 600;
    color: #585858;
    margin-top: 18px;
    margin-bottom: 8px; }
  .right_order .customer_box a {
    font-size: 13px;
    color: #1D1D1D;
    margin-bottom: 5px;
    display: block; }
  .right_order .customer_box p {
    font-size: 13px;
    color: #1D1D1D;
    margin-bottom: 5px;
    max-width: 150px; }
  .right_order .customer_box.notes_text {
    margin-top: 14px; }
    @media only screen and (max-width: 767px) {
      .right_order .customer_box.notes_text {
        margin-top: 30px; } }
    .right_order .customer_box.notes_text h2 {
      margin-bottom: 18px; }
    .right_order .customer_box.notes_text p {
      margin-bottom: 20px; }

.ord_top_right.payment_awaiting ul li a {
  display: flex;
  align-items: center;
  text-decoration: none; }
  .ord_top_right.payment_awaiting ul li a span {
    margin-left: 8px; }
.ord_top_right.payment_awaiting ul li:first-child a span {
  font-size: 12px;
  font-weight: 500;
  color: #DB2727; }
.ord_top_right.payment_awaiting ul li:last-child a span {
  font-size: 12px;
  font-weight: 500;
  color: #868485; }

.leave-a-review_popup .leave-a-review_inner {
  padding: 28px 30px; }
  .leave-a-review_popup .leave-a-review_inner h2 {
    font-size: 14px;
    line-height: 21px;
    color: #585858;
    margin-bottom: 25px; }
  .leave-a-review_popup .leave-a-review_inner .review_star {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    .leave-a-review_popup .leave-a-review_inner .review_star span {
      font-size: 13px;
      font-weight: 400;
      line-height: 20px;
      margin-right: 18px; }
    .leave-a-review_popup .leave-a-review_inner .review_star ul li {
      display: inline-block; }
      .leave-a-review_popup .leave-a-review_inner .review_star ul li a span {
        margin: 0px;
        font-size: 24px;
        color: #BCBCBC; }
  .leave-a-review_popup .leave-a-review_inner .review_form .form-group label {
    font-size: 13px;
    line-height: 20px;
    display: block; }
  .leave-a-review_popup .leave-a-review_inner .review_form .form-group textarea.form-control {
    min-height: 97px;
    background: #F8F8F8;
    border: none;
    font-size: 12px;
    font-weight: 400;
    border-radius: 5px; }
    .leave-a-review_popup .leave-a-review_inner .review_form .form-group textarea.form-control:focus {
      box-shadow: none; }
  .leave-a-review_popup .leave-a-review_inner .review_form .form-group input.form-control {
    background: #F8F8F8;
    border: none;
    font-size: 12px;
    font-weight: 400;
    min-height: 37px;
    border-radius: 5px; }
    .leave-a-review_popup .leave-a-review_inner .review_form .form-group input.form-control:focus {
      box-shadow: none; }
  .leave-a-review_popup .leave-a-review_inner .review_form .form-group span {
    float: right;
    margin-top: 6px;
    font-size: 12px;
    line-height: 19px; }
  .leave-a-review_popup .leave-a-review_inner .review_form .form-group .exp_pay {
    float: left;
    display: flex; }
    .leave-a-review_popup .leave-a-review_inner .review_form .form-group .exp_pay .form-control {
      width: 63px;
      margin-right: 10px;
      border-radius: 5px;
      text-align: center; }
  .leave-a-review_popup .leave-a-review_inner .review_form .form-group .sc_box {
    float: right; }
    .leave-a-review_popup .leave-a-review_inner .review_form .form-group .sc_box .form-control {
      width: 63px;
      margin-left: auto;
      border-radius: 5px;
      text-align: center; }
  .leave-a-review_popup .leave-a-review_inner .review_form button.btn-review {
    background: #F16122;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 50px;
    color: #ffffff;
    border: 1px solid #F16122;
    margin-top: 10px; }

.order-delete-popup .order-delete_inner {
  padding: 50px 64px; }
  .order-delete-popup .order-delete_inner .ordt_top {
    text-align: center; }
    .order-delete-popup .order-delete_inner .ordt_top i {
      font-size: 42px; }
    .order-delete-popup .order-delete_inner .ordt_top h2 {
      font-size: 16px;
      font-weight: 600;
      line-height: 25px;
      color: #585858;
      margin-top: 11px;
      margin-bottom: 30px; }
  .order-delete-popup .order-delete_inner .ordt_btn {
    text-align: center; }
    .order-delete-popup .order-delete_inner .ordt_btn a {
      display: inline-block;
      background: #F16122;
      color: #ffffff;
      text-decoration: none;
      padding: 8px 25px;
      font-size: 14px;
      border-radius: 50px;
      border: 1px solid #F16122; }
      @media only screen and (max-width: 767px) {
        .order-delete-popup .order-delete_inner .ordt_btn a:first-child {
          margin-bottom: 15px; } }
      .order-delete-popup .order-delete_inner .ordt_btn a:first-child:hover {
        background: none;
        border: 1px solid #F16122;
        color: #F16122; }
      .order-delete-popup .order-delete_inner .ordt_btn a:last-child {
        background: none;
        border: 1px solid #F16122;
        color: #F16122; }
        .order-delete-popup .order-delete_inner .ordt_btn a:last-child:hover {
          background: #F16122;
          color: #ffffff; }

.modal-dialog {
  max-width: 511px; }

.order-download-popup .order-download_inner {
  padding: 16px; }
  .order-download-popup .order-download_inner .close {
    opacity: 1; }
    .order-download-popup .order-download_inner .close .bi {
      width: 28px;
      height: 28px; }
  .order-download-popup .order-download_inner .ordo_top {
    text-align: center;
    padding: 45px; }
    .order-download-popup .order-download_inner .ordo_top img {
      max-width: 88px;
      margin-bottom: 20px; }
    .order-download-popup .order-download_inner .ordo_top a {
      display: block;
      font-size: 14px;
      font-weight: 600;
      color: #1D1D1D;
      text-decoration: underline; }
.order-download-popup .modal-dialog {
  max-width: 342px;
  margin: 0 auto; }

.left_order .order_detail .od_table .table tbody tr td:first-child .custom-control {
  padding-left: 0px;
  width: 20px;
  height: 20px;
  margin: 0 auto; }
  .left_order .order_detail .od_table .table tbody tr td:first-child .custom-control .custom-control-label:before {
    top: -10px;
    left: 0;
    border: 1px solid #7A7A7A;
    border-radius: 3px;
    background: none; }
  .left_order .order_detail .od_table .table tbody tr td:first-child .custom-control .custom-control-label::after {
    top: -10px;
    left: 0; }
  .left_order .order_detail .od_table .table tbody tr td:first-child .custom-control .custom-control-input {
    width: 16px;
    height: 16px;
    margin-top: 3px; }
  .left_order .order_detail .od_table .table tbody tr td:first-child .custom-control .custom-control-input:checked ~ .custom-control-label::after {
    background-color: transparent;
    content: "";
    width: 10px;
    position: absolute;
    top: -2px;
    left: 3px;
    height: 5px;
    border-left: 2px solid #7A7A7A;
    border-bottom: 2px solid #7A7A7A;
    -moz-transform: translateY(-65%) rotate(-45deg);
    -webkit-transform: translateY(-65%) rotate(-45deg);
    transform: translateY(-65%) rotate(-45deg); }
.left_order .order_detail .order_return_btn {
  text-align: right; }
  .left_order .order_detail .order_return_btn a {
    background: #F16122;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 50px;
    color: #ffffff;
    border-color: #F16122;
    margin-top: 10px;
    text-decoration: none;
    display: inline-block; }
.left_order .order_detail .order_return_message {
  margin-top: 47px; }
  .left_order .order_detail .order_return_message h4 {
    font-size: 13px;
    font-weight: 500;
    color: #1D1D1D;
    margin-bottom: 28px; }
  .left_order .order_detail .order_return_message .return_form .form-group .col-form-label {
    font-size: 13px;
    color: #1D1D1D;
    line-height: 20px;
    padding-top: 0px; }
  .left_order .order_detail .order_return_message .return_form .form-group .form-control {
    min-height: 97px;
    background: #F8F8F8;
    border: none;
    font-size: 12px;
    font-weight: 400;
    border-radius: 5px;
    resize: none; }
    .left_order .order_detail .order_return_message .return_form .form-group .form-control:focus {
      box-shadow: none; }
  .left_order .order_detail .order_return_message .return_form .form-group .thank_text {
    margin-top: 15px;
    background: #F8F8F8;
    border: 1px solid #707070;
    min-height: 44px;
    border-radius: 5px;
    padding: 10px 15px;
    display: flex;
    align-items: center; }
    .left_order .order_detail .order_return_message .return_form .form-group .thank_text img {
      max-width: 23px; }
    .left_order .order_detail .order_return_message .return_form .form-group .thank_text span {
      font-size: 12px;
      color: #1D1D1D;
      margin-left: 12px; }
  .left_order .order_detail .order_return_message .return_form .return_form_btn {
    text-align: right; }
    .left_order .order_detail .order_return_message .return_form .return_form_btn button.btn-primary {
      background: #F16122;
      font-size: 14px;
      font-weight: 500;
      padding: 10px 30px;
      border-radius: 50px;
      color: #ffffff;
      border-color: #F16122;
      margin-top: 10px;
      text-decoration: none;
      display: inline-block; }

@media only screen and (min-width: 767px) {
  .expand-lg {
    display: block !important; } }

/*# sourceMappingURL=style.css.map */
