@font-face {
    font-family: "Bolognaise";
    src: url("fonts/Bolognaise.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}


/* @font-face {
    font-family: "Uni Sans Regular";
    src: url("fonts/Uni-Sans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Uni Sans Bold";
    src: url("fonts/Uni-Sans-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
} */

body {
    margin: 0 !important;
    font-family: 'Lato', sans-serif;
    color: #fff;
    background-color: #1D2127;
}

body .container {
    max-width: 1240px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
}

* {
    outline: none !important;
}

header.has-top-banner {
    position: absolute;
    width: 100%;
}

.top-nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 15px 0px;
    width: 100%;
    justify-content: flex-end;
}

.top-nav ul li {
    padding: 10px;
    margin-right: 10px;
    border-radius: 10px;
    border: 1px solid #fff;
    width: 61px;
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-nav ul li img {
    transition: all ease 0.4s;
}

.top-nav ul li img:hover {
    transform: scale(1.1);
}

.top-nav ul li:nth-last-child(3) {
    background: #5BC6D5;
    border: 1px solid transparent;
    margin-right: 0;
    border-radius: 10px 0px 0px 10px;
}

.top-nav ul li:nth-last-child(2) {
    margin-right: 0px;
    border: 1px solid transparent;
    background: #1D2127;
    border-radius: 0px;
}

.top-nav ul li:nth-last-child(1) {
    margin-right: 0px;
    border: 1px solid transparent;
    background: #1D2127;
    border-radius: 0px;
    width: 150px;
    justify-content: flex-start;
}

.top-nav ul li:nth-last-child(1) a {
    font-family: 'Lato', sans-serif;
    color: #fff !important;
    font-size: 15px;
    text-decoration: none;
    outline: none !important;
}

header .row {
    padding: 20px 0px;
    position: relative;
}

.top-banner {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-image: url('/wp-content/uploads/2022/06/top-banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-banner h1 {
    font-size: 70px;
    font-weight: 600;
}

.top-banner a {
    color: #fff;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    padding: 16px 20px;
    background: #EFB029;
    border-radius: 10px;
    display: block;
    max-width: 169px;
    text-align: center;
}

.hero-content {
    margin-top: 100px;
}

.top-banner p {
    font-size: 18px;
}

#ubermenu-main-2 {
    position: unset !important;
    background: transparent;
    text-align: right;
}

#ubermenu-main-2 .ubermenu-submenu.ubermenu-submenu-type-mega {
    max-width: 1240px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #5BC6D5 !important;
    border: none;
}

.ubermenu .ubermenu-grid-row {
    padding-right: 0px !important;
}

.ubermenu .ubermenu-item-type-column>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child {
    margin-top: 0px !important;
}

.ubermenu .ubermenu-nav .ubermenu-item-level-2.ubermenu-item-object-ubermenu-custom {
    border: 20px solid #5BC6D5;
}

.ubermenu .ubermenu-autocolumn,
.ubermenu .ubermenu-submenu-type-stack {
    padding-bottom: 0px !important;
}

.ubermenu .ubermenu-submenu-type-stack,
.ubermenu .ubermenu-row {
    margin-bottom: 0px !important;
}

.menu-box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 110px;
    color: #fff !important;
    display: block;
    position: relative;
}

.menu-box h3 {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 27px;
    font-weight: bold;
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
    text-shadow: 0px 2px 2px #000000;
    transition: all ease 0.4s;
    text-transform: uppercase;
}

.menu-box:hover h3 {
    text-shadow: 0px 2px 2px #5BC6D5;
}

.ubermenu-skin-grey-white .ubermenu-item-level-0>.ubermenu-target {
    font-size: 15px;
    font-weight: 400 !important;
    font-family: 'Oswald', sans-serif;
    color: #fff !important;
    padding: 15px;
}

.ubermenu-skin-grey-white .ubermenu-item-level-0>.ubermenu-target:last-child {
    padding: 15px 0px 15px 15px;
}

.ubermenu-skin-grey-white .ubermenu-item-level-0:hover>.ubermenu-target,
.ubermenu-skin-grey-white .ubermenu-item-level-0.ubermenu-active>.ubermenu-target {
    background: transparent !important;
    color: #EFB029;
}

.ubermenu-skin-grey-white .ubermenu-item-level-0.ubermenu-current-menu-item>.ubermenu-target {
    background: transparent !important;
    color: #EFB029!important;
}


/*


Footer Styles


*/

.insta-feeds-section .insta-feeds-wrapper {
    position: relative;
}

.insta-feeds-section .insta-feeds-wrapper .insta-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    color: #fff;
    width: 130px;
    height: 130px;
    background: #EFB029;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 11px;
    transition: all ease 0.4s;
}

.insta-feeds-section .insta-feeds-wrapper .insta-btn img {
    max-width: 37px;
}

.tag-line h2 {
    margin: 0;
    font-family: "Bolognaise";
    font-size: 70px;
    text-align: center;
    color: #E41F27;
    padding: 40px 0px;
}

