.shop-filter select {
  -webkit-appearance: none;
  background: #989898 url(../images/select-white-arrow.png) no-repeat;
  background-position: 96%;
  padding: 0 5px!important;
}

body.woocommerce a.button.yith-wcqv-button {
  display: none!important;
}

.related.products .add_to_cart_button {
  display: none!important;
}

.product-share a:hover {
  color: #961d23;
}

.total-price {
  color: #961d23;
  font-weight: 900;
  font-size: 32px;
}

.single-product .product .single_add_to_cart_button {
  display: none;
}

.single-product .product .cart .input-text.qty.text {
  display: none;
}

.woocommerce a.button.yith-wcqv-button {
  display: none;
}

.woocommerce a.compare {
  display: none;
}

.woocommerce .product-bar a.yith-wcqv-button {
  display: inline-block;
}

.woocommerce .product-bar a.compare {
  display: inline-block;
}

.modal {
  background: rgba(0,0,0,.7);
}

.shop-listing {
  display: block;
  margin-top: 30px;
  float: left;
  width: 100%;
}

.shop-sidebar {
  width: 25%;
  float: left;
  margin-top: 20px;
}

.shop-main {
  width: 70%;
  float: right;
}

.product-bar {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}

.product-bar a {
  background: #fff;
  color: #272727;
  border-color: #fff;
  font-size: 1.167em;
  line-height: 1em;
  padding: 1.5em;
  font-weight: 400;
  position: relative;
  text-align: center;
}

li.product:hover .product-bar {
  visibility: visible;
}

.woocommerce-page .site-main {
  position: relative;
  padding-top: 120px;
  float: left;
  width: 100%;
}

.woocommerce-page .site-main:before {
  background: url(../images/blue-top-border.png) no-repeat;
  top: -2px;
  background-position: top right!important;
  z-index: 1;
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 80px;
  background-size: 100%!important;
}

.woocommerce-page .site-main:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-size: 100%!important;
  background-position: right!important;
}

header.woocommerce-products-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 0;
  position: relative;
}

h1.woocommerce-products-header__title.page-title {
  color: #4574b5;
  text-transform: uppercase;
  font-family: Industrial;
  font-size: 150px;
  line-height: 116px;
}

.aws-container .aws-show-clear .aws-search-field {
  border: 1px solid #e5e5e5;
  padding: 0 30px!important;
  width: 260px;
  height: 60px;
  line-height: 58px;
  font-size: 15px;
}

.aws-container .aws-search-form .aws-form-btn {
  background: 0 0!important;
  border: 0!important;
  color: #000;
  margin-left: 5px!important;
}

.aws-container .aws-search-form .aws-search-btn_icon {
  width: 40px!important;
  color: #000!important;
  height: 40px!important;
  line-height: 40px!important;
}

.aws-container .aws-search-form {
  height: 60px!important;
}

.shop-sidebar h3.widget-title {
  font-family: IndustrialExtended;
  font-size: 58px;
  font-weight: 600;
  font-style: italic;
  padding-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 30px;
}

.shop-sidebar ul.mtree.default li {
  margin: 18px 0;
}

.shop-sidebar ul.mtree.default a {
  color: #1a1a1a;
  font-size: 20px;
}

.shop-sidebar ul.mtree.default .children.mtree-level-1 a {
  color: #1a1a1a;
  font-size: 18px;
}

.filter-tags ul li a {
  color: #1a1a1a;
  font-size: 20px;
  padding: 0 5px;
}

.filter-tags ul li.active a {
  color: #961d23;
}

.shop-sidebar ul.mtree.default .mtree-active>a {
  color: #961d23;
}

.shop-sidebar ul.mtree.default li.mtree-node:before {
  float: right;
  width: 20px;
  height: 20px;
  background: #cbcbcb;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  margin: 0;
  text-align: center;
  line-height: 20px;
  zoom: 1;
  font-weight: 700;
  margin-top: 5px;
}

.shop-sidebar .mtree-active.mtree-node:before {
  background: #961d22!important;
}

