/* https://www.cook-bake.co.il/wp-content/themes/getraffic-child/style.css?ver=5.6.3 */
/*
 Theme Name:   Cook&Bake Getraffic Child Theme
 Description:  Cook&Bake Getraffic Child Theme
 Author:       Yaniv Tabibi
 Author URI:   https://getraffic.co.il
 Template:     getraffic
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/

/*--------General------------*/
#wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

span.woocommerce-Price-currencySymbol {
    font-size: 15px;
    font-weight: normal;
}

.gt-row.block-5-1 span.link {
    vertical-align: top;
}

h3.title a, h3 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 5px;
}

div.product-info span.amount {
    font-size: 16px;
}

div.product-info span.amount * {
    font-size: inherit;
}

.price-wrap {
    align-self: start;
    font-size: 20px;
    line-height: 1.2;
    display: flex;
    width: 35%;
    text-align: left;
    justify-content: flex-end;
    flex-wrap: wrap;
    font-weight: bold;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    flex: 1;
}

.coffee-break {
    width: 100%;
    min-height: 320px;
    background: #ccc;
}

.coffee-break img {
    min-height: 320px;
    max-width: none;
    object-fit: cover;
}

.coffee-break .coffee-inner {
    top: 50% !important;
    transform: translate(0,-50%);
}

.product-wrapper .thumb-wrapper img.thumb {
    height: 100%;
    object-fit: contain;
    margin: auto;
}

.product-wrapper .product-info {
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}

.product-wrapper .product-info h3.title {
    max-width: 70%;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
}

.product-wrapper .product-info h3.title a {
    display: block;
    min-height: 36px;
}

.product-wrapper .price-wrap {
    font-size: 0;
}

.variations-wrap {
    flex-basis: 100%;
    color: #8d8d8d;
}

body.single-product #similar-products .product-info > a.variation-opener {
    width: auto;
}

.product-wrapper .product-info .variation-opener {
    display: table;
    margin: 8px 0 0;
    position: relative;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    color: #000;
    padding: 6px 6px 6px 24px;
    background: #F9C70F;
}

.product-wrapper.variation_drop_active .product-info .variation-opener {
    display: none;
}

.product-wrapper .product-info .variation-opener:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0,-50%);
    width: 11px;
    height: 5px;
    background: url(/wp-content/themes/getraffic-child/assets/images/angle-down.svg) 0 0/100% auto no-repeat;
}

.product-wrapper .variations-wrap {
    /* display: none; */
    display: block;
    font-weight: 500;
    color: #000;
    position: relative;
    display: none;
}

@media (min-width: 769px) {
    .product-wrapper.variation_drop_active .product-info .variations-wrap {
        display: block;
        padding: 0 0 0 15px;
    }
}

.product-wrapper .variations-wrap .close-variation {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
}

.product-wrapper .variations-wrap .size-info {
    font-size: 13px;
    margin: 0 0 4px;
}

.product-wrapper .variations-wrap strong {
    font-weight: 500;
    font-size: 14px;
}

.product-wrapper .variations-wrap .color-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
}

.product-wrapper .variations-wrap .color-info strong {
    line-height: 14px;
}

.product-wrapper .variations-wrap .color-info .colors-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.product-wrapper .variations-wrap .variable-item-span-color {
    width: 14px;
    height: 14px;
    border-radius: 20px;
    margin: 0 8px 4px 0;
    border: 1px solid #ddd;
}

.product-wrapper .variations-wrap .product-link {
    display: table;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    background: url(/wp-content/themes/getraffic-child/assets/images/angle-left.svg) 0 50%/5px auto no-repeat;
    padding: 0 0 0 11px;
}

.brand-wrap {
    flex-basis: 100%;
}

.prod-thumb-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(236, 236, 236, 0.7);
    justify-content: center;
    align-items: center;

    display: none;
}
.thumb-wrapper:hover .prod-thumb-overlay {
    display: flex;
}

.product-wrapper .thumb-wrapper a.whishlist {
    position: absolute;
    top: 5px;
    right: 2px;
    width: 21px;
    z-index: 6;
    height: auto;
    padding: 0;
}

.product-wrapper .thumb-wrapper a.btn-quick-view {
    height: auto;
    width: auto;
    position: absolute;
    z-index: 6;
    bottom: 20px;
    left: 0;
    right: 0;
    border-radius: 50px;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    padding: 7px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    max-width: 10.15384615em;
    width: 100%;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease opacity, 0.3s ease visibility;
}

.product-wrapper .thumb-wrapper a.btn-quick-view img {
    width: 0.92307692em;
    margin-right: 0.61538462em;
}

.product-wrapper .thumb-wrapper a.whishlist img {
    width: 100%;
}

/* .product-wrapper .thumb-wrapper .product-badge {
    width: 50px;
} */
.product-wrapper .thumb-wrapper .product-badge,
.term-shoppingil .product-wrapper .thumb-wrapper .product-badge,
.home .product-wrapper .thumb-wrapper .product-badge,
.term-blackfriday .product-wrapper .thumb-wrapper .product-badge {
    width: 100px;
}
.product-wrapper .thumb-wrapper .prod-thumb-overlay a
{
    height: 100px;
    background: #c51a1b;
    opacity: 1;
    color: white;
    width: 100px;
    background-repeat: no-repeat;
    background-position: 50% 30%;
    padding-top: 63px;
    background-size: 50%;
    margin: 5px;
}
.product-wrapper .thumb-wrapper .prod-thumb-overlay a.quickview {
    background-image: url('/wp-content/themes/getraffic-child/assets/images/qv-icon.png');
}
.product-wrapper .thumb-wrapper .prod-thumb-overlay a.add {
    background-image: url('/wp-content/themes/getraffic-child/assets/images/add-icon.png');
}
.product-wrapper .product-info h3.title::after {
    content: ' ';
    height: 3px;
    width: 77px;
    border-radius: 99px;
    background-color: #cd3939;
    display: block;
    margin-top: 7px;
}

.gt-single-product-right .tab-pane * {
    font-size: inherit;
}

.gt-single-product-right .tab-pane .tab-badge {
    display: block;
}

.gt-single-product-right .tab-pane .shipping-info img {
    height: 1.5em;
    width: auto;
}

.gt-single-product-right .tab-pane iframe {
    width: 100%;
    border: none;
    outline: none;
    height: 190px;
}

.gt-single-product-right .tab-pane .short-text .read-more {
    display: table;
    margin: 6px 0 9px 10px;
    font-weight: 700;
    text-decoration: underline;
}

.checkout-block {
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    padding: 17px;
    margin-bottom: 18px;
    border: 1px solid #000;
}

.checkout-block * {
    font-size: inherit;
}

.pre-checkout-section .btn.btn-black,
.pre-checkout-section .btn.btn-red {
    min-width: 190px;
}

.btn.btn-black,
.btn.btn-red {
    border-radius: 0;
    color: #fff;
}

.btn.btn-black {
    background: #000;
    border-color: #000;
}

.btn.btn-red {
    background: #c51a1b;
    border-color: #c51a1b;
}

.pre-checkout-section .form-control {
    height: 40px;
    border-radius: 0;
    font-size: 16px;
    line-height: 1.25;
    padding: 9px 12px;
    border-color: #000;
}

.checkout-login-form-holder h2,
.checkout-block h3 {
    font-size: 18px;
    line-height: 1.472222;
    margin: 0 0 13px;
}

.gt-single-product-right .tab-pane {
    font-size: 11px;
}

.checkout-login-form-holder .login-title {
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 10px;
}