.tag-line h2 span {
    color: #fff;
}

.newsletter-details-row {
    max-width: 1110px;
    margin: 0 auto;
    padding: 40px 0px;
}

.divider-wrapper .divider {
    width: 100%;
    height: 1px;
    background: #111417;
    margin: 10px;
}

.newsletter-details h3 {
    font-size: 40px;
    margin-bottom: 5px;
}

.newsletter-details p {
    margin-bottom: 0px;
    font-size: 15px;
}

#gform_wrapper_1 {
    max-width: 625px;
    margin: 0 auto;
    padding-top: 10px;
}

#gform_wrapper_1 #input_1_1 {
    height: 54px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
}

#gform_wrapper_1 .gform_body {
    width: 70%;
    float: left;
    margin-right: 2%;
}

#gform_wrapper_1 .gform_footer {
    padding: 0;
    position: relative;
}

#gform_submit_button_1 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background: #EFB029;
    border: 1px solid #EFB029;
    color: #fff;
    border-radius: 10px;
    padding: 18px 35px;
    margin: 0;
    display: block;
    width: 100%;
    max-width: 170px;
}

#gform_ajax_spinner_1 {
    position: absolute;
    left: 10px;
    top: 20px;
    filter: invert(1);
}

.gform_wrapper .gform_validation_errors>h2.hide_summary {
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    font-size: 15px;
}

#validation_message_1_1 {
    padding: 5px 12px;
    background: transparent;
    border: none;
}

.newsletter-details-row {
    align-items: flex-end;
}

#gform_wrapper_1 input::placeholder {
    color: #fff;
    opacity: 1;
}

#gform_wrapper_1 input:-ms-input-placeholder {
    color: #fff;
}

#gform_wrapper_1 input::-ms-input-placeholder {
    color: #fff;
}

.footer-menu-section .menu-wrapper {
    padding: 0px 20px 20px 20px;
}

.footer-menu-section .menu-wrapper ul {
    margin: 0;
    padding: 0;
}

.footer-menu-section .menu-wrapper h5 {
    margin-bottom: 20px;
    font-size: 18px;
}

.footer-menu-section .menu-wrapper ul li {
    padding-bottom: 5px;
}

.footer-menu-section .menu-wrapper ul li:last-child {
    padding-bottom: 0px;
}

.footer-menu-section .menu-wrapper ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}

.footer-menu-section .menu-wrapper .navbar-nav a img {
    margin-right: 15px;
}

.footer-menu-section .menu-wrapper .navbar-nav-two-col {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style: none;
}

.footer-menu-section .menu-row {
    padding-top: 30px;
    padding-bottom: 20px;
}

.text-right {
    text-align: right;
}

.copyright-section p {
    margin-bottom: 0;
}

.copyright-row {
    padding: 20px 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
}

.footer-logos ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer-logos ul li {
    padding: 0px 15px
}

.footer-logos ul li:last-child {
    background: #171B1F;
    padding: 16px 30px 15px 30px;
}

.footer-logos ul li:nth-last-child(2) {
    background: #5BC6D5;
    padding: 20px 25px;
    border-radius: 10px 0px 0px 10px;
}

.footer-logos {
    padding: 20px 0px;
}

.site-logo-footer img {
    padding-bottom: 20px;
}

.newsletter-details-inner {
    max-width: 628px;
    margin: 0 auto;
}

@media (max-width:650px) {
    #gform_wrapper_1 .gform_body {
        width: 100%;
        float: none;
        padding-bottom: 10px;
    }
}

footer {
    background-image: url('/wp-content/uploads/2022/06/logo-bg.svg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}


/*

Contact Us 

*/

.hero-section {
    background-image: url('/wp-content/uploads/2022/06/logo-bg.svg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.hero-section .hero-content-wrapper {
    border-top: 1px solid #000;
    padding: 40px 0px;
}

.hero-section .row .hero-content {
    margin: 0;
    text-align: center;
}

.hero-section .row .hero-content .hero-content-inner {
    max-width: 588px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

#gform_wrapper_2 {
    max-width: 645px;
    margin: 0 auto;
    padding: 20px 20px;
}

#gform_wrapper_2 .gform_title {
    text-align: center;
    color: #EFB029;
    font-size: 20px;
    margin-bottom: 25px;
}

#gform_wrapper_2 .gfield input.large,
#gform_wrapper_2 .gfield textarea.large {
    font-size: 15px;
    padding: 16px;
    border-radius: 10px;
    border: none;
    color: #000;
}

#gform_wrapper_2 .gfield textarea.large {
    max-width: 100%;
    height: 142px;
}

#gform_submit_button_2 {
    display: block;
    width: 100%;
    max-width: 169px;
    margin: 0 auto;
    color: #fff;
    padding: 18px;
    background: #EFB029;
    border: 1px solid #EFB029;
    border-radius: 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

#gform_wrapper_2 .gform_footer {
    position: relative;
}

