
/* Globo Woocommerce */
/* --------------------------------------- */




.archive.woocommerce .shop-content .product-type-variable .single-product-content{
  padding-bottom: 20px;
}

.woocommerce div.product span.price del {
  opacity: .5;
  display: block;
  position: relative;
  left: -45px;
}
.archive.woocommerce .shop-body.gc_no_sidebar .shop-content .star-rating{
  left: -89px;
}
.archive.woocommerce .shop-content .star-rating{
  left: -53px;
}

.woocommerce div.product {
  margin-bottom: 0;
  position: relative;
}
.archive.woocommerce div.product{
  height: 405px;
}
 .archive.woocommerce div.product .added_to_cart.wc-forward{
    position: relative;
    top: 10px;
}
@media (max-width: 480px){
  .archive.woocommerce div.product .added_to_cart.wc-forward{
    position: relative;
    left: 10px;
    top: 24px;
  }
}
.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
  left: 4.8em;
  top: 5px;
}

@media (max-width: 480px){
  .woocommerce-tabs .commentlist .star-rating{
    left: -7px;
    top: 0;
  }
}

.single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-simple .single-product a.add_to_cart_button,
.single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-grouped .single-product a.add_to_cart_button{
  top: 13px;
}
.single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-simple .single-product ins,
.single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-grouped .single-product ins{
  top: 8px;
  left: 0;
}

.woocommerce .cart-collaterals .single-product .single-product-content a {
  font-weight: 800;
  top: 0 !important;
  left: -34px;
}


.woocommerce .woocommerce-ordering select,
.woocommerce div.product form.cart .variations select{
  vertical-align: top;
  width: 190px;
  height: 30px;
  font-size: 13px;
  font-weight: bold;
  border: 1px solid #c4c4c4;
}


@media (max-width: 480px){
  .woocommerce .woocommerce-ordering select,
  .woocommerce div.product form.cart .variations select{
    left: -80px;
    top: 25px;
    position: relative;
  }
  .woocommerce-cart .woocommerce .post .coupon p input.button{
  left: 0;
  }
  .woocommerce #review_form #respond .form-submit input{
    width: 25%;
  }
}

.woocommerce div.product form.cart .variations select {
  position: relative;
  left: -55px;
  border: 1px solid #dddddd;
}
.woocommerce div.product form.cart .variations select:focus{
  outline: #fdc600;
}
td.value a:hover{
  text-decoration: none;
}
.woocommerce #review_form #respond textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #d5d5d5;
}
.woocommerce #review_form #respond .form-submit input.submit {
  left: auto;
  width: 13%;
  background: #fdc600;
}
.woocommerce #review_form #respond .form-submit input.submit:hover{
  background-color: #333333;
  color: #ffffff;
  transition: all .3s ease;
}


@media (max-width: 768px){
  .woocommerce #review_form #respond .form-submit input{
    width: 15%;
  }
  .woocommerce .shop-body .shop-content div.product .entry-summary select{
    left: -35px !important;
  }
}


@media (max-width: 540px){
  .woocommerce #review_form #respond .form-submit input{
    width: 20%;
  }
}
.woocommerce #review_form #respond p {
  margin: 11px 0px 19px;
}

form.comment-form p.comment-form-author input,
form.comment-form p.comment-form-email input{
  position: relative;
  border: 1px solid #dddddd;
  height: 30px;
  width: 50%;
  margin-bottom: 5px;
  left: 10px;
}
.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
  padding: 10px !important;
  margin-left: 3px;
  top: -10px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d3ced2;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
  line-height: 1;
  width: 35%;
  height: 34px;
  margin-top: 10px;
}
.woocommerce .cart .button, 
.woocommerce .cart input.button {
  float: none;
  width: 100pt;
  background-color: #ADCA34;
  color: #ffffff;
  margin-top: 10px;
}

.coupon p input.button {
  width: 100pt !important;
  left: -60px;
  background: #fdc600 !important;
  color: #ffffff !important;
}
@media (max-width: 768px){
  .coupon p input.button {
    left: -304px;
  }
  .woocommerce .cart input.button {
    width: 96pt !important;
  }
}



@media (max-width: 640px){
  .coupon p input.button {
    left: -200px;
  }
}
@media (max-width: 480px){
  .coupon p input.button {
    left: -100px;
  }
}
.woocommerce .cart input.button:hover{
  background-color: #333333;
  color: #ffffff;
  transition: .3s all ease;
}
.coupon input.button:hover{
  background-color: #333333 !important;
  color: #ffffff !important;
  transition: .3s all ease !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  background: #fdc600 !important;
  color: #333333 !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
  background-color: #333333 !important;
  color: #ffffff !important;
  transition: .3s all ease !important;
}
.woocommerce-cart .woocommerce .cart_item .product-remove a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: #ef5350!important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}
.woocommerce a.remove:hover {
  color: #fff!important;
  background: #ef5350;
}
.woocommerce span.onsale {
  background-color: #f44336 !important;
}
.woocommerce span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: 0;
  left: 2px;
  margin: 0;
  border-radius: 100%;
  background-color: #fdc600 !important;
  color: #333333;
  font-size: .857em;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
.select2-container .select2-choice {
  border: 1px solid #ddd;
  color: #333;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea{
  border: 1px solid #dddddd;
  color: #333;
  border-radius: 3px;
}
.woocommerce input.button{
  background-color: #fdc600 !important;
  color: #ffffff !important;
}
.woocommerce input.button:hover{
  background-color: #333333 !important;
  transition: 0.3s all ease;
}
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register{
  border: 1px solid #dddddd;
}
textarea#order_comments.input-text {
  border: 1px solid #dddddd;
  color: #333;
  border-radius: 3px;
  padding: 8px 0 0 10px;
}
.woocommerce input.button.alt{
  background-color: #fdc600 !important;
  color: #fff !important;
}
.woocommerce input.button.alt:hover{
  background-color: #333 !important;
  color: #fff;
  transition: 0.3s all ease;
}
.woocommerce-checkout #payment {
  background: #eeeeee !important;
  border-radius: 5px;
}
.product-type-variable .single-product,
.product-type-simple .single-product,
.product-type-grouped .single-product{
  height: 374px;
}