.shop-sidebar .children {
  margin-left: 8px;
}

.shop-sidebar ul.mtree.default li.current-cat>a,.shop-sidebar ul.mtree.default li>a:hover {
  text-decoration: none;
  font-weight: 400;
}

.children li.cat-item {
  padding: 4px 0;
  position: relative;
  padding-left: 18px;
  margin: 10px 0!important;
}

.children li.cat-item:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 14px;
  height: 20px;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.shop-filter {
  display: flex;
  align-items: center;
  background: #989898;
  color: #fff;
}

.shop-filter .woocommerce-result-count {
  margin: 0!important;
  padding: 12px 20px;
  border-right: 1px solid #fff;
  padding-left: 30px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  width: 223px;
}

.shop-filter form {
  padding: 10px 20px!important;
  margin: 0!important;
  display: inline-block;
  float: none!important;
  width: 36%;
  display: flex;
}

.shop-filter form.woocommerce-ordering {
  display: flex;
  width: 39%;
  justify-content: flex-end;
}

.shop-filter form.woocommerce-ordering select {
  margin-left: 15px;
  width: 215px;
}

.shop-filter form label {
  font-size: 16px;
  margin-bottom: 0!important;
}

.shop-filter form select {
  border: 0;
  font-size: 16px;
  color: #fff;
  padding-right: 21px;
  padding-left: 0;
  width: 42px;
}

body .shop-filter .gridlist-toggle {
  display: flex!important;
  width: 140px;
  justify-content: flex-end;
  padding-right: 30px!important;
}

.shop-filter a {
  padding: 10px;
  color: #fff;
  background: 0 0;
  background-color: rgba(0,0,0,0)!important;
}

.shop-filter a.active {
  color: #fff;
  background-color: rgba(0,0,0,.2)!important;
}

.products .woocommerce-loop-product__title {
  display: block;
  color: #989898;
  font-size: 19px!important;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 4px;
  padding: 0 0 26px!important;
  border-bottom: 1px solid #e6e6e6;
  order: 1;
  text-transform: uppercase;
}

.woocommerce div.product div.images img {
  width: auto!important;
}

.woocommerce-breadcrumb a {
  font-family: Roboto;
  font-weight: 300;
  font-size: 20px;
  color: #989898!important;
}

.woocommerce-breadcrumb {
  color: #961d23!important;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  border: 2px solid #e3e3e3;
  display: block;
  background: #f4f4f4;
}

.woocommerce div.product .product_title {
  font-family: IndustrialExtended;
  font-style: italic;
  font-weight: 400;
  font-size: 60px;
  text-transform: uppercase;
}

