/*
Theme Name: Shaker Shutters
Text Domain: Shaker Shutters
Description: This is the custom theme made for Shaker Shutters website.
Version: 1.0
*/

/* Product Single Page :: START */
.single-product .woocommerce-tabs .panel h2 {
    display: none;
}
.product_btm_description {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
/* .woocommerce-product-gallery .wpgs-for .slick-slide a {
    background: #eff0f1;
    height: 487px;
    padding: 67px 30px;
}
.woocommerce-product-gallery .wpgs-nav .slick-list .slick-slide > div >div{
background: #eff0f1;
    height: 97px;
    padding: 14px 15px 13px;
}
.woocommerce-product-gallery .slick-list .slick-slide a, .woocommerce-product-gallery .wpgs-nav .slick-list .slick-slide > div > div {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #eff0f1;
}
.woocommerce-product-gallery .slick-list .slick-slide a img,.woocommerce-product-gallery .wpgs-nav .slick-list .slick-slide > div img {
    width: auto !important;
    height: auto !important;
    margin: auto !important;
    max-height: 100%;
} */
body.single-product  .woo-variation-product-gallery {
    width: 49.03% !important;
    padding-left: 13.7% !important;
    display: inline-block !important;
}
.tpslick-slide .tpwpg-big span,.wvg-single-gallery-image-container{
    background: #eff0f1;
    height: 487px;
    padding: 67px 30px;
}
.tpwpg-main .tpwpg-thumbnail,.woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{
background: #eff0f1;
    height: 97px;
    padding: 14px 15px 13px;
}
.tpslick-slide .tpwpg-big span, .tpwpg-main .tpwpg-thumbnail,.wvg-single-gallery-image-container,.woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide >div {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #eff0f1;
}
.woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide >div{width:auto;}
.tpslick-slide .tpwpg-big span img,.tpwpg-main .tpwpg-thumbnail img,.wvg-single-gallery-image-container img,.woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide >div img {
    width: auto !important;
    height: auto !important;
    margin: auto !important;
    max-height: 100%;
}
.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow, .woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow,.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow:hover, .woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow:hover {
    background: #eff0f1 !important;
}
.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow:before, .woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow:before {
    color: #3f444b !important;
    font-size: 30px;
    font-weight: 100;
}
.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
    opacity: 1 !important;
}
body.single-product nav.woocommerce-breadcrumb {
    display: none;
}
.product_radio_top_custom {
    padding: 0 15px;
}
.product_radio_top_custom .right_radio_main .product_div {
    margin-left: auto;
}
.product_radio_top_custom .column_radio_cmn {
    position: relative;
    padding: 20px 0 0 20px;
}
.product_radio_top_custom .product_div {
    background: #eff0f1;
    display: flex;
    align-items: center;
    padding: 15px 30px 0 20px;
    max-width: 490px;
    width: 100%;
    height: 100%;
}
.font_24_bold {
    font-size: 24px;
    color: #3f444b;
    text-transform: uppercase;
    font-family: 'WorkSansBold';
}
.product_radio_top_custom .product_div::before {
    content: '';
    position: absolute;
    border-top: 3px solid #8e5121;
    border-left: 3px solid #8e5121;
    width: 68px;
    height: 68px;
    left: -20px;
    top: -20px;
    right: 0;
    bottom: 0;
}
.product_radio_top_custom .column_radio_cmn {
    padding-right: 27.5px;
}

.product_radio_top_custom .column_radio_cmn.right_radio_main {
    padding-right: 0;
    padding-left: 27.5px;
}
.product_radio_top_custom .img_left_main {
    max-width: 105px;
    width: 100%;
}
.product_radio_top_custom .middle_title_main {
    padding: 0 15px 0 30px;
        max-width: 232px;
    width: 100%;
}
.product_radio_top_custom a {
    text-decoration: none !important;
}
/* Customize the label (the custom_radio_pro_single) */
.custom_radio_pro_single {
  display: block;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  width: 33px;
  height: 33px;
      margin-left: auto;
  padding: 0 16.5px;
}