@media (min-width: 375px) {
    .gt-single-product-right .tab-pane {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .pre-checkout-section.container {
        max-width: 980px;
    }

    .checkout-block,
    .checkout-login-form-holder .login-title {
        font-size: 14px;
    }

    .pre-checkout-section .form-control {
        height: 46px;
        padding: 12px 14px;
    }

    .checkout-login-form-holder h2,
    .checkout-block h3 {
        font-size: 20px;
        line-height: 1.45;
        margin-bottom: 11px;
    }

    .gt-single-product-right .tab-pane {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    .gt-single-product-right .tab-pane {
        font-size: 12px;
    }

    .pre-checkout-section .col-md-6 {
        padding-top: 18px;
    }

    .pre-checkout-section .col-md-6:nth-child(2n + 1) {
        padding-left: 50px;
    }

    .pre-checkout-section .col-md-6:nth-child(2n) {
        padding-right: 50px;
        border-right: 1px solid #000;
    }

    .first-row, .sec-row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sec-row {
        margin-bottom: 20px;
    }

    .home .xsell-products:not(.slick-initialized) {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .home .xsell-products:not(.slick-initialized) .product-wrapper {
        flex-basis: 50%;
        max-width: 50%;
        padding: 25px;
    }

    .home .xsell-products:not(.slick-initialized) .product-wrapper:nth-child(2) ~ .product-wrapper {
        display: none;
    }
}

@media (min-width: 1200px) {
    .product-wrapper .thumb-wrapper .prod-thumb-overlay a {
        width: 135px;
        height: 135px;
        padding-top: 78px;
    }

    body.single-product div.desktop-gallery.col-lg-7,
    body.single-product div.gt-single-product-right.col-md-5 {
        width: 50%;
    }

    .gt-single-product-right .tab-pane {
        font-size: 14px;
    }

    /* .fixed-position .desktop-cat-sticy {
        margin-top: -20px;
    } */

    .fixed-position .desktop-cat-sticy {
        padding-top: 18px;
    }

    .fixed-position .desktop-cat-sticy .category-topbar {
        padding-top: 0;
    }

    .fixed-position .desktop-cat-sticy .filter-tags:empty {
        padding-bottom: 0;
    }

    .fixed-position .desktop-cat-sticy:before {
        content: '';
        position: absolute;
        top: -1px;
        bottom: -1px;
        left: -9999px;
        right: -9999px;
        background: #fff;
        z-index: -1;
        border: 1px solid #979797;
        border-width: 1px 0;
    }

    .home .xsell-products:not(.slick-initialized) .product-wrapper {
        flex-basis: 33%;
        max-width: 33%;
    }

    .home .xsell-products:not(.slick-initialized) .product-wrapper:nth-child(2) ~ .product-wrapper {
        display: block;
    }

    .home .xsell-products:not(.slick-initialized) .product-wrapper:nth-child(3) ~ .product-wrapper {
        display: none;
    }
}

@media (min-width: 1360px) {
    .gt-single-product-right .tab-pane {
        font-size: 15px;
    }
}

@media (min-width: 1400px) {
    .home .xsell-products:not(.slick-initialized) .product-wrapper {
        flex-basis: 25%;
        max-width: 25%;
    }

    .home .xsell-products:not(.slick-initialized) .product-wrapper:nth-child(3) ~ .product-wrapper {
        display: block;
    }

    .home .xsell-products:not(.slick-initialized) .product-wrapper:nth-child(4) ~ .product-wrapper {
        display: none;
    }
}

@media (min-width: 1440px) {
    .gt-single-product-right .tab-pane {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .checkout-login-form-holder {
        display: none;
    }

    .checkout-login-form-holder.active {
        display: block;
    }
}

.single-location .col-lg-6 .details div.hours p span.inner-hours {
    text-align: left;
}


/*-------Header------*/
div.top-stripe a {
    font-size: 18px;
}



/*-------- About page --------*/

.about_blocks {
    list-style: none;
    padding: 0;
}

li.about_block .content {
    width: 30%;
    flex-basis: 30%;
    align-self: center;
}

li.about_block {
    align-content: center;
    margin-bottom: 120px;
}

li.about_block img {
    width: 70%;
    flex-basis: 70%;
    align-self: center;
}

li.about_block p:first-child {
    font-size: 55.5px;
    line-height: 55px;
}

li.about_block .content {
    padding-left: 3%;
}

.bg-image {
    padding: 0 !important;
}

.bg-image img {
    width: 100%;
}

.page-template-about-php .page-title {
    margin: 137px auto 35px;
    text-align: center;
}

.top-content {
   width: 72%;
    margin: 0 auto 104px;
    text-align: center;
    max-width: 895px;
}
li.about_block:nth-child(even) {
    flex-direction: row-reverse;
}

li.about_block:nth-child(even) .content {
    padding-left: 0;
    padding-right: 3%;
}

li.about_block .content img {
    width: auto;
    flex-basis: unset;
}

li.about_block .full img {
    width: auto;
    flex-basis: unset;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

li.about_block .full p img {
    margin-bottom: 119px;
}
#breadcrumbs * {
    color: #727272;
    font-size: 17px;
}

#breadcrumbs strong {
    color: #000;
}

p#breadcrumbs {
    margin-bottom: 0;
    padding-top: 5px;
}

li.woocommerce-MyAccount-navigation-link--coupons, li.woocommerce-MyAccount-navigation-link--points {
    display: none;
}

blockquote.wp-block-quote {
    padding: 0 10px 0 0;
}

.block-3 .gt-product-slide .image img.size-full {
    width: 100%;
    height: auto;
}

input.back_in_stock_email {
    padding: 5px 5px 11px;
}

.back_in_stock_subscribe a {line-height: 22px;}

ul.woocommerce-error {
    list-style: none;
    padding-right: 0;
    width: 64%;
}

.rcount {
    display: none;
}

/* .search .rcount {
    display: block;
} */

.slider-wrapper ul.slick-dots {
    bottom: 18px;
}

.woocommerce-notices-wrapper {
    max-width: 92%;margin: 0 auto;
}

.woocommerce-MyAccount-content .woocommerce-message {
    padding-top: 15px;
}

.single-product ul.woocommerce-error {
    width: 100%;
}
/*-----Insperation-----*/
p.insp-content {
    width: 48%;
    margin: 60px auto;
}

.wp-block-embed-youtube iframe {
    width: 100%;
    min-height: 500px;
}

.wp-block-eedee-block-gutenslider .slick-slider .slick-track {
    left: auto;
    right: 0;
direction: ltr;
}

.wp-block-eedee-block-gutenslider .slick-list.draggable {
    position: relative;
}
.woocommerce-lost-password ul.woocommerce-error {
    width: 100%;
}

.server-error, .checkout-message ul.woocommerce-error li {
    color: #f35555;
    font-weight: bold;
}

.checkout-message ul.woocommerce-error li {
    font-weight: bold;
    color: #000;
}

.checkout-message ul.woocommerce-error li a {
    text-decoration: underline;
}
.checkout-message ul.woocommerce-error {
    width: 100%;
}

.wp-block-woocommerce-handpicked-products .price-wrap {
    text-align: left;
    align-self: end;
    justify-content: flex-end;
   width: auto;
}

.wp-block-woocommerce-handpicked-products .product-info {
    display: block;
}

.wp-block-woocommerce-handpicked-products .product-wrapper .product-info h3.title {
    max-width: none;
    margin-bottom: 10px;
}

.wp-block-woocommerce-handpicked-products .product-wrapper {
    padding: 0 2%;
}

button.single_add_to_cart_button.added::after {
    content: "נוסף לסל ✔";
}

a.pink-link span {
    text-decoration: underline;
    font-size: 24px;
}

.pink-link span.exp {
    text-decoration: none;
    font-size: 18px;
    margin-top: 10px;
    line-height: 26px;
}


.coupon-message + p {
    display: none;
}

span.wc-block-grid__product-onsale {
    display: none;
}

.archive-filter ul.product-categories li ul, .archive-filter ul li.cat-item.current-cat {
    display: none;
}

.archive nav.woocommerce-breadcrumb {
    text-align: center;
    display: block;
}

.archive .site-main > .category-description-wrapper {
    /*display: none !important;*/
}

.sticky-wrap-desktop-cat-sticy,
.desktop-cat-sticy {
    width: 100%;
    background: #fff;
}

.fixed-position .desktop-cat-sticy {
    z-index: 90;
}

.fixed-position .desktop-cat-sticy .woocommerce-notices-wrapper,
.fixed-position .desktop-cat-sticy .woocommerce-result-count {
    display: none;
}

.archive .woocommerce-cart .mini-cart-quantity a.set-item-quantity {
    display: none;
}

.woocommerce-cart .mini-cart-quantity {
    text-align: right;
}

p.att {
    margin-top: -50px;
    margin-bottom: 30px;
    width: 64%;
    text-align: center;
}

.showonsale {
    display: none;
}

.page-template-myaccount 
 ul.woocommerce-error {
    color: red;
}

.page-template-myaccount ul.woocommerce-error a {
    text-decoration: underline;
}

.page-template-myaccount ul.woocommerce-error a:hover {
    text-decoration: none;
}

.thumb-wrapper p.collection-text {
    font-size: 13px;
    text-align: center;
    width: 77px;
    background: #c51a1b;
    color: #fff;
    border-radius: 100px;
    padding: 10px 0px;
    position: absolute;
    top: 40px;
    left: 0;
    height: 77px;
    display: flex;
    place-items: center;
}

@media screen and (max-width: 768px) {
    .slider-wrapper ul.slick-dots {
        bottom: 12px;
    }
   div#menu-mobile.active {
       display: block;
   }  
   .thumb-wrapper p.collection-text {
    width: 100%;
    height: auto;
    border-radius: 0;
    text-align: center;
    justify-content: space-evenly;
    padding: 3px;
    font-size: 11px;
    top: auto;
    bottom: 0;
}
   nav.woocommerce-pagination ul.page-numbers li {
      padding: 0 10px;
  } 
  p.att {
      margin-top: 0px;
      margin-bottom: 30px;
      width: 100%;
      text-align: center;
  } 
  form.woocommerce-ResetPassword.lost_reset_password {
       margin-top: 0;
       padding: 20px 5%;
   } 
   div.bg-image {
        display: block;
        padding-top: 89%;
        background-size: contain;
    background-position: 0 0;
      }

    .page-template-about-php .page-title, li.about_block p:first-child {
        margin: 0px auto 28px;
        font-size: 30px;
        text-align: center;
    }
    
    .top-content p, .page-template-about-php p {
        font-size: 16px;
    }
    
    .top-content {
        width: 100%;
        margin-bottom: 70px;
    }
    
    li.about_block .content, li.about_block img {
        padding: 0;
        width: auto;
        flex-basis: 100%;
        max-width: 100%;
    }
    
    li.about_block {
        display: block;
        margin: 0;
    }
    li.about_block img {
        width: 100%;
    }
    
    li.about_block:last-child {
        margin-bottom: 0px;
    }
    li.about_block p img {
        width: auto;
    }
    .tax-product_cat .bg-image.container {
    background-size: cover;
    }

    .bg-image.container div.bg-container {
        margin: 0 auto;
    }
    
    .tax-product_cat div.bg-container h1 {
        font-size: 50px;
        margin-bottom: 0;
        text-shadow: 1px 1px 1px #000;
    }
    .bg-image.container div.bg-container p {
        text-shadow: 1px 1px 1px #000;
    }
    
}

/*----Contact-----*/
input.wpcf7-form-control.wpcf7-submit:hover {
    background: #696969;
}
.page-template-contact h1, .page-template-thankyou h1, .page-template-with-sidebar h1, .page-template-default h1, .page-template-questions-inner h1, h1.location-title, .page-template-jobs-php h1 {
  font-size: 30px;
  line-height: 1.17;
  text-align: center;
  font-weight: normal;
  margin-bottom: 64px;
  width: 100%;
}
.page-template-contact h1:after, .page-template-thankyou h1:after, .page-template-with-sidebar h1:after, .page-template-default h1:after, .page-template-questions-inner h1:after, h1.location-title:after, .page-template-jobs-php h1:after {
  width: 90px;
  height: 0;
  border-bottom: solid 6px #c51a1b;
  content:"";
  display:block;
  margin: 10px auto 0;
  border-radius: 6px;
}

h2.best-match, h2, h2.nothing-found-text, p.search-title, p.best-match.set  {
    font-size: 30px;
    line-height: 1.8;
    margin-bottom: 0;
    text-align: center;
    font-weight: 500;
}

h2.best-match:after,
h2.nothing-found-text:after,
.ResetPassword h2:after,
p.best-match.set:after,
.page-template-about .page-title:after {
    content: "";
    display: block;
    width: 107px;
    height: 6px;
    background: #c51a1b;
    border-radius: 6px;
    margin-top: 6px;
    margin-right: auto;
    margin-left: auto;
}

.top-part {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 100px;
}

.contact-details {
    flex-basis: 20%;
    width: 20%;
    padding: 44px 2%;
    background-color: #f5f5f5;
    position: relative;
}

.contactus .top-part {
    background: #f9f9f9;
}

.contact-form {
    flex-basis: 80%;
    width: 80%;
}

form.wpcf7-form span.wpcf7-form-control-wrap.textarea-349 {
    height: auto;
}

.contact-details p, .contact-details a, .contact-details h3 {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: right;
    color: #c51a1b;
}

.contact-details h3 {
    font-size: 36px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 0;
}


div#contact-form {
    background-color: #f9f9f9;
    padding: 53px 20%;
}

.contact-form .banner {
    position: relative;
}

.contact-form .banner p {
    position: absolute;
    color: #fff;
    left: 36px;
    bottom: 14px;
    font-size: 36px;
    margin-bottom: 0;
}

.contact-form .banner img {
    width: 100%;
}

_store_link {
 border: solid 2px #c51a1b;
    border-radius: 10px;
    padding: 40px 0;
    text-align: center;
    max-width: 243px;
    position: absolute;
    width: 80%;
    bottom: 42px;
}

.store_link img {
    width: 33px;
    display: block;
    margin: 0 auto;
}

.store_link span {
    color: #303030;
    font-size: 18px;
    text-decoration: underline;
}

form.wpcf7-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

form.wpcf7-form div {
    flex-basis: 26%;
    width: 25%;
    margin-bottom: 34px;
    flex-grow: 1;
    padding: 0 2%; 
}

form.wpcf7-form span.wpcf7-form-control-wrap, form.wpcf7-form span.wpcf7-form-control-wrap input {
    max-width: 100%;
    display: block;
    font-size: 16px;
    height: 29px;
}

form.wpcf7-form div span:first-child {
    font-size: 14px;
    color: #aeaeae;
}