.woocommerce .sku_wrapper {
  font-family: Roboto;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.woocommerce-product-details__short-description {
  margin-top: 30px;
  margin-bottom: 30px;
}

.variations .label {
  position: absolute;
  margin-top: -3px;
  margin-left: 20px;
  background: #fff;
  padding: 5px!important;
  line-height: 0!important;
  font-size: 14px;
}

.variations .value select {
  height: 60px;
  font-size: 18px;
  color: #202020;
  text-transform: capitalize;
  padding-left: 23px;
}

.variations .label label {
  margin-bottom: 0!important;
}

.variations td {
  display: block;
  margin-bottom: 20px;
}

.woocommerce-page .product .woocommerce-product-gallery {
  width: 58%!important;
  margin-bottom: 60px!important;
}

.woocommerce-page .product .summary {
  width: 38%!important;
}

.shop-sidebar .widget_wcc_widget {
  padding-bottom: 20px;
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 40px;
}

.shop-sidebar .widget_wysija h3 {
  border: 0!important;
  margin-bottom: 0!important;
}

.shop-sidebar .wysija-paragraph {
  font-size: 18px;
  font-family: Roboto;
  color: #1a1a1a;
}

.shop-sidebar .wysija-paragraph input {
  border: 2px solid #ebebeb;
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 20px;
}


.wysija-submit {
  background: url(../images/button-bg.png) no-repeat;
  background-size: cover;
  width: 200px !important;
  height: 48px;
  border: 0;
  color: #fff;
  float: right;
}

.signup-section form .btn-primary .mailpoet_submit {
  background: url(../images/button-bg.png) no-repeat;
  background-size: 100% !important;
  min-width: 200px !important;
  height: 100%;
  height: 100%;
  border: 0;
  color: #fff;
  float: right;
  cursor: pointer;
}

.shop-sidebar .widget_wysija_cont .widget_wysija {
  float: left;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 2px solid #ebebeb;
}

.products.list .product-box {
  border-bottom: 2px solid #ebebeb;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.products.list .product-box .woocommerce-LoopProduct-link {
  width: 30.75%!important;
  flex: 0 0 30.75%!important;
  align-items: center;
}

.products.list .product-box .woocommerce-product-details__short-description {
  display: block;
  width: 65.4%!important;
  flex: 0 0 65.4%!important;
  float: none;
  margin-top: 0!important;
  margin-bottom: 0!important;
  padding-left: 30px;
}

.products.list .product-box {
  margin-top: 30px!important;
}

.post-type-archive .product-box:hover .woocommerce-loop-product__link h2 {
  color: #961d23!important;
}

.woocommerce ul.products li.product a .woocommerce-loop-product__title {
  color: #989898;
}

.products.list .product-box .woocommerce-LoopProduct-link img {
  display: block;
  width: 100%!important;
}

.woocommerce nav.woocommerce-pagination {
  text-align: center;
  z-index: 9;
  position: relative;
}

.woocommerce-variation-price {
  font-size: 16px;
  font-weight: 600;
}

.woocommerce-variation-price label {
  margin-bottom: 0!important;
}

.woocommerce-variation-price label span.price {
  display: block;
  font-size: 40px!important;
  color: #000!important;
  letter-spacing: 4px;
  font-family: 'Roboto Lt';
}

.product-type-simple .price {
  font-size: 16px;
  font-weight: 600;
  float: left;
}

.product-type-simple .price label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0!important;
  color: #202020!important;
  letter-spacing: 4px;
  font-family: 'Roboto Lt';
}

.product-type-simple .price span.woocommerce-Price-amount {
  display: block;
  font-size: 40px!important;
  color: #000!important;
  letter-spacing: 4px;
  font-family: 'Roboto Lt';
  line-height: 40px;
}

.single_variation_wrap .single_variation {
  width: 300px;
}

.woocommerce div.product form.cart .variations select {
  margin-right: 0;
  min-width: 80%;
}

.single_variation_wrap {
  width: 80%;
  display: flex;
  align-items: center;
}

.single-product .yith-wcwl-add-to-wishlist {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0!important;
  padding-bottom: 20px!important;
}

.woocommerce-tabs .wc-tabs li {
  color: #1a1a1a;
  text-transform: uppercase;
  border: 0!important;
  background-color: transparent!important;
  border-radius: 0!important;
  margin: 0!important;
  width: 225px;
  height: 68px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 2px;
  font-size: 18px;
}

.woocommerce-tabs .wc-tabs li a {
  color: #1a1a1a!important;
}

.woocommerce-tabs .wc-tabs li.active {
  background: url(../images/description-tab-bg.png) no-repeat!important;
  background-size: cover!important;
  color: #fff!important;
}

.woocommerce-tabs .wc-tabs li.active a {
  color: #fff!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  content: unset!important;
}

.woocommerce-Tabs-panel #gallery-1 img {
  border: 4px solid #fff;
  width: 100%;
}

.woocommerce-Tabs-panel #gallery-1 .gallery-item {
  margin-bottom: 0!important;
  margin-top: 0!important;
}

.product-box>a {
  display: flex;
  flex-wrap: wrap;
}

