@font-face {
    font-family: 'Now';
    src: url('../fonts/Now-Light.woff') format('woff2'),
        url('../fonts/Now-Light.woff2') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Now';
    src: url('../fonts/Now-Regular.woff') format('woff2'),
        url('../fonts/Now-Regular.woff2') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Now';
    src: url('../fonts/Now-Medium.woff') format('woff2'),
        url('../fonts/Now-Medium.woff2') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Now Alt';
    src: url('../fonts/NowAlt-Regular.woff') format('woff2'),
        url('../fonts/NowAlt-Regular.woff2') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GillSans';
    src: url('../fonts/GillSans-Bold.woff') format('woff2'),
        url('../fonts/GillSans-Bold.woff2') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}






* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    word-wrap: break-word
}

body {
    font-family: 'Now', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
    position: relative;
    height: 100%;
}



html {
    position: relative;
}



img {
    vertical-align: middle;
    max-width: 100%;
}

a img {
    border: none;
}

a {
    text-decoration: none;
    color: #000000;
}

ul {
    list-style: none
}

:focus {
    outline: none
}



.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding: 0 20px;
    width: 100%;
}

.wrapper2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    padding: 0 20px;
    width: 100%;
}

.wrapper_h {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding: 0 20px;
    width: 100%;
}




.clr {
    clear: both;
    float: none;
    display: block;
}

.clr:after,
.afclr:after {
    clear: both;
    float: none;
    display: block;
    content: ""
}

input[type="submit"],
button {
    -webkit-appearance: none
}

select {
    word-wrap: normal
}

::-webkit-input-placeholder {

    color: #6f6f6f;

}

:-moz-placeholder {

    color: #6f6f6f;

}

::-moz-placeholder {

    color: #6f6f6f;

}



/* css sticky header */


.sticky_header {
    position: fixed;
    left: 0;
    right: 0;
    top: -80px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.19);
    background-color: #ffffff;

}

.sticky_header.header_is_sticky {
    top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

.sticky_header_inner>.menu {
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}




.sticky_header_inner .header_sec_right {
    justify-content: space-between;

}



.sticky_header_sec_nav_b {
    align-items: center;
    display: flex;
}

.sticky_header_inner .header_sec_logo {
    width: 14%;
}

.header_section_inner_b.sticky_header_inner {
    justify-content: space-between;
}

.sticky_header.header_section {
    padding: 14px 0px;
}

.sticky_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 40px;
}

.sticky_btn .site_btn:hover {

    background-color: #ffffff;
    color: #000;
}

/* css sticky header  end*/











.woocommerce h2 {
    font-weight: 400;
    padding-bottom: 6px;
    text-transform: capitalize;
    font-family: 'Commissioner', sans-serif;
}



/* Menu Bar */

.menu {
    display: flex;
    justify-content: center;
}


.site-menu {
    display: inline-block;
}

.nav-menu>li {
    margin: 0 5px;
    position: relative;
    display: inline-block;
}

.nav-menu li:nth-last-child(2) {}

.nav-menu>li>a {
    position: relative;
    display: block;
    padding: 16px 5px 12px 5px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-size: 16px;
    line-height: 20px;
    /* letter-spacing: 0.14em; */
    text-transform: capitalize;
    color: #000;
}


.nav-menu .sub-menu {

    position: absolute;

    top: 100%;

    left: 4px;

    width: 180px;

    transition: all 0.3s ease;

    -webkit-transition: all 0.3s ease;

    z-index: 1000;

    visibility: visible;

    filter: alpha(opacity=0);

    visibility: hidden;

    opacity: 0;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.211764);

}


.nav-menu .sub-menu li {
    float: none;
    background: #fff;
    border-bottom: 1px solid #f1eded;
    border-left: none;
    padding: 0;
    display: block;
    position: relative;
}

.nav-menu .sub-menu li:first-child {
    border-top: 2px solid #263780
}

.nav-menu .sub-menu a {
    padding: 10px
}

.nav-menu .sub-menu li a {
    text-align: left;
    font-size: 14px;
    display: block;
}

.nav-menu .sub-menu ul {
    position: absolute;
    top: 0px;
    left: 100%;
    border-top: 0;
    padding-left: 0px;
    padding-top: 0;
    filter: alpha(opacity=0);
    width: 180px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(40px, 0)
}

.nav-menu .sub-menu li:last-child {
    border-bottom: none;
}



.nav-menu li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav-menu .sub-menu li:hover ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0px, 0)
}

.nav-menu .sub-menu ul li:first-child {
    border-top: none;
}

.nav-menu .sub-menu ul li,
.nav-menu .sub-menu ul li:first-child {
    background: #f8f8f8;
}

.cross_button {
    display: none
}

.menu_section {}

.nav-menu>li:hover>a {
    color: #263780
}

.nav-menu .sub-menu li a:hover {
    color: #263780;
    background-color: #000;
}

.menu_expand {
    display: none;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.2;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    letter-spacing: 3px;
    text-decoration: none;
    float: right;
    border-radius: 5px;
    padding: 10px;
    background: #273780;
}



.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    opacity: 0;
}

.overlay.active {
    z-index: 100;
    opacity: 1;
}

.top_menu_section {
    border: 0.5px solid #B3B3B3;
    border-left: 0;
    border-right: 0;
}

/* Menu Bar End */


.site_btn {

    font-size: 16px;
    text-transform: uppercase;
    background-color: #3f539a;
    color: #ffffff;
    padding: 14px 23px 12px;
    border-radius: 100px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    border: 1px solid #3f539a;
    min-width: 170px;
    display: inline-block;
    /* line-height: 1; */
}

.page_common_text p {
    font-weight: 400;
    font-size: 26px;
    line-height: 40px;
}

.page_common_title h2 {
    font-family: 'Commissioner', sans-serif;
    font-weight: 600;
    font-size: 42px;
    color: #000000;
    text-transform: inherit;
    padding-bottom: 0;
}

/* <!-- top header Section --> */


.header_section {
    padding: 18px 0px;
}

.header_section_inner_b {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header_sec_logo {
    width: 16%;
    padding-right: 10px;
}

.header_sec_right {
    width: 84%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}

.header_sec_nav {
    width: 52%;
    display: flex;
    align-items: center;
    justify-content: end;

}

.header_btn {
    padding-left: 16px;
}

.header_btn>a {
    display: inline-block;
}

.header_btn>a:hover {
    background-color: transparent;
    color: #000000;


}

.header_btn .site_btn {
    min-width: unset;
}

.login_box_content {
    display: inline-flex;
    align-items: center;
    padding-right: 5px;
    width: 100%;

}

.made_usa img {
    max-width: 44px;
    padding-right: 5px;
    position: relative;
    top: -1px;
}


.made_usa {
    font-size: 14px;
    display: flex;
    align-items: center;
    padding-top: 16px;
}


.login_box_content img {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 13px;
}

/* .login_box_content span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
} */

.cart_icon {
    display: flex;
    align-items: center;
}

.add_cart_top_r {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;

    border-left: 1px solid #000000;
}

.header_login_block {
    width: 48%;
    display: flex;
    align-items: center;
    padding-left: 20px;
    justify-content: end;
    flex-wrap: wrap;
}

.header_login_block_inner {
    display: flex;
    align-items: center;
    padding-right: 17px;
    width: 70%;
}



.header_login_block_inner_b a {
    display: inline-flex;
    padding: 10px 5px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.header_login_block_inner_b a:hover {
    color: #3f539a;
}

.add_cart_top_r a {
    padding: 10px;
    display: flex;
    align-items: center;
}

.add_cart_top_r a:hover {
    color: #3f539a;

}

.header_login_block_inner_b:first-child {}




/* banner sec */

.top_banner_sec_img {
    display: block;
    position: relative;
}

.top_banner_sec_img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 50%;
    top: 0;
    left: 0;
    z-index: 0;
}

.top_banner_sec_img>img {
    width: 100%;
}

.top_banner_sec_inner {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    z-index: 1;
    width: 100%;
}

.top_banner_sec_inner_b {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.top_banner_content {
    width: 50%;
    padding-right: 60px;

}

.top_banner_content h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 74px;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 36px;
    line-height: 68px;
}

.top_banner_content p {
    font-family: inherit;
    color: #ffffff;
    font-weight: 400;
    font-size: 29px;
    line-height: 36px;

}

.banner_bottom_info {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffffbd;
    z-index: 1;
    max-width: 286px;
    padding: 16px 24px;
    background: #0003;
}


.banner_bottom_info p {
    line-height: 1.5;
    font-size: 16px;
}

.top_banner_sub_img {
    width: 50%;
}

.top_banner_sub_img>img {
    width: 82%;
}

.top_banner_btn {
    padding-top: 55px;
    margin: 0 -12px;
}

.top_banner_btn>a {
    display: inline-block;
    margin: 0 12px;
}

.top_banner_btn>a:first-child {
    background-color: #6479bf;
    border: 1px solid #6479bf;

}

.top_banner_btn>a:first-child:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
}

.top_banner_btn>a:last-child {
    border: 1px solid #ffffff;
    background-color: transparent;

}

.top_banner_btn>a:last-child:hover {
    background-color: #6479bf;
    border: 1px solid #6479bf;
    color: #ffffff;
}

/* featured products secton  */

.featured_products_secton {
    padding: 114px 0 70px;
}

.featured_products_sec_inner .page_common_title {
    padding-bottom: 50px;
}

.featured_products_sec_inner_block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    justify-content: center;
}

.featured_products_block_content {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 40px;
}

.featured_products_img {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 76%;
}

.featured_products_img a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
}

.featured_products_img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}

.products_block_info {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    padding-top: 28px;

}

.products_block_info_text {
    width: 54%;
    padding: 0 5px;
}

.products_block_info_cart {
    width: 46%;
    padding: 0 5px;
    text-align: right;
}

.products_block_info_cart>a {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}


.woocommerce-js .products_block_info .add_to_cart_button {
    display: inline-block;
    padding: 11px 41px 8px 11px;
    border: 1px solid #99a3c9;
    border-radius: 10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 12px;
    margin-bottom: 12px;
    background-color: #fff !important;
    color: #000 !important;
    text-align: center;
}

.woocommerce-js .products_block_info .add_to_cart_button:hover {
    border-radius: 0px;
    border: 1px solid #000;
}





.products_block_info_cart>a.added_to_cart {
    text-transform: capitalize;
    font-size: 15px;
    display: flex;
    justify-content: end;
}



.woocommerce-js .products_block_info .add_to_cart_button.loading {
    padding-right: 41px;
}

.products_block_info .add_to_cart_button.loading:after {
    top: 50% !important;
    right: 1em;
    animation: inherit !important;
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;

}

.woocommerce-js .products_block_info .add_to_cart_button.added::after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: 0.53em;
    vertical-align: bottom;
}

.products_block_info .add_to_cart_button:after {
    position: absolute;
    right: 13px;
    content: "";
    background: url(../images/cart-icon.svg);
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
}

.featured_products_block_content:hover .products_block_info_cart>a {

    opacity: 1;
    visibility: visible;
}

.products_block_info_text>h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    padding-bottom: 10px;
}

.products_block_info_text>p {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
}

.add_cart_btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 11px;
    border: 1px solid #99a3c9;
    border-radius: 10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.add_cart_btn>span {
    font-size: 13px;
    font-weight: 300;
    color: #000000;
    margin-top: 3px;
}

.add_cart_btn>img {
    width: 22px;
    /* height: 22px; */
    margin-left: 10px;
}

.products_block_info_cart a:hover .add_cart_btn {
    border-radius: 0px;
    border: 1px solid #000;
}


/* <!-- product show section --> */

.product_show_section {
    padding-bottom: 160px;
}

.product_show_section_inner_b {
    display: flex;
    margin: 0 -35px;
    flex-wrap: wrap;
}

.product_show_sec_content {
    width: 50%;
    padding: 0 35px;
}

.product_show_content_box {
    background-color: #eef2f3;
    border-radius: 12px;
    height: 100%;
}

.product_show_info1 .page_common_title {
    background: #ffffffa6;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    margin: 25px 32px;
    border-radius: 5px;
}

.product_show_info2 .page_common_title {
    padding: 25px 60px 50px;
}

.product_show_info2 .page_common_title h2 {
    text-align: center;
}



.product_show_info2 .product_show_content_img>img {
    position: relative;
    top: -40px;

}

.product_show_info1 .product_show_content_img {
    text-align: right;
    padding-right: 47px;
}


.product_show_info2 .product_show_content_img {
    padding-left: 6px;
}

/* <!-- cooling case cta section --> */