form.wpcf7-form span.wpcf7-form-control-wrap input, form.wpcf7-form div.phone-code select, textarea.wpcf7-form-control.wpcf7-textarea {
    background: none;
    border: none;
    border-bottom: 1px solid;
}
form.wpcf7-form .phone-code span.wpcf7-form-control-wrap select {
    height: 29px;
    width: 100%;
    -webkit-appearance: none;
    background: url(/wp-content/themes/getraffic-child/assets/images/arr-down.png) no-repeat;
    background-position: left;
    background-size: 25%;
}

form.wpcf7-form span.wpcf7-form-control-wrap.text-171 {
    width: 70%;
    float: right;
    padding-left: 10px;
}

form.wpcf7-form span.wpcf7-form-control-wrap.menu-318 {
    width: 30%;
    float: left;
}

form.wpcf7-form .phone-code span {
    display: block;
    height: 28px;
}

form.wpcf7-form div.field-message {
    width: 50%;
    flex-basis: 50%;
    flex-grow: 2;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
     overflow: hidden;
    border-radius: 0;
line-height: 1.5;
}

form.wpcf7-form div.submit input {
    width: 248px;
    height: 50px;
    background-color: #303030;
    display: block;
    margin: 10px auto;
    color: #fff;
    border: none;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}
form.wpcf7-form div.wpcf7-response-output {
    width: 100%;
    clear: both;
    flex-basis: 100%;
    margin: 0 auto;
    border: none;
    text-align: center;
}

div.xsell-container a.images-nav-back, div.xsell-container a.images-nav-next {
    width: 92px;
    height: 106px;
    background-size: 29px 47px !important;
}

span.wpcf7-not-valid-tip {
    top: auto;
}

.container.contactus .store_link {
    border: 2px solid #c51a1b;
    border-radius: 10px;
    padding: 30px 0 40px;
    text-align: center;
    margin-top: 120px;
}

@media screen and (max-width: 768px) {

    .contact-form, .contact-details {
        flex-basis: 100%;
        width: 100%;
    }
    .contact-form, .contact-details {
        flex-basis: 100%;
        width: 100%;
    }
    
    .top-part {
        flex-direction: column-reverse;
    margin-bottom: 50px;
    }
    
    .contact-form .banner p {
        top: 20px;
        right: auto;
        left: auto;
        width: 100%;
        text-align: center;
    }
    
    div#contact-form {
        padding: 40px 10% 0px;
    margin-bottom: 30px;
    }
    
    form.wpcf7-form div {
        flex-basis: 100%;
        width: 100%;
    margin-bottom: 0px;
    }
    .page-template-contact h1, .page-template-thankyou h1 {
        margin-bottom: 30px;
    }

    .page-template-contact .slider-wrapper, .page-template-thankyou .slider-wrapper {
        margin-bottom: 20px;
    }
    
    .contact-details {
    }
    
    .contact-details p, .contact-details a, .contact-details h3 {
        text-align: center;
    }
    
    .store_link {
        position: static;
        margin: 0 auto;
    }
    
    .social {
        text-align: center;
        margin-bottom: 20px;
    }
    form.wpcf7-form .phone-code span.wpcf7-form-control-wrap select {
        background-size: 15%;
    }
   div.xsell-container a.images-nav-back, div.xsell-container a.images-nav-next {
        width: 26px;
        height: 30px;
        visibility: visible !important;
        background-size: 15px 24px !important;
    }
    
   
}

/*-----Content page------*/

.page-template-with-sidebar .container {
    margin-top: 50px;
}

.content-page {
    margin-right: 12.5%;
    padding: 35px 27px;
    border: 1px solid #c51a1b;
}

.page-template-with-sidebar h1 {
    margin-right: 12.5%;
    width: auto;
}

.menu-info-container {
    background-color: #f9f9f9;
    padding: 0px 14%;
    margin-top: 105px;
}

#menu-info li {
    border-bottom: 1px solid;
    padding: 25px 50px 25px 0;
}

#menu-info li a {
    padding: 0;
    font-size: 18px;
}

#menu-info li.current-menu-item a, #menu-info li:hover a {
    color: #c51a1b;
}
#menu-info .info-t {
    background: url(/wp-content/themes/getraffic-child/assets/images/terms-and-conditions.png) no-repeat 100% 55%;
}

#menu-info .info-t:hover, #menu-info li.info-t.current-menu-item {
    background: url(/wp-content/themes/getraffic-child/assets/images/terms-and-conditions-h.png) no-repeat 100% 55%;
}

#menu-info .info-m {
    background: url(/wp-content/themes/getraffic-child/assets/images/deliverBlack.png) no-repeat 100% 45%;
}

#menu-info .info-m:hover, #menu-info li.info-m.current-menu-item {
    background: url(/wp-content/themes/getraffic-child/assets/images/deliverPink.png) no-repeat 100% 45%;
}

#menu-info .info-h {
    background: url(/wp-content/themes/getraffic-child/assets/images/refundBlack.png) no-repeat 100% 55%;
}

#menu-info .info-h:hover, #menu-info li.info-h.current-menu-item {
    background: url(/wp-content/themes/getraffic-child/assets/images/refundPink.png) no-repeat 100% 55%;
}

#menu-info .info-n {
    background: url(/wp-content/themes/getraffic-child/assets/images/web-accessibility.png) no-repeat 100% 50%;
    border: none;
}

#menu-info .info-n:hover, #menu-info li.info-n.current-menu-item {
    background: url(/wp-content/themes/getraffic-child/assets/images/web-accessibility-h.png) no-repeat 100% 50%;
}

#menu-info {
    padding: 0;
}

.content-page p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {

    .page-template-with-sidebar .row {
    flex-direction: column-reverse;
    }

    .menu-info-container {
        margin-top: 50px;
    }
    
    .page-template-with-sidebar h1, .content-page {
        margin-right: auto;
    }
    
    .content-page {
        padding: 16px 12px;
    }
}


/*------Blog------*/

.page-template-blog h1 {
    font-size: 50px;
    margin-top: 70px;
    margin-bottom: 15px;
}

.gt-title img {
    position: relative;
    top: -8px;
}
.blog-sub {
    text-align: center;
    font-size: 13px;
    padding-top: 10px;
}

.blog-sub h2 {
    font-size: 20px;
    font-weight: 400;
}

.blog-sub *:not(h2) {
    font-size: inherit;
}

.row.main-blog {
    padding-top: 40px;
}

.main-blog .post a.h-entry__image-link {
    display: block;
    position: relative;
    padding-bottom: 80.284192%;
    height: 0;
    margin: 0 0 8px;
}

.main-blog .post img.wp-post-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-blog .post .p-name {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    margin-bottom: 1px;
}

.main-blog .post .p-name a {
    font-size: inherit;
    text-decoration: none;
    color: #3a3939;
}

.main-blog .post .p-name a:hover {
    color: #000;
}

.main-blog .post .author-info {
    font-size: 12px;
    display: table;
    text-decoration: underline;
    color: #727272;
}

.blog-post {
    margin-top: 0;
}

.main-blog article {
    margin-bottom: 20px;
}

.main-blog article img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.main-brands .post img {
    width: 100%;
    height: auto;
}

.main-brands .post .h-entry__image-link {
    display: block;
    position: relative;
    overflow: hidden;
}

.row.main-brands {
    margin-left: -12px;
    margin-right: -12px;
}

.main-brands .post {
    padding: 6px;
}

.main-brands .post .h-entry__image-link:hover .hover-text {
    opacity: 1;
    visibility: visible;
}

.main-brands .post .h-entry__image-link .hover-text {
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease opacity, 0.3s ease visibility;
}

@media screen and (min-width: 768px) {
    .row.main-brands {
        margin-left: -10px;
        margin-right: -10px;
    }

    .main-brands .post {
        padding: 10px;
    }

    .main-brands .post .h-entry__image-link .hover-text {
        font-size: 20px;
    }

    .blog-sub {
        font-size: 16px;
    }

    .blog-sub h2 {
        font-size: 25px;
    }

    .main-blog article {
        margin-bottom: 30px;
    }

    .main-blog .post .p-name {
        font-size: 18px;
    }

    .main-blog .post .author-info {
        font-size: 14px;
    }

    .main-blog .post a.h-entry__image-link {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 1024px) {
    .row.main-brands {
        margin-left: -14px;
        margin-right: -14px;
    }

    .main-brands .post {
        padding: 14px;
    }

    .main-brands .post .h-entry__image-link .hover-text {
        font-size: 25px;
    }

    .blog-sub {
        font-size: 19px;
    }

    .blog-sub h2 {
        font-size: 30px;
    }

    .main-blog .post .p-name {
        font-size: 19px;
    }

    .main-blog .post .author-info {
        font-size: 15px;
    }

    .main-blog .post a.h-entry__image-link {
        margin-bottom: 12px;
    }

    .main-blog article {
        margin-bottom: 35px;
    }
}

@media screen and (min-width: 1200px) {
    .row.main-brands {
        margin-left: -18px;
        margin-right: -18px;
    }

    .main-brands .post {
        padding: 18px;
    }

    .main-brands .post .h-entry__image-link .hover-text {
        font-size: 30px;
    }

    .blog-sub {
        font-size: 22px;
    }

    .blog-sub h2 {
        font-size: 35px;
    }

    .main-blog .post .p-name {
        font-size: 21px;
    }

    .main-blog .post .author-info {
        font-size: 16px;
    }

    .main-blog article {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1360px) {
    .row.main-brands {
        margin-left: -20px;
        margin-right: -20px;
    }

    .main-brands .post {
        padding: 20px;
    }

    .main-brands .post {
        flex-basis: 20%;
        max-width: 20%;
    }
}

.page-template-brand-category nav.woocommerce-breadcrumb {
    margin-bottom: 30px;
}


@media screen and (max-width: 768px) {
    .page-template-brand-category nav.woocommerce-breadcrumb {
        text-align: center;
        margin-bottom: 15px;
        font-size: 12px;
    }

    .page-template-brand-category nav.woocommerce-breadcrumb * {
        font-size: inherit;
    }

    .page-template-brand-category .blog-sub {
        font-size: 14px;
        line-height: 1.5;
    }

    .page-template-blog h1 {
        margin-top: 56px;
        font-size: 25px;
        margin-bottom: 10px;
    }
    
    .page-template-blog h1 img {
        height: 21px;
        top: -4px;
    }
    
    .row.main-blog {
        border: none;
        padding: 0;
    }
    
    .main-blog article {
        flex-basis: 100%;
        width: 100%;
    }
    
    h2.p-name a {
        font-size: 20px;
    }
    
    h2.p-name {
        margin-bottom: 0px;
    }
    
}

/*---Blog single post---*/

.post-top-image img {
    max-width: 100%;
}

.post-content {
    padding: 15px 15px 0;
}

.post-content h1 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 75px;
    border-bottom: 1px solid #727272;
    width: 75%;
    margin: 0 auto 76px;
}

.single-post .post-content h2 {
    color: #fff;
    font-weight: 700;
    background: #c51a1b;
    text-align: center;
    margin-bottom: 15px;
}

.single-post .brand-logo {
    margin: 0 auto;
    max-width: 200px;
    overflow: hidden;
}

.single-post .brand-logo img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: -40px auto -30px;
}