/* Hide the browser's default checkbox */
.custom_radio_pro_single input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.custom_checkmark_pro_single {
  position: absolute;
  top: 0;
  left: 0;
  height: 33px;
  width: 33px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #8e5121;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* On mouse-over, add a grey background color */
.custom_radio_pro_single:hover input ~ .custom_checkmark_pro_single {
  background-color: #ccc;
}
.custom_checkmark_pro_single {
    border-color: #989ea6;
}
/* When the checkbox is checked, add a blue background */
.custom_radio_pro_single input:checked ~ .custom_checkmark_pro_single {
  background-color: #eff0f1;
      border-color: #8e5121;
}

/* Create the custom_checkmark_pro_single/indicator (hidden when not checked) */
.custom_checkmark_pro_single:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the custom_checkmark_pro_single when checked */
.custom_radio_pro_single input:checked ~ .custom_checkmark_pro_single:after {
  display: block;
}

/* Style the custom_checkmark_pro_single/indicator */
.custom_radio_pro_single .custom_checkmark_pro_single:after {
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  background: #8e5121;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
.single-product .site-main > .product.type-product {
    max-width: 1560px;
    margin: 67px auto 97px;
        padding: 0 15px;
}
.product_radio_top_custom {
    max-width: 1110px;
    margin: auto;
    width: 100%;
}
.btm_highlight_div .right_font {
    color: #3f444b;
    font-size: 16px;
    padding-left: 27px;
}
.btm_highlight_div {
    background: #f6e6c7;
    display: flex;
    align-items: center;
    padding: 14.5px 20px;
    margin: 50px 0 60px;
}
.slider-nav .tpslick-slide > div {
    margin: 0 5px;
}
.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow, .woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow{
        opacity: 1 !important;
    visibility: visible !important;
}
.slider-nav.tpslick-slider .tpslick-list,.woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider .slick-list {

    width: calc(100% - 70px);
    margin: auto;
        text-align: center;
}
.woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider .slick-list {
   width: calc(100% - 80px); 
    }
.slider-nav.tpslick-slider .tpslick-arrow {
    background: #eff0f1;
    height: 97px;
    width: 30px;
    margin: 0 !important;
    top: 0;
    bottom: 0;
    transform: none;
}
.slider-nav.tpslick-slider {
    margin-top: 10px;
}
.product_btm_description .column_main.height {
    padding-left: 45px;
}

.product_btm_description  .column_main.height .right_content_div {
    padding-right: 0;
}
body.single-product .summary.entry-summary {
        padding-right: 13.6% !important;
    padding-left: 30px !important;
    width: 50.97% !important;
}
body.single-product .tpwpg-main.images.tpwpg-regular {
         width: 49.03%;
    padding-left: 13.7% !important;
}
.product_btm_description {
    max-width: 1290px;
    margin: auto;
        padding: 66px 0 0;
}
.product_btm_description .column_main_inner {
    display: flex;
    flex-wrap: wrap;
        width: 100%;
}
.product_btm_description .column_main_inner .img_div {
    width: 248px;
}
.product_btm_description .column_main_inner .right_content_div {
    width: calc(100% - 248px);
    color: #303337;
    font-family: 'WorkSansRegular';
    font-size: 16px;
    padding: 0 26px 0 28px;
}
.product_btm_description .column_main_inner .right_content_div .step_ul {
    list-style-type: none;
    counter-reset: stepcount;
}
.product_btm_description .column_main_inner .right_content_div .step_ul li:before {
    counter-increment: stepcount;
    content: "Step " counter(stepcount) ". ";
    font-family: 'WorkSansBold';
}
.product_btm_description .column_main_inner .right_content_div .main_heading_ {
    text-transform: capitalize;
    margin-bottom: 8px;
}
.product_btm_description .column_main_inner .right_content_div .step_ul li:not(:last-child) {
    margin-bottom: 14px;
}
.product_btm_description .column_main .img_div {
    position: relative;
}
.product_btm_description .column_main.width .img_div:before {
    content: 'width';
    max-width: 169px;
    margin: auto;
    font-size: 16px;
    color: #303337;
    font-family: 'WorkSansBold';
    text-transform: capitalize;
    position: absolute;
    top: -4px;
    bottom: auto;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
   
}

.product_btm_description .column_main.width .img_div:after {
    content: '';
    max-width: 169px;
    margin: auto;
    font-size: 16px;
    color: #303337;
    font-family: 'WorkSansBold';
    text-transform: capitalize;
    position: absolute;
    top: 16px;
    bottom: auto;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(images/w_arrow.png);
    width: 100%;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
}
.product_btm_description .column_main.height .img_div:before {
    content: 'height';
    max-width: 12px;
    height: 27px;
    margin: auto;
    font-size: 16px;
    color: #303337;
    font-family: 'WorkSansBold';
    text-transform: capitalize;
    position: absolute;
    top: 0;
    bottom: 69px;
    width: 100%;
    left: -17px;
    right: auto;
    text-align: center;
    transform: rotate(-90deg);
}

.product_btm_description .column_main.height .img_div:after {
    content: '';
    max-width: 12px;
    font-size: 16px;
    color: #303337;
    font-family: 'WorkSansBold';
    text-transform: capitalize;
    position: absolute;
    margin: auto;
    background-image: url(images/width_arrow.png);
    height: 100%;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    width: 12px;
    left: -4px;
    right: auto;
    text-align: center;
    background-size: contain;
}
.product_btm_description .column_main.width .img_div {
    padding: 38px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #3f444b;
    font-family: 'WorkSansMedium';
    text-transform: uppercase;
    background: #dfe1e3;
    padding: 12px 28.54px;
        font-weight: 500;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:not(:first-child) {
    margin-left: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    content: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background: #8e5020;
    color: #fff;
}
.woocommerce-tabs {
    margin: 50px auto 0;
    max-width: 1140px;
    padding: 0 15px;
    font-size: 16px;
}
.woocommerce div.product .woocommerce-tabs .panel h6 {
    color: #3f444b;
    font-size: 20px;
    font-family: 'WorkSansBold';
    text-transform: uppercase;
    margin: 0 0 5px;
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin-top: 33px;
}
.woocommerce div.product .woocommerce-tabs .panel td {
    color: #3f444b;
    font-size: 16px;
    background: #dfe1e3;
    padding: 15px 30px;
}
.woocommerce div.product .woocommerce-tabs .panel th,.woocommerce div.product .woocommerce-tabs .panel td{
        font-family: 'WorkSansBold';
}
.woocommerce div.product .woocommerce-tabs .panel th {
    font-size: 20px;
    text-transform: uppercase;
    background: #3f444b;
    color: #fff;
    padding: 12px 39px 12px 30px;
}
.woocommerce-tabs  table {
    border-collapse: separate;
    border-spacing: 0 10px;
    width: 100%;
}

.woocommerce-tabs .btm_note {
    margin-top: 15px;
}
.woocommerce div.product form.cart .single_add_to_cart_button {
    background-color: #8e5121;
    border: none;
    color: #ffffff;
    font-family: 'WorkSansMedium';
    text-transform: uppercase;
    padding: 17px 30px;
    cursor: pointer;
    position: relative;
    margin-left: 0;
    font-size: 16px;
    border-radius: 0;
    opacity: 1 !important;
    margin: 26px 0 0 6px;
    font-weight: normal;
}
.woocommerce div.product form.cart .single_add_to_cart_button:before {
    content: '';
    position: absolute;
    border-left: 1px solid #8e5121;
    border-top: 1px solid #8e5121;
    left: -6px;
    top: -6px;
    height: 72%;
    width: 23%;
}
.woocommerce div.product form.cart .single_add_to_cart_button:after {
    content: '';
    position: absolute;
    border-right: 1px solid #8e5121;
    border-bottom: 1px solid #8e5121;
    right: -6px;
    bottom: -6px;
    height: 72%;
    width: 23%;
}
.woocommerce div.product form.cart .single_add_to_cart_button:hover, .woocommerce div.product form.cart .single_add_to_cart_button:focus {
    color: #fff;
    background: #8e5121;
    outline: none;
}
body.single-product .product.type-product .woocommerce-review-link {
    color: #3f444b;
    font-size: 16px;
    font-family: 'WorkSansRegular';
}
body.single-product .woocommerce-review-link:hover {
    color: #3f444b;
    text-decoration: none !important;
}
body.single-product.woocommerce div.product form.cart .variations label,
.Quantity_label{
    color: #3f444b;
    font-size: 16px;
    font-family: 'WorkSansBold';
}
.woocommerce .summary form.cart .variations select {
        color: #83878d !important;
    border: 1px solid #ccd0d5;
    /* padding: 9.3px 10px; */
    height: auto;
    font-family: 'WorkSansRegular';
    background-image: url(images/select_arrow.png);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: calc(100% - 20px);
    cursor: pointer;
    padding: 11.5px 15px;
    font-size: 16px;
}
.woocommerce .summary form.cart .variations select::-ms-expand {
    display: none;
}
.woocommerce .summary form.cart .variations select:focus {
    outline: none;
}
/* qty btn :: START */
/* .woocommerce .quantity.buttons_added input.minus, .woocommerce .quantity.buttons_added input.plus {
    border: 1px solid #ccd0d5;
    background-color: #fff;
    width: 49px !important;
    border-radius: 0;
}
.woocommerce .quantity.buttons_added input.input-text {
    border: 1px solid #ccd0d5 !important;
    background-color: #fff;
    text-indent: 0 !important;
    width: 49px !important;
    border-radius: 0;
    text-align: center;
    width: auto;
}
.woocommerce .quantity.buttons_added input.input-text {
    width: 50%;
    border: 1px solid #fff;
    border-top: 0;
    border-bottom: 0;
    text-indent: 0;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    border-image: none;
}
.woocommerce .quantity.buttons_added input {
    display: block;
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 0;
    background-color: #fff;
    outline: 0;
    font-size: 18px;
    height: 49px;
    box-sizing: border-box;
    text-align: center;
    color: #83878d;
    font-size: 16px;
    font-family: 'WorkSansRegular';
    margin: 0 10px;
} */
/* Chrome, Safari, Edge, Opera */
.woocommerce .quantity.buttons_added input.input-text::-webkit-outer-spin-button,
.woocommerce .quantity.buttons_added input.input-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.woocommerce .quantity.buttons_added input.input-text[type=number] {
  -moz-appearance: textfield;
  background-color: #fff;
  outline: 0;
  font-size: 18px;
  height: 49px;
  box-sizing: border-box;
  text-align: center;
  color: #83878d;
  font-size: 16px;
  font-family: 'WorkSansRegular';
  margin: 0 10px;
  border: 1px solid #ccd0d5 !important;
  width: 49px;
  border-radius: 0;
}
.woocommerce .quantity.buttons_added .dec, .woocommerce .quantity.buttons_added .inc {
    cursor:pointer;
    height: 49px;
    width: 49px !important;
    border-radius: 0;
    border: 1px solid #ccd0d5 !important;
    background-color: #fff;
    text-indent: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #83878d;
    font-size: 16px;
    font-family: 'WorkSansRegular';
    position: absolute;
    z-index: 1;
}

.woocommerce div.product form.cart div.quantity {
    width: 167px;
    display: flex;
    justify-content: center;
    position: relative;
    float: none;
}

.woocommerce div.product form.cart div.quantity .inc {
    left: auto;
    right: 0;
}

.woocommerce div.product form.cart div.quantity .dec {
    right: auto;
    left: 0;
}
.woocommerce .quantity.buttons_added input.input-text {
    padding: 5px !important;
    text-align: center;
    margin: 0;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0;
}
.product_meta,.product_meta * {
    color: #3f444b;
    font-family: 'WorkSansBold';
    text-decoration: none;
}
.product_meta *:hover {
    text-decoration: none;
    color: #3f444b;
}
.product_meta > span:not(:last-child):after {
    content: ' / ';
}
body.single-product .single_product_hide{
display:none;    
}
/* qty btn :: END */
.woocommerce div.product form.cart .variations select {
    min-width: 100%;
    margin: 0 0 8px;
}
body.single-product.woocommerce div.product form.cart .variations label {
    margin: 0;
}
.woocommerce div.product form.cart .variations .variation_main_val .reset_variations {
    position: absolute;
    color: #8e5121;
    bottom: -17px;
    right: auto;
    top: auto;
    left: 0;
}

.woocommerce div.product form.cart .variations .variation_main_val {
    position: relative;
}
/* Product Single Page :: END */
/* Customer Review :: START */
.woocomerce_tab_customer_review .comment_title {
    color: #303337;
    font-size: 16px;
    text-transform: capitalize;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-family: 'WorkSansRegular';
    align-items: center;
}
.woocomerce_tab_customer_review .comment_title img {
    margin-right: 8px;
}
.woocomerce_tab_customer_review .tab_review_content {
    color: #303337;
    font-family: 'WorkSansRegular';
    font-size: 16px;
    margin: 7px 0 0;
}
.woocomerce_tab_customer_review .comment_inner_tab_col {
    display: inline-flex;
    flex-wrap: wrap;
    width: 25%;
    padding: 0 10px;
}
.woocomerce_tab_customer_review  .comment_inner_tab {
    box-shadow: 0px 8px 8px rgba(3,3,3,0.09);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 6px 15px 0;
    margin-bottom: 30px;
    background: #fff;
}
.woocomerce_tab_customer_review .woocomerce_tab_customer_review {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.woocomerce_tab_customer_review .tab_review_content_btm {
    padding: 12px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #303337;
    font-family: 'WorkSansRegular';
    font-size: 14px;
    border-top: 1px solid #e5e5e5;
}
.woocomerce_tab_customer_review .comment_inner_tab_btm_content {
    margin-top: auto;
}
.woocomerce_tab_customer_review .tab_review_content_btm * {
    color: inherit;
}
.woocomerce_tab_customer_review .tab_review_content_btm a:hover {
    color: #303337;
    text-decoration: none;
}
.woocomerce_tab_customer_review .col_main a {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}
.woocomerce_tab_customer_review .tab_review_content_btm .helpful_icon .txt_hp {
    margin-right: 6px;
}
.woocomerce_tab_customer_review .tab_review_content_btm .col_main:not(:first-child) {
    margin-left: 10px;
}
.woocomerce_tab_customer_review .tab_review_content *,.woocomerce_tab_customer_review .tab_review_content a,.woocomerce_tab_customer_review .tab_review_content a:hover {
    color: #303337;
    font-family: 'WorkSansRegular';
    font-size: 16px;
}
.woocomerce_tab_customer_review .comment_inner_tab_top_content {
    margin-bottom: 14px !important;
}
.woocomerce_tab_customer_review {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.Quantity_label {
    margin: 0 0 3px;
}
.product_meta_single_product_d_none{display:none;}
.single-product .single_variation_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
}

.single-product .single_variation_wrap .woocommerce-variation.single_variation {
    order: 1;
}

.single-product .single_variation_wrap .addtocart_btm_main {
    order: 2;
}
.single-product.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0;
}
.single-product .product_meta.product_meta_variation_add_to_cart {
    margin: 1px 0 0;
}
.woocommerce div.product form.cart .variations.product_single_page_variations_c {
    margin-bottom: 0;
}
.woocommerce div.product p.price, .woocommerce div.product span.price,.woocommerce-variation-price .total_price_heading {
    color: #3f444b;
    font-size: 24px;
    font-family: 'WorkSansRegular';
}
.woocommerce div.product span.price {
    font-family: 'WorkSansBold';
}

.woocommerce-variation-price {
    margin: 13px 0 0;
}
.product_link_redirect_ {
    position: relative;
}

.product_link_redirect_ .product_link_redirect_single {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
        z-index: 9;
    bottom: 0;
}

.product_radio_top_custom .column_radio_cmn.active .custom_radio_pro_single .custom_checkmark_pro_single:after{display:block;}
/* Customer Review :: END */
.tpwpg-main .tpwpg-thumbnail {
    cursor: pointer;
}

.product_single_page_variations_c .variation_row_main {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

.product_single_page_variations_c .variation_row_main .variation_main_col {
    padding: 0 15px;
    width: 50%;
    margin: 0 0 12px;
}

.product_single_page_variations_c .variation_row_main .variation_main_col .variation_main_label {
    margin-bottom: 3px;
}

.woocommerce div.product form.cart .product_single_page_variations_c.variations select {
    margin-bottom: 0;
}
body.single-product.woocommerce div.product .product_single_page_variations_c .variation_main_label .hide_label {
    font-size: 0;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none;
}
/* My Account Page :: START */
.woocommerce-account .woocommerce-MyAccount-navigation a {
    background: 0 0;
    display: block;
    padding: 14px 0;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    transition: color .2s ease-in-out;
    border: none;
    box-shadow: none;
    font-family: 'WorkSansSemiBold';
    font-size: 18px;
    color: #3f444b;
    border-bottom: 1px solid #3f444b33;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
     border-top: 1px solid #3f444b33;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
   padding-right: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
    color: #8e5121;
}
.woocommerce-MyAccount-content a,.woocommerce-MyAccount-content a:hover {
    color: #303337;
    text-decoration: none;
}
.woocommerce table.my_account_orders td {
    white-space: nowrap;
}

.woocommerce table.my_account_orders td span.woocommerce-Price-amount.amount {
    clear: left;
    display: block;
}
.my_account_main_Heading {
    margin-bottom: 50px;
}
.woocommerce-MyAccount-content h3 {
    font-size: 24px;
    color: #3f444b;
    text-transform: uppercase;
    font-family: 'WorkSansBold';
}

.woocommerce-MyAccount-content .u-columns.woocommerce-Addresses.col2-set.addresses {
    margin: 30px -15px 0;
    width: auto;
}
/* shipping address :: START */
.woocommerce .woocommerce-MyAccount-content label {
    margin: 0;
    font-family: 'WorkSansMedium';
}
.woocommerce .woocommerce-MyAccount-content span.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce .woocommerce-MyAccount-content input {
    font-family: 'WorkSansRegular';
    color: #83878d;
    border-color: #ccd0d5;
    border-radius: 0 !important;
    padding: 7px 15px;
    height: 45px;
}
.woocommerce .woocommerce-MyAccount-content span.select2-selection {
    padding: 8px 6px;
    height: 46px;
    border-radius: 0;
    border-color: #ccd0d5;
}
.woocommerce .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__arrow b{
    margin-top: 8px;
}
.woocommerce .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__rendered{
     color: #83878d;
}
.woocommerce .woocommerce-MyAccount-content  button.button {
    background-color: #8e5020 !important;
    color: #fff;
    font-family: 'WorkSansMedium';
    text-transform: uppercase;
    font-weight: normal !important;
    border-radius: 0 !IMPORTANT;
    padding: 14px 26px !important;
    outline: none;
    margin: 30px 0 0 10px;
}
.woocommerce .woocommerce-MyAccount-content  button.button:before {
    content: '';
    position: absolute;
    border-left: 1px solid #8e5121;
    border-top: 1px solid #8e5121;
    left: -7px;
    top: -7px;
    height: 62%;
    width: 17%;
}
.woocommerce .woocommerce-MyAccount-content  button.button:after {
    content: '';
    position: absolute;
    border-right: 1px solid #8e5121;
    border-bottom: 1px solid #8e5121;
    right: -7px;
    bottom: -7px;
    height: 62%;
    width: 17%;
}
.woocommerce .woocommerce-MyAccount-content button.button:hover,.woocommerce .woocommerce-MyAccount-content button.button:focus {
    background-color: #8e5020 !important;
    color: #fff;
}
/* shipping address :: END */
.cart_page .container.breadcrumb_container {
    padding-left: 0;
    padding-right: 0;
}
/* My Account Page :: END */
/* order-received Page :: START */
.woocommerce .woocommerce-order ul.order_details li:last-child {
    margin-right: 0;
}
.woocommerce .woocommerce-order .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    background: #0fbd71;
    border-color: #0fbd71;
    color: #fff;
    padding: 15px;
    margin-bottom: 30px;
}
.woocommerce-order {
    padding: 50px 0 0;
}
.woocommerce .woocommerce-order ul.order_details li {
    font-size: 16px;
    margin-bottom: 15px;
    margin-right: 15px;
    padding-right: 15px;
}
.woocommerce .woocommerce-order ul.order_details li strong {
    font-size: 16px;
    margin-top: 5px;
        word-break: break-word;
}
.woocommerce-order h2{
    font-size: 24px;
    margin: 0 0 10px;
}
.woocommerce-order h2:before,.woocommerce-order h2:after{
    content: none;
}
.woocommerce .woocommerce-order  ul.order_details {
    margin: 0 0 35px;
}
.woocommerce .woocommerce-order .woocommerce-order-details {
    margin: 30px 0 50px;
}
.woocommerce .woocommerce-order .woocommerce-customer-details > .container {
    padding: 0;
}

.woocommerce .woocommerce-order table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1) !important;
}

.woocommerce .woocommerce-order table.shop_table {
    border-spacing: 0;
    border-radius: 0;
}

.woocommerce .woocommerce-order table.shop_table td  a {
        color: #3f444b;
    font-family: 'WorkSansBold';
}

.woocommerce .woocommerce-customer-details address {
    border-radius: 0;
    font-size: 16px;
    padding: 15px;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    display: flex;
    align-items: center;
    margin: 15px 0 0;
        flex-wrap: wrap;
    word-break: break-word;
}
/* order-received Page :: END */
.not_found_faq.is-visible {
    display: block;
    text-align: center;
}
.not_found_faq {
    display: none;
}
/* Single Post :: START */
.single_post_content_font .font_wb_24 {
    font-size: 24px;
}
.single_post_content_font .post-date {
    font-size: 16px;
    color: #3f444b;
    font-family: 'WorkSansRegular';
        text-transform: uppercase;
}
.single_post_content_font p {
    color: #303337;
    font-size: 16px;
    font-family: 'WorkSansRegular';
}
.single_post_content_font h1,.single_post_content_font h2,.single_post_content_font h3,
.single_post_content_font h4,.single_post_content_font h5,.single_post_content_font h6,
.recent_news_widget a{
    color: #3f444b;
    font-family: 'WorkSansBold';
    text-transform: uppercase;
}
.recent_news_widget a:hover {
    color: #8e5121;
    text-decoration: none;
}
.single_post_content_font h6,.recent_news_widget a{
    font-size: 16px;
}
.single_post_content_font .bg_column .post_column {
    background: rgba(63,68,75,0.10);
    padding: 22px 29.5px 26px 32px;
}
.single_post_content_font .bg_column .main_title {
    margin: 3px 0 9px;
}
.single_post_content_font .post_main_content {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}
.single_post_content_font .post_main_content p {
    margin-bottom: 20px;
}
.single_post_content_font .bg_column .post_main_content h1, .single_post_content_font .bg_column .post_main_content h2, .single_post_content_font .bg_column .post_main_content h3, .single_post_content_font .bg_column .post_main_content h4, .single_post_content_font .bg_column .post_main_content h5, .single_post_content_font .bg_column .post_main_content h6 {
    margin: 41px 0 12px;
}
.recent_news_widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.recent_news_widget ul li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 13px 0 16px;
}
.recent_news_widget ul li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.2;
}
.recent_news_widget li:not(:last-child) {
    border-bottom: 1px solid rgba(63,68,75,0.10);
}
.recent_news_widget .widget-title.font_wb_24 {
    line-height: 0.99;
}
.page_contant.single_post_content_font {
    padding: 100px 0 60px;
}
.modal_btn_comment_slider {
    position: absolute;
    font-size: 0;
    opacity: 0;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
/* Single Post :: END */
.modal__comment_slider  .modal-body {
    padding: 0;
}
.modal__comment_slider  .modal_top_close {
    position: absolute;
    top: 0;
    left: auto;
    right: 8px;
    bottom: auto;
}
.modal__comment_slider .review_content {
    margin: 0;
    min-height: auto;
    background: #fff;
    padding: 38px 20px 15px;
}
.modal__comment_slider .modal-dialog {
    max-width: 540px;
        width: calc(100% - 60px);
    border: 0;
    margin-left: auto;
    margin-right: auto;
    }

.modal__comment_slider  .modal-content {
    border: 0;
}
.modal__comment_slider .review_content:before {
    width: 53px;
    height: 63px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -22px;
}
.modal__comment_slider .modal_top_close:focus {
    outline: none;
}
.modal-backdrop.show {
    opacity: 0.8;
}

/* Coupen Code :: START */
.actions.update_btn_btm_cart .coupon {
    display: inline-flex;
    align-items: center;
    margin: 20px 0px 20px 0;
}
.actions.update_btn_btm_cart .coupon label {
    display: none;
}
.actions.update_btn_btm_cart .coupon button.button {
    white-space: nowrap;
}
.actions.update_btn_btm_cart {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}
.actions.update_btn_btm_cart button.button[name="update_cart"] {
    margin-left: auto;
}
.actions.update_btn_btm_cart .coupon .input-text,form.checkout_coupon .input-text {
    font-family: 'WorkSansRegular';
    color: #83878d;
    border-color: #ccd0d5;
    border-radius: 0 !important;
    padding: 7px 15px;
    height: 46px;
    margin-right: 20px;
}
.actions.update_btn_btm_cart .coupon .input-text:focus,form.checkout_coupon .input-text:focus {
    outline: none;
}
.woocommerce-info .showcoupon {
    color: #8e5121;
    font-family: 'WorkSansBold';
}
/* Coupen Code :: END */
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table.shop_table_responsive.btm_cart_total th {
    width: auto;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table.shop_table_responsive.btm_cart_total td {
    text-align: right !important;
    display: table-cell;
    border-top: 1px solid #ebe9eb !important;
}
.woocommerce table.shop_table.shop_table_responsive.btm_cart_total tbody:first-child tr:first-child td{
border-top: none !important;
}
table.shop_table.shop_table_responsive.btm_cart_total tr {
    display: table-row;
}
table.shop_table.shop_table_responsive.btm_cart_total {
    max-width: 278px;
    margin-left: auto;
}
table.shop_table.shop_table_responsive.btm_cart_total tr{    color: #3f444b;
    font-family: 'WorkSansRegular';
    font-size: 20px;}
tr.cart-discount.coupon-b38damtq .woocommerce-remove-coupon,tr.cart-discount.coupon-b38damtq .woocommerce-remove-coupon:hover {
    color: #8e5020;
    text-decoration: none;
}
form.checkout_coupon.woocommerce-form-coupon {
    max-width: 767px;
    margin: auto;
    width: 100%;
    border-color: #ccd0d5;
    border-radius: 0 !important;
    padding: 14px;
}

form.checkout_coupon.woocommerce-form-coupon .form-row {
    width: auto;
    float: none;
    display: inline-flex;
    margin: 0;
    padding: 0;
}

form.checkout_coupon.woocommerce-form-coupon .form-row.form-row-first {
    width: calc(100% - 171px);
    padding-right: 9px;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot tr td{
    border-top: 1px solid #ebe9eb !important;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot tr:nth-child(1) td{
    border-top: none !important;
}
.cart_page_privacy_text span.woocommerce-terms-and-conditions-checkbox-text {
    color: #303337;
    font-family: 'WorkSansRegular';
    line-height: normal;
    font-size: 16px;
}

.cart_page_privacy_text  .checkmark {
    top: 0;
}
.order_now_btn .button_style:hover,.order_now_btn .button_style:focus {
    outline: none;
    text-decoration: none;
}
section.section.ready_to_bulid_section:before {
    background-image: url(/wp-content/uploads/2021/03/Untitled-1.jpg) !important;
        content: '';
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
        /* background-size: cover; */
}
.woocommerce .star-rating span {
    color: #ffb600;
}
.woocommerce-cart .return-to-shop {
    padding-bottom: 34%;
}
.review_page_Section {
    padding-top: 166px;
}
.review_page_Section .main_heding_review {
    margin: 0 0 27px 77px;
}
.review_slider ul.slick-dots li button {
    border: 1px solid #dcdcdc;
    height: 13px;
    width: 13px;
    padding: 0;
    background-color: transparent;
}

.review_slider ul.slick-dots li button:before {
    display: none;
}

.review_slider ul.slick-dots li {
    width: 13px;
    height: 13px;
}
/* Cart Page :: START */
.woocommerce td.product-name dl.variation dt.variation-Width1,.woocommerce td.product-name dl.variation dt.variation-Height1 {
    display: none;
}
.woocommerce td.product-name dl.variation dd.variation-Width1,.woocommerce td.product-name dl.variation dd.variation-Height1 {
    display: inline-flex;
    position: relative;
    float: left;
}
.woocommerce td.product-name dl.variation dd.variation-Width,.woocommerce td.product-name dl.variation dd.variation-Height {
    display: inline-block;
    clear: none;
    float: left;
}
.woocommerce td.product-name dl.variation dd.variation-Width1:before,.woocommerce td.product-name dl.variation dd.variation-Height1:before {
    content: 'X ';
    color: #303337;
    font-family: 'WorkSansRegular';
    line-height: normal;
    margin: 0 3px;
}
.woocommerce td.product-name dl.variation dd {
    clear: none;
    float: left;
}
.container.cart_page {
    position: relative;
}
.container.cart_page .processing {
    position: static !important;
}
.cart_product_name_content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
/* Cart Page :: END */
.woocommerce div.product form.cart .variations .variation_main_val .reset_variations[style^="visibility: vi"] {
    position: static;
    display: block;
    margin: 5px 0 0;
}
.woocommerce-tabs .btm_note strong {
    font-family: 'WorkSansBold';
    text-transform: uppercase;
}
/****Date:05/05/21****/
.variations .woocommerce-variation-add-to-cart.variations_button.variation_main_col {
    width: 100%;
    padding-left: 15px;
}
.price_calculation input.form-control.pc_calculator_item_input { width: 50%;}
.price_calculation input#vlength_qty_area,.price_calculation input#vwidth_qty_area{
    color: #83878d !important;
    border: 1px solid #ccd0d5;
    /* padding: 9.3px 10px; */
    height: auto;
    font-family: 'WorkSansRegular';
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 11.5px 15px;
    font-size: 16px;
    border-radius: 00px;
}
.variations.product_single_page_variations_c .Quantity_label {
    top: 0;
    position: relative;
    right: 0px;
	left: 0px;
}
.variation_row_main {
    position: relative;
}
.variations .quantity_main.quantity.buttons_added {
    top: 0px;
    position: relative !important;
    right: 0px;
	left: 0px;
}
input#vlength_qty_area {
    position: absolute;
    left: 0;
    top: 50px;
}
input#vwidth_qty_area {
    position: absolute;
    top: 50px;
    right: -30px;
}
#variable_product_table tr:nth-child(2) label {
    position: absolute;
    top: 10px;
    right: 185px;
}
#variable_product_table tr:nth-child(4) {
    position: absolute !important;
    right: 70px !important;
    top: 95px !important;
}
#variable_product_table tr:nth-child(4) td{width: 100% !important;}
.product_meta.product_meta_variation_add_to_cart {  font-size: 22px;}
.variation_main_col { padding-right: 5px !important;}
/* New Header CSS :: START (SM) */
.site__main__header_menu_toggle {
width: 100%;
    background-color: transparent;
    top: 0;
    bottom: 0;
    z-index: 999;
    right: -251px;
    overflow-y: auto;
    height: auto;
    display: block;
    align-items: center;
    position: fixed;
    margin: 0;
    transition: all 0.5s;
    left: auto;
    max-width: 251px;
    border-top: 1px solid #e7e7e7;
    /* border-left: 1px solid #e7e7e7; */
    padding: 0px 0;
}
.site__main__header_menu_toggle.site__main__header_menu_toggle_display {
    right: 0;
}
.brown_btn {
    font-family: 'WorkSansMedium';
    text-transform: uppercase;
    font-size: 16px;
    line-height: normal;
    color: #ffffff;
    background-color: #8e5121;
    padding: 8px 16.8px;
    display: inline-flex;
    text-decoration: none;
    border: 2px solid #8e5121;
}
.brown_btn:hover {
    text-decoration: none;
    color: #8e5121;
    background: #fff;
}
.site__main__header_inner {
    padding: 21px 40px 21px 25px;
}
.site__main__header_inner .container-fluid {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.site__main__header_inner .main_column_header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.site__main__header_inner .right_header_col_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.header_trustlock .header_trustlock_link:not(:last-child) {
    margin-right: 10px;
}
.menu_toggle_right_btn {
    flex-wrap: wrap;
    display: inline-flex;
}
.site__main__header_inner .right_header_col_inner .brown_btn, 
.site__main__header_inner .header_col_toggle,
.site__main__header_inner .header_cart_count,
.site__main__header_inner .header_trustlock {
    margin-left: 30px;
}
.header__cart_count_icon {
    position: relative;
    padding-right: 9.4px;
}
.header__cart_count_icon .header__cart_count_number {
    position: absolute;
    min-width: 20px;
    min-height: 20px;
    border-radius: 10px;
    background-color: #ff0000;
    line-height: 14px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    display: inline-flex;
    padding: 3px 3px;
    left: 11px;
    right: auto;
    top: -4px;
}
body.body_site__main__header_show {
    overflow-y: hidden;
}
.site__main__header_navigation .menu-item a {
    font-family: 'WorkSansRegular';
    font-size: 16px;
    line-height: 24px;
    color: #3f444b;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-left: 3px solid transparent;
    padding: 10.5px 27px;
    text-decoration: none;
    text-transform: uppercase;
}
.site__main__header_navigation .menu-item.current-menu-item a,.site__main__header_navigation .menu-item a:hover {
    color: #8e5121;
    /* font-family: 'WorkSansSemiBold'; */
    border-color: #8e5121;
}
.site__main__header_navigation .menu-item.current-menu-item a {
    font-family: 'WorkSansSemiBold';
}
.site__main__header_navigation .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    background:#fff;
}
.site__main__header_inner .right_header_col  .custom-logo-link {
    margin: 0 auto 0 0;
}
/* New Header CSS :: END (SM) */

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
	display: none;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    margin-bottom:15px;
}
.woocommerce-additional-fields__field-wrapper{
    margin-top: 15px;
}
.shipping_address 
{
    margin-top:60px;
}

