/*break points*/
/*767px*/
/*991px*/
/*1199px*/
/*max-width:480px*/
/*max-width:767px*/
/*min-width:768px*/
/*min-width:992*/
/*max-width:991*/
/*min-width:768px max-width:1199px */
/*min-width:768 max-width:991px */
/*min-width:992px max-width:1199px*/
/*min-width: 1200px*/
/*max-width: 1199px*/
/*================ Global | Sass Variants ================*/
/*================ Global | Fonts Variants ================*/
/*================ Global | Sass Mixins ================*/
/*=================== Function ======================*/
@keyframes cssload-zoom {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }

  50% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }

  100% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5); } }

.product-single .cdz-product-labels .label-item {
  padding: 5px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.lg-toolbar .lg-icon.lg-download {
  display: none; }

.full-image {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 30px;
  z-index: 6;
  cursor: pointer; }
  .rtl-layout .full-image {
    right: auto;
    left: 5px; }

.hoz-main-image {
  margin-bottom: 20px; }

.visually-hidden {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }

.magnify {
  display: none;
  background-repeat: no-repeat !important;
  width: 250px;
  height: 250px;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25); }

.product-main-image {
  position: relative; }

.selected-thumb {
  position: relative;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .selected-thumb:after {
    border: 2px solid #ff6a00;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.product-main-bottom {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  margin: 0 -20px; }
  .product-main-bottom .shortdecs_title {
    text-transform: none;
    color: #414b56;
    font-weight: 600; }
  .product-main-bottom > div {
    padding: 20px; }
  @media only screen and (min-width: 768px) {
    .product-main-bottom .product-bottom-right {
      text-align: right; }
      .rtl-layout .product-main-bottom .product-bottom-right {
        text-align: left; }
      .product-main-bottom .product-bottom-right .product-static-text {
        float: right; }
        .rtl-layout .product-main-bottom .product-bottom-right .product-static-text {
          float: left; } }
  .product-main-bottom .product-tags .items {
    margin: 0 -10px; }
  .product-main-bottom .product-tags .item {
    display: inline-block;
    margin: 0 10px; }

.cdzbox-product {
  border-color: #e9eaec; }

.product-info-main a {
  color: #a8aeba; }
  .product-info-main a:hover {
    color: #ff6a00; }
.product-info-main .page-title {
  color: #414b56;
  font: 600 26px/1.3em Rajdhani, Helvetica Neue, Verdana, Arial, sans-serif;
  color: #414b56; }
.product-info-main .product-reviews {
  margin-bottom: 15px; }
  .product-info-main .product-reviews .spr-icon {
    font-size: 12px; }
  .product-info-main .product-reviews .spr-badge {
    color: #f9c400;
    display: inline-block;
    vertical-align: top; }
  .product-info-main .product-reviews a:hover {
    text-decoration: none; }
  .product-info-main .product-reviews .review-count {
    color: #414b56;
    text-transform: none;
    font-size: 11px;
    display: inline-block;
    vertical-align: top;
    line-height: 18px; }
  .product-info-main .product-reviews .spr-badge ~ .review-count {
    margin: 0 5px; }
  .product-info-main .product-reviews .spr-badge-caption {
    display: none; }
.product-info-main .product-vender {
  font-size: 110%;
  text-transform: none;
  font-weight: 600;
  color: #414b56; }
.product-info-main .product-info-stock-sku {
  overflow: hidden;
  clear: both;
  margin-bottom: 30px; }
.product-info-main .product-sku {
  float: left; }
  .rtl-layout .product-info-main .product-sku {
    float: right; }
  .product-info-main .product-sku strong {
    color: #414b56; }
.product-info-main .product-stock {
  float: right;
  text-transform: none;
  font-weight: 500; }
  .rtl-layout .product-info-main .product-stock {
    float: left; }
  .product-info-main .product-stock .available {
    color: #2fb157; }
  .product-info-main .product-stock .out-of-stock {
    color: red; }
.product-info-main .product-option-wrapper {
  margin-bottom: 20px; }
.product-info-main .product-main-options {
  margin-bottom: 20px; }
  .product-info-main .product-main-options .label-header {
    margin-bottom: 10px; }
  .product-info-main .product-main-options .label-name {
    text-transform: none;
    font-weight: 600;
    color: #414b56; }
.product-info-main .swatch.swatch-image .swatch-element label {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.product-info-main .swatch.swatch-image .swatch-element.selected label:after {
  left: 20px;
  top: 20px; }
  .rtl-layout .product-info-main .swatch.swatch-image .swatch-element.selected label:after {
    left: auto;
    right: 20px; }
.product-info-main .product-main-qty-sizechart {
  overflow: hidden; }
  .product-info-main .product-main-qty-sizechart .qty-box {
    float: left; }
    .rtl-layout .product-info-main .product-main-qty-sizechart .qty-box {
      float: right; }
.product-info-main .qty-box {
  margin: 0 0 10px;
  overflow: hidden;
  display: inline-block;
  float: left;
  position: relative;
  text-transform: none;
  font-weight: 600;
  color: #414b56; }
  .rtl-layout .product-info-main .qty-box {
    float: right; }
  .product-info-main .qty-box .label {
    display: inline-block;
    vertical-align: middle;
    line-height: 36px;
    margin-bottom: 0; }
  .product-info-main .qty-box input.qty {
    height: 35px;
    width: 100px;
    max-width: 150px;
    line-height: 35px;
    border: none;
    background: #fff;
    text-align: center;
    margin: 0;
    padding: 0 30px; }
  .product-info-main .qty-box .cart-qty {
    position: relative;
    border-bottom: 1px solid #e9eaec;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px; }
  .product-info-main .qty-box .cart-qty .qty-ctl .increase, .product-info-main .qty-box .cart-qty .qty-ctl .decrease {
    width: 25px;
    min-width: 25px;
    height: 35px;
    line-height: 35px;
    font-size: 0;
    margin: 0;
    text-align: center;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #000;
    border-color: #fff;
    background: #fff;
    display: inline-block;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0; }
    .product-info-main .qty-box .cart-qty .qty-ctl .increase:before, .product-info-main .qty-box .cart-qty .qty-ctl .decrease:before {
      display: inline-block;
      font-family: 'CodazonFont';
      font-style: normal;
      font-weight: normal;
      line-height: 9px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e9b3";
      font-size: 9px;
      speak: none;
      vertical-align: middle; }
  .product-info-main .qty-box .cart-qty .qty-ctl .increase {
    right: 0;
    left: auto; }
    .product-info-main .qty-box .cart-qty .qty-ctl .increase:before {
      content: '\e9b4'; }
    .rtl-layout .product-info-main .qty-box .cart-qty .qty-ctl .increase {
      right: auto;
      left: 0; }
.product-info-main .actions-primary {
  margin-bottom: 20px; }
.product-info-main .actions-primary .btn-cart {
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  text-transform: none;
  font-weight: both; }
  .product-info-main .actions-primary .btn-cart span {
    position: relative;
    padding: 5px 45px;
    display: inline-block; }
    .product-info-main .actions-primary .btn-cart span:before {
      display: inline-block;
      font-family: 'CodazonFont';
      font-style: normal;
      font-weight: normal;
      line-height: 24px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e994";
      font-size: 24px;
      speak: none;
      margin: 0 10px;
      position: absolute;
      top: 0;
      left: 0; }
      .rtl-layout .product-info-main .actions-primary .btn-cart span:before {
        left: auto;
        right: 0; }
.product-info-main .groups-button {
  overflow: hidden; }
@media only screen and (min-width: 992px) {
  .product-info-main .groups-button.has-payment-button {
    margin: 0 -10px; }
  .product-info-main .groups-button.has-payment-button .actions-primary,
  .product-info-main .groups-button.has-payment-button .shopify-payment-button {
    width: 50%;
    float: left;
    padding: 0 10px; }
    .rtl-layout .product-info-main .groups-button.has-payment-button .actions-primary, .rtl-layout
    .product-info-main .groups-button.has-payment-button .shopify-payment-button {
      float: right; } }
.product-info-main .product-addto-links {
  text-align: center;
  padding: 20px 0;
  font-size: 110%;
  text-transform: none; }
  .product-info-main .product-addto-links a {
    margin: 0 10px;
    color: #a8aeba;
    display: inline-block; }
    .product-info-main .product-addto-links a:hover {
      color: #ff6a00; }
  .product-info-main .product-addto-links .towishlist:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f004";
    font-size: 14px;
    vertical-align: middle; }
  .product-info-main .product-addto-links .tocompare:before {
    display: inline-block;
    font-family: 'CodazonFont';
    font-style: normal;
    font-weight: normal;
    line-height: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e97d";
    font-size: 14px;
    speak: none; }
.product-info-main .product-sizechart {
  text-transform: none;
  text-decoration: underline;
  float: right;
  margin-top: 20px; }
  .rtl-layout .product-info-main .product-sizechart {
    float: left; }
.product-info-main .product-main-price {
  font-size: 45px;
  font-weight: 600;
  color: #ff6a00;
  margin-bottom: 20px; }
  .product-info-main .product-main-price .product-single__sale-price {
    font-size: 70%; }
.product-info-main .cdz-product-deal {
  padding: 20px 0; }
.product-info-main .product-social-sharing {
  text-align: center; }
  .product-info-main .product-social-sharing .h5 {
    color: #414b56;
    font-weight: 600;
    text-transform: none; }

/*Related Product*/
.related-products-list {
  padding-top: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
  border-top: 1px solid #e9eaec; }
  .related-products-list .cdz-block-title .b-title {
    text-transform: none;
    color: #414b56;
    font-weight: 600;
    margin-bottom: 5px; }
  .related-products-list .cdz-block-title .block-actions {
    margin-bottom: 10px; }
    .related-products-list .cdz-block-title .block-actions a.select {
      color: #ff6a00;
      font-weight: 600;
      text-transform: none;
      text-decoration: underline;
      -webkit-transition: 0.1s all;
      -moz-transition: 0.1s all;
      -ms-transition: 0.1s all;
      -o-transition: 0.1s all;
      transition: 0.1s all; }
      .related-products-list .cdz-block-title .block-actions a.select:hover {
        text-decoration: none; }
  .related-products-list .item {
    position: relative;
    padding-top: 10px; }
    .related-products-list .item ~ .item {
      border-top: 1px solid #e9eaec;
      margin-top: 10px; }
    .related-products-list .item .choice {
      display: inline-block;
      width: 15px;
      height: 15px;
      border: 2px solid #ccc;
      border-radius: 2px;
      cursor: pointer; }
      .rtl-layout .related-products-list .item .choice {
        right: auto;
        left: 10px; }
      .related-products-list .item .choice.active {
        border-color: #ff6a00;
        background: #ff6a00; }
        .related-products-list .item .choice.active:before {
          display: inline-block;
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          line-height: 10px;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\f00c";
          font-size: 10px;
          vertical-align: middle;
          color: white;
          margin-top: -5px; }
  .related-products-list .product-item {
    overflow: hidden; }
  .related-products-list .product-item-left {
    width: 105px;
    align-items: center; }
  .related-products-list .product-item-right {
    width: calc(100% - 120px);
    width: -o-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px); }
  .related-products-list .product-item {
    margin: 0 -5px;
    align-items: center; }
    .related-products-list .product-item .choice {
      margin: 0 5px; }
    .related-products-list .product-item .product-item-photo {
      width: 70px;
      float: left;
      margin: 0 5px;
      padding: 1px;
      border: 1px solid #e9eaec;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
      .rtl-layout .related-products-list .product-item .product-item-photo {
        float: right; }
    .related-products-list .product-item .product-name {
      margin: 0 0 5px; }
  .related-products-list .products.product-items .product-item .product-item-top {
    margin-bottom: 0; }
  .related-products-list .cdz-block-title ~ .no_slider {
    padding: 0;
    margin: 0; }
  .related-products-list .product-item .product-item-name .product-item-link {
    text-transform: none; }
  .related-products-list .product-item .product-item-photo {
    position: relative; }
    .related-products-list .product-item .product-item-photo .qs-button {
      position: absolute;
      z-index: 1;
      -webkit-opacity: 0;
      -moz-opacity: 0;
      opacity: 0;
      top: -moz-calc((100% - 40px)/2 );
      top: -webkit-calc((100% - 40px)/2 );
      top: -o-calc((100% - 40px)/2 );
      top: calc((100% - 40px)/2 );
      left: -moz-calc((100% - 40px)/2 );
      left: -webkit-calc((100% - 40px)/2 );
      left: -o-calc((100% - 40px)/2 );
      left: calc((100% - 40px)/2 ); }
    .related-products-list .product-item .product-item-photo:hover .qs-button {
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1; }
  .related-products-list .product-item .product-item-actions {
    margin: 0 -5px; }
  .related-products-list .product-item .actions-primary ~ .actions-secondary .towishlist {
    border-left: 1px solid;
    padding-left: 10px; }
    .rtl-layout .related-products-list .product-item .actions-primary ~ .actions-secondary .towishlist {
      padding-left: 0;
      padding-right: 10px;
      border-left-width: 0;
      border-right: 1px solid; }
  .related-products-list .product-item .towishlist ~ .tocompare {
    border-left: 1px solid;
    padding-left: 10px; }
    .rtl-layout .related-products-list .product-item .towishlist ~ .tocompare {
      padding-left: 0;
      padding-right: 10px;
      border-left-width: 0;
      border-right: 1px solid; }
  .related-products-list .product-item .actions-primary .btn-cart {
    margin: 0 5px;
    border: 0;
    padding: 0;
    background: none;
    text-transform: capitalize;
    color: #414b56;
    font-weight: 600; }
    .related-products-list .product-item .actions-primary .btn-cart:hover {
      color: #ff6a00; }
  .related-products-list .product-item .actions-secondary .action {
    margin: 0 5px;
    color: #414b56;
    font-weight: 600; }
    .related-products-list .product-item .actions-secondary .action:hover {
      color: #ff6a00; }

.related-products .block-actions {
  margin-bottom: 20px; }
  .related-products .block-actions .action.select {
    text-transform: none;
    color: #414b56;
    text-decoration: underline; }
    .related-products .block-actions .action.select:hover {
      color: #ff6a00;
      text-decoration: none; }
.related-products .item {
  position: relative; }
  .related-products .item .choice {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    width: 15px;
    height: 15px;
    border: 2px solid #ccc;
    border-radius: 2px;
    cursor: pointer; }
    .rtl-layout .related-products .item .choice {
      right: auto;
      left: 10px; }
    .related-products .item .choice.active {
      border-color: #ff6a00;
      background: #ff6a00; }
      .related-products .item .choice.active:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 10px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f00c";
        font-size: 10px;
        vertical-align: middle;
        color: white;
        margin-top: -5px; }

.upsell-products .section-header {
  margin-bottom: 20px; }

.related-products .products.product-items[class*="product-grid-style-"] .product-miniature,
.upsell-products .products.product-items[class*="product-grid-style-"] .product-miniature {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  padding: 0;
  margin-bottom: 0; }
  .related-products .products.product-items[class*="product-grid-style-"] .product-miniature .product-item-top .product-item-photo .product-image-container:before,
  .upsell-products .products.product-items[class*="product-grid-style-"] .product-miniature .product-item-top .product-item-photo .product-image-container:before {
    border-width: 0 !important; }

#shopify-product-reviews .spr-header-title {
  margin-bottom: 20px; }
#shopify-product-reviews .spr-container {
  border: 0;
  padding: 0; }
#shopify-product-reviews .spr-icon {
  color: #f9c400; }
#shopify-product-reviews .spr-review, #shopify-product-reviews .spr-form {
  border-color: #e9eaec; }
#shopify-product-reviews .spr-review-header-title {
  margin-bottom: 5px; }
#shopify-product-reviews .spr-review-reportreview,
#shopify-product-reviews .spr-summary-actions-newreview {
  border: 1px solid #a8aeba;
  padding: 5px 20px;
  text-transform: none;
  text-decoration: none;
  color: #a8aeba;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block; }
  #shopify-product-reviews .spr-review-reportreview:hover,
  #shopify-product-reviews .spr-summary-actions-newreview:hover {
    color: #ff6a00;
    border-color: #ff6a00; }
.rtl-layout #shopify-product-reviews .spr-summary-actions-newreview {
  float: left; }

.shopify-payment-button__button--unbranded {
  padding: 16px 10px;
  font-size: 16px;
  border: 1px solid; }

.shopify-payment-button__more-options.shopify-payment-button__button--hidden {
  padding: 0;
  margin-top: 0;
  line-height: 0; }

@media only screen and (max-width: 767px) {
  .view-more {
    display: none; }

  .magnify {
    display: none; }

  .product-info-main .product-addto-links a {
    margin: 0 5px; }

  .product-main-bottom .product-bottom-left {
    margin-bottom: 20px; }

  .related-products-list .product-item-right {
    flex-wrap: wrap; }
  .related-products-list .product-item .product-price {
    text-align: left; }
    .rtl-layout .related-products-list .product-item .product-price {
      text-align: right; }

  .related-products .products.product-items[class*="product-grid-style-"] .product-miniature .actions-primary .btn-cart,
  .related-products .products.product-items[class*="product-grid-style-"] .product-miniature .action,
  .upsell-products .products.product-items[class*="product-grid-style-"] .product-miniature .actions-primary .btn-cart,
  .upsell-products .products.product-items[class*="product-grid-style-"] .product-miniature .action {
    width: 30px;
    height: 30px;
    line-height: 30px; }
    .related-products .products.product-items[class*="product-grid-style-"] .product-miniature .actions-primary .btn-cart:before,
    .related-products .products.product-items[class*="product-grid-style-"] .product-miniature .action:before,
    .upsell-products .products.product-items[class*="product-grid-style-"] .product-miniature .actions-primary .btn-cart:before,
    .upsell-products .products.product-items[class*="product-grid-style-"] .product-miniature .action:before {
      font-size: 12px;
      line-height: 30px; }

  #shopify-product-reviews .spr-summary,
  #shopify-product-reviews #shopify-product-reviews .spr-header-title {
    text-align: left; }
    .rtl-layout #shopify-product-reviews .spr-summary, .rtl-layout
    #shopify-product-reviews #shopify-product-reviews .spr-header-title {
      text-align: right; }
  #shopify-product-reviews .spr-summary-actions {
    display: block;
    clear: both;
    margin-top: 10px; } }
/*Product Style 01*/
.product-template-style01 .cdzbox-product {
  background-color: white;
  margin-bottom: 60px; }
.product-template-style01 .product-media,
.product-template-style01 .product-info-main {
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .product-template-style01 .product-single-right {
    order: -1; } }
/*Product Style 02*/
.product-template-style02 .cdzbox-product {
  margin-bottom: 60px; }
.product-template-style02 .product-info-main .page-title {
  text-transform: none; }
.product-template-style02 .product-info-main .product-stock {
  float: left;
  text-transform: capitalize;
  font-weight: 600; }
  .product-template-style02 .product-info-main .product-stock .available {
    display: block;
    color: #2fb157;
    margin: 0 -5px; }
    .product-template-style02 .product-info-main .product-stock .available:before {
      margin: 0 7px;
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      line-height: 25px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f058";
      font-size: 25px;
      vertical-align: middle; }
.product-template-style02 .product-info-main .product-stock-review {
  overflow: hidden; }
.product-template-style02 .product-info-main .product-reviews {
  float: right;
  margin-top: 4px; }
  .rtl-layout .product-template-style02 .product-info-main .product-reviews {
    float: left; }
.product-template-style02 .product-info-main .qty-box .cart-qty {
  border: 1px solid #e9eaec; }
.product-template-style02 .product-info-main .actions-primary .btn-cart span {
  padding: 0; }
  .product-template-style02 .product-info-main .actions-primary .btn-cart span:before {
    display: none; }
.product-template-style02 .product-info-main .shopify-payment-button__button--unbranded {
  padding: 10px; }
.product-template-style02 .product-info-bottom .shortdecs_title {
  text-transform: none;
  color: #414b56;
  font-weight: 600; }
.product-template-style02 .product-info-bottom .product-shortdecs,
.product-template-style02 .product-info-bottom .product-static-text {
  border-top: 1px solid #e9eaec;
  padding-top: 20px;
  margin-top: 20px; }

@media only screen and (max-width: 767px) {
  .product-template-style02 .product-info-main {
    padding-top: 30px; } }
/*Product Style 03*/
.product-template-style03 .cdzbox-product {
  background-color: white;
  margin-bottom: 60px; }
.product-template-style03 .product-media {
  padding: 20px; }
.product-template-style03 .product-info-main {
  height: 100%; }
.product-template-style03 .productinfo-left-wrapper {
  padding-top: 20px;
  padding-bottom: 20px; }
.product-template-style03 .productinfo-right-wrapper {
  height: 100%;
  padding: 20px; }
.product-template-style03 .product-info-main .qty-box input.qty,
.product-template-style03 .product-info-main .qty-box .cart-qty .qty-ctl .increase,
.product-template-style03 .product-info-main .qty-box .cart-qty .qty-ctl .decrease {
  background: transparent; }
.product-template-style03 .shortdecs_title {
  text-transform: none;
  color: #414b56;
  font-weight: 600; }
.product-template-style03 .product-static-text {
  text-align: center;
  margin-top: 20px; }
  .product-template-style03 .product-static-text > div {
    display: inline-block; }

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .product-template-style03 .productinfo-left-wrapper {
    padding-right: 20px; }
    .rtl-layout .product-template-style03 .productinfo-left-wrapper {
      padding-right: 0;
      padding-left: 20px; } }
@media only screen and (max-width: 767px) {
  .product-template-style03 .productinfo-left-wrapper {
    padding: 20px; } }
/*Product Style 04*/
.product-template-style04 .product-media-wrapper {
  background-color: white; }
.product-template-style04 .productinfo-left-wrapper,
.product-template-style04 .product-media-wrapper,
.product-template-style04 .product-info-main,
.product-template-style04 .productinfo-right-wrapper {
  height: 100%; }
.product-template-style04 .productinfo-left-wrapper {
  background-color: white; }
.product-template-style04 .productinfo-right-wrapper {
  background-color: white; }
.product-template-style04 .cdzbox-product {
  margin-bottom: 40px; }
.product-template-style04 .product-info-main .product-stock {
  float: left;
  text-transform: none;
  font-weight: 600; }
  .rtl-layout .product-template-style04 .product-info-main .product-stock {
    float: right; }
  .product-template-style04 .product-info-main .product-stock .available {
    display: block;
    color: #414b56;
    margin: 0 -5px; }
    .product-template-style04 .product-info-main .product-stock .available:before {
      margin: 0 7px;
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      line-height: 20px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f058";
      font-size: 20px;
      vertical-align: middle;
      color: #201cc2; }
.product-template-style04 .product-info-main .product-stock-review {
  overflow: hidden;
  border-bottom: 1px dashed #e9eaec;
  margin-bottom: 20px; }
.product-template-style04 .product-info-main .product-reviews {
  float: right;
  margin-top: 0; }
  .rtl-layout .product-template-style04 .product-info-main .product-reviews {
    float: left; }
.product-template-style04 .product-info-main .product-stock {
  margin-right: 15px; }
  .rtl-layout .product-template-style04 .product-info-main .product-stock {
    margin-right: 0;
    margin-left: 15px; }
.product-template-style04 .product-info-main .product-info-stock-sku {
  border-bottom: 1px dashed #e9eaec;
  margin-bottom: 20px;
  padding-bottom: 20px; }
.product-template-style04 .product-info-main .cdz-product-deal {
  padding-top: 0; }
.product-template-style04 .product-info-main .product-main-qty-sizechart {
  border-bottom: 1px dashed #e9eaec;
  margin-bottom: 20px;
  padding-bottom: 10px; }
.product-template-style04 .product-info-main .qty-box .cart-qty {
  border: 1px solid #e9eaec; }
.product-template-style04 .product-info-main .actions-primary .btn-cart {
  padding: 11px 10px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-weight: 600; }
  .product-template-style04 .product-info-main .actions-primary .btn-cart span {
    padding: 0; }
    .product-template-style04 .product-info-main .actions-primary .btn-cart span:before {
      display: none; }
.product-template-style04 .product-info-main .shopify-payment-button__button--unbranded {
  padding: 11px 10px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-weight: 600; }
.product-template-style04 .product-info-main .shortdecs_title {
  text-transform: none;
  color: #414b56;
  font-weight: 600; }
.product-template-style04 .product-info-main .product-social-sharing {
  text-align: initial;
  margin-bottom: 20px; }
.product-template-style04 .productinfo-right-wrapper .product-ads-title {
  padding: 15px;
  margin-bottom: 10px;
  color: #fff;
  background: #7274a9;
  position: relative;
  z-index: 0;
  overflow: hidden;
  text-transform: none; }
  .product-template-style04 .productinfo-right-wrapper .product-ads-title h3 {
    margin-bottom: 0;
    color: #fff; }
  .product-template-style04 .productinfo-right-wrapper .product-ads-title p {
    margin-bottom: 0; }
  .product-template-style04 .productinfo-right-wrapper .product-ads-title:before {
    position: absolute;
    top: 0;
    right: 10px;
    width: 70px;
    height: 70px;
    content: '';
    z-index: -1;
    background-size: contain; }
    .rtl-layout .product-template-style04 .productinfo-right-wrapper .product-ads-title:before {
      right: auto;
      left: 10px; }
  .product-template-style04 .productinfo-right-wrapper .product-ads-title:after {
    position: absolute;
    top: 0;
    left: -20px;
    width: 85%;
    height: 100%;
    background: #201cc2;
    content: '';
    z-index: -2;
    transform: skew(-45deg); }
.product-template-style04 .productinfo-right-wrapper .product-ads-content .items li {
  padding: 3px 0;
  margin-bottom: 10px; }
.product-template-style04 .cdzbox-product.product-tabs {
  background: white; }
.product-template-style04 .product-box-reviews {
  background: white; }
.product-template-style04 .related-products .products.product-items[class*="product-grid-style-"] .item,
.product-template-style04 .upsell-products .products.product-items[class*="product-grid-style-"] .item {
  padding: 10px;
  background: white; }

@media only screen and (min-width: 992px) {
  .product-template-style04 .product-info-main .groups-button-wrapper {
    overflow: hidden; }
    .product-template-style04 .product-info-main .groups-button-wrapper .groups-button {
      width: calc(100% - 110px);
      width: -o-calc(100% - 110px);
      width: -webkit-calc(100% - 110px);
      width: -moz-calc(100% - 110px);
      float: left; }
      .rtl-layout .product-template-style04 .product-info-main .groups-button-wrapper .groups-button {
        float: right; }
      .product-template-style04 .product-info-main .groups-button-wrapper .groups-button.has-payment-button {
        width: calc(100% - 95px);
        width: -o-calc(100% - 95px);
        width: -webkit-calc(100% - 95px);
        width: -moz-calc(100% - 95px); }
    .product-template-style04 .product-info-main .groups-button-wrapper .product-addto-links {
      padding: 0;
      margin: 0 -5px;
      float: right; }
      .rtl-layout .product-template-style04 .product-info-main .groups-button-wrapper .product-addto-links {
        float: left; }
  .product-template-style04 .product-info-main .product-addto-links a {
    margin: 0 5px;
    width: 40px;
    height: 40px;
    border: 1px solid;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px; }
    .product-template-style04 .product-info-main .product-addto-links a:before {
      line-height: 40px; }
    .product-template-style04 .product-info-main .product-addto-links a > span {
      display: none; } }
@media only screen and (max-width: 767px) {
  .product-template-style04 .product-info-main .product-reviews {
    float: left; }
    .rtl-layout .product-template-style04 .product-info-main .product-reviews {
      float: right; } }
/*Product Description*/
.product-description ul, .product-description ol {
  padding-inline-start: 40px; }
.product-description ul > li, .product-description ol > li {
  margin-top: 0rem;
  margin-bottom: 0.5rem;
  list-style: disc; }
.product-description table.cfl {
  border: 1px solid #e9eaec; }
.product-description table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%; }
.product-description table > tbody > tr > td {
  padding: 8px 10px; }
.product-description table td,
.product-description table th {
  border: 1px solid #e9eaec; }
.product-description table tr {
  border-color: #e9eaec; }

.panel-toggle-wrap.applied .content-toolbar {
  position: relative;
  text-align: center; }
.panel-toggle-wrap.applied .content-outer {
  position: relative; }
.panel-toggle-wrap.applied:not(.content-open) .content-outer:after {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), white 100%);
  height: 120px;
  max-height: 40%;
  content: ''; }
  .product-template-style02 .panel-toggle-wrap.applied:not(.content-open) .content-outer:after {
    background: linear-gradient(rgba(255, 255, 255, 0), #f6f7f9 100%); }
.panel-toggle-wrap.applied.content-open .content-outer {
  max-height: 100% !important;
  margin-bottom: 30px; }
.panel-toggle-wrap.applied.content-open .content-toggle:before {
  content: '\f147'; }
.panel-toggle-wrap.applied .content-toggle {
  cursor: pointer;
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #ff6a00;
  color: #ff6a00;
  background: #fff;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .panel-toggle-wrap.applied .content-toggle:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f196";
    font-size: 16px;
    vertical-align: middle;
    margin: 0 5px;
    line-height: 22px; }
  .panel-toggle-wrap.applied .content-toggle span {
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    margin: 0 5px; }
  .panel-toggle-wrap.applied .content-toggle:hover {
    border-color: #ff6a00;
    color: #ffffff;
    background: #ff6a00; }