.related.products h2,.woocommerce-Tabs-panel h2 {
  font-family: IndustrialExtended;
  font-size: 58px;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.product-box>a {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce ul.products li.product-box>a {
  display: grid;
}

.woocommerce ul.products.list li.product-box .woocommerce-loop-product__title {
  border-bottom: 0;
}

.related.products .woocommerce-loop-product__title {
  display: block;
  color: #989898;
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 4px;
  padding: 10px 26px 26px!important;
  border-bottom: 1px solid #e6e6e6;
  order: 1;
  font-family: Roboto;
}

.woocommerce-Tabs-panel .gallery {
  margin-top: 30px!important;
}

.woocommerce div.product form.cart {
  margin-bottom: 0!important;
  padding-bottom: 40px;
  float: right;
  padding-top: 15px;
}

.single-qty-share {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  border-bottom: 2px solid #e3e3e3;
  clear: both;
  border-top: 2px solid #e3e3e3;
}

.related.products {
  clear: both;
}

.single-qty-share .woocommerce .quantity .minus,.single-qty-share .woocommerce .quantity .plus {
  background: #ebebeb!important;
}

.single-qty-share .woocommerce .quantity .minus:hover,.single-qty-share .woocommerce .quantity .plus:hover {
  background: #89898c!important;
}

.product-share label {
  margin-bottom: 0;
  color: #202020;
  font-weight: 600;
  font-size: 15px;
  margin-right: 20px;
  display: inline-block;
}

.product-share a {
  color: #202020;
  margin: 0 5px;
  font-size: 26px;
  vertical-align: middle;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-width: 2px!important;
  border-color: #e3e3e3!important;
}

.woocommerce-Tabs-panel--description p {
  padding: 0 60px;
}

.single-product .modal-dialog {
  max-width: 85%;
}

.single-product .modal-dialog label {
  margin-bottom: 0;
}

.single-product .modal-content {
  background-color: transparent;
  border-radius: 0;
  border: 0;
}

.single-product .modal-body {
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 40px 6% 30px;
}

.single-product .modal-header {
  border-bottom: 0;
  justify-content: center;
  color: #fff;
  padding: 0;
}

.single-product .modal-header .modal-title {
  color: #fff;
  font-family: IndustrialExtended;
  font-style: italic;
  font-size: 80px;
  font-weight: 500;
  letter-spacing: 2px;
}

.single-product .modal-footer {
  border-top: 0;
  padding: 0 20px;
  justify-content: space-between;
  align-items: flex-end;
}

.single-product .modal-body p {
  font-size: 28px;
  letter-spacing: 1px;
}

.single-product .modal-body .order-form p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-body .order-form {
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
  padding: 0 20px;
}

.modal-body .order-form label {
  font-family: IndustrialExtended;
  font-style: italic;
  letter-spacing: 1.5px;
  font-size: 40px;
  margin-bottom: 0;
  font-weight: 600;
  flex: 0 0 27%;
}

.modal-body .order-form input {
  width: 94%;
  padding: 0 15px;
}

.modal-body .order-detail {
  display: flex;
  justify-content: space-between;
  padding: 30px 20px;
  margin: 30px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-family: IndustrialExtended;
  font-style: italic;
  letter-spacing: 1.5px;
  color: #4574b5;
  font-weight: 600;
  font-size: 40px;
}

.modal-body .order-detail label {
  color: #000;
}

.order-heading h2 {
  font-family: IndustrialExtended;
  font-style: italic;
  letter-spacing: 1.5px;
  color: #000;
  font-size: 50px;
}

.order-description {
  margin: 30px 0;
  padding: 30px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
}

.order-description .detail-box {
  text-align: left;
  padding-left: 50px;
}

.order-description .detail-box:first-child {
  text-align: left;
  padding-left: 30px;
}

.order-description .detail-box+.detail-box {
  border-left: 1px solid #e5e5e5;
}

.detail-box h3 {
  font-family: IndustrialExtended;
  font-style: italic;
  color: #000;
  font-size: 40px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}

.description-box {
  display: flex;
  justify-content: space-around;
}

.description-box .description-detail+.description-detail {
  padding-left: 80px;
}

.detail-box ul li {
  margin: 15px 0;
  font-weight: 500;
}

.detail-box ul li a {
  color: #4573b4;
}

.woocommerce-Tabs-panel {
  padding: 0 60px!important;
}

.woocommerce-Tabs-panel ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.model-address {
  text-align: left;
}

.model-address h4 {
  font-size: 22px;
  margin-bottom: 14px;
}

.model-address h5 {
  font-size: 20px;
  margin-bottom: 16px;
}

.model-address h5 a {
  color: #000;
  font-weight: 500;
}

.model-address p {
  font-size: 18px!important;
  margin-bottom: 30px;
  line-height: 15px;
}

.modal-footer .btn-primary {
  margin-bottom: 16px;
  min-width: 440px;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
}

.modal-dialog .btn {
  color: #fff;
  position: absolute;
  right: 0;
  top: 28px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-style: italic;
}

.modal-dialog .btn:before {
  content: 'X';
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  background: #000;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 36px;
  font-weight: 500;
  margin: 0 auto;
}

.woocommerce ul.products {
  margin-top: 30px!important;
}

.woocommerce ul.products .product-box {
  border: 3px solid transparent;
  padding: 0 15px 30px!important;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
}

.woocommerce ul.products .product-box:hover {
  border: 3px solid #961d22;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
}

.woocommerce-tabs .yikes-custom-woo-tab-title {
  display: none;
}

.product-type-simple #quotebutton {
  float: right;
}

.quantity label {
  display: none;
}

.woocommerce input[type=number]::-webkit-inner-spin-button,.woocommerce input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.woocommerce input[type=number].qty {
  -moz-appearance: textfield;
}

.woocommerce .quantity .minus,.woocommerce .quantity .plus,.woocommerce .quantity input.qty {
  line-height: 16px;
  height: 40px!important;
  background-color: #fff!important;
  color: inherit!important;
  padding: 0!important;
  float: left;
  border-radius: 0!important;
}

.woocommerce .quantity .minus,.woocommerce .quantity .plus {
  border: none!important;
  cursor: pointer;
  width: 40px!important;
  background: #89898c!important;
  color: #fff!important;
}

.woocommerce .quantity input.qty {
  border: 1px solid #ccc!important;
  width: 44px!important;
}

div.quantity.hidden {
  border: none!important;
}

.wpgs-for i {
  background: grey;
  height: 50px;
  width: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
}

.wpgs-for .flaticon-back:before,.wpgs-for .flaticon-right-arrow:before,.wpgs-nav .slick-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 30px;
}