.custom-checkbox input {
    width: 20px;
}

.custom-checkbox span {
    margin-left: 11px;
    font-size: 30px;
    /* font-family: 'WorkSansSemiBold'; */
    color: #3f444b;
    font-family: 'WorkSansMedium';
}

.slick-list .slick-track img{
    padding:5px !important;
}

.thumbnail_product_new button.slick-prev.slick-arrow, .thumbnail_product_new_3_panel  button.slick-prev.slick-arrow {
    content: '';
    top: 43%;
  /*   transform: translateY(-50%); */
    position: absolute;
    left: 0px;
    background-image: url(https://shakershutters.com/wp-content/uploads/2021/06/arrow_slider.png)!important;
    width: 24px;
    height: 24px;
    z-index: 9999;
    background-size: 100%;
    transform: rotate(-180deg);
    font-size: 0;
    border: 0 !important;
    box-shadow:none !important;
    outline: none !important;
    cursor: pointer;
    background-color: white !important;
    padding: 5px;
    border-radius: 50%;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center center;
}

.thumbnail_product_new button.slick-next.slick-arrow, .thumbnail_product_new_3_panel  button.slick-next.slick-arrow {
    content: '';
    top: 43%;
    position: absolute;
    right: 0px;
    background-image: url(https://shakershutters.com/wp-content/uploads/2021/06/arrow_slider.png)!important;
    width: 24px;
    height: 24px;
    z-index: 9999;
    background-size: 100%;
    font-size: 0;
    border: 0 !important;
    box-shadow:none !important;
    outline: none !important;
    cursor: pointer;
    background-color: white !important;
    padding: 5px;
    border-radius: 50%;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center center;
}

.woocommerce-product-gallery__wrapper.slider.slider-for.product-main-img.slick-initialized.slick-slider img, .woocommerce-product-gallery__wrapper.slider.slider-for_3_panel.product-main-img.slick-initialized.slick-slider img {
    height: 365px !important;
    max-width: 100%;
    object-fit: contain !important;
}
 
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    width: 49.03% !important;
    padding-left: 13.7% !important;
    display: inline-block !important;
}


.thumbnail_product_new .slick-list.draggable, .thumbnail_product_new .slick-list.draggable {
    background-color: transparent!important;
        margin-top: 10px;
}
.product-main-img .slick-list:first-child {
    height: 487px;
    padding: 65px 0px 16px 0px;
    background-color: #f7f7f7 !important;
}
.product_meta.product_meta_variation_add_to_cart {
    background: #f7f7f7;
    width: 35.03% !important;
    text-align: center;
    display: inline-block !important;
    position: relative;
    left: -35%;
    z-index: 9;
    top: 13px;
    font-size: 16px;
}
.single_variation_wrap .product_meta.product_meta_variation_add_to_cart
{
  
    width: auto !important;
    text-align: left;
    display: inline-block !important;
    position: relative;
    left: -0%;
    background: transparent;
    font-size:24px;  
}

.summary.entry-summary {
    overflow-x: hidden !important;
}
.wsp-container h2
{
	font-size:24px;
}
.wsp-container h2:after
{
	background: none;
}
 li.page_item a {
    color: #000000;
}
@media(max-width:991px)
{
    .woocommerce-product-gallery__wrapper.slider.slider-for.product-main-img.slick-initialized.slick-slider img, .woocommerce-product-gallery__wrapper.slider.slider-for_3_panel.product-main-img.slick-initialized.slick-slider img {
    max-width: 100%;
    margin: 0 auto;
}
.product-main-img .slick-list:first-child {
    text-align: center;
    margin: 0 auto;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    width: 80%!important;
    padding-left: 0% !important;
    display: block!important;
    margin: 0 auto;
    max-width: 100% !important;
}
.product_meta.product_meta_variation_add_to_cart {
    width: 66% !important;
    left: 50%;
    transform: translateX(-50%);
    top: 29px;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left;
    width: 48%;
    clear: none;
}
.woocommerce-product-gallery{
    float: inherit !important;
    opacity: 1; 
    transition: opacity 0.25s ease-in-out 0s;    
}
.single_variation_wrap .product_meta.product_meta_variation_add_to_cart {
    font-size: 24px;
    top: 0;
    left:0;
    transform: none;
}
body.single-product .summary.entry-summary, body.single-product .tpwpg-main.images.tpwpg-regular, body.single-product .woo-variation-product-gallery {
    width: 100%!important;
}
}

@media(max-width:767px)
{
    .product_meta{
        position:relative;
    }
    .single_variation_wrap .product_meta.product_meta_variation_add_to_cart {
    /* position: absolute; */
    font-size: 24px;
    top: 0;
    left: 0;
    transform: none;
}
/* .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images{
    width:100% !important;
    padding-left:0 !important;
} */
.product_meta.product_meta_variation_add_to_cart{
 width:80% !important;
 right:auto;
}
}


@media(max-width:575px)
{
    .single_variation_wrap .product_meta.product_meta_variation_add_to_cart {
    position: relative !important;
    font-size: 20px;
    top: 0;
    left: 0px;
    transform: none;
}
.product_meta.product_meta_variation_add_to_cart {
    top: 50px;
}
.product_btm_description{
    padding: 0 !important;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    width: 80% !important;
}
.woocommerce div.product form.cart .variations select {
    min-width: 99% !important;
}
}

 @media(max-width:479px){
/* .quantity_main.quantity.buttons_added {
    top: 103px !important;
    left: 93px !important;
} */
.variations.product_single_page_variations_c .Quantity_label {
    left: 7px !important;
}
.variations .quantity_main.quantity.buttons_added {
	left: 7px;
}
.variations .woocommerce-variation-add-to-cart.variations_button.variation_main_col .bootstrap-iso{
    margin:0px !important;
}
.bootstrap-iso{
    margin:50px 0!important;
}
	 .variations .woocommerce-variation-add-to-cart.variations_button.variation_main_col {
		 padding-left: 0px;
	 }
}

@media(max-width:420px)
{
	.variations.product_single_page_variations_c .Quantity_label {
		margin-top: 0px !important;
    }
    .product-main-img .slick-list:first-child {
    height: 365px;
}
.woocommerce-product-gallery__wrapper.slider.slider-for.product-main-img.slick-initialized.slick-slider img, .woocommerce-product-gallery__wrapper.slider.slider-for_3_panel.product-main-img.slick-initialized.slick-slider img {
    height: 245px !important;
}
.product_meta.product_meta_variation_add_to_cart {
    font-size: 16px!important;
}
.product_meta.product_meta_variation_add_to_cart {
    width: 80% !important;
   left: 50%;
   transform: translateX(-50%);
   top: 30px;
}
.single-product .single_variation_wrap {
    margin-top: 0px;
}
.single_variation_wrap .product_meta.product_meta_variation_add_to_cart {
    font-size: 20px;
    top: 0;
    max-width:100% !important;
}
.bootstrap-iso{
    margin: 0!important;
}
}


/* 20-07-21  Custom Css Start */

a.reset_variations {
    display: none !important;
}

section.woocommerce-customer-details .col-1,section.woocommerce-customer-details .col-2 {
    flex: 0 0 30.333333%;
    max-width: 30.333333%;
}

.woocommerce td.product-name .wc-item-meta p{
        margin-top: 5px !important;
    padding-top: 2px !important;
}