.case_cta_section {
    background-image: url('../images/case-cta-background-img3.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 20px;
}

.case_cta_sec_outer_b {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.case_cta_sec_side_img {
    width: 46%;
    padding-right: 40px;
    position: relative;
    left: -170px;
    margin-top: auto;
}

.case_cta_sec_side_img>img {
    width: 100%;

}

.case_cta_sec_inner {
    width: 54%;

    display: flex;
    align-items: center;
}

.case_cta_sec_inner_b {
    padding: 60px 54px 60px 0;
}

.case_cta_sec_inner_b .page_common_title {
    padding-bottom: 20px;
}

.case_cta_sec_inner_b .page_common_title h2 {
    color: #ffffff;


}

.case_cta_sec_content {
    padding-bottom: 24px;
    padding-right: 72px;
}

.case_cta_sec_content p {

    color: #ffffff;
}

.case_cta_sec_content p>span {
    font-family: 'GillSans';
    color: #ce983c;
    font-weight: 700;
}

.case_cta_sec_inner_b>h5 {
    font-family: 'Commissioner', sans-serif;
    font-weight: 600;
    font-size: 42px;
    color: #ffffff;
}

.case_cta_sec_btn {
    padding-top: 22px;

}

.case_cta_sec_btn .site_btn {
    display: inline-block;
    background-color: #daae58;
    border: 1px solid #daae58;
    margin-right: 20px;

    color: #000000;
}

.case_cta_sec_btn .site_btn:last-child {
    margin-right: 0;
}

/* <!--Compatible section --> */

.compatible_section {
    padding: 120px 0 140px;
}

.compatible_section_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}

.compatible_section_content {
    width: 50%;
    padding-left: 40px;
}

.compatible_section_content_text {

    padding-top: 50px;
}

.compatible_section_content_text p {

    padding-right: 20px;

}

.compatible_sec_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.compatible_sec_img>img {
    display: block;
    width: 100%;
    padding: 0 80px;
}

/* <!--business section --> */

.business_section {
    padding-bottom: 120px;
}

.business_sec_outer_b {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.business_section_img_block {
    width: 49%;
    padding-right: 40px;
}

.business_section_inner {
    width: 51%;
    margin-left: auto;
}

.business_section_img {
    width: 570px;
    height: 570px;
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
    position: relative;
    /* left: -170px; */
    top: -15px;
}

.business_section_img>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.business_section_content_text {


    padding-top: 40px;

}



.business_section_content_text p>span {
    color: #e0c074;
    font-weight: 500
}

.business_sec_list {
    display: flex;
    padding-top: 24px;
    align-items: center;
    flex-wrap: wrap;
}

.business_sec_list_rate {
    width: 32%;
    padding-right: 15px;
}

.business_sec_list_block {
    width: 68%;
    padding-left: 15px;

}

.business_sec_list_rate h5 {
    font-family: 'Commissioner', sans-serif;
    font-weight: 600;
    font-size: 42px;
    color: #000000;
    padding-bottom: 36px;
}

.business_sec_list_rate a {
    display: inline-block;
    background-color: #e0c074;
    border: 1px solid #e0c074;
    color: #000000;
}


.business_sec_list_block {
    position: relative;
}

.business_sec_list_block::after {
    position: absolute;
    content: "";
    left: 70px;
    right: 0;
    top: 0;
    margin: auto;
    width: 75px;
    height: 133px;
    background-image: url('../images/curve-arrow-icon.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.business_sec_list_block ul li {
    font-size: 26px;
    font-weight: 400;
    color: #000;
    padding-bottom: 20px;
    line-height: 1;

}

.business_sec_list_block ul li:last-child {
    padding: 0;
}


/* <!-- navigation_section --> */
.navigation_section {
    background-color: #83a0bb;


}

.navigation_section_img {
    width: 40%;
    float: left;

}

.navigation_section_img>img {
    display: block;
    width: 100%;
    height: 100%;
}

.navigation_section_inner {
    width: 61%;
    /* float: right; */
    margin-left: auto;
    padding-left: 3px;
    position: relative;


}

.navigation_sec_block {
    display: flex;
}


.navigation_section_inner_b {

    width: 60%;
    padding: 53px 90px 50px 0;

    position: relative;
}

.navigation_sec_overheated {
    position: absolute;
    top: -20px;
    right: -16px;
}

/* .navigation_sec_overheated img{margin: auto 0;} */
/* .navigation_section_inner_b::after{
    position: absolute;
    content: "";
    width: 460px;
    height: 500px;
    background-image: url("../images/ipad-overheated-img.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: -20px;
   left: 100%;
} */
.navigation_section_inner_b .page_common_title {
    padding-bottom: 40px;
}

.navigation_section_inner_b .page_common_title h2 {
    color: #ffffff;


}

.navigation_sec_content {
    padding-right: 30px;
}

.navigation_sec_content p {
    color: #ffffff;

}



/* <!-- featured secton --> */

.featured_secton {
    padding: 140px 0 80px;
}

.featured_secton_inner_b {

    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: center;
}

.featured_secton_content {
    width: 20%;
    padding: 0 15px;
    margin-bottom: 40px;
}

.featured_secton_content_img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 44%;
    position: relative;
}

.featured_secton_content_img>img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    padding: 10px;
}

.featured_sec_content_block {
    padding: 30px 16px 40px;
    background-color: #f6f6f6;
    border-radius: 12px;
    text-align: center;
    HEIGHT: 100%;
}

.featured_secton_content_title {

    padding: 20px 0;

}

.featured_secton_content_title>h4 {
    font-family: 'Commissioner', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #000000;
}

.featured_secton_content_text p {
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 29px;
}

/* <!-- menufactured section --> */

.menufactured_section {
    padding: 90px 0;
    background-color: #fafafa;
}

.menufactured_section_inner {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.menufactured_sec_inner_img {
    width: 155px;
    height: 155px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.menufactured_sec_inner_img>img {
    width: 100%;
    display: block;
}

.menufactured_sec_inner_title {
    margin-bottom: 17px;
}

.menufactured_sec_inner_content p {
    font-family: inherit;
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
}






/* <!-- faq section --> */
.faqs_box_section {
    padding: 130px 0 130px;
}

.faqs_box_section_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.faqs_box_img {
    width: 40%;
}

.faqs_content_outer {
    width: 62%;
    display: flex;
    align-items: center;
}

/* .faqs_box_img span {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(180deg);
    color: #f3f3f3;
} */

.faqs_box_img img {
    width: 50%;
    margin-right: auto;

}

.faqs_list_content {
    width: 100%;
}


.faq_title h2 {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 283px;
    color: #f1f1f1;
    font-weight: 600;
    font-family: 'Commissioner', sans-serif;
    text-transform: uppercase;
    padding-bottom: 0;
}



.faq_title {
    position: relative;
    left: -68px;
    width: 38%;
}



.acc__card {
    position: relative;
    border-bottom: 1px solid #b7b7b7
}

.acc__card:last-child {
    border: none;
}

.acc__title {
    cursor: pointer;
    display: block;
    padding: 30px 0;
    position: relative;
    text-align: left;
}

.acc__title h4 {
    font-family: 'Commissioner', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    display: block;
    text-align: left;
    padding-right: 26px;
}

.acc__title::after {
    position: absolute;
    left: auto;
    content: " ";
    top: 50%;
    transform: translateY(-50%);
    background: url('../images/plus_icon.svg') 50% 50% no-repeat;
    width: 23px;
    right: 0;
    height: 23px;

}

.acc__title.active::after {
    background: url('../images/minus_icon.svg') 50% 50% no-repeat;
    width: 23px;
    height: 23px;
}

.acc__panel {
    padding-bottom: 40px;
    display: none;
    margin-top: -5px;
    padding-right: 110px;
}

.acc__panel p {
    font-family: inherit;
    color: #000;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 15px;
}

.acc__panel p:last-child {
    margin: 0;
}


/* <!-- Testimonial section --> */


.testimonial_section {
    padding: 130px 0;
    background-color: #f2f2f2;
}

.testimonial_section_inner {
    padding: 0 2px;
}

.testimonial_section_title {
    text-align: center;
    padding-bottom: 80px;
}


.testimonial_sec_block {
    display: flex;
}

.testimonial_sec_content {
    width: 100%
}

.testimonial_sec_content_inner {
    padding: 16px 16px 0 16px;
    border: 1px solid #e6c061;
    border-radius: 12px;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.testimonial_sec_content_img {
    width: 100%;
}

.testimonial_sec_content_img>img {
    width: 100%;
    display: block;
}

.testimonial_sec_content_text {
    padding-top: 35px;
}

.testimonial_sec_content_text p {
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 10px;

}

.testimonial_sec_content_text p:last-child {
    padding: 0;
}

.testimonial_sec_name {
    padding-top: 40px;

}

.testimonial_sec_name h5 {
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    padding-bottom: 7px;
}

.testimonial_sec_name p {
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    color: #959292;
    text-align: center;
}

.testimonial_sec_bottom_img {
    position: relative;
    top: 20px;
    background-color: #273780;
    height: 45px;
    width: 45px;
    margin: auto;
    border-radius: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial_sec_bottom_img>img {
    width: 100%;
    display: block;
    margin: auto;
}

.testimonial_swiper {
    padding-bottom: 80px;
}

.testimonial_swiper .testimonial_pagination .swiper-pagination-bullet {

    width: 18px;
    height: 18px;
    background: #0c0c0a;
    margin: 0 18px;
}




.instagram_section {
    padding: 130px 0 100px;
}

.insta_heading.page_common_title {
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}

.insta_sec_img_info {
    position: relative;
}

.insta_img_ov {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;

}

.insta_img {
    display: block;
}

.insta_img img {
    width: 100%;
}

.insta_sec_img_info:hover .insta_img_ov {
    opacity: 1;
    visibility: visible;

}

.insta_img_ov img {
    width: 70px;
    height: 70px;
}

.foll_us_btn {
    text-align: center;
    display: block;
    margin-top: 80px;
    position: relative;
    z-index: 1;
}

.foll_us_btn .site_btn {
    display: inline-block;
    background-color: #d6ad57;
    border: 1px solid #d6ad57;
    color: #000000;
}







/* sign_up_section */
.sign_up_section {

    padding: 0 0 120px;
}

.sign_up_section_inner {
    text-align: center;
    width: 80%;
    margin: auto;
}

.sign_up_section_title {
    padding-bottom: 25px;
}

.sign_up_section_content {

    padding-bottom: 41px;
    width: 50%;
    margin: auto;
}

.sign_up_section_content p {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
}

.sign_up_sec_input_b {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding-bottom: 30px;
}

.sign_up_sec_input {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 20px;


}

.sign_input_box {
    border-radius: 100px;
    border: 1px solid #000000;
}

.sign_up_sec_input input {
    appearance: none;
    border-radius: 100px;
    padding: 24px 22px;
    font-size: 18px;
    font-family: 'Commissioner', sans-serif;
    width: 100%;
    border: none;

}

.sign_up_sec_input input::placeholder {
    font-family: 'Commissioner', sans-serif;
    color: #6f6f6f;
    font-weight: 300;
    font-size: 18px;
}

.sign_up_sec_form_btn .site_btn {
    display: inline-block;
    background-color: #d6ad57;
    border: 1px solid #d6ad57;
    color: #000000;
    cursor: pointer;
    min-width: 240px;

}

/* footer section  */

.footer_section {
    position: relative;
    padding: 100px 0 135px;
    background-image: url('../images/footer-bg-2.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;


}

/* .footer_section::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: #000000;
    width: 100%;
    height: 100%;
    opacity: 32%;
    z-index: -1;
} */


.footer_section_inner_b {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}


.footer_sec_content {
    width: 20%;
    padding: 0 20px;
}

/* .footer_content_03{
    width: 15%;
} */

.footer_content_04 {
    width: 40%;
}

.footer_sec_content_tltle {
    padding-bottom: 26px;
}

.footer_sec_content_tltle>h5 {
    font-family: 'Commissioner', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
}

.footer_sec_content_list ul li {
    margin-bottom: 16px;
}

.footer_sec_content_list ul li:last-child {
    margin: 0;
}

.footer_sec_content_list ul li a {
    display: inline-block;
    font-family: 'Commissioner', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;

}

.footer_sec_content_list ul li a:hover {
    color: #d6ad57;
}

.footer_media_img {
    width: 24px;

}

.footer_media_img svg {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer_media_img svg path {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.media_links {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px;
}

.media_links_b {
    padding: 0 9px;
}


.top_header_r {
    display: flex;
    flex-wrap: wrap;
    width: 30%;
    justify-content: center;
}

.media_links_b a:hover .footer_media_img svg path {
    fill: #d0a957;
}


.footer_payment_img {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}

.footer_payment_img img {

    width: 65px;
    height: 45px;
    display: block;
    padding: 4px;

}

.product_show_content_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rights_reserved_section {
    padding: 20px 0;
    background-color: #797979;
}

.rights_reserved_sec_inner p a {
    text-align: center;
    font-family: 'Commissioner', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}


.site_btn:hover {
    background-color: transparent;
    color: #daae58;
}

.mob_img {
    display: none;
}






.error_img {
    text-align: center;
    padding: 65px 0 70px
}

.error_section h1 {
    font-size: 150px;
    color: #3f539a;
    font-weight: bold;
    line-height: 0.9;
    margin-bottom: 23px;
    margin-top: 0px;
    font-family: 'Montserrat', sans-serif;
}

.error_section h3 {
    font-family: 'Commissioner', sans-serif;
    font-weight: 600;
    font-size: 42px;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 10px
}

.error_section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 23px;
    color: #000;
}

.error_section .site_btn:hover {
    background-color: transparent;
    color: #000000;
}


.page_title_setcion {
    position: relative;
    overflow: hidden;
}

.page_title_setcion img {
    width: 100%;

}

.page_title_setcion_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.full_height {
    height: 100%;
}

.page_title_setcion_text {
    width: 100%;
    height: 100%;
    display: table;
    margin: auto;
}

.txt_inn {
    display: table-cell;
    vertical-align: middle;
}

.txt_inn h1 {
    font-size: 70px;
    color: #fff;
    line-height: 1.1;
    position: relative;
    z-index: 1;
    text-transform: uppercase;

    font-family: 'Montserrat', sans-serif;
}

.entry-content {
    min-height: 200px;
}







/* .................... mini cart css ....................*/

.site-header-cart {
    position: absolute;

    top: 100%;

    padding: 0px;

    display: none;

    z-index: 99;

    background-color: #fff;

    min-width: 300px;

    right: -15px;

    -webkit-transition: 0.5s ease-in-out;

    transition: 0.5s ease-in-out;

    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.18);

    padding: 18px 15px;
}

.header-cart .woocommerce a.remove {
    font-size: 15px;

    background: red;

    color: #fff !important;

    text-align: center !important;

    padding: 1.8px 1.5px !important;

    margin: 0;

    line-height: 0.9;
}

.header-cart .woocommerce a.remove:hover {}

.header-cart-inner {
    position: relative;
}

.header-cart-inner:hover .site-header-cart {
    display: block;

    opacity: 1;
}

.site-header-cart .widget_shopping_cart {
    position: static;
}

.mini_cart_total_amt .woocommerce-Price-amount.amount,
.mini_cart_total_amt .woocommerce-Price-currencySymbol {
    color: #6d6d6d !important;

    padding-bottom: 0;

    font-size: 16px !important;

    padding-bottom: 0;
}

.mini_cart_total_amt {
    padding-top: 3px;
}

.site-header-cart .widget_shopping_cart {
    background-color: #ffffff;

    color: #454545;
}

.site-header-cart .widget_shopping_cart .buttons,
.site-header-cart .widget_shopping_cart .total {
    background-color: #ffffff;
}

.c_cart .woocommerce-mini-cart__buttons .button {
    background-color: #6ca0a4 !important;

    border-color: #6ca0a4 !important;

    color: #fdfdfd !important;

    font-weight: normal;

    text-transform: uppercase;

    font-size: 15px;

    padding: 13px 30px;
}

.site-header-cart .widget_shopping_cart .product_list_widget img {
    margin-right: 1em;
}

.site-header-cart .product_list_widget li img {
    max-width: 5.617924em !important;

    float: left !important;
}

.mini_cart_link_st {
    float: left;

    width: 90%;

    text-align: left;
}

.c_cart .woocommerce-mini-cart__total strong {
    font-size: 16px;

    font-weight: normal;

    text-transform: uppercase;

    color: #000;
}

.c_cart .quantity {
    color: #2f2f2f !important;

    padding-top: 10px;

    font-size: 16px !important;
}

.c_cart .woocommerce-Price-currencySymbol {
    color: #2f2f2f !important;

    font-size: 16px !important;
}

.c_cart .woocommerce-Price-amount {
    color: #2f2f2f !important;

    font-size: 16px !important;
}

.site-header-cart .widget_shopping_cart .product_list_widget {
    height: auto;
}

.site-header-cart {
    max-height: 520px;

    overflow-y: scroll;
}

.site-header-cart::-webkit-scrollbar {
    width: 1px;

    background-color: #f5f5f5;
}

.swp_prod_cart a.add_to_cart_button {
    position: relative;
}

/*.ajax_add_to_cart.added:after{ position:absolute; content:""; display:inline-block; top:0px; left:0; right:0; width:30px; height:28px; background:url(../images/check_add_to_cart.png) no-repeat; background-size: 20px; margin:0 auto;background-position: center center;}*/

.site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
    z-index: 1;
}

.header-cart .woocommerce-mini-cart-item.mini_cart_item {
    padding: 10px 0 !important;

    padding-left: 0px !important;

    color: #000;

    text-align: left;
}

.header-cart .woocommerce-mini-cart-item.mini_cart_item a {
    text-align: left;

    padding: 0 0 5px 0;

    font-weight: normal;

    top: auto;

    color: #000;
    font-size: 14px;
}

.woocommerce-mini-cart__total.total {
    text-align: center;

    padding-top: 10px !important;

    color: #000;

    margin: 0 0 10px 0;
}

.woocommerce-mini-cart__buttons {
    text-align: center;
}

.woocommerce .woocommerce-mini-cart__buttons a {
    font-size: 13px;
    text-transform: uppercase;
    background-color: #3f539a;
    color: #ffffff;
    padding: 8px 13px 5px;
    border-radius: 100px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    border: 1px solid #3f539a;
    display: inline-block;
    margin: 0 5px !important;
    font-weight: normal;
}

.woocommerce .woocommerce-mini-cart__buttons a:hover {
    background-color: transparent;
    color: #000000;
}

.woocommerce-products-header h1 {
    padding: 25px 25px;

    text-align: center;

    font-size: 5rem;

    text-transform: uppercase;

    color: #000;
}

.cart_icon svg {
    width: 27px;
    height: 29px;
}

/* .........................   mini cart css end ............................. */



.review_section_title {
    margin-bottom: 25px;
}

.review_box .woocommerce_product_rating_custom {
    margin-bottom: 0;

    line-height: 2;
}

.reviews_product_title h3 {
    margin: 0 0px 7px 0;
}

.review_star_and_count_sec {
    display: flex;

    align-items: center;
}

.review_star_icon_con .woocommerce_product_rating_custom {
    margin-bottom: 0;
}

.review_digital_count span {
    display: inline-block;

    background: #603917;

    color: #fff;

    padding: 5px 10px;

    font-size: 18px;

    margin-right: 10px;

    border-radius: 4px;
}

h2.woocommerce_Reviews_title {
    margin-bottom: 10px;
}

#lauch_product {
    background: #e9e9e9;

    padding: 8px 20px;

    color: #232323;

    font-size: 21px;

    width: 100%;

    margin-bottom: 20px;

    font-family: inherit;

    border: none;
}

.product_navigation_inner {
    margin-bottom: 13px;

    font-size: 13px;

    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.6;
}

.product_navigation_inner a {
    color: #000;
    font-weight: 300;
}

.qunty_btn_sec span {
    display: inline-block;
    background: #e9e9e9;
    color: #000;
    padding: 0px 17px;
    font-size: 31px;
    cursor: pointer;
}

.qunty_btn_sec input {
    padding: 10px 0;
    width: 52px;
    text-align: center;
    border: 1px solid #e9e9e9;
}

.qunty_btn_sec {
    display: flex;
    align-items: center;
}

.view_cart_btn {
    text-align: center;
    opacity: 0;
    margin: 5px 0 0 0;
}


.return-to-shop a {
    background: #9f7653 !important;
    color: #fff !important;
}

.login_d {
    position: relative;
    z-index: 8;
}

.include_text {
    font-size: 20px;
    margin: 0 0 15px 0;
}

.woocommerce ul#shipping_method li input {
    margin-top: 6px !important;
}

.page-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding: 0 20px;
    width: 100%;
}

.si_single_product_inner {
    padding: 90px 0 100px;
}

.woocommerce .woocommerce-breadcrumb {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #000;
    font-weight: 300;
}

.bt_single_content .entry.product {
    clear: both;

}

.si_single_product_inner .type-product .images {
    width: 40% !important;
    margin-bottom: 0 !important;
}

.si_single_product_inner .summary.entry-summary {
    width: 60% !important;
    padding-left: 70px;
    margin-bottom: 0 !important;
}

.wpgis-slider-for .btn-prev,
.wpgis-slider-for .btn-next {
    line-height: 36px;
}

.wpgis-slider-nav li img {
    border: none;
    opacity: 0.6;
}

.bt_single_content #wpgis-gallery .slick-slide {
    padding-right: 15px;
}

.bt_single_content form.cart input.minus,
.bt_single_content form.cart input.plus,
.product-quantity .plus,
.product-quantity .minus {
    background: transparent;
    font-size: 17px;
    font-weight: 300;
    color: #000000;
    padding: 6px 13px 6px 13px;
    border: none;
    border: 1px solid #000;
    border-radius: 0;
}

.bt_single_content form.cart input.minus {
    border-right: 0;
    padding-right: 4px;
}

.bt_single_content form.cart input.plus {
    border-left: 0;
    padding-left: 4px;
}

.bt_single_content .quantity .qty,
.product-quantity .quantity .qty {
    border: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    vertical-align: middle;
    font-size: 16px;
    height: 36px;
    color: #000;
    cursor: pointer;
    font-weight: 300;
    padding: 10px 7px !important;
    width: 3em;
    border-radius: 0
}

.woocommerce .bt_single_content div.product form.cart .single_add_to_cart_button.button {
    font-size: 16px;
    text-transform: uppercase;
    background-color: #daae58;
    border: 1px solid #daae58;
    color: #000;
    padding: 14px 23px 12px;
    border-radius: 100px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    min-width: 170px;
    font-weight: normal;
    box-shadow: none;
}

.woocommerce .bt_single_content div.product form.cart .single_add_to_cart_button.button:hover {
    background-color: transparent;
    color: #daae58;
}

.woocommerce .bt_single_content div.product form.cart div.quantity {
    display: flex;

    float: none;

    margin: 0px 0px 30px 0;
}

.woocommerce .bt_single_content div.product form.cart .reset_variations {
    top: -3px;
    position: relative;
}

.woocommerce .bt_single_content div.product form.cart .variations {
    margin-bottom: 1px;
    margin-left: -1px;
}

.woocommerce-message,
.woocommerce-info {
    border-top-color: #000 !important;
}

.woocommerce-message::before,
.woocommerce-info::before {
    color: #000 !important;
}

.bt_inner_page_section .woocommerce-info .button,
.bt_inner_page_section .woocommerce button.button {
    color: #fff !important;

    background: #603917 !important;
}

.woocommerce .woocommerce-message a.button,
.woocommerce .woocommerce-Button.button,
.woocommerce .woocommerce-address-fields .button.wp-element-button,
.woocommerce .woocommerce-info .button {
    font-size: 16px;
    text-transform: uppercase;
    background-color: #3f539a;
    color: #ffffff;
    padding: 14px 23px 12px;
    border-radius: 100px !important;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    border: 1px solid #3f539a;
    line-height: inherit;
    display: inline-block;
    font-weight: normal;
    box-shadow: none;
}

.woocommerce .woocommerce-message a.button:hover,
.woocommerce .woocommerce-Button.button:hover,
.woocommerce .woocommerce-address-fields .button.wp-element-button:hover,
.woocommerce .woocommerce-info .button:hover {
    background-color: transparent;
    color: #000;
}

.woocommerce-address-fields__field-wrapper {
    padding-bottom: 15px;
}

.woocommerce-EditAccountForm.edit-account fieldset {
    margin-bottom: 20px;
}

.bt_cart_section .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 100px !important;
}

