/*
Theme Name: jzine Child Theme
Description: This is a custom child theme for Salient
Theme URI: https://jzine.cloudstandly.com/
Author: ThemeNectar
Author URI: https://jzine.cloudstandly.com/
Template: salient
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Ivy Mode';
    src: url('IvyMode-Regular.woff2') format('woff2'),
        url('IvyMode-Regular.woff') format('woff'),
        url('IvyMode-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ivy Mode';
    src: url('IvyMode-SemiBold.woff2') format('woff2'),
        url('IvyMode-SemiBold.woff') format('woff'),
        url('IvyMode-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
h1,h2{
font-family: 'Ivy Mode';
}
h3{
font-family: 'Ivy Mode';
}
h4,h5,h6{
font-family: 'Montserrat', sans-serif;
}
a,p,span,li,label{
font-family: 'Montserrat', sans-serif;
}

body.page-template-default.woocommerce-checkout .container-wrap select {
    background: #000;
}

body.page-template-default.woocommerce-checkout .select2-container--open .select2-dropdown--below {
    background: #000;
}

body.page-template-default.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #fff;
    color: #ffffff;
}

body.page-template-default.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
}

body.page-template-default.woocommerce-checkout input::placeholder,
body.page-template-default.woocommerce-checkout textarea::placeholder{
    color: #ffffff;
}

body.page-template-default.woocommerce-checkout input {
    border: 1px solid #ffffff !important;
}

body.page-template-default.woocommerce-checkout .checkout #order_review .order-review td, .checkout #order_review .order-review tr th {
    color: #ffffff;
}

body.page-template-default.woocommerce-checkout p{
    color:#ffffff;
}

body.page-template-default.woocommerce-checkout .container-wrap input[type=text],
body.page-template-default.woocommerce-checkout input.input-text,
textarea{
    color: #ffffff;
}

body.page-template-default.woocommerce-checkout .woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    border: 1px solid #ffffff;
}

body.page-template-default.woocommerce-checkout .container-wrap{
    background: #000000;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.images {
    background: #bcbdc5;
    padding: 15px 0;
}

div#header-space {
    display: none;
}
div#header-outer {
    position: absolute;
    top: 0;
    height: 0;
}
#header-outer[data-lhe=animated_underline] #top nav>ul.buttons.sf-menu li#menu-item-55 a{
    background: #BD0BFF;
    padding: 15px 15px !important;
    border-radius: 50px;
    color: #ffffff !important;
}

#header-outer[data-lhe="animated_underline"] #top nav >ul >li#menu-item-55 >a:before {
    display: none;
}
#header-outer[data-lhe="animated_underline"] #top nav >ul >li >a:before {
    content: "";
    background: #9158DC;
    position: absolute;
    top: -10px;
    left: 5px;
    width: 18px;
    height: 6px;
    border-radius: 100px;
    transition: all 0.3s linear;
    opacity: 0;
}
#header-outer[data-lhe="animated_underline"] #top nav >ul >li.current-menu-item >a, 
#header-outer[data-lhe="animated_underline"] #top nav >ul >li:hover >a {
    color: #9158DC;
    font-size: 16px;
    font-weight: 600;
}
#header-outer[data-lhe="animated_underline"] #top nav >ul >li:hover >a:before,
#header-outer[data-lhe="animated_underline"] #top nav >ul >li.current-menu-item >a:before {
    opacity: 1;
}
body #header-outer .icon-salient-search:before, body.material #header-outer .icon-salient-search:before {
    color: #00ADEF;
}
#header-outer[data-lhe="animated_underline"] #top nav >ul >li >a span:after {
    display: none !important;
}
div#section1 h1 {
    font-size: 80px;
    font-weight: 600;
    color: #9158DC;
    text-transform: uppercase;
    line-height: 1;
    margin-right: 0;
}
div#section1 p{
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    text-align: end;
    width: 72%;
    margin: 0 auto;
    margin-right: 15%;
    color: #ffffff;
}
div#section1 a.primary-color {
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    padding: 13px 34px;
    letter-spacing: 0;
    text-transform: capitalize;
    border-radius: 0 !important;
    display: table;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    align-items: center;
}
#header-outer[data-lhe="animated_underline"] #top nav >ul >li >a {
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 12px;
    color: #ffffff;
}
h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}
p {
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
}
a.nectar-button.small.regular.accent-color.regular-button {
    font-size: 16px;
    font-weight: 400;
    padding: 13px 32px;
    letter-spacing: 0;
    text-transform: capitalize;
    border-radius: 0 !important;
}
div#section2 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 10px;
    margin: 0 10px;
}
div#section2.section2second .row_col_wrap_12{
    padding-top: 40px;
    padding-bottom: 40px;
}
div#section1 .row_col_wrap_12 {
    padding-top: 8%;
    padding-bottom: 40px;
    margin: 0 60px;
}
div#section1 h3 {
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
}
div#section1 h4 {
    font-size: 22px;
    font-weight: 400;
    padding-top: 18px;
    color: #ffffff;
}
div#section1 .vc_col-sm-6:nth-child(2) .hover-wrap-inner img {
    width: 60%;
}
div#section1 .vc_col-sm-6:nth-child(1) {
    padding-top: 15%;
}
div#section1 .main {
    display: flex;
    direction: rtl;
    align-items: center;
    margin-right: 15%;
}
div#section1 .main ul {
    margin: 0;
}
div#section1 .main ul li {
    list-style: none;
    font-weight: 400;
    color: #ffffff;
}
div#section1 .main ul li:nth-child(1) {
    font-size: 22px;
    font-family: 'Ivy Mode';
}
div#section1 .main ul.second {
    padding-right: 25px;
}
div#section1 .main ul.first li img {
    margin: 0;
}
div#section1 ul.fti {
    position: absolute;
    top: 28%;
    z-index: 2;
    right: -25%;
}
div#section1 ul.fti li {
    list-style: none;
    padding-bottom: 25px;
}
div#section1 ul.fti li i {
    font-size: 18px;
    color: #ffffff;
}
div#section1 .owl-dots {
    display: none;
}
div#section1 div#secondd a {
    content: url(/wp-content/uploads/2023/10/Group-6723.png);
    position: absolute;
    right: -14em;
    bottom: 35px;
    width: 40%;
    transition-duration: 52s;
}
div#section1 a.nectar-button.small.regular.accent-color.regular-button {
    margin-top: 29px;
}
div#section1 .vc_col-sm-6:nth-child(2) .owl-item .carousel-item {
    padding:0 2px;
}
div#section1 .row-bg-wrap:nth-child(1) .inner-wrap:before {
    position: absolute;
    content: "";
    background: #9158dc73;
    width: 50%;
    height: 100%;
    z-index: 1;
    clip-path: polygon(100% 0, 100% 100%, 15% 100%, 0 85%, 0 0);
    right: 0;
}
div#section1 .row-bg-wrap:nth-child(1) .inner-wrap:after {
    position: absolute;
    content: "";
    background: #111111;
    width: 56%;
    height: 14%;
    z-index: 1;
    clip-path: polygon(87% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
    left: 0;
    bottom: 0;
}
div#section1 .owl-nav.disabled {
    margin: 0px !important;
    position: absolute;
    bottom: 20px;
    right: -22%;
}
div#section1 .owl-nav.disabled button span {
    display: none;
}
div#section1 .owl-nav.disabled button {
    width: 45px;
    height: 45px;
    background-color: transparent;
    border-radius: 0px !important;
    border: 2px solid #fff;
    transition: all 0.3s linear;
    color: #fff;
}
div#section1 .owl-nav.disabled button:hover {
    border-color: #9158DC;
    background: #9158DC;
}
div#section1 .owl-nav.disabled button.owl-prev:before{
    content: "\f053";
    font-family: FontAwesome;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}
div#section1 .owl-nav.disabled button.owl-next:before{
    content: "\f054";
    font-family: FontAwesome;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}
div#section1 .owl-nav.disabled button:hover:before {
    color: #fff;
}
div#section2.section2second .vc_col-sm-6,
div#section2.section2second .vc_col-sm-2 {
    padding-top: 35px;
    padding-right: 70px;
}

div#section2 .vc_col-sm-4::after {
    content: '';
    position: absolute;
    background: url('/wp-content/uploads/2023/12/For_Home_Page.png');
    width: 345px;
    height: 100%;
    z-index: 1;
    visibility: visible;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    background-position: left;
    background-size: cover;
}

div#section2.section2second h3 {
    font-size: 28px;
    font-weight: 400;
    color: #ffffff;
}
div#section2.section2second .vc_col-sm-6 .wpb_text_column, 
div#section2.section2second .vc_col-sm-2 .wpb_text_column {
    padding-bottom: 15px;
    display: block;
}
div#section2.section2second .vc_col-sm-2 img{
    margin: 0;
}
div#section2.section2second .vc_col-sm-2 .wpb_text_column.second{
    padding-top: 60px;
}
div#section2.section2second .vc_col-sm-2 .wpb_text_column.third {
    padding-top: 15px;
}
div#section3 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0 60px;
}
div#section3 a.nectar-button {
    float: right;
}
div#section3 div#second .vc_col-sm-5 {
    margin-top: 15%;
    margin-bottom: -15%;
    position: relative;
    z-index: 38;
}
div#section3 h3 {
    font-size: 40px;
    font-weight: 400;
}
    div#section2 h2 {
    color: #ffffff;
}
    div#section2 p {
    color: #ffffff;
}

div#section3 div#third {
    position: relative;
    z-index: 0;
}
div#section4 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0 60px;
}
div#section4 a.nectar-button {
    float: right;
}
h2.woocommerce-loop-product__title {
    color: #ffffff;
    padding-top: 0;
    font-size: 22px !important;
    font-weight: 500 !important;
}
.woocommerce  li.classic.product:hover .product-add-to-cart .button {
    opacity: 1;
}


.woocommerce .classic .product-wrap .product-add-to-cart .add_to_cart_button,
.woocommerce .classic .product-wrap .product-add-to-cart .button {
    opacity: 0;
    position: absolute !important;
    bottom: unset;
    left: unset;
    right:25px;
    top: 15px !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    background-image: url(/wp-content/uploads/2023/10/Group-6739.png) !important;
    background-repeat: no-repeat !important;
    padding: 12px 12px !important;
    width: 45px !important;
    height: 45px;
    background-position: center center !important;
    background-size: 55% !important;
}
.woocommerce .classic .product-wrap a.button {
    transform: unset;
}
.woocommerce  .add_to_cart_button i, 
.woocommerce  .add_to_cart_button span{
    display: none;
}
.woocommerce .product-wrap{
    background: #bcbdc5;
    height: 410px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
}
.woocommerce ul.products li.product .price {
    display: flex;
    margin-top: 10px;
}
span.woocommerce-Price-amount.amount bdi:nth-child(1) {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}

.woocommerce .product-wrap:hover a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    content:url(/wp-content/uploads/2023/10/Group-7617.png);
    z-index: 0;
    top: 0;
    left: 0;
}
.woocommerce ul.products li.product.classic .product-wrap img {
    position: relative;
}

.woocommerce .product-wrap .product-add-to-cart a:before {
    display: none;
}

div#section5 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0 60px;
}

div#section5 .row-bg-wrap:nth-child(1) .inner-wrap:before {
    position: absolute;
    content: "";
    background: #9158dc73;
    width: 75%;
    height: 100%;
    z-index: 1;
    clip-path: polygon(100% 0, 100% 85%, 85% 100%, 0 100%, 0 0);
    left: 0;
}

div#section6 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 180px;
}

div#section6 .owl-item .carousel-item {
    background: #111111;
    padding: 30px 30px;
    margin-right: 15px;
}

div#section6 .owl-item .carousel-item h3 {
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    height: 28px;
    color: #ffffff;
}

div#section6 .owl-item .carousel-item h4 {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 6px;
    line-height: 24px;
    color: #ffffff;
}

div#section6 .owl-nav.disabled {
    display: block;
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    border: 1px solid #D3D3D3;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 32%;
    right: 31%;
}

div#section6 .owl-theme[data-desktop-cols] .owl-nav [class*=owl-]{
    background: unset;
    border: unset;
    display: flex;
    justify-content: center;
    margin: 0;
}

div#section6 .owl-theme[data-desktop-cols] .owl-nav [class*=owl-] span {
   display:none;
}

div#section6 .owl-nav.disabled button.owl-prev:before{
    content: "\f053";
    font-family: FontAwesome;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    color: #D3D3D3;
}
div#section6 .owl-nav.disabled button.owl-next:before{
    content: "\f054";
    font-family: FontAwesome;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    color: #D3D3D3;
}

div#section6 .owl-nav.disabled button:hover:before {
    color: #9158DC;
}

div#section6 .owl-dots {
    display: none;
}


div#section6 .owl-item .carousel-item:hover {
    background: #9158DC;
}

div#section7 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 0;
    margin: 0;
}
div#section7 div#first .row_col_wrap_12_inner {
    display: flex;
    align-items: center;
}
div#section7 a.nectar-button.small.regular.accent-color.regular-button {
    float: right;
    background: transparent !important;
    border: 1px solid #ffffff;
    padding: 13px 30px;
    margin: 0;
}
#footer-outer #footer-widgets .col ul li a {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
}

#footer-outer #footer-widgets .col ul li {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
}

div#footer-outer {
    background-color: #160D21;
}

#footer-outer .widget h4 {
    font-size: 21px;
    font-weight: 500;
    color: #ffffff;
}

#footer-outer ul.fti {
    display: flex;
    padding-top: 15px;
}
#footer-outer ul.fti li {
    margin-bottom: 15px !important;
}

.material #footer-outer #footer-widgets .col ul li {
    padding: 0 !important;
    padding-bottom: 5px !important;
}

#footer-outer #footer-widgets .col ul li a i {
    padding-right: 12px;
}

#copyright .col.span_5 {
    width: 100%;
    display: flex;
}

#copyright .col.span_7.col_last {
    display: none;
}

#footer-outer #copyright p {
    padding: 0;
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    margin-right: 0;
}

#footer-outer #copyright {
    border-top: 1px solid #ffffff;
    margin: 0 60px;
}

#footer-outer #footer-widgets .col input[type=email] {
    border: 1px solid #ffffff !important;
    line-height: 30px;
    color: #ffffff;
    background: transparent !important;
    font-weight: 500 !important;
    padding: 10px 25px !important;
    height: 45px;
    border-radius: 0 !important;
    display: flex;
    margin: 0 auto;
    border: unset;
}

#footer-outer #footer-widgets .col input[type=submit] {
    border: unset;
    outline: unset;
    box-shadow: unset;
    color: transparent;
    background-image: url("/wp-content/uploads/2023/10/Icon-ionic-ios-arrow-back.png");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 3%;
    top: 32%;
    transform: unset !important;
    border-radius: 0px !important;
    background-color: #9158DC !important;
    width: 35px !important;
    height: 35px;
}

#footer-outer #footer-widgets .col input::placeholder { 
    color: rgba(182, 182, 182, 0.9) !important; 
}



#footer-outer ul.fti li {margin-right: 30px;}

#footer-outer #copyright .container {
    padding: 0;
}

#copyright .col.span_5 img {
    float: left;
}

#footer-outer #copyright p:nth-child(1) {
    margin-left: 0;
}

#footer-outer .widget h3 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
}

div#block-9 {
    padding-left: 75px;
}

div#contact1 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 40px;
}


div#contact1 br {
    display: none;
}

div#contact1 span.wpcf7-form-control-wrap {
    width: 33%;
    display: inline-block !important;
    padding-right: 10px;
}

div#contact1 span.wpcf7-form-control-wrap[data-name="textarea-650"] {
    width: 100%;
}

div#contact1 input[type="text"],
div#contact1 input[type="email"],
div#contact1 input[type="tel"],
div#contact1 textarea{
    background-color: transparent;
    border: unset;
    border-bottom: 1px solid #fff !important;
    box-shadow: unset;
    border-radius: 0 !important;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}
div#contact1 textarea{
    height: 100px;
}

div#contact1 span.wpcf7-form-control-wrap [placeholder="Message"] {
    padding-top: 60px;
}

div#contact1 input[type=submit] {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    padding: 13px 32px !important;
    text-transform: capitalize;
    border-radius: 10px !important;
    margin-top: 30px;
    display: table;
    margin: 0 auto;
}

div#contact1 .wpcf7-form .wpcf7-not-valid-tip {
    display: none;
}

div#contact1 .wpcf7-form .wpcf7-not-valid{
    border-bottom:2px solid red !important;
}

div#contact1  input:focus, 
div#contact1  select:focus, 
div#contact1 textarea:focus {
    border-color: #9158DC !important;
}

div#contact1 .wpcf7 .wpcf7-response-output {
    margin-left: 0;
    text-align: center;
    margin-top: 0;
}

.woocommerce .woocommerce-breadcrumb {
    padding-top: 11em;
}

body.product-template-default.single.single-product div#header-outer .container {
    background: #000;
}

body.product-template-default.single.single-product {
    background: #000 !important;
}

div#section2 h2 {
    color: #ffffff;
}

div#section2 p {
    color: #ffffff;
}
div#section3 h2 {
    color: #ffffff;
}

div#section4 h2  {
    color: #ffffff;
}

div#section5 h2 {
    color: #ffffff;
}

div#section5 p {
    color: #ffffff;
}

div#section6 h2 {
    color: #ffffff;
}

div#section6 p {
    color: #ffffff;
}

div#section7 h2 {
    color: #ffffff;
}



body.product-template-default.single.single-product  .container.main-content {
    background: #000;
}

h1, h2, h3, h4, h5, h6, p, a, soan, ul li, span {
    color: #ffffff !important;
}

.entry-summary .cart .quantity input.qty {
    color:#fff;
}

div#section4.wooden-boxes div#first {
    padding-bottom: 25px;
}

body.product-template-default.single.single-product h1.product_title.entry-title.nectar-inherit-default {
    font-size: 30px;
    line-height: 1.3;
    padding-top: 45px;
}

.woocommerce div.product div.images.woocommerce-product-gallery .product-slider img {
    width: 50%;
    margin: 0 auto;
}

#page-header-bg h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 85px;
    margin-top: 100px;
    font-family: 'Ivy Mode';
}

table.woocommerce-product-attributes.shop_attributes {
    display: none;
}

table.variations tbody tr th {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}

table.variations tbody tr td select {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}
.woocommerce div.product form.cart .variations select option {
    background: #000;
}
body.archive.tax-product_cat.tax-product_cat.woocommerce .container-wrap{
    background: #000 !important;
}

body.archive.tax-product_cat h1.page-title {
    padding-top: 10%;
}

body.archive.tax-product_cat.woocommerce .woocommerce-breadcrumb{
    padding-top: 3%;
}
.icon-salient-cart:before, body.material .icon-salient-cart:before {
    color: #ffffff;
}
body.archive.post-type-archive.post-type-archive-product.logged-in.admin-bar.theme-salient.xt_atc_override_spinner.woocommerce-shop.woocommerce.woocommerce-page.post-type-archive-product.woocommerce .container-wrap, .tax-product_cat.woocommerce .container-wrap {
    background-color: #000000 !important;
}

.stock-percentage-bar {
        height: 20px; /* Adjust the height of the progress bar */
    }
    