#gform_ajax_spinner_2 {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 35px;
    max-width: 20px;
    margin: 0 auto;
    transform: translateX(-200%);
    filter: invert(1);
}

.map-row {
    padding-top: 50px;
}


/*

FAQS

*/

.faqs-row {
    padding: 20px 0px;
}

.faqs-wrapper {
    max-width: 825px;
    margin: 0 auto;
}

#faqAcc .accordion-item {
    border: none;
    border-radius: 0px;
    margin-bottom: 10px;
    background: transparent;
}

#faqAcc .accordion-button {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 10px 10px 0px 0px;
    padding: 18px;
    color: #fff;
    background: #EFB029;
    font-size: 18px;
}

#faqAcc .accordion-collapse {
    background: #EFB029;
    border-radius: 0px 0px 10px 10px;
}

#faqAcc .accordion-button.collapsed {
    background: #000;
    border-radius: 10px;
}

#faqAcc .accordion-body {
    position: relative;
}

#faqAcc .accordion-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 95%;
    background: #fff;
    height: 1px;
    margin: 0 auto;
}

#faqAcc .accordion-button::after {
    background-image: url('/wp-content/uploads/2022/06/right-arrow.svg');
    transform: rotate(271deg);
}

#faqAcc .accordion-button:not(.collapsed)::after {
    transform: rotate(360deg);
}


/* .accordion-collapse.show .accordion-body {
    border-top: 1px solid #fff;
    padding: 0;
    margin: 0px 20px 20px 20px;
} */

.top-categories h2 {
    margin: 0;
    padding: 50px 0%;
    text-align: center;
}

.top-categories .cat-grid .inner-grid {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    display: flex;
    align-items: flex-end;
    padding: 30px;
    justify-content: space-between;
}

.top-categories .cat-grid .inner-grid h4 {
    margin: 0;
}

.top-categories .cat-grid .inner-grid a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
}

.top-categories .cat-grid .inner-grid a img {
    margin-right: 10px;
}

.top-categories .cat-grid:nth-last-child(2) .inner-grid {
    box-shadow: 0px 0px 30px #2cfffe;
    border: 1px solid #2cfffe;
}

.top-categories .cat-grid:nth-last-child(1) .inner-grid {
    box-shadow: 0px 0px 30px #EFB029;
    border: 1px solid #EFB029;
}

.top-categories .cat-grid p {
    margin-top: 35px;
    margin-bottom: 0;
    font-size: 18px;
}

.video-section {
    padding: 7% 0%;
    text-align: center;
}

.how-we-work-grid .inner-grid {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}

.how-we-work-grid .inner-grid .grid-img {
    width: 138px;
    height: 138px;
    background: #171B1F;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0px auto 20px auto;
}

.how-we-work-grid .inner-grid .grid-img img {
    align-self: center;
}