.bt_cart_section .quantity {
    display: flex;
}

.coupon #coupon_code {
    background: #ececec;

    font-size: 14px;

    color: #5a5a5a;

    line-height: 1.2;

    font-family: inherit;

    padding: 15px 18px;

    border: 1px solid #ececec;

    border-radius: 5px;

    width: auto !important;
}

.bt_cart_section .coupon .button,
.bt_cart_section button.button {
    padding: 12px 30px;

    background-color: #000000;

    border-radius: 5px !important;

    font-size: 18px;

    color: #fff !important;

    background: #603917 !important;

    padding: 12px 30px;

    display: inline-block;

    text-align: center;

    text-transform: inherit;

    transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;
}

.woocommerce-cart .bt_cart_section .wc-proceed-to-checkout a.checkout-button {
    background: #f5940c !important;

    color: #fff !important;
}

.bt_inner_page_section .woocommerce .bt_cart_section .product-name a {
    font-size: 20px;

    font-family: "KG Behind These Hazel Eyes", Arial, Helvetica, sans-serif !important;

    color: #603917;
}

.bt_inner_page_section .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.bt_inner_page_section .select2-container .select2-selection--single {
    height: 40px;
}

.bt_inner_page_section .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.woocommerce-cart table.cart img {
    width: 120px !important;

    height: auto !important;

    max-width: 100% !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    padding-top: 30px;
}