@media (min-width: 768px) {
    .single-post .post-content h2 {
        margin-bottom: 20px;
    }

    .single-post .brand-logo {
        max-width: 250px;
    }
}

@media (min-width: 992px) {
    .single-post .brand-logo {
        max-width: none;
    }

    .single-post .brand-logo img {
        margin: 0 auto;
    }
}

.post-sub p {
    font-size: 22px;
    color: #4e4e4e;
    font-weight: bold;
    text-align: center;
}

.post-sub {
    width: 67%;
    margin: 0 auto 106px;
}


/*---Order Received----*/
.woocommerce-order-received img.attachment-woocommerce_thumbnail {
    display: none;
}


/*---Fixes----*/
.slides h2:after {
    border: none;
}
    /*TBD - show h2 only if text exists*/
    
.home p#breadcrumbs {
    display: none;
}

.homepage-bottom-banners {
    margin-top: 80px;
}

h3.banner-title {
    font-size: 32px;
}

.homepage-bottom-banners img.bottom-image {
    width: 100%;
    height: 100%;
}

.homepage-bottom-banners img.bottom-image-wide {
    width: 100%;
    height: auto;
}

.homepage-bottom-banners .centered {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.underline-4
{
    display: block;
    width: 107px;
    height: 4px;
    background-color: #c51a1b;
    border-radius: 6px;
    margin-top: 6px;
    margin-right: 0;
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .homepage-bottom-banners {
        margin-top: 50px;
    }

    .homepage-newsletter ~ .homepage-bottom-banners {
        margin-top: 0;
    }

    .home .homepage-newsletter {
        padding: 40px 0 30px;
    }

    .home .homepage-newsletter label.newsletter {
        align-items: flex-start;
    }

    .home .homepage-newsletter label.newsletter input[type=checkbox] {
        margin-top: 5px;
    }
}

@media screen and (min-width: 1024px) {
    .homepage-bottom-banners .centered {
        padding: 0 50px !important;
    }
}

/*---404---*/
.container-404 {
    text-align: center;
    padding-top: 30px;
}

.container-404 h2 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 25px;
}

.error_illustration,
.sharp_illustration {
    margin: 0 auto;
}

.error_illustration {
    max-width: 308px;
    margin-bottom: 26px;
}

.error_illustration img,
.sharp_illustration img {
    width: 100%;
    height: auto;
}

.container-404 .error-text {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 13px;
}

.sharp_illustration {
    max-width: 222px;
    padding-left: 20px;
    margin-bottom: 22px;
}

.btns-holder {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 8px;
    /* max-width: 633px; */
    max-width: 550px;
    margin: 0 auto;
}

.btns-holder .btn {
    border-color: #000;
    background: #000;
    color: #fff;
    border-radius: 0;
}

.btns-holder .btn:hover {
    background: #c51a1b;
    border-color: #c51a1b;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .container-404 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .container-404 h2 {
        font-size: 30px;
        margin-bottom: 21px;
    }

    .error_illustration {
        max-width: 480px;
        margin-bottom: 0;
    }

    .container-404 .error-text {
        font-size: 36px;
        margin-bottom: 18px;
    }

    .sharp_illustration {
        max-width: 360px;
        margin-bottom: 32px;
    }

    .btns-holder {
        gap: 24px;
    }

    .btns-holder .btn {
        font-size: 20px;
        padding: 0.63333333em;
    }
}

@media screen and (min-width: 1024px) {
    /* .container-404 h2 {
        font-size: 40px;
    }

    .error_illustration {
        max-width: 617px;
    }

    .container-404 .error-text {
        font-size: 52px;
    }

    .sharp_illustration {
        max-width: 430px;
        padding-left: 28px;
        margin-bottom: 44px;
    } */

    .btns-holder {
        gap: 40px;
    }

    /* .btns-holder .btn {
        font-size: 30px;
    } */
}

@media screen and (max-width: 375px) {
    .container-404 {
        padding-left: 8px;
        padding-right: 8px;
    }
}

/*---Product---*/

nav.woocommerce-breadcrumb {
    margin-top: 10px;
    color: #727272;
    font-weight: bold;
    font-size: 14px;
}
nav.woocommerce-breadcrumb a {
    color: #727272;
    font-weight: normal;
    font-size: 14px;
}

.squ {
    font-size: 14px;
    text-align: right;
    /*margin-top: -40px;*/
    margin-bottom: 18px;
}

.single-product-top .brand-info-row {
    font-size: 14px;
    line-height: 1.5;
    padding: 14px 0 0;
}

/* .single-product-top .brand-info-row:not(.active) {
    display: none;
} */

.single-product-top .brand-info-row * {
    font-size: inherit;
}

.single-product-top .brand-info-row strong {
    margin-left: 3px;
}

.single-product-top .brand-info-row p {
    display: inline;
    margin: 0;
}

body.single-product div.desktop-gallery, body.single-product div.gt-single-product-right {
    margin-top: 37px;
}

body.single-product .product_title.entry-title {
    font-size: 30px;
    text-align: right;
    font-weight: 700;
}

body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    box-shadow: none;
}

body.woo-variation-swatches .qv-container .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border: 1px solid #000;
    border-radius: 0;
}

body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.9);
}

html .woo-variation-swatches .variable-items-wrapper .variable-item img {
    height: auto;
}

a.woocommerce-product-gallery__trigger {
    display: none !important;
}

body.single-product div.desktop-gallery {
    padding: 0;
}
.add-to-cart-form {
    margin-top: 20px;
}

a.whishlist {
    text-align: left;
    display: block;
    padding: 10px;
}

.above-cart {
    display: flex;
    justify-content: flex-end;
}

p.collection-text {
    margin-bottom: 0;
    color: #c51a1b;
}

.col p.collection-text {
    font-size: 16px;
    margin: 10px auto;
}

.col p.collection-text {
    font-size: 16px;
    margin: 10px auto;
}

.quick-view .squ {
    float: right;
    margin-top: 13px;
    margin-bottom: 0;
}

.quick-view .col {
    padding: 0;
    text-align: center;
}

.inner-q {
    position: relative;
}

.inner-q .quantity-button.quantity-down,
.inner-q .quantity-button.quantity-up {
    position: absolute;
    right: 0;
    cursor: pointer;
    width: 32px;
    height: 36px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #afafaf;
}

.inner-q .quantity-button.quantity-down {
    bottom: 0;

}

.inner-q .quantity-button.quantity-up {
    top: 0;
    border-bottom: 1px solid #afafaf;
}

.desktop-gallery .container.xsell-container h3 a {
    font-size: 21px;
}

.container.xsell-container h3 {

    margin-left: 0;
}

*{
    min-height: 0;
    min-width: 0;
}
.gt-row.block-8 .slick-arrow {
    bottom: -103px;
}
.icons-brands {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 80px;
}
.icons-brands .iconz a {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
 }

.container.xsell-container span.woocommerce-Price-amount.amount {
    font-size: 20px;
}

.container.xsell-container .slick-list h3 a {
    font-size: 18px;
    line-height: normal;
}

.container.xsell-container .slick-list .price-wrap {
    line-height: normal;
}
.product-wrapper .product-info .price-wrap .prices {
    flex-wrap: nowrap;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: -1em;
    line-height: 1.2;
}

.product-wrapper .product-info .price-wrap .prices .new-price {
    order: -5;
}

div.product-badge {
     position: absolute;
    top: 0;
    left: 0;
    background: #ec5997;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    width: 100%;
    text-align: center;
    direction: rtl;
}

.add-to-cart-form .variations-selector.variations {
    margin-bottom: 10px;
}

.add-to-cart-form .variations-selector.variations select {
   -webkit-appearance: none;
    background: url(/wp-content/themes/getraffic-child/assets/images/drop-open.png) no-repeat left 10px;
    padding-left: 20px;
}

.woocommerce-variation-add-to-cart p.price + .prices {
    margin-bottom: 15px;
}

.woocommerce-product-gallery {
    margin-bottom: 100px;
}

ul.subcategories-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0 0;
}


ul.subcategories-list li {
    list-style-type: none;
    margin-left: 10px;
    margin-top: 10px;
}

ul.subcategories-list li a {
    background: black;
    color: white;
    padding: 5px 40px;
    display: block;
}

ul.subcategories-list li a:hover, ul.subcategories-list li.active a {
    background:#c51a1b;
}

.archive .cat-mid-name {
    padding-top: 18px;
    margin-bottom: 0;
}

.cat-mid-name {
    font-size: 23px;
    margin-bottom: 20px;
}

.cat-mid-name::after {
    /* content: ' '; */
    background-image: url('/wp-content/themes/getraffic-child/assets/images/tri.png');
    width: 22px;
    height: 14px;
    /* display: block; */
    display: none;
    margin: auto;
}

@media screen and (max-width: 1500px) {
    body.single-product div.gt-single-product-right {
        padding-left: 10%;
    }
}
/*---Home---*/
.slider-wrapper {
    margin-bottom: 60px;
}

.block-3 {
    margin-top: 36px;
}

.tms {
    width: 50%;
    text-align: center;
}

.xsell-container div#priceBefore {
    /*margin-left: 18px;*/
}

.home .row {
    /*justify-content: space-between;*/
}

.gt-row.block-7 .col-lg-3 {
    position: relative;
}

