/*
Theme Name: SalesGen Shirts
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
.footer-menu-custom a{
    min-height: 2em;
}
.add_to_cart_button {
    border-radius: 3px!important;
    background-color: #0f8161!important;
    width: 100%;
    color: #fff!important;
    line-height: 2.6em!important;
    border: none!important;
}
.img-box .img-inner::before,.img-box .img-inner::after {
    content: '';
    position: absolute;
    background: rgba(255,255,255,.2);
    width: 0;
    height: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid rgba(255,255,255,.6);
    visibility: hidden
}

.img-box .img-inner::before {
    top: 0;
    left: 0
}

.img-box .img-inner::after {
    bottom: 0;
    right: 0
}

.img-box .img-inner:hover::before,.img-box .img-inner:hover::after {
    width: 100%;
    height: 100%;
    visibility: visible
}
.box-image img {
    border-radius: 5px;
}

.text-feature{
    font-size: 140%;
    margin-bottom: 5px;
    color: #333!important;
}


.product-small.box .price-wrapper del span.amount {
    opacity: .99;
    font-weight: 400;
    margin-right: 10px;
    font-size: 14px;
    color: #141414
}

p.name.product-title a {
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    overflow-wrap: break-word;
    font-size: 15px;
    margin-bottom: 8px
}

span.widget-title {
    font-size: 1em;
    font-weight: 600;
    color: #0a0a0a;
}


a.checkout-button.button.alt.wc-forward,
.woocommerce-checkout button#place_order {
    color: #fff;
    background-color: #15cd72;
    padding: 0;
    font-weight: 700;
    font-size: 1.25rem;
    border: none;
    border-radius: 4px;
    width: 100%
}

.header:not(.transparent) .header-nav.nav>li>a {
    color: #0a0a0a;
    font-size: 1rem;
    color: #333;
    white-space: nowrap;
    line-height: 1;
    font-weight: 400
}

.product-info .price-wrapper span.woocommerce-Price-amount, 
.product-info  .woocommerce-variation-price span.woocommerce-Price-amount {
    vertical-align: baseline;
    color: #0f8161;
    font-size: 40px;
    font-weight: 600;
}
h1.product-title.product_title.entry-title {
    font-size: 1.6rem;
    color: #232323;
    font-weight: 600;
    font-size: 1.6rem;
    color: #333;
    line-height: 1.5;
}
.product-info .is-divider {
    height: 1px;
    max-width: 100%;
    border-top: 0;
    background-color: #aaa;
}

.woocommerce-variation-price{
    border-top: none!important;
}


input.minus.button.is-form {
    width: 30px;
    border: solid 1px #ccc;
    border-radius: 4px 0 0 4px;
    background-color: #fff;
    color: #000;
    font-weight: bolder
}

input.plus.button.is-form {
    border-radius: 0 4px 4px 0;
    background-color: #fff;
    color: #000;
    font-weight: bolder;
    width: 30px;
    border: solid 1px #ccc
}

.quantity input[type="number"] {
    max-width: 5.5em;
    width: 60px
}


button.single_add_to_cart_button.button.alt {
    font-weight: 700;
    font-size: 1rem;
    border: none;
    border-radius: 4px;
    width: 100%;
    transition: all 200ms ease-out;
    margin: 20px 0 10px 0;
    border-radius: 30px;
    background: none!important;
    border: 2px solid #0f8161!important;
    box-sizing: border-box;
    color: #000;
}

button.single_buynow_button{
   font-weight: 700;
    font-size: 1rem;
    border: none;
    border-radius: 4px;
    width: 100%;
    transition: all 200ms ease-out;
    margin: 20px 0 10px 0;
    border-radius: 30px;
    background: #0f8161!important;
    box-sizing: border-box;
    color: #fff;
    border: 2px solid #0f8161!important;
}
.product-summary .quantity {
    margin-bottom: 0;
}
.custom-title-small {
    text-transform: uppercase;
    font-size: 14px;
}


.product-section .large-2 h5 {
    color: #000
}



.woocommerce-checkout p.form-row-three {
  width: 29%;
  float: left;
  margin-bottom: 0;
  margin-right: 3.3%;
}
.woocommerce-checkout p.form-row-three.last {
  margin-right: 0%;
  width: 35%;
}

.woocommerce-checkout .woocommerce-billing-fields .note {
  margin-bottom: 20px;
}
.woocommerce-checkout .form-row.woocommerce-invalid-required-field input {
  border-color: red;
}
.woocommerce-checkout .form-row input {
  border-color: #979797;
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  position: relative;
  color: #404040;
  display: block;
  min-height: 52px;
  vertical-align: top;
  box-shadow: none;
  border: 1px solid #bfbfbf;
  margin: 0 0 15px;
}
.woocommerce-checkout .form-row select {
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  position: relative;
  color: #404040;
  display: block;
  min-height: 52px;
  vertical-align: top;
  box-shadow: none;
  border: 1px solid #bfbfbf;
  margin: 0 0 15px;
}
.shop_table .cart_item .product-image {
  position: relative;
  padding-top: 10px;
  font-size: 14px;
  padding-bottom: 10px;
}
.cart_item .product-image .product-quantity {
  position: absolute;
  left: 40px;
  top: 5px;
  z-index: 10;
  display: inline-block;
  vertical-align: top;
  margin: 1px 0 0 2px;
  padding: 0 5px;
  min-width: 22px;
  height: 22px;
  border-radius: 11px;
  background-color: #999999;
  color: #fff;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  z-index: 26;
}
.cart_item .product-image img {
  border: 1px solid #e1e1e1;
  height: 50px;
  width: 50px;
  margin-right: 20px;
  float: left;
}
.lt-minicart {
  display: none;
}

.col.left-checkout{
    display: table-cell;
    background: #f3f3f3;
    border-left: 1px solid #eaeaea;
    padding: 50px 30px 0;
    position: relative;
    z-index: 2;
}

#coupon_code{
    min-height: inherit;
    line-height: initial;
    height: 2.507em;
}

.woocommerce-checkout-review-order-table .order-total span {
  font-size: 22px;
}
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: 400;
  clear: both;
  padding: 11px;
}
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  text-align: left;
  margin: 0;
  border: 1px solid #bfbfbf;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 25px;
}
#payment
  .payment_methods
  li.wc_payment_method
  > input[type="radio"]:first-child:checked
  + label {
  background: 0 0;
}
.woocommerce-checkout #payment div.payment_box {
    background-color: #efefef;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: 0.92em;
    border-radius: 2px;
    line-height: 1.5;
    color: #515151;
    width: auto;
    margin-left: -11px;
    margin-right: -11px;
    border-top: 1px solid #bfbfbf;
    margin-bottom: -11px;
}

.wcpa_form_outer .wcpa_form_item select {
    border-radius: 5px;
    border: none;
    min-height: 50px;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: .05em;
    box-shadow: inset 0 1px 2px #ccc;
    background-color: #f1f1f187;
}
.wcpa_form_outer .wcpa_form_item .select_arrow {
    top: 22px;
}
.wcpa_form_outer .wcpa_form_item .color-group .wcpa_color input:checked+label span {
    border: 2px solid #111;
    box-shadow: 0 0 7px 1px rgb(14 14 14 / 16%);
}
.wcpa_form_outer .wcpa_form_item .color-group input:checked+label span.wcpa_clb_nowhite:after{
    display: none!important;
}
.wcpa_form_outer .wcpa_form_item .color-group .wcpa_color label span.label_inside{
    font-weight: 700;
}
div.wcpa_price_summary > ul > li.wcpa_total > span {
    display: none;
}
.wcpa_price_summary li {
    border-top: none;
    padding: 0;
    margin: 0 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item){
    min-height: 34px;
}
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span{
    padding: 0 10px;
}

.woocommerce-mini-cart__buttons .button:first-child{
    background-color: #f1f1f1!important;
    color: #1a1a1a;
}

body .button-variable-item{
    min-width: 55px!important;
    height: 40px!important;
}
.sg-checkout-product-image{
    width: 52px;
    height: 45px;
    display: block;
    padding-right: 7px;
    vertical-align: middle;
    float: left;
    margin-bottom: 5px;
    margin-right: 8px;
}

.sg-checkout-product-image img{
    border-radius: 3px;
}

.woocommerce-billing-fields{
    border-top: none;
}

.woocommerce-checkout .cart-header{
    padding-top: 20px;
}
.woocommerce-checkout .left-checkout:after {
    content: "";
    background: #f3f3f3;
    position: absolute;
    right: 0;
    width: calc(50vw);
    height: 100%;
    z-index: 1;
    top: 0;
    left: 100%;
}
.focused-checkout-footer{
    display: none;
}
form.woocommerce-checkout{
    margin-bottom: 0;
}
.product-gallery .related-products-wrapper{
    display: none;
}

.product-footer .related-products-wrapper{
    display: block;
}
.product-lightbox .single_buynow_button{
    display: none;
}
.product-info label{
    font-size: 1em;
}

.related-products-wrapper .product-section-title{
    padding: 25px 0 0;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item){
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover{
    border: 2px solid #1a1a1a;
    box-shadow: 0 0 7px 1px rgb(14 14 14 / 16%)!important;
}

/* width */
.vertical-thumbnails::-webkit-scrollbar {
    width: 4px;
    border-radius: 10px;
}

/* Track */
.vertical-thumbnails::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.vertical-thumbnails::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.vertical-thumbnails::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

@media only screen and (min-width: 500px) {
    .col-pr-0{
        padding-right: 0;
    }
    .col-pl-0{
        padding-left: 0;
    }
    .col-pr-5{
        padding-right: 5px;
    }
    .col-pl-5{
        padding-left: 5px;
    }

}

@media only screen and (min-width: 999px) {
  .product-small.box  .add_to_cart_button{
    display: none;
  }
  .product-gallery .related-products-wrapper{
    display: block;
  }

  .product-footer .related-products-wrapper{
    display: none;
  }
}
@media only screen and (max-width: 499px) {
    button.single_buynow_button{
        margin-top: 0px;
    }
}