/*--------------------------------------------------------------
## Woocomerce Style
--------------------------------------------------------------*/

.woocommerce-notices-wrapper {
  padding: 25px 0 10px;
}
.woocommerce-message a {
  color: #e77225;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}
.woocommerce-message a:hover {
  color: #333;
}
.shop-main-content {
  position: relative;
  padding: 20px 0 !important;
}

.snow-shop-filter {
  padding-bottom: 20px !important;
}

.snow-shop-filter .woocommerce-result-count {
  color: #e77225 !important;
}

.snow-shop .product {
  margin: 0 0 30px !important;
  position: relative;
  overflow: hidden;
}

.snow-shop .product figure {
  margin: 0 0 10px !important;
}

.snow-shop .product figure a {
  display: block !important;
}


.snow-shop .product a img {
  display: block;
  width: 100% !important;
}

.snow-shop .product h3 {
  font-size: 30px !important;
  line-height: 1.2 !important;
  color: #333 !important;
  font-weight: 600 !important;
  padding: 0 !important;
}

.snow-shop .product h3 a {
  color: inherit;
  transition: color 0.3s ease;
}

.snow-shop .product h3 a:hover {
  color: #e77225 ;
}


.snow-shop .product .price {
  color: #e77225 !important;
}

.snow-shop .product .snow-shop-grid {
  position: relative;
}

.snow-shop .product .snow-shop-label {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #e71919;
  line-height: 27px;
  padding: 0 16px;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.snow-shop .product .price del {
  opacity: 0.7;
}

.snow-shop .product .price del span {
  text-decoration: line-through !important;
}

.snow-shop .product .snow-cart-button {
  padding: 8px 0 0 !important;
}

.snow-shop .product .snow-cart-button > span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex !important;
  flex-flow: row wrap;
  align-items: center;
  margin: 0 -10px;
}

.snow-shop .product .snow-cart-button > span a {
  margin: 5px 10px;
}

/* 
.snow-shopwrap .snow-summary .cart button.button {
  background: #e77225 !important;
  border: none !important;
  display: block !important;
  max-width: 150px !important;
  padding: 12px 10px !important;
  text-align: center !important;
  width: 100% !important;
  color: #fff !important;
  border-radius: 0 !important;
  font-weight: normal !important;
  font-style: normal !important;
  transition: all 0.3s ease;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex !important;
  align-items: center !important;
  width: 100%;
  text-align: center !important;
  justify-content: center !important;
  margin: 15px 0 0;
}
.snow-shopwrap .snow-summary .cart button.button:hover {
  background: #ec9053 !important;
}
.snow-shopwrap .snow-summary .cart button.button i {
  font-size: 82%;
  margin: 0 8px 0 0 !important;
}
*/

.shop-main-content table p {
  margin: 0;
}

.shop-main-content label {
  display: block;
  margin: 0 0 10px;
  color: #e77225;
  width: 100%;
}

.shop-main-content .form-row {
  margin: 0 0 20px;
}

.shop-main-content .form-row .woocommerce-input-wrapper {
  width: 100%;
}

.shop-main-content .woocommerce-checkout .form-row .woocommerce-input-wrapper .jcf-select {
  display: none !important;
}

.shop-main-content .form-row .select2.select2-container {
  width: 100% !important;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex !important;
  flex-wrap: nowrap;
}

.shop-main-content .form-row .select2.select2-container .selection {
  width: 100% !important;
  display: block ;
}

.shop-main-content .form-row  .select2-container--default .select2-selection--single {
  display: block;
  position: relative;
  border: 1px solid #333 !important;
  background: #fff;
  margin: 0;
  min-width: 150px;
  height: 46px;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 50px 12px 12px;
  border-radius: 0 !important;
}
.shop-main-content  .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
  top: 0;
  right: 0;
  width: 44px;
}
.shop-main-content .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: inherit !important;
  color: inherit;
  padding: 0;
}

.shop-main-content input[type="text"],
.shop-main-content input[type="search"],
.shop-main-content input[type="email"],
.shop-main-content input[type="tel"],
.shop-main-content textarea {
  margin: 0;
  display: block;
  width: 100%;
  border: 1px solid #333;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  height: 46px;
  font-size: 18px;
  line-height: 22px;
  color: #333;
  padding: 12px 15px;
}

.shop-main-content input[type="text"]:focus,
.shop-main-content input[type="search"]:focus,
.shop-main-content input[type="email"]:focus,
.shop-main-content input[type="phone"]:focus,
.shop-main-content textarea:focus {
  border-color: #e77225;
}