.wpgs-for .flaticon-right-arrow:before,.wpgs-nav .slick-next:before {
  content: "\f105";
}

.wpgs-nav .slick-arrow:before {
  color: grey;
}

.wpgs.wpgs--with-images {
  border: 2px solid #e5e5e5;
  background: #f4f4f4;
}

.wpgs-nav {
  width: 60%;
  margin: 0 auto;
}

.woocommerce .woocommerce-breadcrumb {
  font-size: 12px!important;
}

.cart .single_add_to_cart_button {
  display: none!important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    position: absolute !important;
    margin-top: -45px !important;
    left: 420px !important;
    font-size: 14px !important;
    padding: 5px 5px !important;
}
.wpcf7-mail-sent-ok {
    position: absolute !important;
    margin-top: -45px !important;
    left: 420px !important;
    font-size: 14px !important;
    padding: 5px 5px !important;
}
@media (max-width:1800px) {
    div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
        margin-top: -40px !important;
        left: 370px !important;
    }
    .wpcf7-mail-sent-ok {
        margin-top: -35px !important;
        left: 360px !important;
    }
}
@media (max-width:1680px) {
  .product-type-simple .price span.woocommerce-Price-amount {
    line-height: 32px;
    font-size: 32px!important;
  }
  div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
      font-size: 11px !important;
  }
  .single-product .modal-dialog {
    max-width: 85%;
  }

  .single-product .modal-header .modal-title {
    font-size: 60px;
  }

  .modal-dialog .btn:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }

  .modal-dialog .btn {
    top: 8px;
  }

  .single-product .modal-body p {
    font-size: 22px;
  }

  .modal-body .order-form {
    margin-top: 30px;
  }

  .modal-body .order-form label {
    font-size: 35px;
  }

  .modal-body .order-detail {
    padding: 20px 20px;
    font-size: 36px;
  }

  .order-heading h2 {
    font-size: 42px;
  }

  .detail-box h3 {
    font-size: 36px;
  }

  .order-description .detail-box:first-child {
    padding-left: 10px;
  }

  .order-description .detail-box {
    padding-left: 36px;
  }

  .single-product .modal-body {
    padding: 40px 4% 30px;
  }
}
@media (max-width:1500px) {
    div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
        font-size: 12px !important;
        margin-top: -40px !important;
        left: 300px !important;
    }
    .wpcf7-mail-sent-ok {
        margin-top: -40px !important;
        left: 290px !important;
    }
}
@media (max-width:1380px) {
  .products .woocommerce-loop-product__title {
    font-size: 16px!important;
    line-height: 22px;
    letter-spacing: 2px;
  }
  div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
      font-size: 11px !important;
      padding: 5px 4px !important;
  }
  .shop-sidebar .wysija-paragraph input {
    height: 50px;
  }

  .detail-box h3 {
    font-size: 32px;
  }

  .total-price {
    font-size: 25px;
  }

  .modal-footer .btn-primary {
    min-width: 340px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }

  .single-product .modal-body p {
    font-size: 18px;
  }

  .modal-body .order-form {
    margin-top: 20px;
  }

  .modal-body .order-detail {
    margin: 22px 0;
  }

  .modal-body .order-form label {
    font-size: 30px;
  }

  .modal-body .order-detail {
    padding: 12px 20px;
    font-size: 30px;
  }

  .order-heading h2 {
    font-size: 34px;
  }

  .order-description {
    margin: 20px 0;
  }

  .detail-box h3 {
    font-size: 28px;
  }

  .woocommerce-page .site-main {
    padding-top: 90px!important;
  }

  .woocommerce .woocommerce-breadcrumb,.woocommerce-breadcrumb a {
    font-size: 16px!important;
  }

  .aws-container .aws-show-clear .aws-search-field {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }

  .shop-sidebar h3.widget-title {
    font-size: 42px!important;
  }

  body .shop-filter .gridlist-toggle {
    padding-top: 10px!important;
    padding-right: 10px!important;
    padding-bottom: 10px!important;
  }

  .shop-sidebar h3.widget-title {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  .shop-sidebar .widget_wcc_widget {
    padding-bottom: 0;
  }
}