.single.woocommerce .shop-content .related.products .product-type-variable .single-product-content{
  padding-bottom: 20px;
}
  
.product-quantity .quantity input.input-text.qty{
  border: 1px solid #dddddd;
  padding-right: 5px;
}
.single.woocommerce .shop-body.gc_right-sidebar .product-type-variable a.add_to_cart_button{
  top: 45px;
}
.single.woocommerce .shop-body.gc_right-sidebar .product-type-variable span del{
  top: 14px;
  left: -9px;
  font-weight: 800;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: .5em 4px 0 0;
  float: left;
  left: 5px;
}
.woocommerce .woocommerce-product-rating a.woocommerce-review-link{
  top: 5px;
  position: relative;
  left: 10px;
}
.archive.woocommerce .shop-body.gc_right-sidebar .product-type-simple .single-product .single-product-content p.gc_no_rating{
  left: 0;
  top: 26px;
}
.single.woocommerce .shop-body.gc_right-sidebar .product-type-simple .single-product .single-product-content p.gc_no_rating{
  left: 0;
  top: 26px;
  margin-bottom: 43px;
}
.single.woocommerce .shop-body.gc_right-sidebar .product-type-grouped .single-product .single-product-content p.gc_no_rating{
  left: 0;
  top: 18px;
} 
.single.woocommerce .shop-body.gc_right-sidebar .product-type-variable .single-product .single-product-content ins.gc_no_rating{
  left: 0;
  top: 18px;
} 

.single.woocommerce .shop-body.gc_right-sidebar .product-type-variable .single-product .single-product-content span.gc_no_rating{
  left: -29px;
  top: -7px;
  position: relative;
}
.shop-page-pagination ul.pagination li span.current{
  background-color: #fdc600 !important;
  color: #ffffff !important;
  border: none !important;
  margin-left: 10px;
  padding: 7px 13px;
}
.shop-page-pagination ul.pagination li a{
 color: #333333;
 margin-left: 10px;
}
.shop-page-pagination ul.pagination li a:hover{
 background-color: #fdc600 !important;
 color: #333333 !important;
}
@media (max-width: 768px){
.single.woocommerce .shop-body.gc_right-sidebar .shop-content .related-product .product-type-simple {
  width: 33% !important;
  }
}
/*============= Widget ===============*/

.woocommerce .shop-sidebar .widget.widget_price_filter,
.woocommerce .shop-sidebar .widget .globo_categories,
.woocommerce .shop-sidebar .newsletter,
.woocommerce .shop-sidebar .widget.recent-posts-widget
{
  margin-bottom: 20px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
  background: #fdc600;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #aaaaaa;
  border: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
   border-radius: 3px; 
}
.woocommerce .widget_price_filter .price_label span {
  font-weight: 800;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  margin-bottom: 15px;
  background-color: #fdc600;
  color: #fff;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  background-color: #333333;
  transition: 0.3s all ease;
}
.woocommerce .shop-sidebar .newsletter input{
  border: 1px solid #dddddd;
  border-radius: 3px;
}
.woocommerce .shop-sidebar .newsletter ul li{
  height: 50px;
  width: 50px;
  background-color: #fdc600;
  text-align: center;
  border-radius: 3px;
  margin-right: 7px;
  }
.woocommerce .shop-sidebar .newsletter ul li a{
  display: block;
  top: 12px;
  position: relative;
  font-size: 20px;
  color: #fff;
}
.woocommerce .shop-sidebar .newsletter ul li:hover{
  background-color: #333333;
  transition: 0.3s all ease;
}
@media (max-width: 1199px){
  .woocommerce .shop-sidebar .newsletter ul li{
    margin-right: 1px;
  }
}
.woocommerce .shop-sidebar .newsletter button.btn-news{
  background-color: #fdc600;
  padding: 4px 10px;
  top: -29px;
  position: relative;
  float: right;
}
.woocommerce .shop-sidebar .newsletter button.btn-news:hover{
  background-color: #333;
  color: #fff;
}
@media (max-width: 992px){
  .woocommerce .widget_price_filter .price_slider_amount .button {
    width: 33%;
    top: 0;
    margin-bottom: 15px;
    left: 0;
  }
}
.recent-posts-widget .latest-post {
  margin-bottom: 20px;
  position: relative;
  min-height: 90px;
}


.recent-posts-widget .latest-post .post-image {
  position: absolute;
  left: 0;
  margin-right: 15px;
}
.recent-posts-widget .latest-post .post-image img {
  width: 70px;
  height: 70px;
  border-radius: 6px;
}
.recent-posts-widget .latest-post .post-image p {
  margin-top: -5px;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 5px 0 7px;
  font-weight: 700;
  background-color: #1a1a1a;
  font-family: 'Raleway', sans-serif;
  border-radius: 3px;
}
.recent-posts-widget .latest-post .post-image p span {
  color: #e4b200;
  padding-right: 5px;
  padding-left: 5px;
}
.recent-posts-widget .latest-post h4 {
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
  padding-left: 80px
}
.recent-posts-widget .latest-post p {
  margin: 0;
  padding-top: 10px;
  padding-left: 80px;
  overflow: hidden;
  word-wrap: break-word;
}

/* sidebar widget fix by parvez */

.post-sidebar h2,
.post-sidebar h3 {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  padding: 17px 20px 15px;
  width: 100%;
  background: #eeeeee;
  border-radius: 3px;
  border-left: 3px solid #fdc600;
  font-size: 18px;
  text-transform: uppercase;
}

.recent-posts-widget{
  margin-bottom: 40px;
}

.post-sidebar h3 {
  margin-bottom: 10px;
}

.post-sidebar .widget  {
  text-transform: uppercase;
}
.post-sidebar .widget  ul {
  padding: 0px;
  margin: 0;
  margin-bottom: 10px;
}
.post-sidebar .widget  ul li.cat-item {
  display: block;
  font-size: 14px;
  padding: 13px 0px 5px;
  border-top: 1px solid #424242;
}