.stock-status {
    display: flex;
    align-items: center;
    border: 2px solid #FFF;
    padding-left: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 40px;
    position: relative;
}

.stock-bar {
    height: 12px;
    padding: 8px;
}

.stock-percentage {
    margin-left: 12px;
    color: #FFF;
}
div#header-outer {
    background: #000;
}
div#section1 ul.fti {
    right: 0;
    top: 0;
}  
body #footer-outer .row {
    padding: 30px 0 !important;
}
body.archive.tax-product_cat.term-canes.term-19 .term-description img {
    margin: 0 auto;
    display: table;
    width: 60%;
}
/* ============================================= */
div#section1 .vc_col-sm-6:nth-child(2) .hover-wrap-inner img {
    width: 60%;
    display: table;
    margin: 0 auto;
}
div#footer-widgets img {
    padding-left: 40px;
    padding-top: 20px;
}
h2.coming-soon {
    text-align: center;
    padding: 100px 0 !important;
}
body.woocommerce-cart.woocommerce-page .container-wrap {
    background: #000 !important;
}
body.woocommerce-cart.woocommerce-page .container-wrap th {
    color: #ffffff;
}
body.woocommerce-cart.woocommerce-page .container-wrap input#coupon_code {
    border: 1px solid #ffffff;
    margin: 0;
}
body.single-product .container-wrap {
    background: #000;
}
div#section2.section2second .vc_col-sm-4::after {
    display: none;
}
/* ============================================================= */
@media (max-width: 767px) and (orientation:portrait){
div#section1 ul.fti {
    position: unset !important;
    margin: 0 auto;
    display: table;
    padding-top: 0px;
    padding-bottom: 30px;
}
div#section1 ul.fti li {
    display: inline;
    padding-right: 30px;
}
div#section1 .vc_col-sm-6:nth-child(2) .hover-wrap-inner img {
    width: 100%;
}
h1,h2 {
    font-size: 30px !important;
    text-align: center;
    margin: 0;
    width: 100% !important;
}
p {
    text-align: center !important;
    font-size: 15px !important;
    width: 100% !important;
}
div#section1 .vc_col-sm-6:nth-child(2) .hover-wrap-inner img {
    width: 100% !important;
}
div#section1 .row_col_wrap_12 {
    margin: 0;
    padding: 0 !important;
}
div#section1 a.nectar-button.small.regular.accent-color.regular-button {
    margin: 0 auto;
    display: table;
}
div#section1 .vc_col-sm-6:nth-child(1) {
    padding: 0 !important;
}
div#section1 h3 {
    font-size: 30px;
    text-align: center;
    padding-top: 50px;
}
div#section1 h4 {
    font-size: 19px;
    text-align: center;
}
div#section1 p {
    width: 100% !important;
    margin: 0 !important;
    line-height: 1.4;
}
div#section1 .main ul li:nth-child(1) {
    font-size: 20px;
    text-align: center;
}
div#section2 .row_col_wrap_12 {
    margin: 0;
    padding: 30px 0;
}
div#section2.section2second .vc_col-sm-6, div#section2.section2second .vc_col-sm-2 {
    padding: 0;
}
div#section2.section2second .row_col_wrap_12 {
    padding: 40px 0;
}
div#section2.section2second .vc_col-sm-2 img {
    margin: 0 auto;
    isolation: auto;
    float: unset;
    position: relative;
    left: 50%;
}
div#section2.section2second .vc_col-sm-2 .wpb_text_column.second {
    padding: 0;
}
div#section2.section2second h3 {
    text-align: center;
}
a.nectar-button.small.regular.accent-color.regular-button {
    margin: 0 auto;
    display: table;
    margin-bottom: 20px;
}
h3 {
    font-size: 30px !IMPORTANT;
    text-align: center !important;
    width: 100% !important;
}
div#section3 .row_col_wrap_12 {
    margin: 0;
}
div#section3 a.nectar-button {
    float: unset;
}
div#section3 div#third {
    position: unset !important;
    margin-top: 34px !important;
}
div#section3 div#second .vc_col-sm-5 {
    margin: 0;
}
div#section4 .row_col_wrap_12 {
    margin: 0;
}
div#section4 h2 {
    line-height: 1.1;
}
div#section4 a.nectar-button {
    float: unset !important;
}
div#second span.price {
    text-align: center;
    position: relative;
    left: 39%;
}
div#section5 .row_col_wrap_12 {
    margin: 0;
}
div#section5 h2 {
    padding-bottom: 20px;
}
div#section6 .owl-item .carousel-item {
    padding: 0;
    margin: 0;
}
div#section6 .row_col_wrap_12 {margin: 0;}