@media (max-width:1280px) {
  .product-type-simple .price span.woocommerce-Price-amount {
    line-height: 20px;
    font-size: 28px!important;
  }
}

@media (max-width:1200px) {
  .woocommerce div.product .product_title {
    font-size: 42px;
  }

  .woocommerce-product-details__short-description {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .woocommerce div.product form.cart {
    padding-bottom: 20px;
  }

  .woocommerce-Tabs-panel {
    padding: 0 40px!important;
  }

  .modal-body .order-form label {
    font-size: 28px;
  }

  .modal-body .order-detail {
    font-size: 28px;
  }

  .modal-body .order-detail {
    margin: 16px 0;
  }

  .order-heading h2 {
    font-size: 30px;
  }

  .detail-box h3 {
    font-size: 26px;
  }

  .order-description .detail-box {
    padding-left: 28px;
  }

  .total-price {
    font-size: 20px;
  }

  .single-product .modal-dialog {
    max-width: 90%;
  }

  .shop-sidebar h3.widget-title {
    font-size: 38px!important;
  }

  .shop-filter .woocommerce-result-count {
    font-size: 14px;
    padding: 12px 15px!important;
  }

  .shop-filter form label {
    width: 64px;
    font-size: 14px;
  }

  .woocommerce .woocommerce-ordering select {
    font-size: 14px;
  }

}
@media (min-width: 768px) and (max-width: 1200px) {
    .wpcf7-mail-sent-ok {
          position: unset !important;
          margin-top: 20px !important;
          left: 290px !important;
          font-size: 12px !important;
          padding: 5px 5px !important;
      }
}
@media (min-width: 768px) and (max-width: 1279px) {
    div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
        position: unset !important;
        margin-top: 20px !important;
        font-size: 14px !important;
        padding: 5px 4px !important;
        text-align: center;
        font-size: 12px !important;
    }
}
@media (max-width:1023px) {
  .woocommerce ul.products li.product,.woocommerce-page ul.products li.product {
    width: 33.333%!important;
    margin: 0 0 20px 0!important;
  }

  .woocommerce-page .site-main {
    padding-top: 70px!important;
  }
}