.post-sidebar .widget  ul li.cat-item a:hover {
  text-decoration: none;
}
.post-sidebar .widget  ul li.cat-item:last-child {
  border-bottom: 1px solid #4d4d4d;
}
.post-sidebar .widget  ul li.cat-item .fa {
  color: #fff;
  padding-right: 10px;
}

.post-sidebar .newsletter {
  position: relative;
}

.post-sidebar .newsletter .list-inline {
  margin-left: 0 !important;
}
.post-sidebar .newsletter input {
  height: 40px;
  background-color: #1a1a1a;
  padding-right: 40px;
  margin-bottom: 20px;

  color: #fff;
}
.post-sidebar .newsletter button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 29px;
  height: 29px;
  background-color: #e4b200;
}
.post-sidebar .newsletter button:hover {
  background-color: #fdc600;
}

.post-sidebar .newsletter ul {
  padding-left: 10px;
}
.post-sidebar .newsletter ul li {
  height: 50px;
  width: 50px;
  background-color: #fdc600;
  text-align: center;
  border-radius: 3px;
  margin-right: 7px;
}
.post-sidebar .newsletter ul li:hover {
  background-color: #ffd231;
}
.post-sidebar .newsletter ul li a {
  display: block;
  color: #333333;
  line-height: 50px;
  font-size: 20px;
}

.post-sidebar .newsletter ul li a:hover {
  color: #333333 !important;
}
@media (max-width: 1200px) {
  .post-sidebar .newsletter ul li {
    height: 40px;
    width: 40px;
  }
  .post-sidebar .newsletter ul li a {
    line-height: 40px;
  }
}



/*plus minus quantity button*/
.quantity.buttons_added .minus, 
.quantity.buttons_added .plus{
    background-color: #fdc600;
    border: none;
    color: #fff;
} 
.quantity.buttons_added .minus:hover, 
.quantity.buttons_added .plus:hover{
    background-color: #333;
    border: none;
    color: #fdc600;
} 

/* cart page plus minus quantity button */
.woocommerce-cart .quantity.buttons_added .minus, 
.woocommerce-cart .quantity.buttons_added .plus{
    background-color: #fdc600;
    border: none;
    color: #fff;
    width: 7%;
    margin: 10px;
    padding-left: 6px;
    padding-top: 0px;
} 

.woocommerce-cart .quantity.buttons_added .minus{
    padding-left: 7px;
    padding-right: 13px;
    padding-bottom: 3px;
}

.woocommerce-cart .quantity.buttons_added .minus:hover, 
.woocommerce-cart .quantity.buttons_added .plus:hover{
  background-color: #333;
}


@media (max-width: 480px){

  .woocommerce-cart .quantity.buttons_added .minus, 
  .woocommerce-cart .quantity.buttons_added .plus{
      left: 9px;
      position: relative;
    }
  }
.woocommerce-cart .woocommerce .product-type-simple span.onsale,
.woocommerce-cart .woocommerce .product-type-grouped span.onsale{
  top: -311px;
  left: -34px;
 }
 .woocommerce-cart .woocommerce .product-type-variable span.onsale {
  top: -321px;
  left: -34px;
}

.woocommerce-cart .star-rating{
  left: -36px;
  top: -5px;
}
.woocommerce-cart .product-type-simple .single-product .single-product-content p,
.woocommerce-cart .product-type-grouped .single-product .single-product-content p {
    top: 20px;
}

.woocommerce-cart .product-type-simple .single-product .single-product-content del,
.woocommerce-cart .product-type-grouped .single-product .single-product-content del {
  font-weight: 800;
  left: -5px;
  margin-left: 13px;
  position: relative;
}
.woocommerce-cart .product-type-variable  .single-product .single-product-content del{
  top: -7px;
  left: 0;
}
.woocommerce-cart .product-type-variable .single-product-content ins{
  top: -8px;
  left: 8px;
}
.woocommerce-cart .product-type-variable .single-product .single-product-content a.add_to_cart_button {
  top: -11px !important;
  left: -35px;
}
.woocommerce-cart .woocommerce-message a,
.woocommerce-checkout .woocommerce-info a{
  color: #fdc600;
}
.single.woocommerce .comment-text .star-rating.active{
  position: relative;
  left: 0;
}
@media (max-width: 1199px){
  .woocommerce-cart .cross-sells div.product{
    width: 63%;
  }
}
@media (max-width: 992px){
  .woocommerce-cart .cross-sells .star-rating{
    left: -55px;
  }
}
@media (max-width: 768px){
  .woocommerce-cart .cross-sells div.product{
    width: 33%;
  }
}
@media (max-width: 640px){
  .woocommerce-cart .cross-sells div.product{
    width: 41%;
  }
}
@media (max-width: 580px){
  .woocommerce-cart .cross-sells div.product{
    width: 41%;
  }
}
@media (max-width: 480px){
  .woocommerce-cart .cross-sells div.product {
    width: 60%;
    left: 74px;
  }
  .woocommerce-cart .cross-sells .star-rating{
    left: -77px;
  }
}
@media (max-width: 480px){
  .woocommerce-cart .cross-sells .star-rating{
    left: -55px;
  }
}

.woocommerce-checkout ul.payment_methods li.payment_method_bacs label,
.woocommerce-checkout ul.payment_methods li.payment_method_cheque label{
  position: relative;
  top: -31px;
  left: 25px;
}
.woocommerce-checkout ul.payment_methods li.payment_method_paypal label{
   position: relative;
  top: -38px;
  left: 25px;
}
.woocommerce-checkout ul.payment_methods li.payment_method_bacs div.payment_box,
.woocommerce-checkout ul.payment_methods li.payment_method_cheque div.payment_box,
.woocommerce-checkout ul.payment_methods li.payment_method_paypal div.payment_box{
  top: -32px;
}
.woocommerce-checkout ul.payment_methods li.payment_method_cheque,
.woocommerce-checkout ul.payment_methods li.payment_method_paypal{
  top: -35px;
  position: relative;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: .83em;
  left: 100%;
  position: relative;
}
.woocommerce-cart .product-type-simple .single-product .single-product-content p.gc_no_rating{
  left: 0px;
}
.woocommerce-cart .product-type-simple .single-product .single-product-content p.comment_has{
  left: 42px;
}
.woocommerce-message a.wc-forward{
  background-color: #fdc600;
  color: #333;
}
.woocommerce-message a.wc-forward:hover{
  background-color: #333;
  color: #fff;
}