.how-we-work-grid .inner-grid span.counter {
    position: absolute;
    top: 5px;
    right: 1px;
    width: 40px;
    height: 40px;
    font-weight: 900;
    background: #EFB029;
    border-radius: 50%;
    border: 7px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.how-we-work-grid .inner-grid h5.grid-title {
    font-size: 21px;
    margin-bottom: 15px;
}

.how-we-work-grid .inner-grid p {
    font-size: 16px;
    max-width: 225px;
    margin: 0 auto;
}

.how-we-work-grid .inner-grid.active .grid-img,
.how-we-work-grid .inner-grid.active span.counter {
    background: #E41F27;
}

.how-we-work-grid:nth-child(1) .inner-grid:after {
    content: url('/wp-content/uploads/2022/06/dotted-1.svg');
}

.how-we-work-grid:nth-child(2) .inner-grid:after {
    content: url('/wp-content/uploads/2022/06/dotted-2.svg');
}

.how-we-work-grid:nth-child(3) .inner-grid:after {
    content: url('/wp-content/uploads/2022/06/dotted-1.svg');
}

.how-we-work-grid .inner-grid:after {
    position: absolute;
    right: -18%;
    top: 25%;
    z-index: -1;
}

.product-categories .row {
    padding: 2% 0%;
    justify-content: center;
}

.product-categories .product-cat-single {
    margin: 10px 0%;
}

.product-categories .product-cat-single .cat-image {
    height: 286px;
    min-height: 286px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 15px;
    transition: all ease 0.6s;
}

.product-categories .product-cat-single .cat-image-wrapper {
    display: block;
    overflow: hidden;
}

.product-categories .product-cat-single .cat-image:hover {
    transform: scale(1.1);
}

.product-categories .product-cat-single .cat-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-categories .product-cat-single .cat-meta a img {
    transition: all ease 0.2s;
}

.product-categories .product-cat-single .cat-meta a.shop-now-btn:hover {
    color: #fff !important;
}

.product-categories .product-cat-single .cat-meta a.shop-now-btn:hover img {
    padding-right: 3px;
    transform: scale(1.1);
}

.product-categories .product-cat-single p {
    margin-bottom: 0px;
}

.shop-now-btn {
    color: #EFB029 !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    line-height: 0;
    transition: all ease 0.5s;
}

.top-selling .pro-meta,
.product-listing-section .pro-meta {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 0px;
    align-items: baseline;
}

.top-selling .pro-meta h5,
.product-listing-section .pro-meta h5 {
    margin-bottom: 20px;
}

.product-listing-section .pro-image-wrapper img {
    width: 100%;
    object-fit: cover;
}

.top-selling .pro-meta h5 span,
.product-listing-section .pro-meta h5 span {
    display: block;
    color: #EFB029;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 15px;
    padding-top: 5px;
}

.top-selling .pro-meta .add-to-cart-btn,
.product-listing-section .add-to-cart-btn {
    text-decoration: none;
    color: #fff;
    background: transparent;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 15px 47px;
    transition: all ease 0.4s;
}

.top-selling .pro-meta .add-to-cart-btn:hover,
.product-listing-section .add-to-cart-btn:hover {
    color: #1d2127;
    border: 1px solid #1d2127;
    background: #EFB029;
}

.top-selling-products .row {
    background: #000;
    padding: 6% 0px;
    margin-top: 5%;
}

.top-selling-products .head-wrapper-inner {
    text-align: center;
    padding-bottom: 45px;
    max-width: 420px;
    margin: 0 auto;
}

.top-selling-products .head-wrapper-inner p {
    margin-bottom: 0;
}

.top-selling-products .top-selling {
    max-width: 1070px;
    margin: 0 auto;
}

.top-selling-products .top-selling .owl-nav {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    width: 100%;
}

.top-selling-products .top-selling .owl-nav button {
    position: absolute;
    transition: all ease 0.4s;
}

.top-selling-products .top-selling .owl-nav button:hover {
    transform: scale(1.1);
    opacity: 0.9;
}

.top-selling-products .top-selling .owl-nav .owl-prev {
    left: -30px;
}

.top-selling-products .top-selling .owl-nav .owl-next {
    right: -30px;
}

@media (max-width:1000px) {
    .top-selling-products .top-selling .owl-nav .owl-prev {
        left: 0px;
    }
    .top-selling-products .top-selling .owl-nav .owl-next {
        right: 0px;
    }
}

.header-section .row {
    border-top: 1px solid #000;
    padding: 40px 0px;
    text-align: center;
}

.header-section .row h1 {
    margin: 0;
}

.product-listing-section .featured-image {
    position: relative;
    display: block;
}

.product-listing-section .featured-image:hover .content-overlay {
    opacity: 1;
}

.product-listing-section .featured-image .content-overlay {
    background: rgba(0, 0, 0, 0.87);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.product-listing-section .product-single-wrapper {
    margin-bottom: 20px;
}

.load-more-products-custom {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    transition: all ease 0.4s;
}

.bottom-text h6 a {
    text-decoration: none;
    color: #EFB029;
}


/*

Cart Page Styles

*/

.woocommerce-cart-form__contents .quantity input {
    /*pointer-events: pointer; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    color: #fff;
    text-align: center;
}

.woocommerce-cart-form__contents .actions {
    /*display: none; */
}
.coupon {
display:none;
}
ul#shipping_method li{
    display: flex;
    align-items: baseline;
}
.woocommerce-cart-form__contents th {
    color: #EFB029;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    text-align: center !important;
}

.woocommerce-cart-form__contents .product-thumbnail img {
    width: 100px;
    height: 75px;
    object-fit: cover;
}

.woocommerce-cart-form__contents tr td {
    text-align: center !important;
    font-size: 18px;
}

.woocommerce-cart-form__contents .product-name a {
    pointer-events: none;
    color: #fff;
    text-decoration: none !important;
}

.woocommerce-cart-form__contents .product-remove a {
    background: #EFB029;
    text-decoration: none;
    color: #000;
    font-size: 17px;
    font-weight: bolder;
    padding: 0px 5px;
    border-radius: 50%;
}

.woocommerce-cart-form__contents thead tr {
    border-bottom: 1px solid #fff;
}

.woocommerce-cart-form__contents thead tr th {
    padding-bottom: 25px;
}

.woocommerce-cart-form__contents tbody tr td {
    padding-top: 25px;
    padding-bottom: 25px;
}

.woocommerce-cart-form__contents tbody {
    border-bottom: 1px solid #fff;
}

.cart-collaterals {
    max-width: 461px;
    margin: 0 0 0 auto;
}

.cart-collaterals h2 {
    text-transform: capitalize;
    color: #EFB029;
    font-size: 28px;
}

.cart-collaterals .shop_table {
    background: #f4f4f4;
    color: #000;
    border-radius: 10px;
}

.cart-collaterals .shop_table tbody tr {
    border-bottom: 1px solid rgb(0 0 0 / 20%);
}

.cart-collaterals .shop_table tbody tr th {
    padding-bottom: 25px;
    padding-top: 25px;
    padding-left: 25px;
}

.checkout-button {
    display: block;
    color: #fff;
    text-decoration: none;
    background: #EFB029;
    text-align: center;
    padding: 15px 20px;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 10px;
    transition: all ease 0.4s;
}

.checkout-button:hover {
    color: #EFB029;
    background: #fff;
}

.woocommerce-privacy-policy-text a {
    text-decoration: none;
    color: #EFB029;
}

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


/* 

Chechout Page Stylings 

*/

.woocommerce-form-coupon-toggle {
    display: none;
}

.woocommerce-billing-fields h3,
#order_review_heading {
    color: #EFB029;
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.woocommerce-billing-fields label {
    display: block;
    margin-bottom: 10px;
}

.woocommerce form .form-row .required {
    color: #fff;
    text-decoration: none;
}

.woocommerce-billing-fields input {
    width: 100%;
    padding: 13px;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    min-height: 52px;
    padding-top: 12px;
}

.woocommerce-additional-fields textarea {
    min-height: 150px;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    padding: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 100%
}

.select2-results {
    color: #000;
}

.woocommerce-additional-fields h3 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.woocommerce-additional-fields label {
    display: none;
}

.shop_table.woocommerce-checkout-review-order-table {
    background: #F5F5F5;
    color: #000;
    border-radius: 10px;
}

.woocommerce-checkout-review-order-table tr th,
.woocommerce-checkout-review-order-table tr td {
    padding: 20px;
}

.woocommerce-checkout-review-order-table tr {
    border-bottom: 1px solid #000;
}

#place_order {
    background-color: #EFB029;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border: none;
    color: #fff;
    border-radius: 10px;
    padding: 14px;
    display: block;
    width: 100%;
    margin-top: 20px;
    transition: all ease 0.4s;
}