.icons-why {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.single-product .icons-why {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.icons-why .icon {
    display: flex;
}

.icons-why .content {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
}
.icons-why .content p {
    margin-top: 20px;
}


/*---footer---*/
footer .footer-title, footer h2 {
    font-size: 15px;
    margin-bottom: 20px;
}

.footer a, .footer p, .footer li.menu-item a {
    font-size: 12px;
    padding: 0;
}
.f-widget ul {
    margin-bottom: 0px;
}

footer .store_link {
    position: static;
    margin: 24px 0;
    width: 100%;
    max-width: none;
}

.f-widget.widget-left img {
    max-width: 102%;
    position: relative;
    right: -1%;
}

footer .store_link span {
    color: #d6d6d6;
}

.f-widget.widget-center {
    width: 35%;
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.f-widget.widget-center img {
align-self:flex-start;
}

.f-widget.widget-center .store_link img {
    width: 70px;
}

.f-widget.stores img {}


form.newsletter-form span {
    font-size: 14px;
}

.header-container .sticky {
    border-bottom: 1px solid #dbdbdb;
}

body.single-product .desktop-gallery .xsell-container a.quickview {
    font-size: 15px;
    padding: 5%;
    width: calc(100% - 35px);
}

p.stock.out-of-stock {
    font-weight: bold;
}

body.single-product .desktop-gallery .xsell-container a.whishlist {
    padding: 5%;
    width: 35px;
}

p.results-found {
    display: none;
}

.search p.results-found {
    display: block;
}
.archive-filter.order-by {
    left: 0;
    position: absolute;
    margin-left: 0;
}

.tax-product_cat .content-area {
    margin-right: -15px;
    margin-left: -15px;
}


.woocommerce-category-description .description {
    display: block;
    clear: both;
    font-size: 18px;
}

.woocommerce-category-description hr.underline-1 {
    width: 107px;
    margin: 0 auto;
}

.woocommerce-category-description h1.title {
    width: fit-content;
    
}

.product-lite-text {
    font-weight: 300;
    margin: 14px 0 16px;
    font-size: inherit;
    line-height: inherit;
}

.var.woo-variation-items-wrapper a.reset_variations {
    align-self: flex-start;
    margin: 8px 4px 0 0;
}

.wp-block-image img {
    height: auto;
}

.woocommerce-category-description {
    grid-column: 1 / 3;
    padding-top: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

nav.woocommerce-pagination {
    width: 100%;
    display: block;
    border-top: 1px solid #c51a1b;
    padding-top: 15px;
    max-width: 100%;
}

.search-result nav.woocommerce-pagination {
    display: table;
    margin: 0 auto;
}

nav.woocommerce-pagination ul.page-numbers {
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}

nav.woocommerce-pagination ul.page-numbers li {
    padding: 0 10px;
}

nav.woocommerce-pagination ul.page-numbers .page-numbers {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 32px;
    line-height: 1;
}

nav.woocommerce-pagination ul.page-numbers a.page-numbers:not(.prev):not(.next):not(.first):not(.last) {
    transition: 0.2s linear background, 0.2s linear color;
}

nav.woocommerce-pagination ul.page-numbers a.page-numbers:not(.prev):not(.next):not(.last):not(.first):hover {
    background: #000;
    color: #fff;
}

nav.woocommerce-pagination ul.page-numbers .page-numbers.prev,
nav.woocommerce-pagination ul.page-numbers .page-numbers.next,
nav.woocommerce-pagination ul.page-numbers .page-numbers.last,
nav.woocommerce-pagination ul.page-numbers .page-numbers.first {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    font-size: 0;
    transition: 0.2s linear opacity;
}

nav.woocommerce-pagination ul.page-numbers .page-numbers.prev,
nav.woocommerce-pagination ul.page-numbers .page-numbers.next {
    -webkit-background-size: 12px auto;
    background-size: 11px auto;
}

nav.woocommerce-pagination ul.page-numbers .page-numbers.last,
nav.woocommerce-pagination ul.page-numbers .page-numbers.first {
    -webkit-background-size: auto 18px;
    background-size: auto 18px;
}

nav.woocommerce-pagination ul.page-numbers .page-numbers.prev:hover,
nav.woocommerce-pagination ul.page-numbers .page-numbers.last:hover,
nav.woocommerce-pagination ul.page-numbers .page-numbers.first:hover,
nav.woocommerce-pagination ul.page-numbers .page-numbers.next:hover {
    opacity: 0.5;
}

nav.woocommerce-pagination ul.page-numbers .page-numbers.prev {
    background-image: url(/wp-content/themes/getraffic-child/assets/images/page-prev.svg);
}

nav.woocommerce-pagination ul.page-numbers .page-numbers.next {
    background-image: url(/wp-content/themes/getraffic-child/assets/images/page-next.svg);
}

nav.woocommerce-pagination ul.page-numbers .page-numbers.first {
    background-image: url(/wp-content/themes/getraffic-child/assets/images/double-arrow-right.svg);
}

nav.woocommerce-pagination ul.page-numbers .page-numbers.last {
    background-image: url(/wp-content/themes/getraffic-child/assets/images/double-arrow-left.svg);
}

span.page-numbers.current {
    background: #000;
    color: #fff;
}

.single_variation_wrap {
    position: relative;
}

.single_variation_wrap .woocommerce-variation .woocommerce-variation-description {
    display: none;
}

.add-to-cart-form form.cart {
    position: relative;
}

.add-to-cart-form form.cart a.whishlist {
    order: -3;
    flex-basis: 44px;
    max-width: 44px;
    display: none;
}

.add-to-cart-form form.cart .variation-wl-wrap,
.add-to-cart-form form.cart:not(.variations_form) {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.add-to-cart-form form.cart .price,
.add-to-cart-form form.cart .product-price-wrap .amount,
.add-to-cart-form form.cart .prices {
    font-size: 24px;
}

/* .add-to-cart-form form.cart .woocommerce-variation-add-to-cart .price {
    display: none !important;
} */

.add-to-cart-form form.cart .price,
.add-to-cart-form form.cart .prices {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.add-to-cart-form form.cart .price del,
.add-to-cart-form form.cart .prices del {
    margin-left: 7px;
}

.add-to-cart-form form.cart .price *:not(.woocommerce-Price-currencySymbol),
.add-to-cart-form form.cart .product-price-wrap .amount *:not(.woocommerce-Price-currencySymbol),
.add-to-cart-form form.cart .prices *:not(.woocommerce-Price-currencySymbol) {
    font-size: inherit;
}

.add-to-cart-form form.cart .product-price-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    position: relative;
}

.add-to-cart-form form.cart .product-price-wrap a.whishlist {
    position: absolute;
    top: 0;
    left: 0;
}

.add-to-cart-form form.cart .product-price-wrap .price-label {
    font-size: 20px;
    font-weight: 700;
    margin-left: 15px;
}

.add-to-cart-form form.cart .product-price-wrap .prices {
    margin-left: 24px;
}

.add-to-cart-form form.cart .product-price-wrap .prices .new-price {
    order: -2;
    margin-right: 0;
    margin-left: 10px;
}

.add-to-cart-form form.cart .product-price-wrap .offer-percent {
    font-size: 14px;
    font-weight: 700;
    background: #000;
    line-height: 1.5;
    min-width: 83px;
    padding: 4px;
    text-align: center;
    color: #fff;
}

.add-to-cart-form form.cart .btn-qty-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
}

.add-to-cart-form form.cart .quantity {
    order: -5;
    flex-basis: 88px;
    max-width: 88px;
}

.add-to-cart-form .quantity .qty {
    width: 100%;
    height: 72px;
    border: 1px solid #AFAFAF;
    text-align: center;
    font-size: 27px;
    line-height: 32px;
    padding: 20px 37px 20px 5px;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    box-sizing: border-box;
}

.btn-qty-wrap .single_add_to_cart_button {
    flex-basis: calc(100% - 88px);
    max-width: calc(100% - 88px);
}

.qv-container .btn-qty-wrap .single_add_to_cart_button {
    font-size: 20px;
    line-height: 1.5;
    padding: 11px 5px;
}

.qv-container .add-to-cart-form .quantity .qty {
    height: 52px;
    font-size: 20px;
    line-height: 26px;
    padding: 12px 28px 12px 5px;
    border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.qv-container .add-to-cart-form form.cart .quantity {
    flex-basis: 64px;
    max-width: 64px;
}

.qv-container .btn-qty-wrap .single_add_to_cart_button {
    flex-basis: calc(100% - 74px);
    max-width: calc(100% - 74px);
    margin-right: 10px;
}

.btn-qty-wrap .single_add_to_cart_button.wc-variation-is-unavailable {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin: 0;
}

.qv-container .inner-q .quantity-button.quantity-down,
.qv-container .inner-q .quantity-button.quantity-up {
    width: 23px;
    height: 26px;
}

.add-to-cart-form form.cart .quantity:after {
    content: '';
    display: block;
    clear: both;
}

.add-to-cart-form form.cart .price:empty,
.add-to-cart-form form.cart .prices:empty {
    display: none;
}

.woocommerce-variation-price {
    position: relative;
}

.product-price-wrap .price-label,
.product-price-wrap .offer-percent {
    display: none;
}

.summary.entry-summary .product-price-wrap .price-label,
.summary.entry-summary .product-price-wrap .offer-percent {
    display: inline;
}

/* .single_variation_wrap .woocommerce-variation .woocommerce-variation-price {
    display: none;
} */

.woocommerce-product-gallery__wrapper {
    position: relative;
}

.woocommerce-product-gallery__wrapper a.whishlist {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    z-index: 6;
}

.woocommerce-product-gallery__wrapper a.whishlist img {
    width: 100%;
}


@media screen and (max-width: 768px) {
    .add-to-cart-form form.cart .product-price-wrap {
        flex-basis: calc(100% - 44px);
        max-width: calc(100% - 44px);
        width: calc(100% - 44px);
        order: -4;
    }

    .add-to-cart-form form.cart a.whishlist {
        margin: 0 0 0 auto;
        display: block;
    }

    .woocommerce-product-gallery__wrapper a.whishlist {
        width: 17px;
    }
}

.sub-cat a {
    display: flex;
    background: #fafafa;
    padding: 11px;
    width: 25.5%;
    height: auto;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    justify-content: center;
    align-items: center;
}

.woocommerce-category-description .sub-cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-badge.badge-best-seller, .product-badge.badge-sale, .product-badge.badge-oos {
    text-transform: capitalize;
}

.checkout-wizard-container span.hi {
    font-size: 24px;
    margin-bottom: 35px;
    display: block;
}

.search .slider-wrapper, .search p.results-found {
    display: none
}

.search-result .search-input {
    width: 55%;
    margin: 55px auto 90px;
    float: none;
}

.search-result-wrap {
    padding-top: 50px;
    text-align: center;
}

.rcount {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
}

.search-result {
    width: 100%;
}

.container.nothing-found {
    text-align: center;
}

h2.nothing-found-text {
    text-align: center;
    margin-top: 90px;
}

.tax-product_cat .rcount {
    display: none;
}

.woocommerce-lost-password  h1.page-title {
    display: none;
}

.ResetPassword h2 {
    border: none;
}

form.woocommerce-ResetPassword.lost_reset_password {
    background: #f9f9f9;
    padding: 30px 20px 50px;
    margin-top: 50px;
}

.woocommerce-ResetPassword .woocommerce_lost_password_message {
    font-size: 16px;
    margin-top: 0;
}
.woocommerce-ResetPassword p.form-row input.input-text {
    background: none;
    border: none;
    border-bottom: 1px solid #aeaeae;
    padding: 0;
    display: block;
    margin: 0;
    width: 100%;
}

.woocommerce-ResetPassword p.form-row button.button {
    border: none;
    height: 50px;
    line-height: 25px;
    width: 248px;
}

form.woocommerce-ResetPassword.lost_reset_password label {
    text-align: right;
    width: 100%;
    color: #aeaeae;
    font-size: 15px;
    margin-bottom: 0;
}

.woocommerce-ResetPassword p.form-row {
    width: 250px;
    text-align: right;
}

.woocommerce-ResetPassword p.form-row button.button:hover {
    background: #696969;
    cursor: pointer;
}

.ResetPassword ul.woocommerce-error {
    background-color: #c51a1b;
    padding-right: 0;
    list-style: none;
}

.post-content h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
    color: #4e4e4e;
}

ul.products.columns-2 {
    grid-template-columns: unset;
    display: flex;
    padding: 0;
}

ul.products.columns-2 .product {
    width: 50%;
    float: none;
    flex: 50%;
    text-align: center;
}

.product.available img.available {
    display: none;
}
h3.title.more-articles {
    font-size: 24px;
    font-weight: bold;
    color: #4b4b4b;
    border-bottom: 1px solid #acacac;
    margin-left: 0;
}

.mp-wrap {
    display: flex;
    justify-content: space-between;
}

.post-teaser {
    border: none;
    flex-direction: column;
    padding: 0;
}

.post-teaser .post-image img {
    width: 100%;
    margin: 0;
}

.mp-wrap a {
    flex: 0 0 22%;
}

.post-teaser .post-title {
    font-size: 20px;
    margin-top: 15px;
}
div.products {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
div.products.columns-2 span.title {
    display: block;
}

.single .wp-block-columns.has-2-columns:nth-child(odd) {
    padding-left: 13%;
}

.single .wp-block-columns.has-2-columns:nth-child(even) {
    padding-right: 13%;
}

.wp-block-column:not(:first-child) {
    padding-right: 10px;
}

.products .product-wrapper .prices {
    /*flex-wrap:nowrap*/
}


/*---------Single Location-------*/


.single-location .col-lg-6, .bimages {
    padding: 0;
    flex-basis: 47%;
    align-self: center;
}

.single-location .col-lg-6.content {
    flex-basis: 48%;
}

.single-location .row {
    justify-content: space-between;
}

.single-location .col-lg-6.images img {
    max-width: 100%;
}


.single-location .col-lg-6 .details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.single-location .col-lg-6 .details strong, .single-location .col-lg-6 .details h2 {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    text-align: right;
}

.single-location .col-lg-6 .details div {
    flex-basis: 45%;
}

.single-location .col-lg-6 .details div.hours {
    flex-basis: 50%;
}

.single-location .col-lg-6.content, .sec-row .map {
    flex-basis: 48%;
}


.single-location .col-lg-6 .details div.hours p {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 80%;
}

.address-det span {
    display: block;
}

.waze {
    width: 46px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

.waze img {
    max-width: 100%;
}

.map {
    overflow: hidden;
}

.mapouter, .gmap_canvas, .gmap_canvas iframe {
    max-width: 100%;
}

.single-location .col-lg-6.images {
    margin-top: -30px;
    text-align: left;
}

.single-location .col-lg-6.images img.main-img {
    margin-bottom: 10px;
}

.single-location .col-lg-6.images .bimages {
    display: flex;
    justify-content: space-between;
}

.first-row, .sec-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bimages {
    display: flex;
    justify-content: space-between;
}

.bimages img:first-child {
    flex-basis: 64%;
}

.bimages img:last-child {
    flex-basis: 35%;
}


@media screen and (max-width: 768px) {
    .price_slider.ui-slider.ui-slider-horizontal {
        width: 90%;margin: 8px auto;
    }

    .mobile-filter-container .price_slider_wrapper .price_label {
        position: relative;
    }
    .first-row {
        flex-direction: column-reverse;
    }

    .single-location .col-lg-6.images {
        margin-top: 0;
        flex-basis: 36%;
    }

    .single-location .col-lg-6.content {
        flex-basis: 76%;
        padding: 0 5% 20px;
    }

    h1.location-title {
        margin-bottom: 40px;
    }

    .single-location .col-lg-6 .details div.address-det {
        width: 80%;
        position: relative;
    }

    .single-location .col-lg-6 .details {
        flex-direction: column;
    }

    .single-location .col-lg-6 .details div.address-det .waze {
        position: absolute;
        left: -19%;
        top: 0;
        margin: 0;
    }

    .single-location .col-lg-6 .details div.hours {
        margin-top: 45px;
    }

    .bimages {
        display: none;
    }

    .sec-row .map {
        flex-basis: 100%;
        padding: 0 5%;
    }
    .single-location ul.slides {
       margin: 0;
    }

}


/*-----Jobs-----*/
select.js-category {
    font-size: 30px;
    border: none;
    border-bottom: 1px solid #000;
    width: 40%;
}

.filter-wrap {
    text-align: center;
    margin-bottom: 100px;
}

.res-count {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 5px;
   margin-bottom: 15px;
}

.res-count span {
    font-size: 21px;
}

.res-count span.count {
    font-weight: bold;
}

.res-count span.sep {
    margin: 0 15px;
}


h2.job-title {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
}

.filtered-posts span.sep {
    font-size: 25px;
    margin: 0 20px;
}

.job span.city {
        font-size: 30px;
    margin-left: 5px;
    background: url(/wp-content/themes/getraffic-child/./assets/images/job-location.png) no-repeat right center;
    padding-right: 25px;
}

.job-first-row {
    cursor: pointer;
}

.job .job-content {
    display: none;
} 

.job.active .job-content {
  display: flex;
    padding: 40px 0;
    flex-wrap: wrap;
}


.filtered-posts {
    width: 72%;
    margin: 0 auto;
}

.job .job-first-row {
    background: url(/wp-content/themes/getraffic-child/./assets/images/drop.png) no-repeat left center;
}

.job.active .job-first-row {
    background: url(/wp-content/themes/getraffic-child/./assets/images/drop-open.png) no-repeat left center;
}

.active .job-sec-row, .single .job-sec-row {
    border-bottom: 1px solid #d6d6d6;
}

.single .job-first-row {
    background: none;
}


.job span {
    color: #444444;
}

.job-sec-row {
    margin-top: 20px;
}

.job {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    padding-top: 60px;
}

.job-content a.button, .single-jobs input.wpcf7-form-control.wpcf7-submit {
    background: #c51a1b;
    color: #fff;
    font-size: 25px;
    height: 63px;
    display: flex;
    width: 80%;
    text-align: center;
    place-items: center;
    justify-content: center;
    max-width: 100%;
    border: none;
}

.job-content a.button:hover, .single-jobs input.wpcf7-form-control.wpcf7-submit:hover {
    background: #ec86b1;
}

.job-content .content {
    flex-basis: 47%;
}

.job-content .image {
    flex-basis: 53%;
}

.job-content .image img {
    max-width: 100%;
    height: auto;
    padding-right: 10%;
}

.single .job .job-content {
    display: flex;
    padding: 50px 0;
flex-wrap: wrap;
}

.single .job {
    width: 70%;
    margin: 0 auto;
}

.single .job-content .content {
    flex-basis: 100%;
    columns: 2;
    column-gap: 10%;
}

.single .job-content .image {
    flex-basis: 100%;
    display: flex;
    margin-top: 70px;
}

.single .job-content .image img {
    width: 52%;
    padding-right: 0;
    flex: 52%;
    align-self: self-start;
}

.single .job-content .image div.wpcf7 {
    width: 48%;
    padding-left: 10%;
}

.single .job-content .image div.wpcf7 form.wpcf7-form {
    justify-content: right;
}

.single .job-content .image div.wpcf7 p {
    font-weight: bold;
}

.single .job-content .image div.wpcf7 form.wpcf7-form {
    justify-content: right;
}

.single-jobs form.wpcf7-form span.wpcf7-form-control-wrap {
    height: 32px;
}

.single-jobs input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    margin-top: 50px;
    cursor: pointer;
}

.job span.wpcf7-not-valid-tip, .job .wpcf7-response-output.wpcf7-validation-errors {
    color: red;
}

.single-jobs form.wpcf7-form span.wpcf7-form-control-wrap.file-839 {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color::after {
    border-radius: 50%;
}

.single-jobs form.wpcf7-form span.wpcf7-form-control-wrap input, label.upload {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
    color: #444;
    width: 100%;
}

label.upload {
    background: url(/wp-content/themes/getraffic-child/assets/images/clip.png) no-repeat left center;
    cursor: pointer;
}

@media screen and (max-width: 768px) {

    .single .job {
        width: 100%;
        border: none;
    }

    h2.job-title {
        font-size: 22px;
        width: 100%;
        text-align: right;
        margin-bottom: 0;
    }

    .job span.sep {
        display: none;
    }

    .job span.city {
        font-size: 22px;
        padding-right: 15px;
        background-size: 11px 19px;
    }

    .single .job-first-row {
        font-size: 16px;
    }

    .job-sec-row p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .single .job-sec-row {
        border-color: #000;
    }

    .single .job .job-content {
        padding: 25px 0 0;
    }

    .single .job-content .content {
        columns: 1;
    }

    .single .job-content .content strong {
        margin-bottom: 15px;
        display: block;
        font-size: 16px;
    }

    .single .job-content .content p, .single .job-content .content a, .single .job-content .content li {
        font-size: 16px;
    }

    .single .job-content .image img {
        display: none;
    }

    .single .job-content .image {
        margin-top: 30px;
        display: block;
    }

    .single .job-content .image div.wpcf7 {
        width: 100%;
        padding: 0;
    }

}





del {
    opacity: 0.6;
}

ins {
    text-decoration: none;
}

p.mob-price.price, p.mob-price + .prices {
    display: none;
}

.variation-error {
    font-weight: bold;
    color: red;
}

.post-content a {
    text-decoration: underline;
}

a.wp-block-button__link.add_to_cart_button {
    border-radius: 0;
    text-decoration: none;
    padding: 7px 19px;
}

.wc-block-grid__product .prices .old-price span, .wc-block-grid__product .prices .new-price span {
    font-size: 20px;
}

.wc-block-grid__product .prices .old-price span span, .wc-block-grid__product .prices .new-price span span {
    font-size: 15px;
}

.wc-block-grid__product-price.price {
    /*text-align: left;*/
    text-align: center;
}

.wc-block-grid__product-title {
    /*text-align: right;*/
    text-align: center;
    text-decoration: none;
}

.post-content a.wc-block-grid__product-link {
    text-decoration: none;
}

.wc-block-grid__product-image img {
    max-width: 100%;
    height: auto;
}

.save_address .button.woocommerce-Button.button:hover, body.gt_woo_ep_edit-address .save_address .button:hover {
    background: #696969;
    cursor: pointer;
}

button.added + a.added_to_cart.wc-forward {
    text-align: center;
    color: #c51a1b;
}
.wp-block-column h2 {
    text-align: inherit;
}

 .social-icons .social {
    height: 25px;
    display: block;
    background-size: cover !important;
    margin: 2px 10px;
    }
    .social-icons .social.fb {
        background: url(/wp-content/themes/getraffic-child/assets/images/ps-face.png) no-repeat;
        width: 12px;
    }
    .social-icons .social.wa {
        background: url(/wp-content/themes/getraffic-child/assets/images/ps-whatsupp2.png) no-repeat;
        width: 25px;
    }
    .social-icons .social.mail {
        background: url(/wp-content/themes/getraffic-child/assets/images/ps-mail.png) no-repeat;
        width: 33px;
    }
    .social-icons .social:hover {
        opacity: 0.7;
    }
    .post-content h2 {
    text-align: inherit;
    }

.social-icons {
    padding-right: 15px;
}


li.variable-item.color-variable-item span
{
    border-radius: 30px;
}


li.variable-item.color-variable-item {
    width: 30px !important;
    height: 30px !important;
    border-radius: 30px !important;
}

.design-dev-info {
    padding: 20px 25px;
}

.design-dev-info a {
    color: inherit;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
}

@media (min-width: 992px) {
    .design-dev-info {
        padding-top: 0;
        padding-bottom: 0;
        margin-right: auto;
    }

    .footer .footer-bottom {
        padding-bottom: 25px;
    }

    .design-dev-info a {
        justify-content: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
    }

    .product-wrapper .thumb-wrapper:hover a.btn-quick-view {
        opacity: 1;
        visibility: visible;
    }
}

.rtl .design-dev-info a {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.design-dev-info a:hover {
    opacity: .6;
}

.design-dev-info a img {
    width: 1.5714em;
    height: auto;
    margin: 0 .3571em;
    font-size: inherit;
}

.design-dev-info a span {
    line-height: 1;
    padding-top: .1429em;
    font-size: inherit;
}


/* flip clock css */

.flip-timer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    margin-bottom: 3em;
}

.flip-timer .title-label {
    font-size: 1.25em;
}

.flip-timer * {
    font-size: inherit;
}

.flip-timer .flip-clock-wrapper {
    width: auto;
    margin: 0 auto;
    padding: 2em 0 1em;
    font-size: inherit;
}

.flip-timer .flip-clock-divider {
    height: 5em;
    width: 1em;
}

.flip-timer .flip-clock-wrapper ul li a div.up:after {
    top: 0.55em;
    height: 0.0375em;
}

.flip-timer .flip-clock-divider .flip-clock-label {
    font-size: 1em;
    right: auto;
    left: 100%;
    width: 7em;
    text-align: center;
}

.flip-timer .flip-clock-divider.minutes .flip-clock-label {
    right: auto;
}

.flip-timer .flip-clock-divider.seconds .flip-clock-label {
    right: auto;
}

.flip-timer .flip-clock-wrapper ul {
    margin: 0.0625em;
    width: 0.75em;
    height: 1.125em;
    font-size: 4em;
    font-weight: bold;
    line-height: 1.2em;
    border-radius: 0.075em;
    padding: 0;
    list-style: none;
}

.flip-timer .flip-clock-wrapper ul li {
    line-height: 1.2em;
}

.flip-timer .flip-clock-wrapper ul li a div {
    font-size: 1em;
}

.flip-timer .flip-clock-wrapper ul li a div div.inn {
    font-size: 0.875em;
    border-radius: 0.08571429em;
}

.flip-timer .flip-clock-divider {
    font-size: 1em;
}

.flip-timer .flip-clock-dot {
    width: 0.5em;
    height: 0.5em;
    left: 0.25em;
}

.flip-timer .flip-clock-dot.top {
    top: 1.5em;
}

.flip-timer .flip-clock-dot.bottom {
    bottom: 1.5em;
}

@media (max-width: 767px) {
    .flip-timer {
        font-size: 11px;
    }
}

@media (max-width: 360px) {
    .flip-timer {
        font-size: 9px;
    }
}

.woo-variation-swatches .variable-items-wrapper .variable-item span {
    cursor: pointer;
}

.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled,
.woo-variation-swatches .variable-items-wrapper .variable-item span,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled img,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled span,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover img,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover span,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover {
    pointer-events: auto !important;
    cursor: default !important;
    opacity: 1 !important;
}

.woo-variation-swatches.wvs-attr-behavior-blur ul.variable-items-wrapper.button-variable-wrapper li.variable-item:not(.radio-variable-item).disabled::before,
.woo-variation-swatches.wvs-attr-behavior-blur ul.variable-items-wrapper.button-variable-wrapper li.variable-item:not(.radio-variable-item).disabled:hover::before {
    display: none !important;
}

/* recipe css */
.recipe-page-container * {
    font-size: inherit;
}

h1.single-page-title {
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.3;
    color: #000;
    margin: 0 -3px 21px;
}

h1.single-page-title:after {
    margin: 9px auto 0;
}

.recipe-info-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.4;
    justify-content: center;
    border-bottom: 1px solid #999;
    margin-left: -15px;
    margin-right: -15px;
    padding: 13px 0 10px;
}

.recipe-info-list > div {
    padding-left: 5px;
    padding-top: 7px;
    padding-bottom: 6px;
}

.recipe-info-list .service_no {
    border: 1px solid #999;
    border-width: 0 1px;
    flex-basis: 40%;
    max-width: 40%;
    padding-right: 23px;
}

.recipe-info-list .duration,
.recipe-info-list .recipe_type {
    flex-basis: 30%;
    max-width: 30%;
    padding-right: 19px;
}

.recipe-page-container .section-title:after,
h1.single-page-title:after {
    content: '';
    display: block;
    width: 58px;
    height: 3px;
    background: #c51a1b;
    border-radius: 5px;
}

.recipe-page-container .section-title {
    text-align: right;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 23px;
}

.recipe-page-container .section-title:after {
    margin-top: 12px;
}

.recipe-info-list .info-title {
    display: block;
}

.recipe_component_box {
    line-height: 2;
}

.recipe_component_box,
.recipe_instructions_box {
    margin: 0 -15px;
    padding: 21px 22px;
}

.recipe-info-list,
.recipe_component_box,
.recipe_instructions_box {
    font-size: 12.5px;
}

.recipe_instructions_box {
    line-height: 1.4;
    background: #f5f5f5;
}

.recipe_instructions_box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recipe_instructions_box ul li {
    position: relative;
    padding-right: 0.5em;
}

.recipe_instructions_box ul li:before {
    content: '•';
    position: absolute;
    top: 0;
    right: 0;
}

.single-post h2.best-match {
    font-weight: 300;
}

.single-post .xsell-container {
    padding-top: 66px;
}

@media screen and (min-width: 768px) {
    h1.single-page-title {
        font-size: 36px;
        padding-top: 5px;
        margin: 0 0 1.33333333em;
    }

    h1.single-page-title:after {
        margin-top: 8px;
    }

    .recipe-info-list {
        padding: 1.08em 0 0.8em;
        margin-left: 0;
        margin-right: 0;
    }

    .recipe-info-list > div {
        padding-left: 10px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .recipe-info-list .service_no {
        flex-basis: 13.36em;
        max-width: 13.36em;
        padding-right: 3.24em;
    }

    .recipe-info-list .duration,
    .recipe-info-list .recipe_type {
        flex-basis: 9.36em;
        max-width: 9.36em;
        padding-right: 2.32em;
    }

    .recipe_component_box,
    .recipe_instructions_box {
        max-width: 1304px;
        margin: 0 auto 20px;
        padding: 30px 48px;
    }

    .recipe-page-container .section-title:after {
        margin-top: 0.4em;
    }

    .recipe-info-list,
    .recipe_component_box,
    .recipe_instructions_box {
        font-size: 16px;
    }

    .recipe-page-container .section-title {
        font-size: 24px;
        margin-bottom: 1.35em;
    }

    .recipe-page-container .section-title:after,
    h1.single-page-title:after {
        width: 75px;
        height: 4px;
    }

    .recipe_instructions_box ul {
        padding: 0.28em 0.12em 0.68em;
    }

    .recipe_instructions_box ul li {
        padding: 0 0.6em 1.4em;
    }

    .single-post .xsell-container {
        padding-top: 36px;
    }
}

@media screen and (min-width: 1024px) {
    h1.single-page-title {
        font-size: 42px;
    }

    .recipe-info-list,
    .recipe_component_box,
    .recipe_instructions_box {
        font-size: 19px;
    }

    .recipe-page-container .section-title {
        font-size: 30px;
    }

    .recipe-page-container .section-title:after,
    h1.single-page-title:after {
        width: 90px;
        height: 5px;
    }

    .recipe_component_box,
    .recipe_instructions_box {
        margin: 0 auto 28px;
        padding: 50px 68px;
    }

    .single-post .xsell-container {
        padding-top: 46px;
    }
}

@media screen and (min-width: 1200px) {
    h1.single-page-title {
        font-size: 50px;
    }

    .recipe-info-list,
    .recipe_component_box,
    .recipe_instructions_box {
        font-size: 22px;
    }

    .recipe-page-container .section-title {
        font-size: 36px;
    }

    .recipe-page-container .section-title:after,
    h1.single-page-title:after {
        width: 107px;
        height: 6px;
    }

    .recipe_component_box,
    .recipe_instructions_box {
        margin: 0 auto 32px;
        padding: 74px 98px;
    }

    .single-post .xsell-container {
        padding-top: 56px;
    }
}

@media screen and (min-width: 1360px) {
    h1.single-page-title {
        font-size: 60px;
    }

    .recipe-info-list,
    .recipe_component_box,
    .recipe_instructions_box {
        font-size: 25px;
    }

    .recipe-page-container .section-title {
        font-size: 40px;
    }

    .recipe_component_box,
    .recipe_instructions_box {
        margin: 0 auto 35px;
        padding: 94px 138px;
    }

    .single-post .xsell-container {
        padding-top: 66px;
    }
}

@media screen and (max-width: 767px) {
    .single-post .woocommerce-breadcrumb {
        text-align: center;
        margin-bottom: 10px;
    }

    .single-post div.bg-image {
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
    }

    .recipe_component_box .col-md-6 + .col-md-6 {
        padding-top: 10px;
    }

    .recipe_instructions_box {
        margin-bottom: 35px;
    }

    .row.main-blog {
        margin-left: -12px;
        margin-right: -12px;
    }

    .row.main-blog .post.col-6 {
        padding-left: 6px;
        padding-right: 6px;
    }

    .main-blog .post .p-name {
        text-align: center;
    }

    .main-blog .post .author-info {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

@font-face{font-display:swap;
    font-family: Rubik;src:url(/wp-content/themes/getraffic-child/assets/fonts/Rubik/Rubik-Regular.ttf) format("truetype");
    unicode-range: U+0590-05FF;
}

@font-face{font-display:swap;
    font-family: PanTextTT;src:url(/wp-content/themes/getraffic-child/assets/fonts/PanTextTT/PanTextTT-Regular.ttf) format("truetype");
    unicode-range: U+0020-007F;}



*, body, html {
    font-family: Heebo, Rubik, PanTextTT, sans-serif;
    font-size: 19px;
}
img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}


.top-stripe {
    background-color: #303030;
    text-align: center;

}

.top-stripe a {
    color: #ffffff;
    font-size: 17px;
}

.footer {
    background-color: #FFFFFF;
    border-top: 2px solid #c51a1b;
    color: #000;
    font-weight: 500;
}

.footer a {
    color: #000;
    font-weight: 400;
}

.footer-widgets {
    text-align: right;
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
}

.f-widget.widget-right {
    margin: 0;
    flex-basis: 80%;
    width: 80%;
}

.f-widget.widget-right .row.full-width {
    margin: 0;
}


.f-widget.widget-left {
    width: 18%;
    padding: 0;
    flex-basis: 18%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.f-widget h2 {
    font-size: 23px;
    text-align: right;
}

.f-widget ul {
    padding: 0;
    text-align: right;
    font-size: 16px;
}

.f-newsletter h2 {
    text-align: left;
    color: #d6d6d6;
}

.f-newsletter input.newsletter {
    text-align: left;
    color: #d6d6d6;
    width: 100%;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #d6d6d6;
    direction: ltr;
}
a.newsletter-submit {
    display: block;
    border: 1px solid #d6d6d6;
    width: 100%;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    cursor: pointer;
}

.f-newsletter label {
    margin: 15px 0;
}
.footer-bottom {
    border-top: 1px solid #d6d6d6;
    display: flex;
    padding: 25px 25px 0;
}

.footer-bottom p {
    margin: 0;
}

.credit {
    text-align: left;
    padding: 0px 25px 10px;
    font-size: 16px;
}
.footer-bottom p {
    margin-right: 35px;
}

.footer-bottom img {
    margin-right: 10px;
}

img.secured-by {
    height: 38px;
}

img.pay-with {
    height: 27px;
}

.product-info h1.title {
    font-size: 21px;
    margin: 0;
    padding-left: 20px;
}

.product-info img.stars {
    display: none;
}

.product-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-info span.amount {
    font-size: 28px;
}

.shipping-labels .tnx-shipping-item {
    display: flex;
}

.product-badge.badge-oos::before {
    content: 'out of stock';
}

.container div.delivery-section {
    background-color: white;
}

body.single .slider-wrapper {
    margin: 0;
}

.modal-backdrop.show {
    opacity: 0;
}

.topicons-right > .search-input {
    position: relative;
}
.topicons-right > .search-input .btn-search {
    position: absolute;
    top: 7px;
    left: 0;
    border: none;
    outline: none;
    padding: 0;
    background: none;
    margin: 0;
    cursor: pointer;
}

.topicons-right > .search-input .btn-search img {
    height: 26px;
    width: auto;
}

.best-sellers-container .carousel-link {
    margin-top: 20px;
}

.carousel-link
{
    font-size: 18px;
    align-self: flex-start;
    margin: auto;
    color: white;
    background: black;
    font-weight: normal;
    padding: 15px 80px;
    margin-bottom: 60px;
    transition: 0.3s ease background, 0.3s ease color;
    display: inline-block;
    vertical-align: top;
}

.carousel-link:hover {
    background: #c51a1b;
    color: #fff;
    border-color: #c51a1b;
}

.button.wc-forward {
    display: none;
}

.woocommerce-error li a, .woocommerce-error li {
    color: red;
}

.zoomLens, .zoomLens img, .zoomContainer {
    z-index: 4 !important;
}

.wp-block-gallery .slick-dots {
    bottom: 25px;
}

.wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
    margin-left: 0;
    width: 100%;
}

.wp-block-gallery .slick-dots li button:before {
    font-size: 40px;
}

p#order_card span.woocommerce-input-wrapper {
    display: none;
}

.archive-filter:last-child {
    /*display: none;*/
}

.category-description-wrapper {
    border-top: 1px solid #e6e6e6;
    width: 100%;
    margin-top: 20px;
    padding: 70px 50px;
}

.category-description .category-description {
    font-size: 22px;
}

.term-sale .archive-filter {
    display: inherit;
}

.page-template-gifts p#breadcrumbs, .page-template-gifts .slider-wrapper {
    display: none;
}

.g_banner1 img {
    width: 100%;
    margin-bottom: 20px;
}

.gifts .second {
    position: relative;
    padding: 0 70px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
.gifts .first, .gifts .third, .gifts .fourth { margin-bottom: 20px; }
.gifts .second img { margin-top: 5%; width: 40%; height: auto; margin-left: -3%; z-index: 3; align-self: center; }
.gifts .second iframe { float: left; max-width: 60%; }

.page-template-gifts .third .slider-wrapper { display: block; }

.g_last img.bg { width: 100%; }

.just-mobile { display: none; }

.acsb-trigger{bottom:60px !important;}

.add-to-cart-form button.single_add_to_cart_button.wc-variation-is-unavailable
{
    background: #cccccc;
    color: black;
    content: ' ';
}

#not-in-stock {
    float: left;
    color: #c51a1b;
    font-size: 20px;
}

.woocommerce-product-gallery .flex-viewport {
    min-height: 200px;

}


@media screen and (min-width: 840px) {
    .woocommerce-product-gallery {
        flex-flow: column;
    }

    .woocommerce-product-gallery ol.flex-control-thumbs {
        width: 100%;
        display: flex;
        padding: 0 80px;
        align-items: stretch;
    }

    .flex-viewport, .flex-viewport figure, .flex-viewport figure div {
        text-align: center;
    }

    .flex-viewport figure {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .flex-viewport figure div.flex-active-slide
     {
        /*height: 100% !important;*/
        align-items: center;
        display: flex !important;
        justify-content: center;
    }
    .flex-viewport, .flex-viewport figure, .flex-viewport figure div {
        /*height: inherit;*/
    }
    .woocommerce-product-gallery .flex-viewport {
        flex: inherit;
        /*height: auto !important;*/
        /*max-height: 850px;*/
        min-height: 400px;
        margin-bottom: 20px;
    }

    .woocommerce-product-gallery .flex-control-nav li {
        margin: 20px;
        border: 1px solid grey;
        height: 130px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .woocommerce-product-gallery .flex-control-nav li img {
        width: 100%;
        max-height: 100%;
        object-fit: cover;
    }

}


.woocommerce-product-gallery {
    display: block;
    position: relative;
}

.woocommerce-product-gallery a.images-nav-back, .woocommerce-product-gallery a.images-nav-next{
    bottom: 39px;
    top: auto;
}

.woocommerce-product-gallery__image img {
    width: auto;
    height: 100%;
}
.woocommerce-product-gallery .slick-list {
    width: 100%;
}

.flex-viewport figure {
    height: 100%;
    display: flex;
    align-items: center;
}

.flex-viewport figure div.flex-active-slide
{
    /*height: 100% !important;*/
    align-items: center;
    display: flex !important;
    justify-content: center;
}

.flex-viewport figure div.flex-active-slide .ywcfav-video-content {
    width: 100%;
}

p.att {
    display: none;
}

.cart-empty-wrap
{
    text-align: center;
}

.cart-empty-wrap img {
    width: 250px;
}
.cart-empty-wrap .cart-empty a {
    font-size: 18px;
    margin: auto;
    color: white;
    background: black;
    font-weight: normal;
    padding: 15px 80px;
    margin-bottom: 30px;
    display: inline-block;
}

.design-dev-info img  {
    width: 25px;
}

.wsp-container li {
    padding: 16px 0 22px;
}

@media (min-width: 1024px) {
    .wsp-container li {
        padding: 18px 0 25px;
    }
}

/* .single-product-slider:not(.slick-initialized),
.single-product-slider:not(.slick-initialized) ~ .product-pagination-slider,
.product-pagination-slider:not(.slick-initialized) {
    display: none !important;
} */

.single-slider-wrapper {
    position: relative;
}

.single-slider-wrapper a.whishlist {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 9;
    padding: 5px;
}

.single-slider-wrapper .tab-badge,
.mobile-gallery .tab-badge {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 6;
}

.single-slider-wrapper .tab-badge {
    width: 100px;
    right: auto;
    left: 0;
}

@media (min-width: 1280px) {
    .single-slider-wrapper .tab-badge {
        width: 120px;
    }
}

.mobile-gallery .tab-badge {
    width: 15.625vw;
    right: auto;
    left: 10px;
}

.single-slider-wrapper .tab-badge img,
.mobile-gallery .tab-badge img {
    width: 100%;
}

.summary.entry-summary .awdr_discount_bar {
    display: inline-block;
    vertical-align: top;
}

.single-product-slider img {
    max-width: 100%;
}

.single-product-slider > .slide ~ .slide {
    display: none !important;
}

.single-product-slider {
    position: relative;
}

.single-product-slider .slick-track {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.single-product-slider .slick-track:before,
.single-product-slider .slick-track:after {
    display: none;
}

.single-product-slider .slide {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* height: auto; */
    height: 37vw;
}

@media (max-width: 1199px) {
    .single-product-slider .slide {
        height: 38vw;
    }
}

@media (max-width: 991px) {
    .single-product-slider .slide {
        height: 64vw;
    }
}

@media (max-width: 767.98px) {
    .single-product-slider .slide {
        height: 60vw;
    }
}

.single-product-slider .slide img {
    max-height: 640px;
}

.single-product-slider .slick-track .slide .zoom-box {
    margin: auto;
    width: 100%;
    max-height: 100%;
}

.single-product-slider .slick-track .slide .zoom-box img {
    max-height: 100%;
    object-fit: cover;
}

.single-product-slider img {
    margin: 0 auto;
}

.single-product-slider .video-frame {
    position: relative;
    padding-bottom: 56%;
    min-width: 100%;
}

.single-product-slider .video-frame iframe {
    position: absolute;
    border: none;
    outline: none;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.single-product-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    width: 15px;
    height: 19px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 3;
    background-color: transparent;
    cursor: pointer;
}

.single-product-slider .slick-prev {
    right: 0;
    background-image: url(/wp-content/themes/getraffic-child/assets/images/ps_arrow_right.png);
}

.single-product-slider .slick-next {
    left: 0;
    background-image: url(/wp-content/themes/getraffic-child/assets/images/ps_arrow_left.png);
}

.single-product-slider .slick-dots {
    position: static;
}

.single-product-slider .slick-dots li {
    width: auto;
    height: auto;
}

.single-product-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    font-size: 0;
    background: #8e8e8e;
    outline: none;
    border: none;
    border-radius: 50%;
}
.single-product-slider .slick-dots li.slick-active button {
    background: #000;
}

.single-product-slider .slick-dots li button:before {
    display: none;
}

.product-pagination-slider {
    position: relative;
    padding: 0 80px;
}

.product-pagination-slider.has_limited_slider .slick-track {
    transform: none !important;
}

.product-pagination-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    width: 29px;
    height: 47px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 3;
    background-color: transparent;
    cursor: pointer;
}

.product-pagination-slider .slick-prev {
    right: 0;
    background-image: url(/wp-content/themes/getraffic-child/assets/images/pg_arrow_black_right.png);
}

.product-pagination-slider .slick-next {
    left: 0;
    background-image: url(/wp-content/themes/getraffic-child/assets/images/pg_arrow_black_left.png);
}

.product-pagination-slider:not(.slick-initialized) {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.product-pagination-slider:not(.slick-initialized) > .slide {
    flex-basis: 33.33%;
    max-width: 33.33%;
}

.product-pagination-slider:not(.slick-initialized) > .slide:nth-child(3) + .slide {
    display: none;
}

.product-pagination-slider .slide {
    padding: 20px;
}

.product-pagination-slider .img-wrap {
    position: relative;
    border: 1px solid grey;
    height: 130px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.product-pagination-slider .img-wrap.video-thumb:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
}

.product-pagination-slider .img-wrap .play {
    position: absolute;
    width: 36px;
    height: 36px;
    /* border: 2px solid #000; */
    border-radius: 50%;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}

.product-pagination-slider .img-wrap .play img {
    width: 100%;
}

/* .product-pagination-slider .img-wrap .play:before {
    content: '';
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    border: 10px solid #000;
    border-width: 6px 0 6px 11px;
    border-color: transparent transparent transparent #000;
    position: absolute;
    width: 0;
    height: 0;
} */

div.product .product-pagination-slider .img-wrap img {
    width: auto;
    height: auto;
    margin: auto;
    cursor: pointer;
    max-height: 100%;
}

@media (max-width: 767px) {
    /* .product-pagination-slider {
        display: none !important;
    } */

    .product-pagination-slider {
        padding: 0 20px;
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
    }

    .product-pagination-slider .slide {
        padding: 5px;
    }

    .product-pagination-slider .img-wrap {
        height: 50px;
    }

    .product-pagination-slider .slick-arrow {
        width: 10px;
        height: 25px;
    }
}