.woocommerce-cart .bt_inner_page_section .wc-proceed-to-checkout a.checkout-button {
    background: #603917 !important;

    color: #fff !important;
}

.bt_inner_page_section .quantity {
    display: flex;
}

.woocommerce-product-details__short-description p {
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 17px;
    line-height: 32px
}

.woocommerce-product-details__short-description p>span {
    font-family: 'GillSans';
    color: #ce983c;
    font-weight: 700;
}

.woocommerce-product-details__short-description ul {
    list-style: disc;

    padding: 0 0 10px 22px;
}

.woocommerce-product-details__short-description ul li {
    font-size: 16px;

    margin-bottom: 8px;
}

.quantity_info.active {
    background: #cfcfcf;
}

.view_cart_sec {
    display: none;

    text-align: right;

    margin-top: 10px;
}

.view_cart_sec>a {
    font-size: 20px;
}

.su_archive_product .products_img img {
    height: 100%;

    width: 100%;

    object-fit: cover;
}

.cart_btn>a.button.add_to_cart_button {
    background: #977052;

    font-weight: 500;

    font-size: 19px;

    display: inline-block;

    padding: 11px 53px;

    transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    color: #fff;

    text-transform: uppercase;

    letter-spacing: 1px;

    text-align: center;

    border-radius: 0;
}

.cart_btn>a.button.add_to_cart_button:hover {
    background: #92623d;

    color: #fff;
}


.su_archive_product .product_sub_info {
    width: 60%;

    padding-top: 0;
}

.bt_single_content #wpgis-gallery .slick-slide:last-child {
    padding-right: 0;
}

.bt_single_product_image {
    width: 50%;

    padding: 0 30px 0 0;
}

.bt_single_product_cart_sec {
    width: 50%;

    padding: 0 0 0 30px;
}

.bt_single_product {
    display: flex;
}

.woocommerce .bt_single_content div.product .product_title {
    padding-bottom: 11px;
    line-height: 29px;
    color: #000;
    font-family: 'Commissioner', sans-serif;
    font-weight: 600;
    font-size: 42px;
    line-height: inherit;
}

.woocommerce .bt_single_content div.product p.price {
    font-size: 37px;
    line-height: 40px;
    color: #000;
    font-weight: 300;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 26px;
    margin-bottom: 15px;
    font-family: 'Commissioner', sans-serif;
}

.slick-slide img {
    margin: 0 auto;
}



.woocommerce_product_rating_custom {
    margin-bottom: 1.618em;

    line-height: 2;
}

.woocommerce_product_rating_custom {
    display: flex !important;

    align-items: center;

    align-items: flex-end;
}

.rating_count span {
    font-size: 20px;
}

.bt_inner_page_section .woocommerce form .form-row input.input-text,
.bt_inner_page_section .woocommerce form .form-row textarea {
    display: block;

    width: 100%;

    height: 40px;

    padding: 6px 12px;

    font-size: 14px;

    line-height: 1.42857143;

    color: #555;

    background-color: #fff;

    background-image: none;

    font-family: inherit;

    border: 1px solid #ccc;

    border-radius: 4px;

    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);

    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);

    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;

    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.bt_inner_page_section .woocommerce p {
    font-size: 19px;

    font-family: inherit !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    padding: 20px;

    border: 1px solid #eaeaea;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 70%;
}

.woocommerce-MyAccount-navigation ul li {
    border-top: 1px solid #e5e5e5;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #3f539a;

    color: #fff;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;

    padding: 11px 15px 7px 15px;

    font-size: 19px;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 0;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
    left: 1px;
    top: 2px;
    position: relative;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #000;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #000;
}

.variable-item.color-variable-item {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

.si_single_product_inner div.product form.cart .variations th {
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 7px;
    padding-top: 17px;
}

.si_single_product_inner div.product form.cart .variations label {
    font-weight: 300;
}

.bt_single_content .variable-items-wrapper.color-variable-items-wrapper {
    margin-left: -3px;
    margin-top: -3px;
}

.woocommerce .acc__panel h1 {
    font-size: 18px;

    color: #000;
    padding: 7px 0 8px;
    line-height: 24px;
    font-weight: 400;
}

.woocommerce .acc__panel h2 {
    font-size: 17px;

    color: #000;
    padding: 7px 0 8px;
    line-height: 24px;
}

.woocommerce .acc__panel h3,
.woocommerce .acc__panel h4 {
    font-size: 16px;

    color: #000;
    padding: 7px 0 8px;
    letter-spacing: 0.095em;
    font-weight: 400;
    line-height: 24px;
}

.acc__panel ul li:last-child {
    padding-bottom: 0px;
}

.acc__card:last-child {
    border-bottom: none;
}

.acc__panel ul {
    list-style-type: disc;
    padding-left: 17px;
    padding-bottom: 8px;
}

.acc__panel ul li {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #000;
    padding-bottom: 4px;
}

.bt_single_content .woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}

.product_single_related {
    clear: both;
    padding-top: 90px;
}

.product_single_related h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    color: #000;
    text-align: center;
    padding-bottom: 45px;
    font-family: 'Commissioner', sans-serif;
}

.product_single_related .p_product_inner_block {
    margin: 0 0px;
    display: flex;
    justify-content: center;
}

.product_single_related .product_inner_d {
    width: auto;
    padding: 0;
    margin-bottom: 0;
}

.product_single_next,
.product_single_prev {
    top: 41%;
}

.product_single_next:after,
.product_single_prev:after {
    color: #000;
    font-size: 42px;
}

.woocommerce .bt_single_content div.product form.cart {
    margin-bottom: 30px;
    margin-top: 30px;
}

.woocommerce .bt_single_content div.product form.variations_form.cart {
    margin-top: 0px;
}

.wpgs-nav .slick-slide {
    opacity: 0.5;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.wpgs-nav .slick-current {

    opacity: 1;

}

.wpgs-nav .slick-slide:hover {
    opacity: 1;
}

.flaticon-right-arrow.slick-arrow::before,
.flaticon-back.slick-arrow::before {
    font-size: 35px;
}

.flaticon-right-arrow {
    right: 10px;
}

.flaticon-back {
    left: 10px;
}

.fancybox-caption__body {
    display: none;
}

.woocommerce .bt_single_content div.product .out-of-stock {
    padding: 16px 0 16px;
    font-size: 18px;
    text-transform: capitalize;
    display: inline-block;
}

.woocommerce .bt_single_content div.product .woocommerce-variation-availability .out-of-stock {
    min-height: auto;
    padding: 10px 0 16px;
}

.single-product .bt_single_content .outofstock_custom {
    padding: 18px 0 40px 24px;
    display: inline-block;
    margin-top: 0;
}

.bt_single_content .yith-wcwl-add-to-wishlist {
    margin-top: 0px;
    display: inline-block;
    padding-left: 15px;
}

.like_hidden_click .exists a.add_to_wishlist.button.alt .yith-wcwl-icon:before {
    content: "\f004";
}

#yith-wcwl-popup-message {
    -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 11%);
    -moz-box-shadow: 0 0 6px rgb(0 0 0 / 11%);
    box-shadow: 0 0 6px rgb(0 0 0 / 11%);
}

.woocommerce a.add_to_wishlist.button.alt {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    display: flex;
    padding: 12px 12px;
    background-color: #fff;
    position: relative;
    min-width: auto;
    text-align: center;
    border: 1px solid #d9d9d9;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
}

.woocommerce .bt_single_content a.add_to_wishlist.button.alt .yith-wcwl-icon {
    font-size: 25px;
    position: relative;
    top: 2px;
    left: 0.5px;
}

.bt_single_content .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    position: relative;
    top: 3px;
}

.woocommerce a.add_to_wishlist.button.alt:hover {
    color: #000;
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 3px 0,
        rgba(60, 64, 67, 0.15) 0 4px 8px 3px;
    background-color: #fff;
}

.yith-wcwl-icon {
    margin-right: 0 !important;
}

.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    margin-right: 0 !important;
}

.like_hidden_click .yith-wcwl-add-button span {
    display: none;
}

.like_hidden_click .yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon:before {
    content: "\f004";
}

.like_hidden_click .yith-wcwl-wishlistaddedbrowse .yith-wcwl-icon:before {
    content: "\f004";
}

.like_hidden_click .feedback {
    font-size: 0;
}

.like_hidden_click .yith-wcwl-wishlistexistsbrowse,
.like_hidden_click .yith-wcwl-wishlistaddedbrowse {}

.like_hidden_click .yith-wcwl-wishlistexistsbrowse a,
.like_hidden_click .yith-wcwl-wishlistaddedbrowse a {}

.woocommerce table.shop_table th {
    font-size: 16px;
    font-weight: 500;
}

table.wishlist_table tbody td,
table.wishlist_table thead th {
    font-size: 16px;
    text-align: left;
}

.woocommerce .like_hidden_click a.add_to_wishlist.button.alt {
    background: none;
    padding: 0;
    border: 0;
    box-shadow: none;
    min-width: auto;
    font-size: inherit;
    line-height: inherit;
    text-align: right;
    letter-spacing: 0;
}

.like_hidden_click .yith-wcwl-icon {
    font-size: 30px;
}

.like_hidden_click .yith-wcwl-icon:before {
    content: "\f08a";
}

.like_hidden_click a.add_to_wishlist.button.alt:hover .yith-wcwl-icon:before {
    content: "\f004";
}

.like_hidden_click .yith-wcwl-add-to-wishlist {
    margin-top: 0;
}

.sub_manu_cat_names_info li.active a {
    font-weight: 700;
}

.h_product_loader_inner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #000000d4;
    z-index: 100;
}

.h_product_loader_inner img {
    max-width: 100px;
}

.onsale_custom {
    min-height: 3.236em;
    min-width: 3.236em;

    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: 10px;
    left: 10px;
    margin: 0;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    font-size: 0.857em;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce span.onsale {
    display: none;
}

.sub_price_range .price-range-slider {
    margin: 0 12px;
}

.info_price_b {
    display: flex;
    align-items: center;
    padding-bottom: 4px;
}

.doller_sign {
    font-weight: 300;
    font-family: "Azo Sans";
    padding: 2px 7px 0px 0;
}

.pr_not_found {
    text-align: center;
    font-size: 25px;
    padding-top: 80px;
}

.cart_main_inner .quantity input.minus,
.cart_main_inner .quantity input.plus {
    background: transparent;
    font-size: 17px;
    font-weight: 300;
    color: #000000;
    padding: 9px 13px 8px 13px;
    border: none;
    border: 1px solid #000;
    border-radius: 0;
}

.cart_main_inner .quantity input.minus {
    border-right: 0;
    padding-right: 4px;
}

.cart_main_inner .quantity input.plus {
    border-left: 0;
    padding-left: 4px;
}

.cart_main_inner .quantity .qty,
.cart_main_inner .quantity .qty {
    border: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    vertical-align: middle;
    font-size: 16px;
    height: 36px;
    color: #000;
    cursor: pointer;
    font-weight: 300;
    padding: 10px 7px !important;
    width: 3em;
    border-radius: 0;
}

.woocommerce a.remove {
    padding: 1px 2px;
}

.cart_main_inner .quantity {
    display: inline-table;
}

.woocommerce-cart .cart_main_inner .coupon button {
    font-size: 14px;
    text-transform: uppercase;
    background-color: #3f539a;
    color: #ffffff;
    padding: 11px 14px 9px 14px;
    border-radius: 100px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    border: 1px solid #3f539a;
    min-width: 170px;
    display: inline-block;
    margin: 1px 11px;
    box-shadow: none;
}

.woocommerce-cart .cart_main_inner .coupon button:hover {
    background-color: transparent;
    color: #000000;
    box-shadow: none;
}

.coupon #coupon_code {
    padding: 11px 18px;
}

.woocommerce-cart button.button {
    background-color: #000;
    letter-spacing: 0.275em;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff !important;
}

.woocommerce-cart button.button:hover {
    background-color: #fff;
    color: #000 !important;
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 3px 0,
        rgba(60, 64, 67, 0.15) 0 4px 8px 3px;
}