#place_order:hover {
    color: #EFB029;
    background-color: #fff;
}

.woocommerce .return-to-shop {
    display: none;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    background-color: #4FB748;
    clear: both;
    padding: 15px;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 300;
    border-radius: 10px;
    text-align: center;
}

.woocommerce-message a {
    color: #EFB029;
    text-decoration: none;
}

.shop_table.woocommerce-checkout-review-order-table .product-name a {
    color: #000;
    text-decoration: none;
    pointer-events: none;
}

.shop_table.woocommerce-checkout-review-order-table .product-name .product-quantity {
    display: none;
}

.shop_table.woocommerce-checkout-review-order-table .product-name h6 {
    font-size: 15px;
}

.product-name h6 span {
    color: #E41F27;
    margin-left: 10px;
}

.product-quantity h6 span {
    color: #E41F27;
    margin-left: 10px;
}

table.cart .product-name h6 {
    display: none;
}


/*

DIY Style Stylings

*/

#diy-steps .steps ul {
    display: flex;
    justify-content: center;
    padding: 20px 0px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 25px;
}

#diy-steps.wizard .steps a {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0;
    margin: 0 85px 0 0;
    background: transparent;
    color: #fff;
}

#diy-steps.wizard .steps li.current a {
    color: #EFB029;
}

#diy-steps.wizard .steps a span {
    font-size: 20px;
}

#diy-steps.wizard .steps ul li:last-child a {
    margin: 0 0px 0 0;
}

#diy-steps.wizard>.steps>ul>li {
    width: auto;
    position: relative;
}

.wizard>.content {
    background: transparent !important;
    margin: 0px !important;
/*     min-height: unset !important; */
}

#diy-steps.wizard>.content>.body {
    width: 100%;
    padding: 0px;
	position:relative;
}

.steps-grid .steps-grid-image-wrapper {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 376px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.steps-grid .steps-grid-image-wrapper .bg-overlay {
    position: absolute;
    background: rgb(0 0 0 / 70%);
    width: 100%;
    height: 100%;
}

.steps-grid .steps-grid-image-wrapper h4 {
    z-index: 9;
    margin-bottom: 0px;
    font-size: 30px;
    text-transform: uppercase;
}

.steps-grid-data {
    padding: 30px;
    background: #000;
    max-width: 100%;
    margin: 0 auto;
}

.steps-grid-wrapper {
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.wizard>.content>.body .steps-grid-data ul {
    list-style: none !important;
}

.steps-grid-data ul li {
    padding-left: 20px !important;
    position: relative;
}

.steps-grid-data ul li:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #EFB029;
    position: absolute;
    left: 0;
    top: 8px;
}

.new-tag-wrapper {
    position: absolute;
    top: 35px;
    left: -60px;
    width: 236px;
    background: #E41F27;
    text-align: center;
    transform: rotateZ(313deg);
    padding: 5px 0px;
}

.new-tag-wrapper h5 {
    margin: 0;
    font-size: 25px;
}


/* #diy-steps .actions {
    display: none;
} */

#diy-steps.wizard>.actions>ul {
    display: flex;
    justify-content: center;
    padding: 20px;
}