/* ================= shop right sidebar ======================= */

.archive.woocommerce .shop-body.gc_right_sidebar .product-type-grouped a.product_type_grouped{
  top: 30px;
}
.archive.woocommerce .shop-body.gc_right_sidebar .product-type-variable a.product_type_variable{
  top: 50px;
}
.archive.woocommerce .shop-body.gc_right_sidebar .product-type-grouped p.gc_no_rating{
  top: 25px;
}
.archive.woocommerce .shop-body.gc_right_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
  font-weight: 800;
  left: 0;
}
.archive.woocommerce .shop-body.gc_right_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins{
  left: 8px;
}
.archive.woocommerce .shop-body.gc_right_sidebar .product-type-simple .single-product-content a.add_to_cart_button{
  top: 30px;
}
.archive.woocommerce .shop-body.gc_right_sidebar .product-type-simple p.gc_no_rating,
.archive.woocommerce .shop-body.gc_right_sidebar .product-type-grouped p.gc_no_rating{
  left: 0;
}
.archive.woocommerce .shop-body.gc_right_sidebar .product-type-variable ins.gc_no_rating.gc_no_rating_no_sale{
  left: 0;
}
.archive.woocommerce .shop-body.gc_right_sidebar .product-type-simple p.gc_no_rating del{
  font-weight: 800;
  left: -2px;
}
.archive.woocommerce .shop-body.gc_right_sidebar .product-type-simple p del{
  left: -2px;
}
.archive.woocommerce .shop-body.gc_right_sidebar .product-type-variable .single-product-content del{
  top: 31px;
  left: 28px;
  font-weight: 800;
}

@media (max-width: 1199px){
  .archive.woocommerce .shop-body.gc_right_sidebar div.product{
    width: 31%;
  }
}
@media (max-width: 768px){
  .archive.woocommerce .shop-body.gc_right_sidebar div.product{
    width: 32%;
  }
}
@media (max-width: 640px){
  .archive.woocommerce .shop-body.gc_right_sidebar div.product {
    width: 38%;
    left: 70px;
  }
}
@media (max-width: 530px){
.archive.woocommerce .shop-body.gc_right_sidebar div.product {
  width: 45%;
  left: 28px;
  }
}
@media (max-width: 480px){
  .archive.woocommerce .shop-body.gc_right_sidebar div.product {
    width: 61%;
    left: 85px;
  }
  .archive.woocommerce .shop-body.gc_right_sidebar div.product .star-rating{
    left: -90px;
  }
  .archive.woocommerce .shop-body.gc_right_sidebar .product-type-variable a.add_to_cart_button.gc_right_rating_btn{
    top: 65px;
    left: -35px;
  }
  .archive.woocommerce .shop-body.gc_right_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
    left: 75px;
    top: 10px;
  }
  .archive.woocommerce .shop-body.gc_right_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins{
    left: 85px;
    top: 10px;
  }

  .archive.woocommerce .shop-body.gc_right_sidebar .product-type-variable ins.gc_no_rating.gc_no_rating_no_sale{
    left: 70px;
    top: 10px;
  }
}

@media (max-width: 400px){
  .archive.woocommerce .shop-body.gc_right_sidebar div.product .star-rating{
    left: -65px;
  }
}

/* ================= upsells product right sidebar ======================= */

.single.woocommerce .shop-body.gc_right_sidebar .upsells.products div.product .star-rating{
  left: 4.2em;
}
.single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-variable ins.gc_no_rating.gc_no_rating_no_sale{
  top: 33px;
  left: 0;
}
.single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-variable ins.gc_no_sale_price{
  top: 15px;
  left: 0;
}
.single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-simple p.gc_no_rating{
  top: 30px;
  margin-bottom: 42px;
  left: 0;
}
.single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-simple p.comment_has{
  top: 10px;
  left: 0;
}
.single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-variable span del{
  top: 15px;
}
.single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-variable span ins{
  top: 15px;
  left: 0;
}
.single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
  top: 35px;
  font-weight: 800;
}
.single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins{
  top: 35px;
  left: 0;
}
@media (max-width: 1199px){
  .single.woocommerce .shop-body.gc_right_sidebar .upsells.products div.product{
    width: 32%;
  }
}
@media (max-width: 991px){
  .single.woocommerce .shop-body.gc_right_sidebar .upsells.products div.product{
    width: 31%;
  }
}
@media (max-width: 640px){
  .single.woocommerce .shop-body.gc_right_sidebar .upsells.products div.product {
    width: 37%;
    left: 0;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .upsells.products div.product .star-rating{
    left: 4.8em;
  }
}
@media (max-width: 525px){
  .single.woocommerce .shop-body.gc_right_sidebar .upsells.products div.product {
    width: 45%;
    left: 0;
    }
  }
@media (max-width: 480px){
  .single.woocommerce .shop-body.gc_right_sidebar .upsells.products div.product {
    width: 61%;
    left: 70px;
    }
  .single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-variable a.add_to_cart_button{
    top: 55px !important;
    left: -35px;
    }
    .single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-variable span del{
      top: 0;
      left: 65px;
    }
    .single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-variable span ins{
      top: 0;
      left: 75px;
    }
    .single.woocommerce .shop-body.gc_right_sidebar .upsells.products div.product .star-rating {
      left: 6.8em;
    }
    .single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-variable a.add_to_cart_button.gc_right_rating_btn{
      left: -35px;
      top: 75px !important;
    }
    .single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-variable ins.gc_no_rating.gc_no_rating_no_sale{
      top: 15px;
      left: 75px;
    }
    .single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-variable ins.gc_no_sale_price{
      top: 0;
      left: 75px;
    }
    .single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins{
      left: 80px;
      top: 15px;
    }
    .single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
      top: 15px;
      left: 75px;
    }
  }