.woocommerce .wc-proceed-to-checkout a,
.woocommerce .place-order button.button {
    font-weight: 400;
    font-size: 16px !important;
    text-transform: uppercase;
    background-color: #3f539a !important;
    color: #ffffff;
    padding: 15px 23px 13px !important;
    border-radius: 100px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    border: 1px solid #3f539a;
    display: block;
    box-shadow: none !important;
}

.woocommerce .wc-proceed-to-checkout a:hover,
.woocommerce .place-order button.button:hover {
    background-color: transparent !important;
    color: #000000 !important;
}

.wc-proceed-to-checkout {
    text-align: center;
}

.woocommerce-cart .page_title_setcion {
    display: none;
}

.woocommerce .return-to-shop .button.wc-backward {
    font-size: 16px;
    text-transform: uppercase;
    background-color: #3f539a !important;
    color: #ffffff;
    padding: 14px 23px 12px;
    border-radius: 100px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    border: 1px solid #3f539a;
    min-width: 170px;
    display: inline-block;
    font-weight: normal;
}

.woocommerce .return-to-shop .button.wc-backward:hover {
    background-color: #ffffff !important;
    color: #000 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    width: 100%;
    padding: 13px 12px 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    font-family: 'Commissioner', sans-serif;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
}


.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    display: block;
    width: 100%;
    padding: 13px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    font-family: 'Commissioner', sans-serif;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}


.single-product .product .onsale_custom {
    top: 22px;
}


.woocommerce-account .page_title_setcion {
    display: none;
}

.woocommerce-form-register.register p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
    color: #000;
}

.woocommerce #customer_login .woocommerce-button.button {
    font-size: 16px;
    text-transform: uppercase;
    background-color: #3f539a;
    color: #ffffff;
    padding: 14px 23px 12px;
    border-radius: 100px !important;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    border: 1px solid #3f539a;
    line-height: inherit;
    display: inline-block;
    font-weight: normal;
    box-shadow: none;
}

.woocommerce #customer_login .woocommerce-button.button:hover {
    background-color: transparent;
    color: #000;
}

.woocommerce-lost-password .woocommerce {
    padding: 50px 0;
}

.woocommerce-page .entry-content>.wrapper>.woocommerce {
    padding: 70px 0;
}

.woocommerce-page .entry-content>.wrapper>.woocommerce.yith-wcwl-form.wishlist-fragment {
    padding: 20px 0 50px;
    width: 75%;
    margin: 0 auto;
}

.woocommerce-MyAccount-content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    color: #000;
}

.woocommerce-MyAccount-content p:last-child {
    margin-bottom: 0px;
}


.woocommerce .woocommerce-notices-wrapper .woocommerce-message a.button {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.275em;
    padding: 8px 14px 5px 14px;
}

.woocommerce-cart .coupon label {
    display: none;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    height: auto;
}

.woocommerce-order .woocommerce-notice.woocommerce-notice--success {
    padding-bottom: 10px;
}

.woocommerce-order .woocommerce-order-details {
    padding-top: 12px;
}

.woocommerce-customer-details address {
    line-height: 1.4;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    top: 16px;
}

.woocommerce-account .addresses .title h3 {

    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-content h3 {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 500;
}

.header_section_inner_page {

    border-bottom: 0.5px solid #b3b3b35c;
}

.woocommerce .woocommerce-MyAccount-content button.button {
    font-size: 16px;
    text-transform: uppercase;
    background-color: #3f539a;
    color: #ffffff;
    padding: 14px 23px 12px;
    border-radius: 100px !important;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    border: 1px solid #3f539a;
    line-height: inherit;
    display: inline-block;
    font-weight: normal;
    box-shadow: none;
}


.woocommerce .woocommerce-MyAccount-content button.button:hover {
    background-color: #ffffff;
    color: #000;
}


.woocommerce-checkout .woocommerce-form-coupon button.button {
    font-size: 16px;
    text-transform: uppercase;
    background-color: #3f539a;
    color: #ffffff;
    padding: 12px 23px 11px;
    border-radius: 100px !important;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    border: 1px solid #3f539a;
    line-height: inherit;
    display: inline-block;
    font-weight: normal;
    box-shadow: none;
}

.woocommerce-checkout .woocommerce-form-coupon button.button:hover {
    background-color: #ffffff;
    color: #000;
}

.woocommerce-checkout .page_title_setcion {
    display: none;
}


.checkout.woocommerce-checkout h3 {
    font-weight: 400;
    padding-bottom: 11px;
    text-transform: capitalize;
    font-family: 'Commissioner', sans-serif;
    font-size: 22px;
}


.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    line-height: 22px;
    padding-bottom: 15px;
}


.featured_secton.featured_secton_ipad {
    padding: 0px 0 80px;
}

.business_section.business_section_ipad .business_section_img {
    width: 603px;
    height: 603px;
    left: 0;
    top: 0;
}

.business_sec_list_block_ipad h3 {
    font-size: 26px;
    line-height: 40px;
    color: #e0c074;
    font-weight: 500;
    padding-bottom: 20px;
}


.business_sec_list_block.business_sec_list_block_ipad {
    padding-left: 0;
    padding-bottom: 0;
}

.business_sec_list_block.business_sec_list_block_ipad ul {
    list-style-type: disc;
    padding-left: 21px;
}


.business_section_ipad .business_section_content_text {
    padding-top: 25px;
}

.business_section_ipad .business_sec_list_block::after {
    display: none;
}

.bt_single_content_ipad .si_single_product_inner .type-product .images {
    margin-bottom: 0;
}

.bt_single_content_ipad .si_single_product_inner .summary.entry-summary {
    margin-bottom: 0;
}


.custom_font {
    font-family: 'Now' !important
}

.product-template-template-single_ipad .woocommerce-notices-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding: 0 20px;
    width: 100%;
}

.product-template-template-single_ipad .woocommerce-message {
    margin: 30px 0 0;
}

.product_single_related .featured_products_block_content {
    width: auto;
    padding: 0;
    margin-bottom: 0;
}


.product_single_next,
.product_single_prev {
    top: 32%;
}

.product_single_next:after,
.product_single_prev:after {
    color: #000;
    font-size: 42px;
}

.related_product_less_range {
    width: 25%;
    padding: 0 10px;
}


.product_single_related .featured_products_sec_inner_block {

    margin: 0;

}

.product_shop_section {
    padding: 100px 0 60px;
}

.slick-prev,
.slick-next {
    z-index: 99;
}


.featured_products_sec_inner .featured_products_block_content {
    width: 20%;
    padding: 0 5px;

}

.featured_products_sec_inner .featured_products_sec_inner_block {

    margin: 0 -5px;

}

.featured_products_sec_inner .products_block_info_text {
    width: 100%;

}

.featured_products_sec_inner .products_block_info_cart {
    width: 100%;
    TEXT-ALIGN: LEFT;
    margin-top: 10px;

}

/* .featured_products_sec_inner .products_block_info_text>h4 {
    font-size: 23px;
   
}

.featured_products_sec_inner .products_block_info_text>p {
    font-size: 23px;
    
} */

.add_cart_btn.add_cart_btn_custom {
    text-align: center;
}


.si_single_product_inner .woocommerce-product-gallery .ywgc-main-form-preview-container {
    margin-top: 30px;
    box-shadow: 0 0px 16px 0px #0000001f !important;
    /* border: 1px solid #f2f2f2 !important; */
    display: none !important;
}

.gift-cards_form .ywgc_choose_design_title,
.gift-cards_form .gift-card-content-editor.step-appearance {
    display: none !important;
}

.gift-cards_form h5 {
    margin: 30px 0 15px !important;
}

.gift-cards_form .ywgc-predefined-amount-button.ywgc-amount-buttons {
    background-color: transparent;
    padding: 14px 13px 13px;
    border-radius: 6px;
    border: 1px solid #000;
    color: #000 !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    margin-top: 10px;
    font-family: inherit;
    cursor: pointer;
}

.gift-cards_form .ywgc-predefined-amount-button.ywgc-amount-buttons.selected_button {
    background-color: #000;
    color: #fff !important;
}

.gift-cards_form .gift-card-content-editor.step-content label {
    display: none !important;
}

.gift-cards_form .gift-card-content-editor input,
.gift-cards_form .gift-card-content-editor textarea {
    width: 100% !important;
    float: none !important;
    max-width: none !important;
    padding: 11px 17px;
    border: none;
    border-bottom: 1px solid #c0bebe;
    resize: none;
    font-size: 15px;
    font-family: inherit;
    color: #000;
}

.gift-cards_form .gift-card-content-editor input::placeholder,
.gift-cards_form .gift-card-content-editor textarea::placeholder {
    font-size: 16px;
}

.gift-cards_form h3 {
    font-size: 25px;
    margin: 20px 0 0px !important;
    font-weight: 500 !important;
}

.gift-cards_form h5 {
    font-size: 16px;
}

.woocommerce .bt_single_content div.product form.gift-cards_form.cart {

    margin-top: 0;
}

.gift-cards_form .gift_card_template_button {
    margin-top: 25px !important;
}

.ywgc_enter_code #giftcard_code {
    display: block;
    width: 100%;
    padding: 13px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    font-family: 'Commissioner', sans-serif;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}


.woocommerce .ywgc_enter_code .ywgc_apply_gift_card_button {
    font-size: 16px;
    text-transform: uppercase;
    background-color: #3f539a !important;
    color: #ffffff;
    padding: 12px 23px 11px;
    border-radius: 100px !important;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    border: 1px solid #3f539a;
    line-height: inherit;
    display: inline-block;
    font-weight: normal;
    box-shadow: none;
}


.woocommerce .ywgc_enter_code .ywgc_apply_gift_card_button:hover {
    background-color: #ffffff !important;
    color: #000 !important;
}


.ywgc_enter_code {

    border-radius: 5px;
    border: 1px solid #d3ced2;
}



.featured_products_sec_inner .products_block_info_cart>a.added_to_cart {

    justify-content: start;
}


.single-product #ywgc-manual-amount {
    border: 1px solid #000000;
    background-color: transparent;
    padding: 13px 13px 11px;
    border-radius: 6px;
    border: 1px solid #000;
    color: #000 !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    margin-top: 10px;
    font-family: inherit;
    cursor: pointer;
    height: inherit !important;
    width: 10em;
}


.single-product .ywgc-manual-amount::placeholder {
    font-size: 15px;
    color: #000;
}

.single-product .ywgc-currency-symbol {
    margin-left: -145px;
    font-size: 15px;

}


.product_shop_section .shop_common_title h1 {
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Commissioner', sans-serif;
    font-weight: 600;
    font-size: 42px;
    color: #000000;
    text-transform: inherit;
    padding-bottom: 0px;
}



.product_shop_section .shop_common_title p {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
}


.shop_common_title {
    margin-bottom: 45px;
}

.product_shop_section .featured_products_block_content {
    width: 33.33%;
}

.product_shop_section .featured_products_sec_inner_block {
    justify-content: left;
}

.made_usa_mobile {
    display: none;
}

.elemntor_font_family .elementor-heading-title {
    font-family: 'Now' !important
}

.our_top_icon_b .elementor-widget-container {
    border-radius: 100%;
    background: #eef2f3;
    display: flex;
    justify-content: center;
    height: 77px;
    width: 77px;
    align-items: center;
    margin: 0 auto !important;
}

.our_top_icon_b .elementor-widget-container img {
    height: 55px !important;
    max-width: 55px !important;
}

.page-id-28 .ywgc_have_code {
    margin: 0px 0 40px 0;
}




.info_contact_e .elementor-widget-container {
    width: 78.797px;
    height: 78.797px !important;
    background: #3f539a;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -41px auto;
}