#diy-steps.wizard>.actions>ul li:first-child {
    display: block !important;
}

.bottom-text h5 {
    color: #E41F27;
    font-size: 25px;
    text-align: center;
}

#diy-steps.wizard>.actions>ul li a {
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding: 15px 70px;
    background: #EFB029;
    border-radius: 10px;
    border: 1px solid #EFB029;
    transition: all ease 0.4s;
}

.quantity-wrapper {
    max-width: 502px;
    margin: 0 auto;
}

#diy-steps.wizard>.content>.body .quantity-wrapper label {
    display: block;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
}

#diy-steps.wizard>.content>.body .quantity-wrapper input {
    display: block;
    border: 1px solid #ccc;
    width: 141px;
    margin: 11px auto 11px auto;
    border-radius: 10px;
    color: #000;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}

#diy-steps.wizard>.content>.body .quantity-wrapper h4 {
    margin-bottom: 20px
}

.product-image-upload-wrapper {
    max-width: 610px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    padding: 20px 0px;
    position: relative;
}

.wizard>.content>.body input#product-image {
    border: none;
    max-width: 337px;
    width: 100%;
    margin: 0 auto 30px auto;
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #000;
}

.customer-message-wrapper {
    max-width: 875px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    padding: 20px 0px;
}

#customer-message {
/*     max-width: 625px; */
    margin: 30px auto 0 auto;
    color: #000;
    padding: 15px;
    border-radius: 10px;
}
.single_product_wrapper > img {
    height: 386px;
    object-fit: contain;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
    border: solid 1px #5e5656;
    background: #1d2127;
    padding: 10px;
}

.loader-wrapper {
    position: absolute;
    height: 100%;
    background: rgb(110 110 110 / 54%);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    top: 0px;
    display: none;
}

.loader-wrapper img {
    width: 40px;
    height: 40px;
}

.how-we-work-section.process .row {
    justify-content: center;
}

.how-we-work-section.process .process-head {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.how-we-work-section.process .inner-grid h5.grid-title {
    max-width: 240px;
    margin: 0 auto;
}

#diy-steps.wizard .steps li:after {
    content: '';
    background-image: url(/wp-content/uploads/2022/06/dotted-1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 18px;
    top: 5px;
    width: 52px;
    height: 20px;
    display: block;
    position: absolute;
}

#diy-steps.wizard .steps li:last-child:after {
    display: none;
}

#diy-steps.wizard .steps li:nth-child(2):after {
    background-image: url(/wp-content/uploads/2022/06/dotted-2.svg);
}

@media(max-width:400px) {
    #diy-steps.wizard .steps a {
        margin: 0 30px 0 0;
    }
    #diy-steps.wizard .steps li:after,
    .how-we-work-grid .inner-grid:after {
        display: none;
    }
}


/*

T Shirt Printing Steps

*/

.wizard>.content>.body {
    width: 100% !important;
}

#t-shirt-printing-steps ul[role="tablist"],
#t-shirt-selection-steps ul[role="tablist"] {
    display: none;
}

.select-category-wrapper,
#t-shirt-selection-steps .row {
    /* max-width: 525px; */
    margin: 0 auto;
    text-align: center;
}

.wizard>.content>.body .form-check-inline input {
    display: inline-block;
    border: none;
    margin-right: 10px;
}

.wizard>.content>.body .form-check-inline label {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
}

.step-sub-title {
    font-size: 25px;
    margin-bottom: 30px;
    color: #5BC6D5;
    text-align: center;
}

#gform_3 textarea {
    margin-top: 20px;
    max-height: 140px;
    border-radius: 10px;
}

.t-shirt-form-wrapper {
    max-width: 625px;
    margin: 0 auto;
    text-align: center;
}

#gform_submit_button_3 {
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding: 15px 30px;
    background: #EFB029;
    border-radius: 10px;
    border: 1px solid #EFB029;
    transition: all ease 0.4s;
    color: #fff;
    width: 100%;
    max-width: 169px;
    margin: 0 auto;
}

.parent>.row {
    display: flex;
    align-items: center;
    height: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.img-radio-btn-wrapper img {
    height: 240px;
    width: 100%;
    cursor: pointer;
    transition: transform 1s;
    object-fit: cover;
    margin-top: 10px;
}

#t-shirt-printing-steps .img-radio-btn-wrapper img {
    object-fit: contain;
}

#t-shirt-printing-steps .btn-back {
    color: #fff;
}

.img-radio-btn-wrapper label,
.label-top {
    overflow: hidden;
    position: relative;
    color: #EFB029;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.img-radio-btn-wrapper label p {
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.imgbgchk:checked+label>.tick_container {
    opacity: 1;
}


/*

T-shirt Selection Stylings 


*/

.other-query-form-wrapper {
    visibility: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    transition: all ease 0.4s;
}


/*         aNIMATION */

.imgbgchk:checked+label>img {
    /* transform: scale(1.25); */
    opacity: 0.3;
}

.tick_container {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
    text-align: center;
}

.tick {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 6px 12px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
}

#t-shirt-printing-steps .actions {
    display: none;
}