.shop-main-content textarea {
  resize: vertical;
  height: 200px;
  min-height: 150px;
}

.shop-main-content .coupon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  margin: 0 0 15px;
}

.shop-main-content .coupon label {
  width: 100%;
}

.shop-main-content .coupon input[type="text"] {
  width: calc(100% - 180px);
  margin: 0 10px 0 0;
}

.shop-main-content .snow-cart-button a,
.shop-main-content .button,
.shop-main-content button[type="button"],
.shop-main-content button[type="submit"],
.shop-main-content input[type="submit"] {
  background: #e77225 !important;
  border: none !important;
  display: inline-block !important;
  vertical-align: top !important;
  min-width: 150px !important;
  padding: 12px 15px !important;
  text-align: center !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  font-weight: normal !important;
  font-style: normal !important;
  transition: all 0.3s ease;
  font-size: 18px !important;
  line-height: 22px !important;
  
}

.shop-main-content .snow-cart-button a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: inline-flex !important;
  align-items: center !important;
  text-align: center !important;
  justify-content: center !important;
}

.shop-main-content .snow-cart-button a:hover,
.shop-main-content button.button:hover,
.shop-main-content button[type="button"]:hover,
.shop-main-content button[type="submit"]:hover,
.shop-main-content input[type="submit"]:hover {
  background: #ec9053 !important;
}
.shop-main-content .snow-cart-button a i,
.shop-main-content button.button i,
.shop-main-content button[type="button"] i,
.shop-main-content button[type="submit"] i,
.shop-main-content input[type="submit"] i {
  font-size: 82%;
  margin: 0 8px 0 0 !important;
}

@media only screen and (min-width: 768px) {
  .snow-shop-filter {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }

  .snow-shop-filter .woocommerce-result-count {
    max-width: 50%;
  }

  .snow-shop-filter .snow-right-section {
    width: 40%;
  }

  .shop-main-content .snow-cart-button a,
  .shop-main-content button.button,
  .shop-main-content button[type="button"],
  .shop-main-content button[type="submit"],
  .shop-main-content input[type="submit"] {
    min-width: 170px !important;
  }

  .shop-main-content table .product-thumbnail > a {
    display: block;
    max-width: 50% !important;
  }

}


.pagination-main {
  text-align: center;
}
.snow-shopwrap {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: column nowrap;
  padding: 25px 0 !important;
}
.snow-shopwrap .snow-images {
  position: relative;
  width: 100%;
}

.snow-shopwrap .snow-images .onsale {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #e71919;
  line-height: 27px;
  padding: 0 16px;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  z-index: 20;
}

.snow-shopwrap .snow-summary {
  width: 100%;
}


.snow-shopwrap .snow-summary h1 {
  padding: 15px 0;
  margin: 0 !important;
}
.widget.widget_search .input-box button[type="submit"] {
  min-width: 1px !important;
}

@media only screen and (min-width: 992px) {
  .snow-shopwrap {
    flex-flow: row wrap;
    margin: 0 -15px !important;
  }

  .snow-shopwrap .snow-images {
    padding: 0 15px;
    width: 50%;
  }

  .snow-shopwrap .snow-summary {
    width: 50%;
    padding: 0 15px;
  }

  .snow-shopwrap .snow-summary h1 {
    padding: 0 ;
    margin: 0 !important;
  }

  .snow-shopwrap .snow-images .onsale {
    left: 23px;
  }
  .widget.widget_search .input-box button[type="submit"] {
    min-width: 1px !important;
  }

.snow-shopwrap .snow-summary .price {
  color: #e77225 !important;
}

.snow-shopwrap .snow-summary .price del {
  opacity: 0.7;
}

.snow-shopwrap .snow-summary .price del span {
  text-decoration: line-through !important;
}

.snow-shopwrap .snow-summary .cart {
  padding: 10px 0 !important;
}
.snow-shopwrap .snow-summary .quantity {
  padding: 10px 0 !important;
}
.snow-shopwrap .snow-summary .cart button.button {
  background: #e77225 !important;
  border: none !important;
  display: block !important;
  max-width: 150px !important;
  padding: 12px 10px !important;
  text-align: center !important;
  width: 100% !important;
  color: #fff !important;
  border-radius: 0 !important;
  font-weight: normal !important;
  font-style: normal !important;
  transition: all 0.3s ease;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex !important;
  align-items: center !important;
  width: 100%;
  text-align: center !important;
  justify-content: center !important;
  margin: 15px 0 0;
}
.snow-shopwrap .snow-summary .cart button.button:hover {
  background: #ec9053 !important;
}
.snow-shopwrap .snow-summary .cart button.button i {
  font-size: 82%;
  margin: 0 8px 0 0 !important;
}
.snow-shop-tabs .nav-tabs {
  border-bottom: 1px solid #e77225;
}

.snow-shop-tabs .nav-tabs li.active a {
  background: #e77225;
}

.snow-shop-tabs .nav-tabs a {
  display: block;
  background: #333;
  color: #fff;
  padding: 12px 15px;
  text-align: center;
}

.snow-shop-tabs .nav-tabs a:hover {
  background: #e77225;
}


.stars {
  position: relative;
}

.stars span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
}