.info_block_form {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.info_block_form_inner {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 26px;
}

.full_width_input {
    margin-bottom: 26px;
}

.submit_form_btn {
    text-align: center;
}

.submit_form_btn .contact_btn {
    padding: 14px 40px 12px;
}

.word_break_info a {
    word-break: break-all;
}

.wpcf7-spinner {

    position: absolute;
}

.product_show_content_box.product_show_content_box_first {
    background-image: url('../images/Charging_output_port.webp');
    background-repeat: no-repeat;
    background-size: cover;
}


.icon_info_quto img {
    width: 25px !important;
    height: 25px !important;
}

.icon_info_quto .elementor-widget-container {

    background-color: #273780;
    height: 45px;
    width: 45px;
    margin: auto;
    border-radius: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-MyAccount-content .yith-add-new-gc-my-account-button {
    padding: 8px;
    background-color: #3f539a;
    color: #fff;
    border: none;
    text-transform: capitalize;
    cursor: pointer;
}

.woocommerce-MyAccount-content .form-link-gift-card-to-user button {
    padding: 8px;
    background-color: #3f539a;
    color: #fff;
    border: none;
    text-transform: capitalize;
    cursor: pointer;
}

.woocommerce-MyAccount-content #ywgc-link-code {
    padding: 7px 8px;
    border-radius: 0;
    border: 1px solid #ccc;
}


.woocommerce-MyAccount-content .form-link-gift-card-to-user fieldset {
    border: 1px solid lightgray;
    padding: 10px;
    margin-right: 7px;
}


@media screen and (max-width:1550px) {
    .footer_media_img {
        width: 19px;
    }

    /* .media_links{
    margin: 0 -8px;
}
.media_links_b{ padding: 0 8px;}


.header_login_block_inner{
    padding-right: 20px;
} */

    .top_banner_content h1 {
        font-size: 64px;
        line-height: 60px;
    }

    .top_banner_sub_img>img {
        width: 75%;
    }

    .top_banner_sub_img {

        padding-left: 55px;
    }





    .header_login_block_inner {

        padding-right: 0;
        width: 100%;
        justify-content: flex-end;
    }

    .login_box_content {

        padding-right: 0;

    }

    .made_usa {

        padding-top: 0;
        padding-right: 22px;

    }

    .add_cart_top_r a {
        padding: 6px 0px 6px 10px;

    }

    .header_login_block_inner_b:first-child {
        padding-right: 4px;
    }

    .top_header_r {

        width: 100%;
        flex-direction: row-reverse;
        padding-top: 18px;
        justify-content: end;
    }

    .header_btn {
        padding-left: 20px;
    }

    .header_login_block_inner_b a {
        display: inline-flex;
        padding: 5px 5px;
    }

    .case_cta_sec_side_img {

        left: -76px;
    }

    .business_section_img {
        width: 500px;
        height: 500px;
        /* left: -100px; */
    }





    /* featured_products_secton */
    .featured_products_secton {
        padding: 90px 0 80px;
    }



    .navigation_section_inner_b .page_common_title {
        padding-bottom: 26px;
    }



    .navigation_section_inner_b {
        width: 60%;
        padding: 50px 49px 50px 33px;
        position: relative;
    }

    .navigation_sec_overheated {
        width: 45%;
        right: 0px;
        top: -40px;
    }

    .acc__panel {

        padding-right: 95px;
    }

    .navigation_sec_content {
        padding-right: 43px;
    }

    .product_show_section_inner_b {

        margin: 0 -20px;

    }

    .product_show_sec_content {

        padding: 0 20px;
    }

    .products_block_info_text {
        width: 50%;
    }

    .products_block_info_cart {
        width: 50%;
    }

    .header_sec_nav {
        width: 60%;
    }

    .header_login_block {
        width: 40%;
    }

    .header_btn {
        padding-left: 24px;
    }

    .navigation_section_inner_b .page_common_title h2 {

        font-size: 33px;
    }

    .navigation_sec_content p {

        font-size: 23px;
    }


    .txt_inn h1 {
        font-size: 50px;

    }

    .product_shop_section {
        padding: 90px 0 50px;
    }

    .banner_bottom_info {

        max-width: 273px;
        padding: 13px 21px;

    }

}


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

    .sign_up_sec_input input {
        padding: 20px 19px;
    }

    .page_common_text p {
        font-size: 24px;
        line-height: 36px;
    }



    .header_sec_nav {
        width: auto;
        padding-bottom: 8px;
    }

    .header_login_block {
        width: 100%;
        padding-top: 10px;
    }

    .header_btn {
        padding-left: 21px;
    }

    .header_login_block_inner {

        padding-right: 20px;
        width: 65%;
        justify-content: flex-end;
    }


    .header_sec_right {
        justify-content: end;
        width: 79%;
    }







    .top_banner_content h1 {
        font-size: 48px;
        line-height: 50px;
        padding-bottom: 32px;

    }

    .top_banner_content p {
        font-size: 24px;
        line-height: 28px;
    }

    .top_banner_btn {
        padding-top: 30px;

    }


    /* featured_products_secton */

    .featured_products_block_content {
        width: 33.33%;
    }

    .products_block_info_text>h4 {
        font-size: 20px;
    }

    .products_block_info_text>p {
        font-size: 22px;
    }


    /* <!-- product show section --> */


    .product_show_info2 .page_common_title {
        padding: 30px 40px 60px;
    }

    .page_common_title h2 {

        font-size: 36px;

    }

    .product_show_section {
        padding-bottom: 90px;
    }




    /* ////////////////////////////// */
    .case_cta_sec_content {
        padding-bottom: 24px;
        padding-right: 0;
    }



    .case_cta_sec_inner_b>h5 {

        font-size: 36px;

    }

    .case_cta_sec_side_img {
        left: 0;
        /* padding-right: 45px; */
    }


    /* /////////////////////////// */


    .compatible_section {
        padding: 90px 0 90px;
    }

    .compatible_section_content_text {
        padding-top: 38px;
    }

    .compatible_sec_img>img {

        padding: 0px 60px;
    }



    /* ////////////////////////////////////// */
    .business_section_img {
        width: 400px;
        height: 400px;
        /* left: -90px; */
    }

    .business_section_content_text {
        padding-top: 38px;
    }

    .business_sec_list_rate {
        width: 40%;
    }

    .business_sec_list_block {
        width: 60%;
        padding-bottom: 20px;
    }

    .business_sec_list_block::after {

        right: 40px;
        left: unset;
        margin: auto;
        width: 62px;
        height: 107px;

    }

    .business_sec_list_block ul li {
        font-size: 22px;
        padding-bottom: 16px;

    }

    .business_sec_list_rate h5 {

        font-size: 36px;

        padding-bottom: 26px;
    }

    .featured_secton_content {
        width: 33.33%;
    }

    .featured_secton {
        padding: 90px 0 50px;
    }

    .menufactured_section_inner {
        text-align: center;
        width: 70%;
        margin: 0 auto;
    }

    .faqs_box_section {
        padding: 90px 0;
    }

    .testimonial_section {
        padding: 90px 0;
    }

    .testimonial_section_title {

        padding-bottom: 40px;
    }

    .instagram_section {
        padding: 90px 0 70px;
    }

    .foll_us_btn {

        margin-top: 50px;

    }

    .footer_sec_content {
        width: 22%;
        margin-bottom: 30px;
    }

    .footer_content_03 {
        width: 20%;
    }

    .footer_content_04 {
        width: 36%;
    }

    .footer_section {
        position: relative;
        padding: 100px 0 90px;
    }

    .sign_up_section {
        padding: 0px 0 80px;
    }

    /* .navigation_section_inner {
        width: 100%;
        padding: 0;
    } */

    /* .navigation_section_img {
        width: 50%;

    }

    .navigation_section_inner_b {
        width: 70%;
        padding: 55px 35px 50px 0px;
    } */

    /* .navigation_sec_overheated {
        width: 33%;
        position: absolute;
        top: -34px;
        right: -16px;
    } */





    .navigation_section_inner_b {
        padding: 20px 0;
        padding-left: 10px;
    }

    .navigation_section_img {
        width: 59%;


    }

    .sign_up_section_content {
        width: 80%;
    }


    .navigation_section_inner {
        width: 100%;

    }


    .navigation_section {

        display: flex;
        align-items: center;
    }

    .navigation_section_inner_b .page_common_title h2 {
        font-size: 36px;
    }


    .page_title_setcion img {

        height: 178px;
        object-fit: cover;
    }

    .txt_inn h1 {
        font-size: 45px;
    }





    .sticky_header_inner .header_sec_logo {
        width: 17%;
    }

    .sticky_header_sec_nav_b {

        justify-content: end;
        width: 60%;
    }

    .sticky_btn {
        justify-content: end;
        padding-left: 20px;
        width: 23%;
    }


    .woocommerce-product-details__short-description p {

        font-size: 24px;
        line-height: 36px;

    }

    .si_single_product_inner .summary.entry-summary {
        padding-left: 25px;
    }

    .woocommerce .bt_single_content div.product .product_title {

        font-size: 36px;

    }

    .woocommerce .bt_single_content div.product p.price {
        font-size: 34px;

    }

    .si_single_product_inner {
        padding: 80px 0 80px;
    }

    .business_section.business_section_ipad .business_section_img {
        width: 436px;
        height: 436px;

    }

    .business_sec_list_block_ipad h3 {
        font-size: 24px;
        line-height: 36px;

    }

    .business_section.business_section_ipad {
        padding-bottom: 90px;
    }

    .related_product_less_range {
        width: 33.3%;

    }

    .header_sec_logo {
        width: 21%;

    }

    .banner_bottom_info p {

        font-size: 15px;
    }

    .banner_bottom_info {
        max-width: 259px;
        padding: 12px 19px;
    }

    .featured_products_sec_inner .featured_products_block_content {
        width: 33.33%;

    }

    .product_shop_section .shop_common_title h1 {

        font-size: 36px;

    }

    .made_usa {
        padding-top: 0;
    }

    .top_header_r {
        width: 35%;
        padding-top: 0;
    }

    .testimonial_sec_content_img>img {

        height: auto;
    }



}

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



    .menu_bar {
        padding-top: 6px;
    }


    /* ///////////////////////////// */
    .nav-menu .sub-menu {
        transition: opacity 0.3s ease;
        -webkit-transition: opacity 0.3s ease;
        box-shadow: none;
        left: 0;
    }

    .menu_expand {
        display: block;
    }

    .site-menu {
        position: relative;
        min-height: 1px;
        padding-top: 0px;
    }

    .nav-menu {
        display: block;
        position: fixed;
        top: 0;
        left: -220px;
        bottom: 0;
        z-index: 100;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0;
        visibility: hidden;
        overflow-y: auto
    }

    .nav-menu.state-active {
        clear: both;
        left: 0;
        opacity: 1;
        visibility: visible
    }

    .nav-menu {
        float: none;
        text-align: center;
        margin-right: 0px;
        background: #ffffff;
        width: 100%;
        padding-top: 59px;
    }

    .nav-menu li {
        float: none;
        margin: 0px;
        border-bottom: none;
        padding: 0;
        display: block
    }

    .nav-menu li a {
        padding: 10px;
        color: #000;
    }

    .nav-menu li a:hover {
        border-radius: 0;
        background: none;
        border-color: #fff;
    }



    .expand_plus {
        position: absolute;

        right: 8px;

        top: 0;

        width: 35px;

        height: 42px;

        padding: 25px 10px 2px;

        cursor: pointer;

        z-index: 100;
    }

    .expand_plus i {
        display: block;

        position: relative;

        width: 12px;

        height: 10px;

        top: -8px;
    }

    .expand_plus.active i {
        background-position: 0px -190px
    }

    .nav-menu .sub-menu .expand_plus {
        height: 34px
    }

    .nav-menu .sub-menu,
    .nav-menu .sub-menu ul {
        width: auto;
        position: relative;
        display: none;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .nav-menu .sub-menu li {
        background: none;

        border-bottom: none;
    }

    .nav-menu .sub-menu li:hover>a,
    .nav-menu .sub-menu ul li a {
        border: none
    }

    .nav-menu .sub-menu.active-children {
        display: block
    }

    .nav-menu .sub-menu ul {
        padding-left: 0px;
    }

    .nav-menu .sub-menu ul {
        left: 0;
    }

    .nav-menu .sub-menu ul li,
    .nav-menu .sub-menu ul li:first-child {
        border: none;
    }

    .nav-menu .sub-menu ul:before {
        display: none;
    }

    .nav-menu li a {
        text-align: left;
    }

    .nav-menu .sub-menu li a:hover {
        border: none;
    }

    .nav-menu .sub-menu ul li,
    .nav-menu .sub-menu ul li:first-child {
        background: none;
    }

    .nav-menu .sub-menu li a {
        border: none;
        padding-left: 23px;

        font-size: 16px;
    }

    .nav-menu .sub-menu ul {
        background: none;
        -webkit-transform: translate(0);
    }

    .expand_plus active {
        top: 100px;
    }

    .expand_plus active i {
        top: 200px;
    }

    .nav-menu .sub-menu ul li a {
        padding-left: 40px;
    }

    .nav-menu .sub-menu li:first-child {
        border-top: none;
    }

    .nav-menu .sub-menu li a:hover {
        color: #cd7d3d;
        background: none;
    }

    .cross_button {
        margin-top: 20px;

        display: block;

        text-align: center;

        position: absolute;

        top: -10px;

        right: 25px;
    }

    .cross_button a {
        font-size: 22px;

        color: #242323;

        cursor: pointer;

        border: 1px solid #242323;

        border-radius: 3px;

        padding: 4px;

        display: inline-block;

        text-align: center;

        width: 40px;

        height: 40px;

        line-height: 1.2;
    }


    .menu_expand i {
        height: 2px;
        background: #daae58;
        display: block;
        width: 41px;
    }

    .menu_expand i:nth-child(2) {
        margin: 7px 0;
    }







    .menu_section {
        padding-bottom: 14px;
        background: #2c688c;
        padding-top: 14px;
    }



    .nav-menu>li>a {
        background: none;
    }

    .nav-menu>li:hover>a {
        background: none;
    }

    .nav-menu>.menu-item-has-children>a:after {
        display: none
    }



    .nav-menu>li>a {
        border-bottom: none;
    }

    .nav-menu>li:hover>a {
        border-bottom: none;
    }





    .nav-menu>li>a:hover:before {
        display: none
    }

    .nav-menu>li>a:hover:after {
        display: none
    }



    .expand_plus:after {

        margin-right: -2px;

        transform: translate(-50%, -50%) rotate(-135deg);

        content: '';

        position: absolute;

        top: 50%;

        left: 50%;

        width: 8px;

        height: 8px;

        margin-left: -2px;

        box-sizing: border-box;

        border-top: 2px solid #000;

        border-left: 2px solid #000;

        transform-origin: center;

    }

    .expand_plus.active:after {

        transform: translate(-50%, -50%) rotate(45deg);

    }

    .m_close_icon:before,
    .m_close_icon:after {
        display: block;
        content: "";
        position: absolute;
        width: 30px;
        height: 2px;
        background: #000;
        top: 20px;
        left: 6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .m_close_icon:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }





    .related_product_less_range {
        width: 50%;
        margin-bottom: 40px;

    }


    .navigation_section_inner_b {

        padding-left: 0px;
    }

    .navigation_section_img {

        height: auto;
    }

    .site_btn {
        min-width: unset;

    }

    .page_common_title h2 {
        font-size: 30px;
    }

    .page_common_text p {
        font-size: 18px;
        line-height: 28px;
    }

    .header_sec_right {
        width: 70%;
    }

    .header_sec_logo {
        width: 30%;
    }

    .header_sec_nav {

        padding-bottom: 12px;
        width: 100%;
    }

    .header_btn {
        padding-left: 15px;
    }

    .menu_bar {
        display: inline-flex;
    }

    .top_banner_content {
        width: 55%;
        padding-right: 30px;
    }

    .top_banner_sub_img {
        width: 45%;
    }

    .top_banner_content h1 {
        font-size: 34px;
        line-height: 36px;
        padding-bottom: 24px;
    }

    .top_banner_sub_img>img {
        width: 74%;
    }


    .top_banner_content p {
        font-size: 18px;
        line-height: 28px;
    }

    .top_banner_btn {
        padding-top: 24px;
        margin: 0 -8px;
    }



    .top_banner_btn>a {
        display: inline-block;
        margin: 0 8px;
    }



    .featured_products_secton {
        padding: 60px 0 20px;
    }

    .featured_products_sec_inner .page_common_title {
        padding-bottom: 34px;
    }

    .featured_products_block_content {
        width: 50%;
    }

    .product_shop_section .featured_products_block_content {
        width: 50%;
    }


    .products_block_info_text>p {
        font-size: 18px;
    }

    .product_show_info1 .page_common_title {
        margin: 25px 25px;
    }

    .product_show_info2 .page_common_title {
        padding: 30px 32px 32px;
    }

    .product_show_info2 .product_show_content_img>img {

        top: 29px;
    }

    .product_show_section {
        padding-bottom: 60px;
    }

    .case_cta_sec_inner_b>h5 {
        font-size: 28px;
    }

    .case_cta_sec_btn .site_btn {

        margin-right: 16px;
        padding: 10px 26px 8px;

    }

    .case_cta_sec_side_img {
        padding-right: 50px;
    }

    .case_cta_sec_inner_b .page_common_title {
        padding-bottom: 16px;
    }

    .case_cta_sec_content {
        padding-bottom: 16px;

    }

    .case_cta_sec_btn {
        padding-top: 24px;
    }


    .compatible_section {
        padding: 60px 0 60px;
    }

    .compatible_section_content_text {
        padding-top: 24px;
    }

    .compatible_sec_img>img {
        padding: 0px 40px;
    }

    .compatible_section_content {

        padding-left: 0;
    }


    .business_section_content_text {
        padding-top: 24px;
    }

    .business_sec_list_block ul li {
        font-size: 18px;
        padding-bottom: 12px;
    }



    .business_sec_list_block::after {

        width: 60px;
        height: 107px;

    }

    .business_section_img {

        width: 310px;
        height: 310px;
        top: -67px;
    }


    .business_sec_list_rate {
        width: 100%;
        order: 1;
    }

    .business_sec_list_block {
        width: 100%;
        padding-left: 0;
    }

    .business_sec_list_block::after {
        right: 0;
        left: 40px;
        margin: auto;
        width: 62px;
        height: 107px;
    }

    .business_sec_list_rate h5 {
        font-size: 28px;
        padding-bottom: 20px;
    }

    .business_section {
        padding-bottom: 80px;
    }


    .featured_secton {
        padding: 80px 0 20px 0;
    }

    .featured_secton_content {
        width: 50%;
    }

    .menufactured_section {
        padding: 60px 0;

    }


    .faqs_box_section {
        padding: 50px 0;
    }

    .faqs_box_img img {
        width: 70%;
        margin-right: auto;
    }

    .faq_title h2 {

        font-size: 231px;

    }


    .testimonial_section {
        padding: 60px 0;
    }

    .testimonial_section_title {

        padding-bottom: 40px;
    }

    .testimonial_swiper {
        padding-bottom: 60px;
    }


    .testimonial_swiper .testimonial_pagination .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        margin: 0 14px;
    }

    .insta_heading.page_common_title {

        margin-bottom: 40px;
    }

    .foll_us_btn {

        margin-top: 50px;

    }

    .sign_up_section_title {
        padding-bottom: 28px;
    }

    .sign_up_section_content p {
        font-weight: 400;
        font-size: 22px;
        line-height: 32px;
    }

    .sign_up_section_content {
        padding-bottom: 22px;
    }

    .sign_up_sec_input input {

        padding: 16px 20px;
        font-size: 18px;

    }

    .sign_up_section_inner {

        width: 90%;

    }

    .sign_up_sec_input_b {

        padding-bottom: 12px;
    }

    .footer_section {

        padding: 80px 0 60px;
    }

    .footer_sec_content {
        width: 33.33%;
    }

    .footer_content_04 {
        width: 100%;
    }


    .sign_up_section {
        padding: 0px 0 60px;
    }


    .navigation_section_img {
        width: 100%;
        float: none;
    }

    .navigation_section_inner {
        width: 100%;
        padding-left: 0px;
    }


    .navigation_section_inner_b {
        width: 60%;
        padding: 60px 35px 60px 0px;
        position: relative;
    }

    .navigation_section_inner_b .page_common_title h2 {
        font-size: 30px;
    }

    .navigation_section {

        flex-wrap: wrap;
    }

    .navigation_section_img>img {

        height: auto;
    }


    .acc__panel {
        padding-right: 0;
    }


    .instagram_section {
        padding: 60px 0 60px;
    }

    /* css sticky header */

    .sticky_header_sec_nav {
        justify-content: end;
    }

    .error_img {

        padding: 50px 0 70px;
    }


    .txt_inn h1 {
        font-size: 40px;
    }




    .sticky_header_inner .header_sec_logo {
        width: 20%;
    }

    .sticky_header_sec_nav_b {

        width: 54%;
    }

    .sticky_btn {
        width: 26%;
    }

    .woocommerce-page .entry-content>.wrapper>.woocommerce {
        padding: 60px 0;
    }

    .woocommerce form.login {
        margin-bottom: 47px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {

        float: left;
    }

    .woocommerce-account .woocommerce-MyAccount-content {

        float: right;
    }

    #order_review_heading {
        padding-top: 20px;
    }

    .si_single_product_inner .type-product .images {
        width: 100% !important;

    }

    .si_single_product_inner .summary.entry-summary {
        padding-left: 0;
        width: 100% !important;
        padding-top: 30px;
    }

    .woocommerce .bt_single_content div.product .product_title {

        font-size: 30px;

    }

    .woocommerce .bt_single_content div.product p.price {
        font-size: 30px;
    }

    .woocommerce-product-details__short-description p {
        font-size: 18px;
        line-height: 28px;
    }

    .woocommerce .bt_single_content div.product form.cart div.quantity {

        margin: 0px 0px 25px 0;
    }

    .woocommerce .bt_single_content div.product form.cart {
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .si_single_product_inner {
        padding: 60px 0 30px;
    }

    .business_section.business_section_ipad .business_section_img {
        width: 323px;
        height: 323px;
    }

    .business_section.business_section_ipad {
        padding-bottom: 60px;
    }

    .featured_secton.featured_secton_ipad {
        padding: 0px 0 20px;
    }

    .product_shop_section {
        padding: 91px 0 20px;
    }

    .product_single_related {

        padding-top: 60px;
    }

    .product_single_slider {
        margin-bottom: 30px;
    }

    .banner_bottom_info p {
        font-size: 14px;
    }

    .banner_bottom_info {
        max-width: 236px;
        padding: 12px 19px;
    }

    .featured_products_sec_inner .featured_products_block_content {
        width: 50%;
        padding: 0 10px;
    }

    /* .featured_products_sec_inner .products_block_info_text>h4 {
        font-size: 24px;
    }
    .featured_products_sec_inner .products_block_info_text>p {
        font-size: 18px;
    } */
    .featured_products_sec_inner .featured_products_sec_inner_block {
        margin: 0px -10px;
    }

    .product_shop_section .page_common_text p {

        font-size: 18px;
        line-height: 28px;
    }

    .product_shop_section .shop_common_title h1 {

        font-size: 30px;

    }

    .header_login_block_inner {
        padding-right: 0px;
        width: 100%;

    }

    .top_header_r {
        width: 100%;
        padding-top: 14px;

    }
}


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

    .sticky_btn {
        display: none;
    }

    .sign_up_section_content {
        width: 100%;
    }

    .site_btn {
        padding: 10px 20px 8px;

    }

    .business_section {
        padding-bottom: 60px;
    }

    .top_banner_btn .site_btn {
        font-size: 12px;
    }

    .top_banner_btn {
        padding-top: 14px;

    }

    .header_section_inner_b {
        position: relative;
    }

    .header_sec_nav {
        width: 100%;
        padding-bottom: 0;
    }

    .header_login_block {
        position: absolute;
        top: calc(100% + 11px);
        left: -20px;
        z-index: 35;
        right: -20px;
        margin: 0 auto;
        width: calc(100% + 40px);
        text-align: center;
        display: flex;
        padding-bottom: 7px;
        padding-top: 7px;
        align-items: center;
        justify-content: center;
        background-color: #eef2f3;
        /* border-radius: 0 0 12px 12px; */
    }

    .header_section {
        padding: 15px 0px 18px;
    }

    .top_banner_sec_inner {

        top: 54%;

    }


    .header_btn {
        display: none;
    }

    .top_banner_sec_img>img {

        height: 380px;
        object-fit: cover;
    }

    .header_login_block {
        padding-left: 0;
        /* box-shadow: 0px 5px 3px 1px rgb(218 174 88); */
    }

    .top_banner_content {
        width: 70%;
        padding-right: 10px;
    }

    .top_banner_sub_img {
        width: 30%;
        padding-left: 0;
    }

    .top_banner_sub_img>img {
        width: 100%;

    }

    .products_block_info_text>p {
        font-size: 20px;
    }

    .header_sec_logo {
        width: 40%;
    }

    .header_sec_right {
        width: 60%;
    }

    /* .login_box_content span {

        font-size: 14px;

    } */


    .featured_products_block_content {
        width: 100%;
    }

    .product_shop_section .featured_products_block_content {
        width: 100%;
    }


    .product_show_sec_content {
        width: 100%;
    }

    .product_show_info1 {
        padding-bottom: 70px;
    }

    .product_show_info2 .product_show_content_img>img {
        position: relative;
        top: -28px;
    }



    .case_cta_sec_side_img {
        width: 100%;
        order: 1;
    }

    .case_cta_sec_inner {
        width: 100%;
    }



    .case_cta_sec_inner_b {
        padding: 40px 54px 50px 0;
    }

    .compatible_section_content.page_common_title {
        order: 1;
        padding-bottom: 0px;
    }

    .compatible_section_content {
        width: 100%;
        padding: 0;

    }

    .compatible_sec_img {
        padding-bottom: 30px;
        width: 80%;
        margin: auto;
    }

    .compatible_section_content_text p {
        padding-right: 0;
    }


    .business_section_img_block {

        width: 100%;
        padding-right: 0;
    }

    .business_section_img {
        width: 100%;
        left: 0;
        border-radius: 12px;
        position: static;
    }

    .business_section_inner {
        width: 100%;
        padding-top: 30px;

    }

    .featured_secton_content {
        width: 100%;
    }

    .menufactured_section_inner {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    .footer_sec_content {
        width: 50%;
    }

    .footer_content_04 {
        width: 100%;
    }

    .sign_up_sec_input {
        width: 100%;
        padding: 0px 0px;
        margin-bottom: 20px;
    }

    .sign_up_sec_input input {

        font-size: 16px;
        padding: 13px 20px;
    }

    .sign_up_sec_input_b {
        padding-bottom: 6px;
    }


    .sign_up_sec_input input::placeholder {
        font-size: 14px;
    }

    .navigation_section_inner_b .page_common_title {
        padding-bottom: 24px;
    }

    .navigation_sec_content {
        padding-right: 0;
    }

    .featured_secton {
        padding: 60px 0 20px 0;
    }


    .featured_secton_content_img {

        padding-top: 24%;

    }

    .featured_secton_content_text p {

        font-size: 18px;
        line-height: 28px;
    }

    .menufactured_sec_inner_content p {

        font-size: 18px;

        line-height: 28px;
    }

    .faq_title h2 {
        font-size: 50px;
        writing-mode: inherit;
        transform: inherit;
        color: #a2a2a2;
        padding-bottom: 10px;
    }

    .faq_title {

        left: 0;
        width: 100%;
    }

    .faqs_content_outer {
        width: 100%;

    }

    .acc__title {

        padding: 25px 0;

    }

    .acc__title h4 {

        font-size: 22px;

    }

    .acc__panel {
        padding-bottom: 25px;
        margin-top: 0;

    }

    .faqs_box_section {
        padding: 60px 0 35px;
    }

    .testimonial_sec_name {
        padding-top: 15px;
    }

    .foll_us_btn {
        margin-top: 35px;
    }

    .sign_up_section_content p {

        font-size: 18px;
        line-height: 28px;
    }

    .sign_up_section_title {
        padding-bottom: 16px;
    }

    .footer_section {
        padding: 70px 0 40px;
    }


    .products_block_info_cart>a {

        opacity: 1;
        visibility: visible;
    }

    .case_cta_sec_btn .site_btn {

        padding: 10px 20px 8px;
    }

    .error_img {
        padding: 80px 0 70px;
    }

    .error_section h1 {

        margin-bottom: 13px;

    }

    .txt_inn h1 {
        font-size: 34px;
        padding-top: 35px;
    }

    .page_title_setcion img {
        height: 200px;

    }

    .sticky_header_sec_nav_b {
        width: 50%;
    }

    .sticky_header_inner .header_sec_logo {
        width: 30%;
    }

    .header_section_inner_page {
        border-bottom: none;
    }

    .woocommerce-page .entry-content>.wrapper>.woocommerce {
        padding: 90px 0 60px;
    }



    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-bottom: 40px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
    }

    .woocommerce-MyAccount-navigation ul li a {

        font-size: 17px;
    }

    .add_cart_top_r .login_box_content img {
        position: relative;
        top: -1px;
    }


    .site-header-cart {

        right: 0;

    }

    .woocommerce-cart .cart_main_inner .coupon button {

        padding: 11px 10px 9px 9px;

        min-width: auto;
        margin: 1px 2px;

    }

    .woocommerce-checkout .woocommerce-form-coupon button.button {
        font-size: 14px;

        padding: 10px 17px 9px;

    }

    .checkout_coupon.woocommerce-form-coupon>p {
        padding-bottom: 10px;
    }

    .products_block_info_cart>a.added_to_cart {

        display: block !important;
    }

    .si_single_product_inner {
        padding: 90px 0 30px;
    }

    .woocommerce .bt_single_content div.product form.cart .single_add_to_cart_button.button {

        min-width: auto;

    }

    .business_section.business_section_ipad .business_section_img {
        width: auto;
        height: auto;
    }

    .product-template-template-single_ipad .woocommerce-message {
        margin: 70px 0 0;
        display: flex;
        flex-wrap: wrap;
    }

    .bt_single_content .woocommerce-message {
        display: flex;
        flex-wrap: wrap;
    }

    .single-product.woocommerce .woocommerce-notices-wrapper .woocommerce-message a.button {
        width: 100%;
        margin-bottom: 12px;
    }

    .related_product_less_range {
        width: 100%;
        padding: 0;

    }

    .product_single_related h2 {
        font-weight: 400;
        font-size: 30px;
        padding-bottom: 35px;

    }

    .product_single_related {

        padding-top: 40px;
    }

    .featured_products_img {

        padding-top: inherit;
    }

    .featured_products_img a {
        position: static;
        display: block;
    }

    .featured_products_img img {
        position: static;

    }

    .banner_bottom_info p {
        font-size: 13px;
    }

    .banner_bottom_info {
        max-width: 207px;
        padding: 8px 10px;
    }

    .featured_products_sec_inner .featured_products_block_content {
        width: 100%;

    }

    /* .featured_products_sec_inner .products_block_info_text>p {
        font-size: 20px;
    } */

    .featured_products_sec_inner .products_block_info_text {
        width: 50%;
    }

    .featured_products_sec_inner .products_block_info_cart {
        width: 50%;
        TEXT-ALIGN: right;
        margin-top: 0px;
    }


    .woocommerce .ywgc_enter_code .ywgc_apply_gift_card_button {
        font-size: 14px;
        padding: 10px 17px 9px;
    }

    .ywgc_enter_code p {

        padding-bottom: 10px;
    }

    .gift-cards_form .ywgc-predefined-amount-button.ywgc-amount-buttons {

        margin-bottom: 3px;
    }

    .ywgc_delivery_info_title {
        padding-top: 10px;
    }

    .product_shop_section .page_common_title {
        padding-bottom: 40px;
    }

    .made_usa_desktop {
        display: none;
    }

    .add_cart_top_r {
        width: auto;
    }

    .header_login_block_inner {

        justify-content: center;
    }

    .made_usa_mobile {
        display: flex;
        padding: 9px 20px;
        justify-content: center;
        background: #fff;
        font-size: 14px;
        border-bottom: 1px solid #0000001f;
    }



    .top_header_r {

        display: none;
    }

    .info_block_form_inner {
        width: 100%;
    }

    .info_contact_e .elementor-widget-container {
        width: 61.797px;
        height: 61.797px !important;

    }

    .info_block_form_inner {

        margin-bottom: 20px;
    }

    .full_width_input {
        margin-bottom: 20px;
    }

    .contact_submit_btn {
        margin-top: 35px;
    }

    .product_show_content_box.product_show_content_box_first {

        min-height: 500px;
    }


}