div#section6 .owl-nav.disabled {
    position: unset;
    margin: 0 auto;
}
div#section7 a.nectar-button.small.regular.accent-color.regular-button {float: unset;margin: 0 auto;margin-bottom: 30px;}
div#footer-widgets img {
    padding: 0;
    margin: 0 auto;
    display: table;
}
div#block-9 {
    margin: 0;
    padding: 0;
    text-align: center;
}
div#block-10 {
    text-align: center;
}
#footer-outer ul.fti {
    margin: 0 auto;
    display: table;
}
#footer-outer ul.fti li {
    display: inline-block;
}
#footer-outer #copyright {
    margin: 0;
}
#footer-outer .widget h3 {
    padding-bottom: 10px;
}
#footer-outer #footer-widgets .col input[type=submit] {
    top: 35%;
}
#footer-outer #copyright p {
    width: 100% !important;
}
#copyright .col.span_5 {
    display: unset;
}
	div#section6 .owl-item .carousel-item h4 {
    text-align: center;
}
div#section6 p {
    text-align: center;
    padding: 10px 20px 10px 20px;
}
div#section6 img {
    margin: 0 auto;
    padding: 0 !important;
}
	body.product-template-default.single.single-product.woocommerce .woocommerce-breadcrumb {
    padding-top: 2em;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 25px;
}
body.single-product .container-wrap {
    padding-top: 0;
}
body.product-template-default.single.single-product h1.product_title.entry-title.nectar-inherit-default {
    text-align: center;
}
body.product-template-default.single.single-product p.price.nectar-inherit-default {
    text-align: center;
}
body.product-template-default.single.single-product p {
    text-align: center;
}
body.product-template-default.single.single-product .quantity {
    text-align: center;
}
body.product-template-default.single.single-product button.single_add_to_cart_button.button.alt {margin: 0 auto;display: table;float: unset;margin-top: 30px;}
body.product-template-default.single.single-product span.posted_in {
    padding-top: 0px;
    text-align: center;
}
body.product-template-default.single.single-product .woocommerce-tabs.wc-tabs-wrapper.full-width-tabs {
    margin-top: 0 !important;
}
body.product-template-default.single.single-product ul.tabs.wc-tabs {
    margin-top: 0 !important;
}
body.product-template-default.single.single-product span#reply-title {
    text-align: center;
}
body.product-template-default.single.single-product .comment-form-rating {
    text-align: center;
    margin: 0 auto;
}
body.product-template-default.single.single-product textarea#comment {
    border: 1px solid #ffffff;
    width: 90% !important;
}
body.product-template-default.single.single-product input#submit {
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    display: flex;
    left: 0;
    right: 0;
    position: absolute;
}
body.product-template-default.single.single-product p.form-submit {
    margin-top: 10px !important;
    margin: 0;
    justify-content: center;
    align-items: center;
    display: flex !important;
}
body.product-template-default.single.single-product .related.products>h2 {
    text-align: center;
}
body.product-template-default.single.single-product h2.woocommerce-loop-product__title {
    text-align: center;
}
div#contact1 span.wpcf7-form-control-wrap {
    width: 100%;
}
div#contact1 span.wpcf7-form-control-wrap [placeholder="Message"] {
    padding: 10px 0 0 7px;
}	
}
/* ================================================= */