#t-shirt-printing-steps .actions ul {
    display: flex;
    justify-content: center;
}

#t-shirt-printing-steps .actions ul li a {
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding: 15px 30px;
    background: #EFB029;
    border-radius: 10px;
    border: 1px solid #EFB029;
    transition: all ease 0.4s;
    color: #fff;
    width: 100%;
    max-width: 169px;
    margin: 0 auto;
}

.wc-bulk-variations-table .wcbvp-row {
    background-color: transparent !important;
}

.woocommerce-product-gallery__image img {
    margin: 0px auto;
    padding: 30px;
}

.woo-product-gallery-slider {
    max-width: 100%;
    width: 100%
}

.wpgs-lightbox-icon {
    background: #fff;
    display: block;
}

.single .woocommerce-breadcrumb {
    display: none;
}

.single .single_add_to_cart_button {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background: #EFB029;
    border: 1px solid #EFB029;
    color: #fff;
    border-radius: 10px;
    padding: 12px 38px;
    margin: 0;
    cursor: pointer;
    margin-top: 20px;
}

.wcbvp-total-left {
    color: #EFB029;
}

.single .product_meta {
    display: none;
}

#t-shirt-selection-steps .actions {
    display: none;
}
.wc-bulk-variations-table.wcbvp-table .wcbvp-head-group {
    display: table-header-group;
    position: sticky;
    top: 0px;
    background: #000000;
	z-index:9999;
}
.wcbvp-header.wcbvp-row-header{
    position: sticky;
    left: 0px;
    background: #000000;
	z-index:9999;
}
span.close_selection {
    display:none;
}
.wc-bulk-variations-table-wrapper .wcbvp-grid-wrapper {
    overflow-x: scroll;
    margin-bottom: 20px;
    height: 442px;
    padding-right: 10px;
    scrollbar-face-color: #367CD2;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
}


/* Track */

.wc-bulk-variations-table-wrapper .wcbvp-grid-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(156, 156, 156, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


/* Let's get this party started */

.wc-bulk-variations-table-wrapper .wcbvp-grid-wrapper::-webkit-scrollbar {
    width: 12px;
}


/* Handle */

.wc-bulk-variations-table-wrapper .wcbvp-grid-wrapper::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #E41F27 !important;
    -webkit-box-shadow: inset 0 0 6px rgba(156, 156, 156, 0.5);
}
.site-header {
    z-index: 10;
}
.home-slideshow {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.home-slideshow video,
.home-slideshow video source {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-slideshow .hero-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    z-index: 10;
    max-width: 1240px;
    margin: 0 auto;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
}
.home-slideshow .hero-content h1 {
    font-size: 70px;
    font-weight: 600;
}
.home-slideshow .hero-content a {
    color: #fff;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    padding: 16px 20px;
    background: #EFB029;
    border-radius: 10px;
    display: block;
    max-width: 169px;
    text-align: center;
}
.home-slideshow .hero-content p {
    font-size: 18px;
}
.top-search {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    background: #000;
    padding: 50px 70px;
    z-index: 11;
    box-shadow: 0px 0 10px rgb(0 0 0 / 20%);
}
.top-search #auto-searchform {
    max-width: 500px;
    margin: 0 auto;
}
.top-search #auto-searchform #wasb-input {
    border-radius: 10px 0 0 10px;
    background-color: transparent;
    border-right: 0;
    color: #fff;
    padding: 12px 15px;
}
.top-search #auto-searchform input[id="#wasb-submit"] {
    text-decoration: none;
    color: #fff;
    background: transparent;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 0px 10px 10px 0px;
    padding: 15px 47px;
    transition: all ease 0.4s;
}
.top-search .close-search {
    position: absolute;
    right: 10%;
    top: 65px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
}
@media only screen and (max-width: 767px) {
	.top-search .close-search {
		right: 0;
		position: relative;
		background-color: #000;
		padding: 8px 14px;
		border-radius: 0px 0px 6px 6px;
	}
}
.s-cart {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
    text-decoration: none;
}

.s-cart:hover {
    text-decoration: none;
}

.s-cart .cart-contents-count {
    position: absolute;
    top: 15px;
    right: -12px;
    transform: translateY(-105%) translateX(25%);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    line-height: 22px;
    height: 22px;
    min-width: 22px;
    width: auto;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background: #E41F27;
    border-radius: 3px;
    padding: 0px 4px; 
}
.single-product .amount {
    font-size: 18px;
}
.single-product mark, 
.single-product ins,
.single-product .price {
    background-color: transparent;
    font-weight: bold;
    color: #efb000;
    margin-left: 6px;
}
.single-product del {
    color: #efb000;
    opacity: .6;
}
.single-product .woocommerce-Price-currencySymbol {
    font-size: .75em;
    margin-top: .05em;
    vertical-align: top;
}
.single-product .onsale {
    background-color: #efb000;
    color: #fff;
    font-weight: bolder;
    height: 3em;
    line-height: 43px;
    padding: 2px;
    text-align: center;
    transition: background-color .3s,color .3s,border .3s;
    white-space: nowrap;
    width: 3em;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 0;
}

