/*
 Theme Name:     Divi Child
 Template:       Divi
 Version:        1.2.0
*/

/* Theme customization starts here ------------------------------------------------------- */

/*------------Basic CSS------------*/
.et_fixed_nav #top-header {/* top: 4px; */}
body {font-weight: 400;}
.cl { clear:both}
.ds-vertical-align { display: flex; flex-direction: column; justify-content: center;} 
.full_height { height:100%}
.banner_full_height {height:100vh}
.et-fixed-header#main-header {-webkit-box-shadow:0 0 55px rgba(0,0,0,0.4)!important; -moz-box-shadow:0 0 55px rgba(0,0,0,0.4)!important;  box-shadow:0 0 55px rgba(0,0,0,0.4)!important;}
#footer-info img { margin: 0 5px -6px 1px;}
/*------------Basic CSS------------*/

.services_out .home-shop-item a{color:#000000;font-size:1rem;display:flex;align-items:center;gap:7px;text-decoration:none;width:fit-content;padding:10px;font-weight:500;box-shadow:0 0 28px 0 #0000001a;margin-top:1.3em}
.services_out .home-shop-item a img{width:26px}
.services_out .home-shop-item:hover a{box-shadow:0 0 0 1px #c96e1b}
.services_out .home-shop-item a:hover{box-shadow:0 0 0 1px #c96e1b;color:#c96e1b}
.team-slide .swiper-slide{min-height:300px; height:100%;}
.team-slide .as-dots-wrapper{margin-bottom: 78px;}
/**************Mobile Menu**********************/
#mobile_menu li {position: relative;width: 100%;display: block;clear: both;background-color: #ffffff24;margin-bottom: 1px;}
#main-header .et_mobile_menu li ul.sub-menu li {background: #00000052;display: block;clear: both;width: 100%;position: relative;margin-bottom: 1px;padding-left: 0px;}
#main-header .et_mobile_menu li ul.sub-menu li a {}
#main-header .et_mobile_menu li ul.sub-menu {margin-left: 0px;padding-left: 0;}
#main-header .et_mobile_menu li ul.hide{display:none!important}
#mobile_menu .menu-item-has-children{position:relative}
#mobile_menu .menu-item-has-children > a{background:transparent}
#mobile_menu .menu-item-has-children > a + span{position:absolute;right:0;top:0;padding:10px 17px;font-size:20px;font-weight:700;cursor:pointer;z-index:3;background-color: #00000052;}
span.menu-closed:before{content:"\4c";display:block;color:#fff;font-size:16px;font-family:ETmodules}
span.menu-closed.menu-open:before{content:"\4d"}
/**************Mobile Menu**********************/





/**************Top Scroll Button**********************/
.et_pb_scroll_top{z-index:9999999;position:fixed;right:20px;bottom:20px;background:#151516;height:100px;box-shadow:0 2px 4px rgba(108,46,185,0.2);-webkit-transition:all .2s ease,-webkit-transform .6s ease;transition:all .2s ease,-webkit-transform .6s ease;transition:all .2s ease,transform .6s ease;transition:all .2s ease,transform .6s ease,-webkit-transform .6s ease;cursor:pointer}
.et_pb_scroll_top:hover {background:#C37C3B;}
.et_pb_scroll_top:before{display:none}
.et_pb_scroll_top:after{content:"\24";font-family:ETmodules!important;color:#fff;font-size:16px;font-weight:700;margin-left:10px}
.et_pb_scroll_top,.et_pb_scroll_top.et-visible,.et_pb_scroll_top.et-hidden{-webkit-animation:none!important;animation:none!important}
.et_pb_scroll_top,.et_pb_scroll_top.et-hidden{-webkit-transform:scale(0) rotate(0deg);transform:scale(0) rotate(0deg)}
.et_pb_scroll_top.et-visible{-webkit-transform:scale(1) rotate(360deg);transform:scale(1) rotate(360deg)}
.et_pb_scroll_top .et-pb-icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.et_pb_scroll_top{right:0;width:auto;padding:0 20px 0 8px;line-height: 34px;border-radius: 12px;box-shadow: 0px 0px 70px 4px #fff;}
.et_pb_scroll_top,.et_pb_scroll_top.et-hidden{right:32px;bottom:100px;-webkit-transform-origin:right top;transform-origin:right top;-webkit-transform:scale(1) translate(100%,0) rotate(-90deg);transform:scale(1) translate(100%,0) rotate(-90deg)}
.et_pb_scroll_top.et-visible{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}
.et_pb_scroll_top .et-pb-icon{display:none}

/*------------Basic CSS------------*/


/*Header CSS ------------*/
form.et-search-form {
    background: #460000!important;
}
.et_fullwidth_nav #main-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#et-top-navigation {
    float: none;
    margin: 0 auto;
}
.logo_container span br {display:none;}
.logo_container span {
    font-size: 20px;
    color: #fff;
    margin-left:8px;
	transition:.3s all ease;
}
.logo_container a:hover span {
    color: #f58300;
}


#top-menu li a {
    font-weight: 400;
}

.social_links {
    display: flex;
    gap: 8px;
    z-index: 9;
}

.social_links span{
    font-size:15px;
}

.social_links a {
    border: 1px solid #4c0000;
    width: 33px;
    display: flex;
    padding:7px 0;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #6c0000;
    color: #fff;
	transition:.3s all ease;
}
.social_links a:hover {
    background: #fff;
    color: #6c0000;
	border-color:#fff;
}



/*Gallery CSS ------------*/
.gallery_shape .swiper-wrapper {
    padding-bottom:60px;
}

.gallery_shape .swiper-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-radius: 50px;
}

.gallery_shape .swiper-bullets {
    display: flex;
    justify-content: center;
    width: 100%;
}



/*Footer CSS ------------*/
footer ul.et-menu {
	flex-direction:column;
}

footer .et_pb_blurb_content {
    display: flex !important;
    align-items: center;
}
footer .et_pb_blurb_container {
    padding-left: 0 !important;
}
.et_pb_main_blurb_image {
    margin-bottom: 0px;
}
footer a:hover {text-decoration:underline;}


.banner_orange {background:#f58300; padding:35px 0 !important;}


/* Contact Us Start
-------------------------------------------------------------------------------------------*/

.back-call p {padding:0}
.back-call input,select,textarea{color:#636363!important}
.back-call input::placeholder{color:#636363!important}
.back-call select::placeholder{color:#636363!important}
.back-call option{color:#000!important}
.back-call textarea::placeholder{color:#636363!important}
.back-call input,select{margin-bottom:.8em}
.back-call input[type=text],input[type=email],input[type=tel],select,textarea{border-radius:7px;border:1px solid #7e7777;padding:.9em .8em .9em 1.4em;width:100%;color:#636363;transition-duration:.5s;font-size:14px;}
.back-call input:hover{border:1px solid #5f5f5f}
.back-call select:hover{border:1px solid #5f5f5f}
.back-call textarea:hover{border:1px solid #5f5f5f}
.back-call textarea{height:100px;border-radius:9px}
.back-call input[type=submit]{border-radius:7px;border:none;padding:.6em .8em;width:100%;color:#fff!important;background:#000;text-transform:uppercase;font-size:18px;cursor:pointer;transition-duration:.5s;margin:0}
.back-call input[type=submit]:hover{background:#ee1619}
.back-call .your-name input{background: url(images/user.svg) no-repeat left 9px top 10px #fff; background-size:23px;}
.back-call .enter-email input{background:url(images/envelope.svg) no-repeat left 8px top 9px #fff; background-size:23px;}
.back-call .contactno input{background:url(images/call.svg) no-repeat left 9px top 13px #fff; background-size:20px;}
.back-call .enter-message textarea{background:url(images/chat.svg) no-repeat left 8px top 10px #fff; background-size:23px;}
.smart_map iframe {border-radius: 10px; box-shadow: 0px 14px 33px -7px #152e2a69;border: 1px solid #dfe7e5 !important;}

.back-call .et_pb_blurb_content {
    display: flex !important;
    align-items: center;
}
.back-call .et_pb_main_blurb_image {
    margin-bottom: 0px;
}
.back-call .et_pb_blurb_container {
    padding-left: 0;
}



/* Contact Us End
-------------------------------------------------------------------------------------------*/


.gallery_zoom .et_pb_gallery_item img {
    border-radius: 7px;
    box-shadow: 0px 0px 17px 0px #00000017;
    border: 2px solid #fff;
}
.mfp-title {display:none;}
.gallery_zoom .et_overlay {border-radius: 7px;}



/*------------ Responsive Codding ------------*/
@media only screen and (min-device-width:981px) and (max-device-width : 1920px) {}

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

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

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

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

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

@media only screen and (min-device-width:1025px) and (max-device-width : 1260px) {}

@media only screen and (min-device-width:981px) and (max-device-width : 1166px) {}

@media all and (max-width: 1024px) {}

/***** Only Desk Top*********/
@media (min-width: 981px) {}
/***** Only Desk Top*********/

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



@media only screen and (max-width: 980px) {
	
.et_header_style_left .et-search-form {
    width: 100%!important;
    max-width: 100%!important;
}
.et_fullwidth_nav #main-header .container {
    width: 100%;
}
	
.social_links {
    display: none;
}
footer .et_pb_menu .et_mobile_nav_menu {
    display: none;
}
footer .et_pb_menu .et_pb_menu__menu {
    display: block;
	width: 100%;
}
	
#et-top-navigation {
    width: 100px;
    padding-left: 0px !important;
    margin-right: 0;
}
.et-cart-info {margin: -10px 11px 0 13px !important;}
.woocommerce-MyAccount-navigation li a { font-size: 19px !important; line-height: 1.3em; padding:16px 11px !important; border-radius: 3px; font-weight: 500;}
.et_fixed_nav #main-header:before {content: url(images/logo_base.png);position:absolute;left: -6%;top: -21%;-webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;transform: scale(0.8);}
.custom_row {display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}
.first-on-mobile{-webkit-order:1;order:1}
.second-on-mobile{-webkit-order:2;order:2}
.third-on-mobile{-webkit-order:3;order:3}
.fourth-on-mobile{-webkit-order:4;order:4}
.custom_row:last-child .et_pb_column:last-child{margin-bottom:30px}
#et-top-navigation #top-menu-nav{display:none!important}
.logo_container img#logo{padding:0!important}
#et-top-navigation #top-menu-nav{display:none!important}
.logo_container img#logo{padding:0!important}
#et-top-navigation{position:relative!important}
#mobile_menu{display:block!important;min-height:100vh;height:100%;top:0;right:0;position:fixed;z-index:9998;overflow:scroll;border-top:none;padding-top: 75px!important;padding: 25px;background-color: #000 !important;/* clear: both; */}
.et_mobile_menu li:nth-child(1){/* padding-top:20px; */}
.et_mobile_menu li a{color:#fff!important;width:100%;/* float:left; */border:none!important;text-align:left;/* margin: 0px 10px; */transition:.2s;font-weight:300;font-size: 1.0em!important;clear: both;}
.mobile_nav ul#mobile_menu .current_page_item > a{color:#fff!important;background-color:rgba(255,255,255,0.1);/* border-radius:30px; */padding-left:20px;/* background: rgb(255 255 255 / 6%); *//* box-shadow: 0px 1px 14px -3px rgb(255 255 255); *//* border-top-right-radius: 0px; *//* border-top-right-radius: 0px; *//* border-bottom-right-radius: 0px; */}
.mobile_nav.closed #mobile_menu{background:-moz-linear-gradient(top,#1c3963 0%,#2cc09b 100%);background:-webkit-linear-gradient(top,#1c3963 0%,#2cc09b 100%);background:-o-linear-gradient(top,#1c3963 0%,#274c81 100%);background:-ms-linear-gradient(top,#1c3963 0%,#274c81 100%);background:linear-gradient(100deg,#5b0000 0%,#800000 100%);-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform .4s 0;-moz-transition:-moz-transform .4s 0;transition:transform .4s 0;}
.mobile_nav.opened #mobile_menu{background:-moz-linear-gradient(top,#1c3963 0%,#2cc09b 100%);background:-webkit-linear-gradient(top,#1c3963 0%,#2cc09b 100%);background:-o-linear-gradient(top,#1c3963 0%,#274c81 100%);background:-ms-linear-gradient(top,#1c3963 0%,#274c81 100%);background:linear-gradient(100deg,#5b0000 0%,#800000 100%);-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);-webkit-overflow-scrolling:touch;-webkit-transition:-webkit-transform .4s 0;-moz-transition:-moz-transform .4s 0;transition:transform .4s 0;}
.mobile_nav #mobile_menu{-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;transition:all .4s ease-in-out}
#main-header .container.clearfix.et_menu_container{width:100%}
.mobile_menu_bar:before{
    color: #fff;
    border: 2px solid #f58300;
    border-radius: 5px;
}
.mobile_nav.opened .mobile_menu_bar:before{content:'\4d';z-index:9999;color:#fff!important;border: 1px solid #1d3b6600;width:30px;height:30px;border: 2px solid #f58300;border-radius: 5px;}
.mobile_nav.opened .mobile_menu_bar:after{color:#FFF}
.et_header_style_split .mobile_menu_bar,.et_header_style_left .mobile_menu_bar{z-index:9999}
#et-top-navigation{padding-right:5px}
.et_header_style_left #logo,.et_header_style_split #logo{max-width:100%}
#commentform p.comment-form-comment,#commentform .gglcptch{width:95%;display:block;float:none;margin:0 auto}
#commentform p.comment-form-author,#commentform p.comment-form-email,#commentform p.comment-form-url{width:95%;display:block;float:none;margin:0 auto}
#commentform p.comment-form-author input,#commentform p.comment-form-email input,#commentform p.comment-form-url input{width:100%;display:block;float:none}
#commentform .form-submit{text-align:left}

.mobile_menu_bar:before {left: -19px;top: 3px;}
#logo {max-height: 90%;margin: 4px;}
#page-container { padding-top: 80px !important;}
header.et-fixed-header { position: fixed !important;}
.et_pb_scroll_top:before { display: none !important;}
.et_pb_scroll_top { padding: 5px 9px 4px 8px !important; line-height: 26px; height: 43px;}
}


@media only screen and (max-width:768px) {
.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{width:100%!important}
.woocommerce-cart table.cart td.actions .coupon .input-text{width:150px}
.woocommerce-page.et_pb_button_helper_class a.button{display:block;width:100%}
.woocommerce-error,.woocommerce-info,.woocommerce-message{font-size:14px!important}
.woocommerce td.product-name dl.variation dt{padding:10px 0}
.woocommerce td.product-name dl.variation dd{padding:30px 0 0}
.woocommerce-page table.cart td.actions .coupon .button{width:45%;font-size:16px}
.shop_table td.product-name{width:72%}
.shop_table .wmc-product-desc{font-weight:700}
.cart_item td.product-name{width:100%!important}
.woocommerce ul.order_details li{float:none;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-right:1px dashed #fff;padding-right:2em;margin-left:0;padding-left:0;list-style-type:none;margin-bottom:19px}
.woocommerce td.product-name dl.variation dt{padding:30px 0 1px}
.woocommerce td.product-name dl.variation dd{float: right;width: 56%;font-size:14px;}
.woocommerce td.product-name dl.variation dt{float:left;width: 40%;font-size: 13px;font-weight: 500;text-align: left;}
.woocommerce-checkout .woocommerce-checkout-review-order{background:rgba(84,84,84,0.05);padding:0 10px;position:relative}
.cart-button-space{color:#716e6e!important;background-color:#eee;padding:7px 30px;border-radius:50px;font-size:18px;text-transform:capitalize!important;display:block;margin-bottom:10px}
a.cart-button-space.active{background-color:#3683bf;color:#fff!important}
.woocommerce table.shop_table .woocommerce-shipping-totals th{font-size:13px!important}
.woocommerce table.shop_table .cart-subtotal th{font-size:13px!important}
.woocommerce table.shop_table .order-total th { font-size:17px !important}
body.logged-in .woocommerce-MyAccount-content { float: none !important; width:100% !important;}
.et_pb_scroll_top,.et_pb_scroll_top.et-hidden{bottom:11px!important;}
.woocommerce table.shop_table_responsive thead,.woocommerce-page table.shop_table_responsive thead{display:none}.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child{border-top:0}.woocommerce table.shop_table_responsive tbody th,.woocommerce-page table.shop_table_responsive tbody th{display:none}.woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr{display:block}.woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td{display:block;text-align:right!important;clear: both;}.woocommerce table.shop_table_responsive tr td.order-actions,.woocommerce-page table.shop_table_responsive tr td.order-actions{text-align:left!important}.woocommerce table.shop_table_responsive tr td::before,.woocommerce-page table.shop_table_responsive tr td::before{content:attr(data-title) ": ";font-weight:700;float:left}.woocommerce table.shop_table_responsive tr td.actions::before,.woocommerce table.shop_table_responsive tr td.product-remove::before,.woocommerce-page table.shop_table_responsive tr td.actions::before,.woocommerce-page table.shop_table_responsive tr td.product-remove::before{display:none}.woocommerce table.shop_table_responsive tr:nth-child(2n) td,.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{background-color:rgba(0,0,0,.025)}.woocommerce table.my_account_orders tr td.order-actions,.woocommerce-page table.my_account_orders tr td.order-actions{text-align:left}.woocommerce table.my_account_orders tr td.order-actions::before,.woocommerce-page table.my_account_orders tr td.order-actions::before{display:none}.woocommerce table.my_account_orders tr td.order-actions .button,.woocommerce-page table.my_account_orders tr td.order-actions .button{float:none;margin:.125em .25em .125em 0}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-1,.woocommerce-page .col2-set .col-2{float:none;width:100%}.woocommerce ul.products[class*=columns-] li.product,.woocommerce-page ul.products[class*=columns-] li.product{width:48%;float:left;clear:both;margin:0 0 2.992em}.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n){float:right;clear:none!important}.woocommerce #content div.product div.images,.woocommerce #content div.product div.summary,.woocommerce div.product div.images,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.images,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.images,.woocommerce-page div.product div.summary{float:none;width:100%}.woocommerce #content table.cart .product-thumbnail,.woocommerce table.cart .product-thumbnail,.woocommerce-page #content table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail{display:none}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:left}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:none;padding-bottom:.5em}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce #content table.cart td.actions .coupon::before,.woocommerce table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::before,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::before,.woocommerce-page table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::before{content:' ';display:table}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::after{clear:both}.woocommerce #content table.cart td.actions .coupon .button,.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce #content table.cart td.actions .coupon input,.woocommerce table.cart td.actions .coupon .button,.woocommerce table.cart td.actions .coupon .input-text,.woocommerce table.cart td.actions .coupon input,.woocommerce-page #content table.cart td.actions .coupon .button,.woocommerce-page #content table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon input,.woocommerce-page table.cart td.actions .coupon .button,.woocommerce-page table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon input{width:48%;box-sizing:border-box}.woocommerce #content table.cart td.actions .coupon .button.alt,.woocommerce #content table.cart td.actions .coupon .input-text+.button,.woocommerce table.cart td.actions .coupon .button.alt,.woocommerce table.cart td.actions .coupon .input-text+.button,.woocommerce-page #content table.cart td.actions .coupon .button.alt,.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,.woocommerce-page table.cart td.actions .coupon .button.alt,.woocommerce-page table.cart td.actions .coupon .input-text+.button{float:right}.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button{display:block;width:100%}.woocommerce .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .cross-sells,.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .shipping_calculator{width:100%;float:none;text-align:left}.woocommerce-page.woocommerce-checkout form.login .form-row,.woocommerce.woocommerce-checkout form.login .form-row{width:100%;float:none}.woocommerce #payment .terms,.woocommerce-page #payment .terms{text-align:left;padding:0}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:none;width:100%;box-sizing:border-box;margin-bottom:1em}.woocommerce .lost_reset_password .form-row-first,.woocommerce .lost_reset_password .form-row-last,.woocommerce-page .lost_reset_password .form-row-first,.woocommerce-page .lost_reset_password .form-row-last{width:100%;float:none;margin-right:0}.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:100%}.single-product .twentythirteen .panel{padding-left:20px!important;padding-right:20px!important}
.woocommerce-cart .entry-content .woocommerce > form{width:100%;float: none;margin-bottom:100px}
.woocommerce-cart .entry-content .woocommerce .cart-collaterals{width:100%;float: none;padding:0;margin-bottom:40px}
.woocommerce-cart table.cart td.actions .button[name=update_cart] { width: 62% !important; margin-top: 19px !important; float:left !important}
.woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .button {    width: 92%; margin: 0px auto !important; display: block; float: none !important; margin-bottom:15px !important}
.woocommerce table.shop_table { border:none !important} 
.overlay-container .overlay-close { right: 5.5%;}
}


@media only screen and (max-width:500px) {
.gallery_zoom .et_pb_grid_item {margin: 0 0 5%;}	
.logo_container span br {display:block;}

.logo_container span {	
	font-size: 17px;
    display: inline-block;
    line-height: 27px;
}
.et_header_style_left .logo_container {
    display: flex;
}	
.et_header_style_left .logo_container a{
    display: flex;
    align-items: center;
}
	
	
	
}

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


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

@media only screen and (min-width: 481px) {}

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

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

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

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