@media (max-width:767px) {
  .woocommerce-page .product .woocommerce-product-gallery {
    width: 100%!important;
    margin-bottom: 30px!important;
  }

  .woocommerce-page .product .summary {
    width: 100%!important;
  }

  .woocommerce div.product form.cart {
    padding-left: 30px;
  }

  .woocommerce ul.products li.product,.woocommerce-page ul.products li.product {
    width: 50%!important;
  }

  .related.products h2,.woocommerce-Tabs-panel h2 {
    font-size: 44px;
  }
  div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
      font-size: 11px !important;
      padding: 5px 4px !important;
      left: 250px !important;
  }
  .wpcf7-mail-sent-ok {
        position: absolute !important;
        margin-top: -36px !important;
        left: 240px !important;
        font-size: 12px !important;
    }
}
@media (max-width:660px) {
    div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
        font-size: 11px !important;
        padding: 5px 4px !important;
        right: 10px !important;
        position: unset !important;
        margin-top: 20px !important;
        text-align: center;
    }
}
@media (max-width:570px) {
    .wpcf7-mail-sent-ok {
        position: unset !important;
        margin-top: 20px !important;
        left: 240px !important;
        font-size: 12px !important;
        padding: 5px 5px !important;
    }
}
@media (max-width:576px) {
  .products.list .product-box {
    display: block!important;
  }

  .products.list .product-box .woocommerce-LoopProduct-link,.products.list .product-box .woocommerce-product-details__short-description {
    width: 100%!important;
    flex: 0 0 100%!important;
    padding-left: 0;
  }
}

@media (max-width:480px) {
  #gallery-1 .gallery-item {
    width: 100%!important;
  }

  .woocommerce-Tabs-panel {
    padding: 0 0!important;
  }

  .woocommerce ul.products li.product,.woocommerce-page ul.products li.product {
    width: 100%!important;
  }

  .product-type-simple #quotebutton,.product-type-simple .price,.woocommerce div.product form.cart {
    float: none;
  }

  .single-qty-share {
    padding: 20px 0;
  }
}

@media (max-width:1360px) and (min-width:1024px) {
  .woocommerce-variation-price label span.price {
    font-size: 29px!important;
  }
}

@media (max-width:1023px) and (min-width:768px) {
  .woocommerce-page .product-type-variable .summary {
    width: 46%!important;
  }

  .woocommerce-page .purchasable.product-type-simple .summary {
    width: 100%!important;
  }

  .woocommerce-page .purchasable.product-type-simple .price {
    padding-right: 20px;
    width: 100%;
  }

  .woocommerce-variation-price label span.price {
    font-size: 29px!important;
  }

  .product-type-variable .variations_button {
    right: 33px;
  }

  .product-type-variable .single_variation_wrap .btn-primary {
    min-width: 100px;
    width: 100px;
    font-size: 12px;
  }

  .product-type-variable .single_variation_wrap .btn-primary:before {
    width: 130%;
  }

  .product-type-variable .single_variation_wrap {
    margin: 0 0 20px;
  }
}

@media (max-width:767px) {
  .product-type-variable .single_variation_wrap {
    margin: 0 0 20px;
  }
  .signup-section form .btn-primary .mailpoet_submit {
      width: 220px !important;
      float: none;
      font-size: 14px !important;
  }
}

@media (max-width:460px) {
  .woocommerce-variation-price label span.price {
    font-size: 25px!important;
  }
  .signup-section form .btn-primary .mailpoet_submit {
      width: 220px !important;
      float: none;
      font-size: 14px !important;
  }
}