@media (max-width: 400px){
  .single.woocommerce .shop-body.gc_right_sidebar .upsells.products div.product .star-rating{
    left: 4.8em;
  }
}

/* ================= related product right sidebar ======================= */

.single.woocommerce .shop-body.gc_right_sidebar .related.products div.product .star-rating{
  left: 4.2em;
}
.single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable span del{
  top: 13px;
  font-weight: 800;
}
.single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable ins.gc_no_rating.gc_no_rating_no_sale{
  top: 30px;
}
.single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-simple p{
  left: 0;
  top: 10px;
}
.single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-simple p.comment_has{
  top: 10px;
  left: 0;
}
.single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-simple p.gc_no_rating{
  left: 0;
  top: 35px;
}

.single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable a.add_to_cart_button {
  top: 35px;
}
.single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-simple a.add_to_cart_button,
.single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-grouped a.add_to_cart_button{
  top: 15px;
}

.single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-simple a.add_to_cart_button.gc_related_right_rating_btn{
  top: 35px;
}

.single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable a.add_to_cart_button.gc_right_rating_btn{
  top: 55px;
}
.single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable span.gc_no_rating_no_sale del{
  top: 30px;
}
.single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable span.gc_no_rating_no_sale ins{
  top: 30px;
}

.single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable ins{
  top: 12px;
  left: 0;
}
@media (max-width: 1199px){
  .single.woocommerce .shop-body.gc_right_sidebar .related.products div.product{
    width: 33%;
  }
}
@media (max-width: 992px){
  .single.woocommerce .shop-body.gc_right_sidebar .related.products div.product .star-rating {
    left: 5.2em;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable a.add_to_cart_button.gc_right_rating_btn{
    left: -25px;
    top: 75px;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable ins.gc_no_rating.gc_no_rating_no_sale {
    top: 15px;
    left: 75px;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable span.gc_no_rating_no_sale del {
    top: 15px;
    left: 65px;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable span.gc_no_rating_no_sale ins {
    top: 15px;
    left: 75px;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable ins.gc_no_rating.gc_no_rating_no_sale{
    top: 10px;
    left: 75px;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-simple p.gc_no_rating {
    left: 0;
    top: 25px;
  }
}
@media (max-width: 480px){
   .single.woocommerce .shop-body.gc_right_sidebar .related.products div.product{
      width: 61%;
      left: 70px;
    }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable ins.gc_no_rating.gc_no_rating_no_sale {
    top: 20px;
    left: 75px;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable ins.gc_no_sale_price{
    left: 75px;
    top: 0;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable a.add_to_cart_button{
    top: 55px;
    left: -35px;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products div.product .star-rating {
    left: 6.6em;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable span del{
    top: 0;
    left: 75px;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable ins {
    top: 0;
    left: 83px;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable a.add_to_cart_button.gc_right_rating_btn {
    top: 75px;
    left: -25px;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable span.gc_no_rating_no_sale del {
    top: 10px;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable span.gc_no_rating_no_sale ins {
    top: 10px;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-simple p.gc_no_rating {
    left: 0;
    top: 25px;
  }
}
@media (max-width: 400px){
  .single.woocommerce .shop-body.gc_right_sidebar .related.products div.product .star-rating {
    left: 5.4em;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products div.product{
      width: 65%;
      left: 65px;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable a.add_to_cart_button.gc_right_rating_btn {
    top: 75px;
    left: -35px;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable span.gc_no_rating_no_sale del{
   top: 10px;
   left: 70px;
  }
  .single.woocommerce .shop-body.gc_right_sidebar .related.products .product-type-variable span.gc_no_rating_no_sale ins{
    top: 10px;
    left: 80px;
  }
}

/* ================= shop no sidebar ======================= */

.archive.woocommerce .shop-body.gc_no_sidebar div.product .star-rating {
  left: -6.2em;
}
.archive.woocommerce .shop-body.gc_no_sidebar .product-type-simple a.add_to_cart_button{
  top: 35px;
}
.archive.woocommerce .shop-body.gc_no_sidebar .product-type-variable a.add_to_cart_button{
  top: 55px;
}
.archive.woocommerce .shop-body.gc_no_sidebar .product-type-variable a.add_to_cart_button.gc_no_rating_btn{
  left: -40px;
  top: 75px;
}
.archive.woocommerce .shop-body.gc_no_sidebar .product-type-variable span del{
  top: 30px;
  left: 29px;
  font-weight: 800;
}
.archive.woocommerce .shop-body.gc_no_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
  left: 70px;
  top: 15px;
  font-weight: 800;
}
.archive.woocommerce .shop-body.gc_no_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins{
  left: 80px;
  top: 15px;
}
.archive.woocommerce .shop-body.gc_no_sidebar .product-type-simple p.gc_no_rating,
.archive.woocommerce .shop-body.gc_no_sidebar .product-type-grouped p.gc_no_rating{
  left: 0;
}
.archive.woocommerce .shop-body.gc_no_sidebar .product-type-grouped a.product_type_grouped{
  top: 35px;
}
.archive.woocommerce .shop-body.gc_no_sidebar .product-type-simple .single-product .single-product-content del{
  left: -4px;
}

.archive.woocommerce .shop-body.gc_no_sidebar .product-type-variable ins.gc_no_rating.gc_no_rating_no_sale{
  left: 70px;
  top: 15px;
}
@media (max-width: 1199px){
  .archive.woocommerce .shop-body.gc_no_sidebar div.product .star-rating {
    left: -5.2em;
  }
  .archive.woocommerce .shop-body.gc_no_sidebar .product-type-variable a.add_to_cart_button.gc_no_rating_btn{
    left: 0;
    top: 55px; 
  }
  .archive.woocommerce .shop-body.gc_no_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
    left: 0;
    top: 30px;
  }
  .archive.woocommerce .shop-body.gc_no_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins{
    left: 5px;
    top: 30px;
  }
}

@media (max-width: 992px){
  .archive.woocommerce .shop-body.gc_no_sidebar .product-type-variable a.add_to_cart_button.gc_no_rating_btn{
    left: -35px;
    top: 75px;
  }
  .archive.woocommerce .shop-body.gc_no_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
    left: 75px;
    top: 15px;
  }
  .archive.woocommerce .shop-body.gc_no_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins{
    left: 85px;
    top: 15px;
  }
}

@media (max-width: 768px){
  .archive.woocommerce .shop-body.gc_no_sidebar div.product{
    width: 41%;
    left: 55px;
  }
  .archive.woocommerce .shop-body.gc_no_sidebar form.woocommerce-ordering select{
    position: relative;
    right: 80px;
  }
  .archive.woocommerce .shop-body.gc_no_sidebar div.product .star-rating{
    left: -7.2em;
  }
}
@media (max-width: 640px){
  .archive.woocommerce .shop-body.gc_no_sidebar div.product .star-rating{
    left: -5.2em;
  }
}
@media (max-width: 525px){
  .archive.woocommerce .shop-body.gc_no_sidebar div.product{
    width: 49%;
    left: 5px;
  }
}
@media (max-width: 480px){
  .archive.woocommerce .shop-body.gc_no_sidebar div.product{
    width: 61%;
    left: 75px;
  }
  .archive.woocommerce .shop-body.gc_no_sidebar form.woocommerce-ordering select{
    position: relative;
    left: 0;
    top: -5px;
  }
}
@media (max-width: 400px){
  .archive.woocommerce .shop-body.gc_no_sidebar .product-type-variable a.add_to_cart_button.gc_no_rating_btn{
    left: 0;
    top: 55px;
  }
  .archive.woocommerce .shop-body.gc_no_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
    left: 0;
    top: 25px;
  }
  .archive.woocommerce .shop-body.gc_no_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins {
    left: 5px;
    top: 25px;
  }
  .archive.woocommerce .shop-body.gc_no_sidebar div.product .star-rating {
    left: -4.2em;
  }
}

/* ================= upsells product no sidebar ======================= */


.single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product .star-rating{
  left: 95px;
}
.single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-simple p.gc_no_rating{
  margin-bottom: 41px;
}
.single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-simple p.comment_has{
  top: 15px;
  left: 0;
}
.single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-simple a.add_to_cart_button{
  top: 12px;
}
.single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-simple p.gc_no_rating{
  top: 35px;
  left: 0;
}

.single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable .star-rating{
  left: 36%;
}
.single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable a.add_to_cart_button{
  left: -34px;
  top: 55px;
}
.single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable ins.gc_no_rating{
  left: 75px;
  top: 9px;
}
.single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable ins.gc_no_sale_price{
  left: 69px;
  top: 0;
}
.single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable span ins{
  left: 65px;
  position: relative;
  top: 0;
}
.single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable span del{
  left: 58px;
  position: relative;
  top: 0;
}
.single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins{
  left: 80px;
  position: relative;
  top: 10px;
}

.single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
  left: 70px;
  position: relative;
  top: 10px;
  font-weight: 800;
}

.single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable a.gc_no_rating_btn{
  margin-top: 20px;
}

.single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-variable .single-product a.add_to_cart_button{
  top: 35px;
}
.single.woocommerce .shop-body.gc_right_sidebar .upsells.products .product-type-variable .single-product a.add_to_cart_button.gc_right_rating_btn{
  top: 55px;
}

@media (max-width: 1199px){
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable a.add_to_cart_button{
    top: 35px;
    left: 5px;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable a.add_to_cart_button.gc_no_rating_btn{
    top: 53px;
    left: -35px;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del {
    left: 0;
    position: relative;
    top: 35px;
    font-weight: 800;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins {
    left: 10px;
    position: relative;
    top: 35px;
  }
}

@media (max-width: 992px){
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product .star-rating{
    left: 70px;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins{
    left: 75px;
    top: 13px;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
    left: 65px;
    top: 13px;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable a.add_to_cart_button {
    top: 55px;
    left: -34px;
  }
}

@media (max-width: 768px){
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products div.product{
    width: 40%;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products div.product .star-rating {
    left: 100px;
  }
}
@media (max-width: 640px){
.single.woocommerce .shop-body.gc_no_sidebar .upsells.products div.product .star-rating {
  left: 75px;
  }
}
@media (max-width: 619px){
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products div.product{
    width: 50%;
  }
}
@media ( max-width: 480px){

  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products div.product{
    width: 61%;
    left: 85px;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products div.product .star-rating {
    left: 75px;
  }
}

@media ( max-width: 400px){
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products div.product .star-rating {
    left: 70px;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable span ins{
    top: 10px !important;
    left: 5px;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable ins.gc_no_sale_price{
    left: 0;
    top: 10px;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable a.gc_no_rating_btn{
    left: 0 !important;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
    top: 25px !important;
    left: 30px !important;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins{
    left: 36px;
    top: 25px !important;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products .product-type-variable a.add_to_cart_button{
    left: 0;
    top: 35px;
  }
}


/* ================= related product no sidebar ======================= */

.single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-simple p{
  top: 15px;
  left: 0;
}
.single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-simple del{
  left: -5px;
  top: 0;
}
.single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-simple  a.add_to_cart_button{
  top: 15px;
}
.single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-grouped  a.product_type_grouped{
  top: 35px;
}
.single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-simple  a.add_to_cart_button.gc_no_rating_btn{
  top: 35px;
}
.single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-grouped p.gc_no_rating{
  left: 0;
  top: 35px;
}
.single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-simple p.gc_no_rating {
  top: 35px;
  left: 0;
}
.single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-simple p.comment_has{
  left: 0;
  top: 15px;
}
.single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable a.gc_no_rating_btn{
  top: 20px;
}
.single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable span del{
  top: 0;
  left: 60px;
}
.single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable  a.add_to_cart_button{
  top: 55px;
  left: -40px;
}
.single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable ins{
  top: 0;
}
.single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable ins.gc_no_rating.gc_no_rating_no_sale{
  top: 22px;
}
.single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable a.add_to_cart_button.gc_no_rating_btn{
  top: 75px;
  left: -40px;
}
.single.woocommerce .shop-body.gc_no_sidebar .related.products div.product .star-rating{
  left: 95px;
}
.single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable ins{
  left: 70px;
}
  .single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable span ins.gc_no_rating.gc_no_rating_no_sale{
  top: 35px;
}


@media ( max-width: 1199px){
  .single.woocommerce .shop-body.gc_no_sidebar .related.products div.product .star-rating{
    left: 70px;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable a.add_to_cart_button{
    top: 35px;
    left: 5px;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable span del {
    top: 15px;
    left: 0;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable span ins {
    left: 10px;
    top: 15px;
  }
}

@media (max-width: 992px){
  .single.woocommerce .shop-body.gc_no_sidebar .related.products .product .star-rating{
    left: 70px;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable span ins{
    left: 75px;
    top: 0;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable span del{
    left: 65px;
    top: 0;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable a.add_to_cart_button {
    top: 55px;
    left: -35px;
  }
}

@media (max-width: 768px){
  
  .single.woocommerce .shop-body.gc_no_sidebar .related.products div.product{
    width: 40%;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .related.products div.product .star-rating {
    left: 100px;
  }
}

@media ( max-width: 640px){
  .single.woocommerce .shop-body.gc_no_sidebar .related.products div.product .star-rating {
    left: 75px;
  }
}
@media (max-width: 619px){
  .single.woocommerce .shop-body.gc_no_sidebar .related.products div.product{
    width: 50%;
  }
}

@media ( max-width: 480px){
  .single.woocommerce .shop-body.gc_no_sidebar .related.products div.product{
    width: 61%;
    left: 85px;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .related.products div.product .star-rating {
    left: 95px;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .related.products h2,
  .single.woocommerce .shop-body.gc_no_sidebar .upsells.products h2{
    left: 90px;
    position: relative;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable ins{
    top: 0;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable span del{
    top: 0;
  }
}

@media ( max-width: 400px){
  .single.woocommerce .shop-body.gc_no_sidebar .related.products div.product .star-rating {
    left: 70px;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable a.add_to_cart_button{
    left: 0 !important;
    top: 35px !important;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable span del{
    left: 0;
    top: 10px;
  }
  .single.woocommerce .shop-body.gc_no_sidebar .related.products .product-type-variable span ins{
    top: 10px !important;
    left: 6px !important;
  }
}


/* ================= shop left sidebar ======================= */

.archive.woocommerce .shop-body.gc_left_sidebar div.product-type-simple a.add_to_cart_button,
.archive.woocommerce .shop-body.gc_left_sidebar div.product-type-grouped a.add_to_cart_button{
  top: 35px;
}
.archive.woocommerce .shop-body.gc_left_sidebar div.product-type-variable a.add_to_cart_button{
  top: 55px;
}

.archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable ins.gc_no_rating.gc_no_rating_no_sale{
  left: 0;
}
.archive.woocommerce .shop-body.gc_left_sidebar .product-type-simple p.gc_no_rating{
  left: 0;
}
.archive.woocommerce .shop-body.gc_left_sidebar .product-type-simple p.gc_no_rating del{
  left: -5px;
}
.archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable span del{
  top: 30px;
  left: 25px;
}
.archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
  left: -5px;
}
.archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins{
  left: 0;
  top: 30px;
}
.archive.woocommerce .shop-body.gc_left_sidebar .product-type-grouped a.btn.product_type_grouped{
  top: 35px;
}
.archive.woocommerce .shop-body.gc_left_sidebar .product-type-grouped p.gc_no_rating{
  left: 0;
}

@media (max-width: 1199px){
  .archive.woocommerce .shop-body.gc_left_sidebar div.product{
    width: 33%;
  }
}
@media (max-width: 992px){
  .archive.woocommerce .shop-body.gc_left_sidebar div.product {
    width: 32%;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable span del{
    top: 30px;
    left: 25px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
    left: -5px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins{
    left: 0;
    top: 30px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-grouped a.btn.product_type_grouped{
    top: 35px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-grouped p.gc_no_rating{
    left: 0;
  }
}
@media (max-width: 768px){
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable span del{
    top: 30px;
    left: 25px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
    left: -5px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins{
    left: 0;
    top: 30px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-grouped a.btn.product_type_grouped{
    top: 35px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-grouped p.gc_no_rating{
    left: 0;
  }
}
@media (max-width: 640px){
  .archive.woocommerce .shop-body.gc_left_sidebar div.product {
    width: 37%;
    left: 75px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar div.product .star-rating{
    left: -4.8em
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable span del{
    top: 30px;
    left: 25px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del {
    left: 0;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-grouped a.btn.product_type_grouped{
    top: 35px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-grouped p.gc_no_rating{
    left: 0;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins {
    left: 10px;
    top: 30px;
  }
}

@media (max-width: 530px){
  .archive.woocommerce .shop-body.gc_left_sidebar div.product {
    width: 45%;
    left: 25px;
  }
}
@media (max-width: 480px){
  .archive.woocommerce .shop-body.gc_left_sidebar div.product{
    width: 61%;
    left: 75px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar div.product .star-rating{
    left: -5.8em;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar div.product-type-variable a.add_to_cart_button{
    top: 55px;
    /*left: -35px;*/
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable ins.gc_no_rating.gc_no_rating_no_sale{
    top: 15px;
    left: 75px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
    left: 75px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins{
    left: 65px;
    top: 0;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable span del{
    top: 35px;
    left: 25px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-variable span ins{
    top: 35px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-grouped a.btn.product_type_grouped{
    top: 35px;
  }
  .archive.woocommerce .shop-body.gc_left_sidebar .product-type-grouped p.gc_no_rating{
    left: 0;
  }
}

@media (max-width: 400px){
  .archive.woocommerce .shop-body.gc_left_sidebar div.product .star-rating{
    left: -4.8em;
  }
}


/* ================= upsells product left sidebar ======================= */

.single.woocommerce .shop-body.gc_left_sidebar .upsells.products div.product .star-rating{
  left: 4.2em;
}
.single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-simple a.add_to_cart_button.product_type_simple{
  top: 10px;
}
.single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable a.add_to_cart_button.product_type_variable{
  top: 35px;
}
.single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable ins.gc_no_rating.gc_no_rating_no_sale{
  top: 33px;
  left: 0;
}
.single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable ins.gc_no_sale_price{
  left: 0;
  top: 15px;
}
.single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
  top: 25px;
  font-weight: 800;
}
.single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins{
  top: 25px;
  left: 0;
}
.single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-simple p.gc_no_rating{
  top: 30px;
  margin-bottom: 42px;
  left: 0;
}
.single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-simple p.comment_has{
  top: 10px;
  left: 0;
}
.single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable span del{
  top: 15px;
}
.single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable span ins{
  top: 15px;
  left: 0;
}
.single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable a.gc_left_rating_btn{
  top: 55px !important;
}

@media (max-width: 1199px){
  .single.woocommerce .shop-body.gc_left_sidebar .upsells.products div.product{
    width: 32%;
  }
}
@media (max-width: 991px){
  .single.woocommerce .shop-body.gc_left_sidebar .upsells.products div.product{
    width: 31%;
  }
}
@media (max-width: 640px){
  .single.woocommerce .shop-body.gc_left_sidebar .upsells.products div.product{
    width: 37%;
    left: 0;
  }
  .single.woocommerce .shop-body.gc_left_sidebar .upsells.products div.product .star-rating{
    left: 4.8em;
  }
}
@media (max-width: 525px){
  .single.woocommerce .shop-body.gc_left_sidebar .upsells.products div.product{
    width: 45%;
    left: 0;
    }
  }
@media (max-width: 480px){
  .single.woocommerce .shop-body.gc_left_sidebar .upsells.products div.product{
    width: 61%;
    left: 70px;
    }
  .single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable a.add_to_cart_button{
    top: 55px !important;
    left: -35px;
    }
  .single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable span del{
    top: 0;
    left: 65px;
    }
    .single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable span ins{
      top: 0;
      left: 75px;
    }
    .single.woocommerce .shop-body.gc_left_sidebar .upsells.products div.product .star-rating{
      left: 6.8em;
    }
    .single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable a.add_to_cart_button.gc_right_rating_btn{
      left: -35px;
      top: 75px !important;
    }
    .single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable a.gc_left_rating_btn{
      top: 75px !important;
    }
    .single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable ins.gc_no_rating.gc_no_rating_no_sale{
      top: 15px;
      left: 75px;
    }
    .single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable ins.gc_no_sale_price{
      top: 0;
      left: 75px;
    }
  }
@media (max-width: 400px){
  .single.woocommerce .shop-body.gc_left_sidebar .upsells.products div.product .star-rating{
    left: 4.8em;
  }
}

/* ================= related product left sidebar ======================= */

.single.woocommerce .shop-body.gc_left_sidebar .related.products div.product .star-rating{
  left: 4.2em;
}
.single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-variable span del{
  top: 10px;
  font-weight: 800;
}
.single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-variable span ins{
  top: 10px;
  left: 0;
}
.single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-simple p.comment_has{
  top: 10px;
  left: 0;
}
.single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-simple p{
  left: 0;
  top: 15px;
}
.single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-simple p.gc_no_rating{
  margin-bottom: 42px;
  top: 30px;
}
.single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-variable a.add_to_cart_button{
  top: 35px;
}
.single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-simple a.add_to_cart_button,
.single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-grouped a.add_to_cart_button{
  top: 15px;
}

@media (max-width: 1199px){
  .single.woocommerce .shop-body.gc_left_sidebar .related.products div.product{
    width: 33%;
  }
}
@media (max-width: 991px){
  .single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-variable a.add_to_cart_button{
    top: 55px;
    left: -35px;
  }
}

@media (max-width: 768px){
  .single.woocommerce .shop-body.gc_left_sidebar .related.products div.product .star-rating{
    left: 5.2em;
  }
  .single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-variable a.add_to_cart_button{
    top: 55px;
    left: -35px;
  }
  .single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-variable span ins{
    left: 75px;
    top: 0;
  }
  .single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-variable span ins{
    left: 65px;
    top: 0;
  }
}
@media (max-width: 640px){
  .single.woocommerce .shop-body.gc_left_sidebar .related.products div.product .star-rating{
    left: 5.2em;
  }
  .single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-variable a.add_to_cart_button{
    top: 55px;
    left: -35px;
  }
  .single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-variable span ins{
    left: 75px;
    top: 0;
  }
  .single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-variable span ins{
    left: 65px;
    top: 0;
  }
}

@media (max-width: 480px){
 .single.woocommerce .shop-body.gc_left_sidebar .related.products div.product{
    width: 61%;
    left: 70px;
  }
  .single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-variable ins.gc_no_sale_price{
    left: 75px;
    top: 0;
  }
  .single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-variable a.add_to_cart_button{
    top: 55px;
    left: -35px;
  }
  .single.woocommerce .shop-body.gc_left_sidebar .related.products div.product .star-rating{
    left: 6.6em;
  }
  .single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-variable span del{
    top: 0;
    left: 75px;
  }
  .single.woocommerce .shop-body.gc_left_sidebar .related.products .product-type-variable ins{
    top: 0;
    left: 83px;
  }
  .single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable span.gc_no_rating.gc_no_rating_no_sale ins{
    left: 70px;
    top: 15px;
  }
  .single.woocommerce .shop-body.gc_left_sidebar .upsells.products .product-type-variable span.gc_no_rating.gc_no_rating_no_sale del{
    top: 15px;
  }
}