/* Login and account page css */

.woocommerce-account ul{
	list-style:none;
}
.woocommerce-account .site-content {
    display: flex;
    width: 100%;
	max-width:1240px;
	margin: 0 auto;
}
.woocommerce-account main,
.woocommerce-account .site-main{
  width: 100%;
}
.woocommerce-account #customer_login .col-1, 
.woocommerce-account #customer_login .col-2 {
    float: left;
    width: 48%;
	text-align:left;
}
.woocommerce-account #customer_login .col-2{
	float:right;
}
.woocommerce-account #site-content {
    text-align: center;
}
.woocommerce-account h1.entry-title {
    text-transform: capitalize;
}
.woocommerce-account #customer_login h2 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.woocommerce-account #customer_login .form-row .input-text, 
.woocommerce-account #customer_login .form-row .input-text,
.woocommerce-account .woocommerce-ResetPassword.lost_reset_password .input-text {
    width: 100%;
    padding: 8px;
    margin: 7px 0;
    box-sizing: border-box;
}
.woocommerce-account .button.wp-element-button {
    margin: 20px 0;
	display:block;
    color: #fff;
    padding: 11px 46px;
    background: #EFB029;
    border: 1px solid #EFB029;
    border-radius: 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
	transition: all 0.3s;
}
.woocommerce-account .button.wp-element-button:hover{
    background: #EFB029;
	transition: all 0.3s;
}
.woocommerce-account #customer_login .button.button.wp-element-button:hover{
    background: #4fb748;
	transition: all 0.3s;
	border: 1px solid #4fb748;
}
.woocommerce-account #customer_login .woocommerce-LostPassword.lost_password a{
	color:#fff;
	transition: all 0.3s;
}
.woocommerce-account #customer_login .woocommerce-LostPassword.lost_password a:hover{
	color:#4fb748;
	transition: all 0.3s;
}
.woocommerce-account .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button.button.wp-element-button{
	margin: auto;
}
.woocommerce-account .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button.button.wp-element-button:hover{
	background: #4fb748;
	transition: all 0.3s;
	border: 1px solid #4fb748;
}
.woocommerce-account .woocommerce-ResetPassword.lost_reset_password .input-text {
	max-width: 500px;
	width:100%;
	display: block;
	margin: 7px auto;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 20%;
  margin-bottom: 1.5rem;
  margin-right: 3rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style:none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  border-bottom: solid 1px #ccc;
  margin-bottom: 0;
  padding: 10px 0;
    padding-top: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child{
	border-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a{
    color:#fff;
	text-align:left;
	text-decoration: none;
	display:block;
	transition: all 0.3s;
	text-transform: capitalize;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  text-decoration: none;
  color: #EFB029;
	transition: all 0.3s;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  text-decoration: none;
  color: #EFB029;
	transition: all 0.3s;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: left;
  width: 75%;
	text-align:left;
}
.woocommerce-account .woocommerce-MyAccount-content a {
  text-transform: capitalize;
  margin-left: 2px;
	color:#fff;
	font-weight:bold;
}
.woocommerce-account .col2-set .col-1, .woocommerce-account.col2-set .col-1 {
  float: left;
  width: 48%;
}
.woocommerce-account .col2-set .col-2, .woocommerce-account .col2-set .col-2 {
  float: right;
  width: 48%;
}
.woocommerce-account form .form-row .input-text, 
.woocommerce-account form .form-row .input-text {
  box-sizing: border-box;
  width: 100%;
    padding: 8px;
    margin: 7px 0;
    box-sizing: border-box;
}
.woocommerce-account .woocommerce-MyAccount-content .button.wp-element-button {
  margin: 20px 4px;
  display: inline-block;
  color: #fff;
  padding: 9px 19px;
  background: #EFB029;
  border: 1px solid #EFB029;
  border-radius: 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  transition: all 0.3s;
}
.woocommerce-account .woocommerce-MyAccount-content .button.wp-element-button:hover{
    background: #4fb748;
	transition: all 0.3s;
	border: 1px solid #4fb748;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .woocommerce-form-row{
	width:50%;
	float:left;
	padding:0 6px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account fieldset {
  clear: both;
}

@media only screen and (max-width: 767px) {
	.woocommerce-account {
		overflow-x:hidden;
	}
	.woocommerce-account #customer_login .col-1, 
	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content,
	.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .woocommerce-form-row,
	.woocommerce-account #customer_login .col-2 {
		float: none;
		width: 100%;
	}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .woocommerce-form-row {
  padding: 0 0px;
}
.woocommerce-account .site-content{
	padding: 0 15px;
}
.single_product_wrapper > img {
    height: 317px;
    margin: 30px auto 23px;
}
}