@media only screen and (max-width: 479px) {
    .sign_up_sec_input {
        width: 100%;
        padding: 0px 0px;
        margin-bottom: 20px;
    }

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%;

    }

    .sign_up_sec_input input::placeholder {
        font-size: 14px;
    }

    .header_sec_logo {
        width: 55%;
    }

    .header_sec_right {
        width: 45%;
    }

    .footer_sec_content {
        width: 100%;
    }

    .header_login_block_inner_b a {
        font-size: 14px;
    }

    .login_box_content img {

        width: 14px;
        height: 14px;
        margin-right: 6px;
    }

    .top_banner_content {
        width: 100%;
        order: 1;
        padding-right: 0;
    }

    .top_banner_sub_img {
        width: 100%;
    }

    .top_banner_sub_img>img {
        width: 44%;
        margin: auto;
        display: block;
        padding-bottom: 20px;
    }

    .top_banner_sec_img>img {
        height: 550px;
        object-fit: cover;
    }


    .case_cta_section {

        padding-top: 0;
    }

    .page_common_text p {
        font-size: 16px;
        line-height: 26px;
    }

    .business_sec_list_block::after {
        right: 0;
        left: 108px;
        margin: auto;
        width: 62px;
        height: 107px;
    }

    .business_section {
        padding-bottom: 60px;
    }

    .navigation_section_inner_b {
        width: 100%;
        padding: 30px 0;
        position: relative;
    }

    .navigation_section_inner_b .page_common_title h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .navigation_section_inner_b .page_common_title {
        padding-bottom: 17px;
    }

    .navigation_sec_overheated {
        display: none;
    }


    .featured_secton_content_text p {

        font-size: 16px;
        line-height: 26px;
    }

    .featured_secton_content_img {
        padding-top: 33%;
    }



    .menufactured_sec_inner_content p {

        font-size: 18px;

        line-height: 28px;
    }



    .faqs_content_outer {
        width: 100%;
    }

    /* 
    .faqs_box_img {
        width: 100%;
    } */
    .acc__title h4 {

        font-size: 20px;
        padding-right: 30px;

    }

    .acc__title {

        padding: 20px 0;

    }


    .acc__panel {
        padding-bottom: 20px;

    }


    .faqs_box_section {
        padding: 60px 0 30px;
    }

    .acc__panel p:last-child {
        margin: 0;
    }

    .acc__panel p {

        font-size: 16px;

        line-height: 26px;

    }



    .testimonial_swiper {
        padding-bottom: 40px;
    }

    .testimonial_swiper .testimonial_pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0 12px;
    }

    .testimonial_section_title {
        padding-bottom: 30px;
    }

    .testimonial_sec_content_text p {


        line-height: 26px;

    }

    .testimonial_sec_content_text {
        padding-top: 20px;
    }

    .insta_heading.page_common_title {
        margin-bottom: 30px;
    }

    .sign_up_section_title {
        padding-bottom: 20px;
    }

    .sign_up_section_content p {

        font-size: 16px;
        line-height: 26px;
    }



    .sign_up_sec_input_b {
        padding-bottom: 10px;
    }

    .sign_up_section {
        padding: 0px 0 60px;
    }

    .footer_section {
        padding: 60px 0 40px;
    }

    .footer_sec_content_tltle>h5 {

        font-size: 20px;

    }

    .footer_sec_content_tltle {
        padding-bottom: 14px;
    }

    .footer_sec_content_list ul li a {

        font-size: 14px;

    }

    .footer_sec_content_list ul li {
        margin-bottom: 10px;
    }

    .footer_sec_content {
        margin-bottom: 28px;
    }

    .media_links_b {
        padding: 0 8px;
    }

    .media_links {
        margin: 0 -8px;
    }

    .rights_reserved_sec_inner p {

        font-size: 13px;

    }

    .faqs_box_img {
        width: 100%;
    }

    .faqs_box_img img {
        width: 100%;
    }

    .des_img {
        display: none;
    }

    .mob_img {
        display: block;
    }

    /* css sticky header */

    .sticky_header_inner .main_logo {
        width: 70%;
        margin-bottom: 0;
    }


    .case_cta_sec_inner_b {
        padding: 40px 0px 50px 0;
    }

    .case_cta_sec_btn .site_btn {
        margin-right: 9px;
        padding: 10px 20px 8px;
    }


    .business_sec_list_block ul li {
        font-size: 16px;
        padding-bottom: 9px;
        line-height: 26px;
    }



    .sticky_header_inner .header_sec_logo {
        width: 46%;
    }

    .sticky_header_sec_nav_b {
        width: 54%;
    }

    .add_cart_top_r a {

        font-size: 14px;
    }

    .coupon #coupon_code {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }

    .woocommerce-cart .cart_main_inner .coupon button {
        width: 100% !important;
        margin: 1px 0px;
    }

    .woocommerce-product-details__short-description p {
        font-size: 16px;
        line-height: 26px;
    }

    .banner_bottom_info p {
        font-size: 11px;
        text-align: center;
    }

    .banner_bottom_info {
        max-width: 100%;

        left: 0;
    }

    .top_banner_content h1 {

        padding-bottom: 20px;
    }

    .top_banner_content p {
        font-size: 16px;
        line-height: 26px;
    }

    .top_banner_sec_inner {
        top: 50%;
    }

    .ywgc_enter_code .form-row {

        width: 100%;
        margin: 0 0 10px
    }

    .product_shop_section .page_common_text p {
        font-size: 16px;
        line-height: 26px;
    }

    .shop_common_title {
        margin-bottom: 30px;
    }

    .site-header-cart {
        right: -15px;

    }

    .product_show_info1 .page_common_title {

        padding: 13px 20px;

    }

    .woocommerce-MyAccount-content .form-link-gift-card-to-user fieldset {
        padding: 0;
        border: none !important;
        margin: 13px 0 0 0;
    }

    .woocommerce-account .woocommerce .woocommerce-info .button {
        display: block;
        width: 100%;
        margin-top: 10px;
        font-size: 13px;
        padding: 14px 13px 12px;
    }

    .testimonial_sec_content_img>img {
        height: auto;
    }
}