.stars a {
  position: relative;
  display: block;
  font-size: 0;
  line-height: 0;
}

.stars:not(.selected) a:hover ~ a:before,
.stars a.active ~ a:before {
  font-weight: 400;
}

.stars a:before {
  content: '\f005';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
}


.blog-comments-input .main-btn.main-btn-2:hover {
  color: #fff !important;
}

.related.products {
  padding: 25px 0;
}

/* custom select styles */

.jcf-select {
  display: block;
  position: relative;
  border: 1px solid #333;
  background: #fff;
  margin: 0;
  min-width: 150px;
  height: 46px;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 50px 12px 12px;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  color: #333;
  
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 40px;
  bottom: 0;
  right: 0;
  top: 0;
}

.jcf-select .jcf-select-opener:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '\f078';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  color: #e77225;

}

body>.jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body>.jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #e77225;
}

/* multiple select styles */

.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */

.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 18px;
  font-size: 14px;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 7px 12px;
  color: #656565;
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e77225;
  color: #fff;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* custom number input styles */

.jcf-number {
  display: inline-block;
  position: relative;
  height: 46px;
}

.jcf-number input {
  -moz-appearance: textfield;
}

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.jcf-number input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #333;
  padding: 12px 30px 12px 12px;
  margin: 0;
  height: 100%;
}

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
  position: absolute;
  
  background: #e77225;
  width: 24px;
  height: 22px;
  right: 1px;
  top: 1px;
  cursor: pointer;
}

.jcf-number .jcf-btn-dec {
  top: auto;
  bottom: 1px;
}

.jcf-number .jcf-btn-dec:not(.jcf-disabled):hover,
.jcf-number .jcf-btn-inc:not(.jcf-disabled):hover {
  background: #333;
}

.jcf-number.jcf-disabled .jcf-btn-dec:not(.jcf-disabled):hover,
.jcf-number.jcf-disabled .jcf-btn-inc:not(.jcf-disabled):hover {
  background: #333;
}

.jcf-number .jcf-btn-dec.jcf-disabled,
.jcf-number .jcf-btn-inc.jcf-disabled {
  opacity: 0.7;
  cursor: default;
}

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -4px;
  border: 4px solid #fff;
  border-color: transparent transparent #fff transparent;
}

.jcf-number .jcf-btn-dec:before {
  margin: -1px 0 0 -4px;
  border-color: #fff transparent transparent transparent;
}

.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
  opacity: 1;
}

.jcf-number.jcf-disabled input {
  background: #ddd;
}

/* common custom form elements styles */

.jcf-focus,
.jcf-focus * {
  border-color: #e77225 !important;
}



/* WooCommerce 3.0 Gallery */

.woocommerce-product-gallery {
  position: relative;
  margin-bottom: 3em
}
 
.woocommerce-product-gallery figure {
  margin: 0
}
 
.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block
}
 
.woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  float: left;
  cursor: pointer
}
 
.woocommerce-product-gallery .flex-control-thumbs img {
  opacity: .5
}
 
.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
  opacity: 1
}
 
.woocommerce-product-gallery img {
  display: block;
}
 
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.3333%
}
 
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%
}
 
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 20%
}
 
.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 99;
}
 
a.woocommerce-product-gallery__trigger {
  text-decoration: none;
}
 
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: .875em;
  right: .875em;
  display: block;
  height: 2em;
  width: 2em;
  border-radius: 3px;
  z-index: 99;
  text-align: center;
  text-indent: -999px;
  overflow: hidden;
}
 
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  background-color: #169fda;
  color: #ffffff;
  display: none !important;
}
 
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  background-color: #1781ae;
  border-color: #1781ae;
  color: #ffffff;
}


 
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: "\f00e";
  line-height: 2;
  text-indent: 0;
  font-weight: 400;
  font-family: 'Font Awesome 5 Pro';
}

