/* 
Theme Name: Visual Composer Starter Child
Theme URL: https://visualcomposer.com/visual-composer-starter-theme/
Description: Visual Composer Starter Child Theme 
Theme Author: Visual Composer
Author URL: https://visualcomposer.com/
Template: visual-composer-starter 
Version: 1.0.0 
Text Domain: visual-composer-starter-child
*/

/* fonts */
@font-face { font-family: Montserrat-Regular; src: url(assets/fonts/Montserrat-Regular.otf); }
@font-face { font-family: Montserrat-Bold; src: url(assets/fonts/Montserrat-Bold.otf); }
:root { --font-1-font-family: 'Montserrat-Regular'; --font-2-font-family: 'Montserrat-Bold'; --font-3-font-family: 'Montserrat-Regular'; --font-4-font-family: 'Montserrat-Regular'; --font-5-font-family: 'Montserrat-Regular'; --font-6-font-family: 'Montserrat-Regular'; --font-7-font-family: 'Montserrat-Regular'; --font-8-font-family: 'Montserrat-Regular'; --font-9-font-family: 'Montserrat-Regular'; --font-10-font-family: 'Montserrat-Regular'; --font-11-font-family: 'Montserrat-Regular'; --font-12-font-family: 'Montserrat-Regular'; --color-2:#084776; --color-3:#0000; --color-4:#007ac6; --color-5:#057ab3; --color-6:#00aff0; --link-color-normal: #f59a40; --link-color-hover: #ca3328; }

/* general css */
.sticky { position: fixed; top: 0; width: 100%; }

/* body */
html { font-size: 1rem; }
body { font-family: 'Poppins', sans-serif; line-height: 1.2; letter-spacing: .01rem }
a { color: #6c757d; text-decoration: none; }
a:hover { color: #007ac6; text-decoration: none; }
h1 { font-size: 3.75rem; }
h2 { font-size: 3.5rem; }
h3 { font-size: 3rem; }
h4 { font-size: 2.5rem; }
h5 { font-size: 2rem; }
h6 { font-size: 1rem; }
p { font-family: 'Poppins', sans-serif; color: black; font-size: 1rem; }
.font-1,
.font-2,
.font-3,
.font-4,
.font-5,
.font-6,
.font-7,
.font-8,
.font-9,
.font-10,
.font-11,
.font12 { }
.font-1 { font-family: var(--font-1-font-family); }
.font-2 { font-family: var(--font-2-font-family); }
.font-3 { font-family: var(--font-3-font-family); }
.font-4 { font-family: var(--font-4-font-family); }
.font-5 { font-family: var(--font-5-font-family); }
.font-6 { font-family: var(--font-6-font-family); }
.font-7 { font-family: var(--font-7-font-family); }
.font-8 { font-family: var(--font-8-font-family); }
.font-9 { font-family: var(--font-9-font-family); }
.font-10 { font-family: var(--font-10-font-family); }
.font-11 { font-family: var(--font-11-font-family); }
.font-12 { font-family: var(--font-12-font-family); }
.color-white { color: #fff; }
.color-black { color: #000; }
.color-3 { color: var(--color-3); }
.color-4 { color: var(--color-4); }
.color-2 { color: var(--color-2); }
.color-6 { color: var(--color-6); }
.color-5 { color: var(--color-5); }
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.display-7,
.display-8,
.display-9,
.display-10,
.display-11,
.display-12,
.display-13,
.display-14 { }
.display-1 { font-size: 4rem; }
.display-2 { font-size: 3.75rem; }
.display-3 { font-size: 3.5rem; }
.display-4 { font-size: 3.25rem; }
.display-5 { font-size: 3rem; }
.display-6 { font-size: 2.75rem; }
.display-7 { font-size: ‭2.5rem; }
.display-8 { font-size: 2.25rem; }
.display-9 { font-size: 2rem; }
.display-10 { font-size: 1.75rem; }
.display-11 { font-size: 1.5rem; }
.display-12 { font-size: 1.4rem; }
.display-13 { font-size: 1.3rem; }
.display-14 { font-size: 1.2rem; }

/*Visual Composer*/
.vce-row-container { width: 100%; }

/* body overlay */
.body__overlay { backface-visibility: hidden; background-color: rgba(0, 0, 0, 0.8); cursor: url(assets/img/close.webp) 25 25, pointer; height: 100%; left: 0; opacity: 0; position: fixed; top: 0; transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s, transform 0.3s ease 0s; visibility: hidden; width: 100%; z-index: 99999; }
.body__overlay.is-visible { opacity: 1; transition: opacity 0.3s ease 0s, visibility 0s ease 0s, transform 0.3s ease 0s; visibility: visible; }

/* preloader */
#preloader_active { background-color: #ffffff; height: 100%; width: 100%; position: fixed; z-index: 999999; margin-top: 0px; top: 0px; }
#loading-center { width: 100%; height: 100%; position: relative; }
#loading-center-absolute { position: absolute; left: 50%; top: 50%; height: 50px; width: 150px; margin-top: -25px; margin-left: -75px; }
.object { width: 8px; height: 50px; margin-right: 5px; background-color: #ff4136; -webkit-animation: animate 1s infinite; animation: animate 1s infinite; float: left; }
.object:last-child { margin-right: 0px; }
.object:nth-child(10) { -webkit-animation-delay: 0.9s; animation-delay: 0.9s; }
.object:nth-child(9) { -webkit-animation-delay: 0.8s; animation-delay: 0.8s; }
.object:nth-child(8) { -webkit-animation-delay: 0.7s; animation-delay: 0.7s; }
.object:nth-child(7) { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }
.object:nth-child(6) { -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }
.object:nth-child(5) { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }
.object:nth-child(4) { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; }
.object:nth-child(3) { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
.object:nth-child(2) { -webkit-animation-delay: 0.1s; animation-delay: 0.1s; }
@-webkit-keyframes animate {
	50% { -ms-transform: scaleY(0); -webkit-transform: scaleY(0); transform: scaleY(0); }
}
@keyframes animate {
	50% { -ms-transform: scaleY(0); -webkit-transform: scaleY(0); transform: scaleY(0); }
}

/* social network icons : color */
.social { }
.social ul { list-style-type: none; }
.social li { display: inline-block; }
.fa-color .fab { border-radius: 50%; }
.fa-color .fab.fa-facebook-f { color: white; background-color: #3b5998; padding: 4px 8px; }
.fa-color .fab.fa-linkedin-in { color: white; background-color: #007ab9; padding: 4px 6px; }
.fa-color .fab.fa-pinterest-p { color: white; background-color: #cb2027; padding: 4px 7px; }
.fa-color .fab.fa-google-plus-g { color: white; background-color: #dc4e41; padding: 4px 4px; }
.fa-color .fab.fa-twitter { color: white; background-color: #55acee; padding: 4px 4px; }
.fa-color .fab.fa-instagram { color: white; background-color: #6a453b; padding: 4px 5px; }

/* slick slider */

/* nav-arrow : general */
.slick-wrap .slick-arrow { position: absolute; background-color: black; }
.slick-wrap .slick-arrow:hover { background-color: black; }

/* nav-arrow : top around */
.slick-wrap.nav-top-around .slick-arrow { top: -29px; z-index: 99; }
.slick-wrap.nav-top-around .slick-next { right: 0; }

/* nav-arrow : top right */
.slick-wrap.nav-top-right .slick-arrow { top: -20px; right: 0px; }
.slick-wrap.nav-top-right .slick-prev { right: 51px; left: unset; }

/* nav-arrow : top center */
.slick-wrap.nav-top-center .slick-arrow { top: -35px; left: 44%; }
.slick-wrap.nav-top-center .slick-next { margin-left: 82px; }

/* nav-arrow : center around */
.slick-wrap.nav-center-around .slick-arrow { top: 50%; z-index: 99; }
.slick-wrap.nav-center-around .slick-next { right: 0; }

/* nav-arrow : bottom around */
.slick-wrap.nav-bottom-around .slick-arrow { bottom: -30px; z-index: 99; }
.slick-wrap.nav-bottom-around .slick-next { right: 0; }

/* nav-arrow : bottom center */
.slick-wrap.nav-bottom-center-center .slick-arrow { bottom: -35px; left: 44%; }
.slick-wrap.nav-bottom-center-center .slick-next { margin-left: 82px; }

/* nav-arrow : bottom right */
.slick-wrap.nav-bottom-right .slick-arrow { bottom: -35px; right: 0px; }
.slick-wrap.nav-bottom-right .slick-prev { right: 25px; }

/* nav-arrow : bottom left */
.slick-wrap.nav-bottom-left .slick-arrow { bottom: 0; left: 0; }
.slick-wrap.nav-bottom-left .slick-next { left: 25px; }

/*Woocommerce Product  slider*/
.slick-wrap .item { border: 1px solid gray; text-align: center; position: relative; }
.slick-wrap .item img {  text-align: center; }
.slick-wrap .item:hover .product-action .buttons { display: block; }
.slick-wrap .item .product-action ul.buttons { display: none; position: absolute; animation: action_btns_move 0.6s ease-out; animation-fill-mode: forwards; background: #212529; text-align: center; opacity: 0.85; padding: 0px; }
@keyframes action_btns_move {
	from { bottom: 0%; }
	to { bottom: 50%; }
}
.slick-wrap .product-action { position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: flex; justify-content: center; align-items: center; }
.slick-wrap .item .product-action .buttons a { color: white; }
.slick-wrap .item .product-action .buttons li { display: inline-block; padding: 15px 0px; float: left; text-align: center; position: relative; }
.slick-wrap .item .product-action .buttons i { font-size: 20px; padding-right: 15px; padding-left: 15px; text-align: center; color: #fff; border-right: 1px solid #5a5a5a; }
.slick-wrap .item .product-title { color: #101010; font-size: 14px; font-weight: 600; padding: .5em .7em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.slick-wrap .item .price { color: #77a464; margin-bottom: .5em; font-size: 1em; font-weight: 600; margin: 11px; }
.slick-wrap .item .sales_price { font-size: 16px; font-weight: 600; color: #444; }
.slick-wrap .item .sales_price_red { text-decoration: none; color: #d40000; font-weight: 700; font-size: 16px; margin: 10px; }
.slick-wrap .item .cut_price{position: relative;}
.slick-wrap .item .cut_price:after { content: ''; border-top: 2px solid red; width: 100%; position: absolute; left: 0; top: 50%; }

/* mailpoet */
.mailpoet_segment_label,
.mailpoet_text_label,
.mailpoet_textarea_label,
.mailpoet_select_label,
.mailpoet_radio_label,
.mailpoet_checkbox_label,
.mailpoet_list_label,
.mailpoet_date_label { display: block; font-weight: bold; }
.mailpoet_text,
.mailpoet_textarea,
.mailpoet_select,
.mailpoet_date_month,
.mailpoet_date_day,
.mailpoet_date_year,
.mailpoet_date { display: block; }
.mailpoet_paragraph { line-height: 20px; }
#mailpoet_form_3 .mailpoet_checkbox { }
#mailpoet_form_3 .mailpoet_submit input { }
#mailpoet_form_3 .mailpoet_divider { }
#mailpoet_form_3 .mailpoet_message { }
#mailpoet_form_3 .mailpoet_validate_success { font-weight: 600; color: #468847; }
#mailpoet_form_3 .mailpoet_validate_error { color: #B94A48; }
#mailpoet_form_3 .mailpoet_form_loading { width: 30px; text-align: center; line-height: normal; }
#mailpoet_form_3 .mailpoet_form_loading > span { width: 5px; height: 5px; background-color: #5b5b5b; }
#mailpoet_form_3 .mailpoet_text,
#mailpoet_form_3 .mailpoet_textarea { }
#mailpoet_form_3 .mailpoet_form { position: relative; }
#mailpoet_form_3 input.mailpoet_text { background-color: #000000; float: left; margin-bottom: 0; width: 100%; border: 1px solid white; padding: 8px 6px 8px 6px; }
#mailpoet_form_3 input.mailpoet_submit { width: 38%; height: 40px;  border: unset; margin-top: 4%; color: white; background-size: contain; }
#mailpoet_form_2 { margin-top: 30px; }
#mailpoet_form_2 .mailpoet_form { text-align: center; }
#mailpoet_form_2 input.mailpoet_text { padding: 8px 6px 8px 6px; background-color: transparent; width: 800px; height: 67px; border: 1px solid #cdced0; }
#mailpoet_form_2 input.mailpoet_submit { width: 250px; height: 67px; background-color: #015f56; color: white; border: unset; margin-left: -3px; }
#mailpoet_form_2 .mailpoet_paragraph { display: inline-block; }

/* contact form 7 */

/*.wpcf7 .form-control {border-radius:0px;display: block; width: 100%; height: calc(3.0em + .75rem + 2px); margin-top :3%; padding: .375rem .75rem; line-height: 1.5; color: #495057; border: 1px solid #e1e0e0; }
.wpcf7  textarea {min-height: 160px;margin-bottom: 3%;}
.wpcf7 .wpcf7-submit {text-align:center; margin:auto; border-radius:0px; font-size: .875rem; font-weight: bold; color: white; background-color: #007ac6; border: none;letter-spacing: 4px; padding: 18px 30px;}
.wpforms-submit-container {justify-content: center;text-align: center;}*/

/* logo */
header .navbar-brand { text-align: center; }
/*header .navbar-brand img { padding: 15px 10px; }*/

/* menu icons  */
.default-menu-icons ul li { padding: 0px 15px; }
.default-menu-icons ul { list-style: none; display: flex; padding: 0; margin: 0; }
.default-menu-icons ul li a { cursor: pointer; }

/* modal full screen */
.search-form-modal .modal-full { min-width: 100%; margin: 0; }
.search-form-modal .modal-full .modal-content { }
.search-form-modal .modal-content { opacity: 1; -webkit-transform: translate(0); transform: translate(0); -webkit-transition: opacity .3s; transition: opacity .3s; background: rgba(0, 0, 0, .8); }
.search-form-modal { padding: 0px; }
.search-form-modal input { border-radius: 0px; padding: 2rem 1rem; }
.search-form-modal button { border-radius: 0px; }

/* Hamburger Menu */
.hamburger-menu { height: 100%; width: 0; position: fixed; z-index: 99999; top: 0; right: 0; background-color: #111; overflow-x: hidden; transition: 0.5s; padding-top: 60px; text-align: center; }
.hamburger-menu a { padding: 8px 8px 8px 32px; text-decoration: none; font-size: 20px; color: #818181; display: block; transition: 0.3s; }
.hamburger-menu a:hover { color: #f1f1f1; }
.hamburger-menu .hamburger-close { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; }
.hamburger-menu .navbar-nav .dropdown-menu li a { font-size: 14px; padding: 0; text-transform: capitalize; }
.hamburger-menu .navbar-nav .dropdown-menu { width: fit-content; margin: 0 auto; background-color: transparent; text-align: center; display: block; }

/* sidebar */
.sidebar-popup { height: 100%; width: 0; position: fixed; z-index: 999999999; top: 0; overflow-x: hidden; transition: 0.5s; padding-top: 60px; }
.sidebar-popup a { padding: 8px 8px 8px 32px; text-decoration: none; font-size: 25px; color: #111; display: block; transition: 0.3s; }
.sidebar-popup a:hover { color: #111; }
.sidebar-popup .sidebar-popup-close { position: absolute; top: 0; }

/* sidebar :  left  */
.sidebar-popup.left { left: 0; background-color: #f2f2f2; }
.sidebar-popup.left a { font-size: 20px; color: #818181; }
.sidebar-popup.left a:hover { color: #111; }
.sidebar-popup.left .sidebar-popup-close { right: 0; left: auto; }

/* sidebar :  right  */
.sidebar-popup.right { right: 0; background-color: #f1f1f1; }

/*.sidebar-popup.right a { font-size: 15px; color: #111; }*/
.sidebar-popup.right a:hover { color: #111; }
.sidebar-popup.right .woocommerce-mini-cart__empty-message { text-align: center; }
.sidebar-popup .sidebar-popup-close { left: 0px; }

/* mean menu */
menu { padding: 0; margin: 0; }
menu.open { }

/* mean menu : hide icon bar */
menu .meanmenu-reveal { display: none; }
.mean-container .mean-bar { padding: 0; }
.icon-open span { width: 20px; display: block; background: #000; height: 1px; margin-top: 3px; }
.icon-close { font-size: 20px; }
.meanmenu-reveal-outside button { border: 0; background: transparent; }
.meanmenu-reveal-outside span { display: block; background: #000; height: 1px; margin-top: 3px; width: 20px; }
.meanmenu-reveal-outside.icon-close { right: 0px; left: auto; text-align: center; text-indent: 0px; font-size: 18px; }

/* mean menu : hide menu open close bar */
menu.mean-container .mean-bar { padding: 0; min-height: auto; }
menu.mean-container .mean-nav { margin: 0; }
menu .mean-bar>a { display: none; }
menu.mean-container .mean-nav ul li a.mean-expand { height: 29px; }

/* mega menu */
.wpmm_brand_logo_wrap { display: none; }
.wp-megamenu-wrap { z-index: 9; }
#wp-megamenu-primary { padding: 0; }

/* accordian */
.accordion { width: 100%; }
.accordion .heading .col-exp-icon:before { content: "\f068"; }
.accordion .heading.collapsed .col-exp-icon:before { content: "\f067"; }

/* contact us : contact form */
.contact-form-container .wpcf7-form-control { font-size: 0.9rem; border-radius: 0px; display: block; width: 100%; height: calc(3.0em + .75rem + 2px); margin-top: 3%; padding: .375rem .75rem; line-height: 1.5; color: #000; border: 1px solid #000; }
.contact-form-container .wpcf7-form-control.wpcf7-textarea { min-height: 160px; }
.contact-form-container  input.wpcf7-submit { text-align: center; border-radius: 0px; font-size: 14px; font-weight: bold; color: white; background-color: #000; border: none; padding: 20px 60px; width: auto; margin-top: 30px; }

/* contact us : contact info */
.contact-info .social-items { list-style: none; padding-left: 0px; margin-bottom: 40px; }
.contact-info h5.store-name { padding-bottom: 10px; font-size: 1.8rem; }
.contact-info .social-items li { line-height: 1.8; color: #000 }
.contact-info .social-items li a { color: #000; }
.contact-info .social-items li span { font-weight: 500; }
.contact-info .social-items li i { padding-right: 10px; }

/*woocommrce : general CSS */
h1.entry-title {padding: 130px 0px;text-align: center;background: #eaeaea; margin-bottom: 50px;}
input#coupon_code {width: 44%;height: 45px;}

/* woocomerce : mini cart */
.sidebar-popup .sidebar-popup-close i { color: #666666; font-size: 20px; transition: all 0.3s ease 0s; }
.woo-mini-cart .cart-empty { padding: 20px; }
.woo-mini-cart img { width: 50px; height: auto; margin: 0 5px; }
.woo-mini-cart ul { list-style: none; padding: 0px 10px; }
.woo-mini-cart { text-align: left; }
.woo-mini-cart a { font-size: 15px; padding: 0px; }
.woo-mini-cart .woocommerce-mini-cart-item .details a { font-size: 14px; font-weight: 300; font-family: 'Poppins', sans-serif; }
.woo-mini-cart .woocommerce-mini-cart-item .details .quantity { font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 14px; line-height: 24px; -webkit-font-smoothing: antialiased; color: #c00; }
.woo-mini-cart .total { text-align: center; display: flex; justify-content: space-between; border-top: 1px solid gray; padding: 20px; }
.woo-mini-cart .button { text-align: center; padding: 12px; margin: 25px; border: #000 1px solid; }
.woo-mini-cart ul li { margin-bottom: 20px; display: flex; }
.woo-mini-cart .details { min-width: 240px; padding: 0px 20px; }
.woo-mini-cart a.remove { font-size: 1.5rem; height: 1em; width: 1em; text-align: center; line-height: 1; border-radius: 100%; color: gray; font-weight: 300; }
.woo-mini-cart .total strong { color: #000; font-weight: 400; font-size: 16px; text-transform: capitalize; font-family: 'Poppins', sans-serif; line-height: 24px; }
.woo-mini-cart .woocommerce-Price-amount bdi { font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 14px; line-height: 24px; -webkit-font-smoothing: antialiased; color: #c00; }
.woo-mini-cart .total bdi { font-size: 16px; }
.woo-mini-cart .woocommerce-mini-cart__buttons { display: flex; flex-direction: column; justify-content: center; padding: 20px; }
.woo-mini-cart .woocommerce-mini-cart__buttons .button { border: 1px solid #000; line-height: 32px; margin-bottom: 15px; transition: all 0.5s ease 0s; }
.woo-mini-cart .woocommerce-mini-cart__buttons .checkout { background-color: black; color: white; }

/* woocomerce : cart page: update buttons */

/* woocomerce : shop page : product hover effects */
.product--action .buttons { background: #212529; text-align: center; opacity: 0.85; }
.product--action .buttons li { display: inline-block; padding: 15px 0px; float: left; text-align: center; position: relative; }
.product--action .buttons a { color: #fff; }
.product--action { position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: flex; justify-content: center; align-items: center; }
.product--action .buttons i { font-size: 20px; padding-right: 15px; padding-left: 15px; text-align: center; color: #fff; border-right: 1px solid #5a5a5a; }
.product--action .buttons #no-border i { border-right: 0px; }
.product--action ul.buttons { display: none; position: absolute; animation: action_btns_move 0.6s ease-out; animation-fill-mode: forwards; }
@keyframes action_btns_move {
	from { bottom: 15%; }
	to { bottom: 50%; }
}
.products li:hover ul.buttons { display: block; }

/* woocomerce : shop page : sorting form */
.archive .woocommerce-ordering { margin: 0 0 4em; }

/* woocomerce : shop page : items listing */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product { text-align: center; border: 1px solid gray; }

/* woocomerce : shop page : star ratings */
#shop-page ul.products li.product .star-rating {margin: auto;padding-bottom: 20px;}

/* woocomerce : shop page : add-to-cart button */
a.added_to_cart.wc-forward { display: none; }
a.ajax_add_to_cart.add_to_cart_button.added::after { content: '\f058'; font-family: 'Font Awesome 5 Pro'; font-size: 17px; opacity: 1; position: absolute; top: 0%; font-weight: 900; left: 60%; color: green; }
a.added_to_cart.wc-forward { padding: 0; }

/* woocomerce : shop page : item heading */
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: #101010; font-size: 14px; font-weight: 600; padding: .5em .7em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* woocomerce : shop page : item price */
.woocommerce ul.products li.product .price { font-size: 16px; font-weight: 600; }
.woocommerce ul.products li.product .price del { color: #444; }
.woocommerce ul.products li.product .price ins { text-decoration: none; color: #d40000; }

/* woocomerce : shop page : onsale item badge*/
.woocommerce ul.products li.product .onsale { padding: 0px; top: -15px; font-weight: 400; background: #252525; opacity: 1; }

/* woocomerce : shop page : new item badge*/
span.badget-product--status.badget-new { font-size: 10px; position: absolute; left: 0; padding: 20px 10px 30px 10px; background: green; border-bottom-right-radius: 30px; border-bottom-left-radius: 30px; color: #fff; }

/* woocomerce : shop page : sold-out badge */
span.badget-product--status.badget-soldout { position: absolute; left: 0; top: -1px; padding: 20px 10px 30px 10px; background: #cc0a0b; border-bottom-right-radius: 30px; border-bottom-left-radius: 30px; color: #fff; font-size: 10px; }

/*/ woocomerce : shop page : backorder badge /*/
span.badge-product--status.badget-backorder { white-space: pre-wrap; width: 50px; font-size: 10px; position: absolute; left: 0; padding: 10px 10px 30px 10px; background: green; border-bottom-right-radius: 30px; border-bottom-left-radius: 30px; color: #fff; }

/* woocomerce : shop page : disable sold-out link  */
.woocommerce a.ajax_add_to_cart.add_to_cart_button.out-stock { cursor: not-allowed; pointer-events: none; }
a.ajax_add_to_cart.add_to_cart_button.out-stock i { color: #bdbdbd; border-right: 1px solid #bdbdbd; }

/*  woocomerce : shop page : yith-wishlist button*/
.yith-wcwl-add-to-wishlist { margin-top: 0px; }
.yith-wcwl-add-button>a i { font-size: 20px; margin-right: 0px; }
i.yith-wcwl-icon.fa.fa-heart { font-size: 20px; margin-right: 0px; color: #cc0a0b; }
.woocommerce-wishlist .woocommerce table.shop_table td {text-align: center;}


/* woocomerce : shop page : pagination */
.woocommerce nav.woocommerce-pagination ul li { border-right: 1px solid #252525; background: #252525; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span { color: #fff; font-weight: 400; padding: 0.8em; }
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus { background: #d40000; color: #ffffff; }

/* woocomerce : single page : summary */
.single .product form.cart { margin-top: 50px; }
.single div.product div.images { margin-bottom: 10rem; }
.single div.product p.price ins {padding-right: 10px; text-decoration: none;}
.single  .wcppec-checkout-buttons.woo_pp_cart_buttons_div {display: none;}
.single div.product p.price del,.single div.product p.price del span, .single div.product p.price del span bdi{color: #4d4d4d;font-size: 22px;opacity: 1;}{color: #4d4d4d;font-size: 22px;opacity: 1;}
.single .summary .product_title { color: #444444; font-size: 30px; font-weight: 500; text-transform: capitalize; font-family: 'Poppins', sans-serif; }
.single .summary .woocommerce-Price-amount bdi { color: #ff4136; font-size: 30px; font-family: 'Poppins', sans-serif; font-weight: 400; line-height: 24px; -webkit-font-smoothing: antialiased; }
.single .summary .woocommerce-product-details__short-description p { color: #666666; font-size: 14px; line-height: 26px; font-family: 'Poppins', sans-serif; font-weight: 400; }
.single .summary .product_meta .sku_wrapper { color: #000; display: block; font-size: 16px; line-height: 13px; padding-bottom: 5px; position: relative; font-family: 'Poppins', sans-serif; font-weight: 400; }
.single div.product form.cart .variations label { color: #666666; display: block; font-size: 18px; line-height: 13px; position: relative; font-family: 'Poppins', sans-serif; font-weight: 400; margin-bottom: 50px; margin-top: 17px; }
.single .summary .variations .vct-variable-container select { width: 100%; margin-right: 1em; border: 1px solid #e5e5e5; max-width: 100%; padding: 8px 10px; border-radius: 3px; color: gray; }
.single div.product form.cart .reset_variations { display: none; }
.single  .product_meta span.posted_in {line-height: 3;}
.single  .product_meta {padding-top: 10px;}
.single  .entry-summary .entry-categories { display: none;}
.single  span.sku {color: #666;}
.single #review_form .form-submit input#submit {background: #000;color: #fff;border-radius: 0px; padding:15px; font-weight: 500;text-transform: uppercase;}
.single .summary .vct-input-qty input { border: none; max-width: 100%; padding: 8px 10px; }
.single .summary .single_add_to_cart_button { box-shadow: 0 0 0 0 transparent; font-size: 1.2em; font-weight: 400; line-height: 1; transition: background 0.2s ease-in-out; font-family: inherit; width: 40%; }
.single #review_form .comment-respond .comment-form textarea {width: 100%;background: #ffffff;border: 1px solid #000;}
.single .woocommerce-variation-add-to-cart .quantity .qty {width: 3.631em;text-align: center;padding-top: 31px;padding-bottom: 12px;}
.single section.related.products {padding-top: 50px;}
/* woocomerce : star ratings */
.stars a, .stars a:hover{color: #f0df18;}
.comment-form-rating {padding-top: 20px;}
.woocommerce .star-rating span {color: #f0df18;}
.woocommerce .star-rating::before{color: #f0df18;}

/* woocomerce : single page : product tabs */
.single div.product .woocommerce-tabs ul.tabs { padding: 0; }
.single div.product .woocommerce-tabs ul.tabs li:before { content: unset; }
.single div.product .woocommerce-tabs ul.tabs li { border: none; background-color: transparent; padding: 0px; }
.single div.product .woocommerce-tabs ul.tabs li.active { border-bottom: 2px solid red; }
.single div.product .woocommerce-tabs ul.tabs li::after { content: unset; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { display: inline-block; padding: .5em 6px; font-family: 'Poppins', sans-serif; color: #303030; font-weight: 600; font-size: 14px; line-height: 24px; -webkit-font-smoothing: antialiased; padding-right: 3rem; }
.single .woocommerce-tabs .woocommerce-Tabs-panel h2 { font-family: 'Poppins', sans-serif; font-weight: 400; color: #505050; font-size: 24px; line-height: 30px; margin: 30px 0px; }
.single .woocommerce-tabs .woocommerce-Tabs-panel p { color: #666666; font-size: 14px; line-height: 26px; font-family: 'Poppins', sans-serif; font-weight: 400; }
.single .woocommerce-variation-add-to-cart .quantity .qty {width: 3.631em;text-align: center;padding-top: 31px;padding-bottom: 12px;}
/* woocomerce : checkout page */
.woocommerce .woocommerce-billing-fields h3 { font-size: 13px; font-weight: 600; padding-left: 10px; }
.woocommerce-checkout .woocommerce-additional-fields h3 { font-size: 20px; font-weight: 400; }
.woocommerce-checkout .woocommerce form input.input-text { box-sizing: border-box; width: 100%; margin: 0; outline: 0; line-height: normal; padding: 14px; font-size: 13px; font-weight: 300; border-radius: 6px; border: 1px solid gray; }
.woocommerce-checkout .woocommerce form .select2-selection--single { display: block; padding-left: 8px; padding-right: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; font-weight: 300; }
.woocommerce-checkout .woocommerce form .select2-results__option[aria-selected],
.select2-results__option[data-selected] { cursor: pointer; font-size: 13px; font-weight: 400; }
.woocommerce-checkout .woocommerce form .form-row label { line-height: 2; font-size: 13px; font-weight: 400; }
.woocommerce-checkout .wc_payment_methods .woocommerce-info { border-top-color: #1e85be; font-size: 13px; background-color: transparent; }
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p { font-size: 13px; font-weight: 300; line-height: 24px; }
.woocommerce-checkout .woocommerce #payment #place_order { float: none; width: 100%; box-sizing: border-box; margin-bottom: 1em; font-size: 13px; padding: 18px 0px; font-weight: 400; }
.woocommerce-checkout .woocommerce .vct-side-summary #order_review_heading { font-size: 13px; font-weight: 400; }
.woocommerce-checkout .woocommerce #vct-show-promo-form { font-size: 13px; font-weight: 300; border: 1px solid gray; margin-bottom: 10px; padding: 7px 20px; border-radius: 5px; }
.woocommerce-checkout .woocommerce .cart-subtotal th { font-size: 16px; font-weight: 400; }
.woocommerce-checkout .woocommerce .cart-subtotal .woocommerce-Price-amount { font-size: 16px; font-weight: 400; }
.woocommerce-checkout .order-total .woocommerce-Price-amount { font-size: 18px; font-weight: 600; }
.woocommerce-checkout .woocommerce form .select2-container { z-index: -1; }
.woocommerce-checkout .woocommerce form .form-row textarea { height: 4em; line-height: 1.5; display: block; box-shadow: none; font-size: 13px; font-weight: normal; padding: 10px; }
.woocommerce-checkout .woocommerce-billing-fields h3 { font-size: 20px; font-weight: 400; }
.woocommerce-checkout .woocommerce #order_review_heading { font-size: 20px; font-weight: 400; }
.woocommerce-checkout table.shop_table th { font-size: 16px; font-weight: 400; text-align: left;text-transform: capitalize; }
.woocommerce-checkout table.shop_table tfoot th { font-size: 18px; font-weight: 500; }
.woocommerce-checkout .woocommerce table.shop_table td { font-weight: 300; }
.woocommerce-checkout table.shop_table .product-total { text-align: right;width: 200px; vertical-align: top; }
.woocommerce-checkout table.shop_table .cart-subtotal td { text-align: right; }
.woocommerce-checkout table.shop_table .order-total th { font-size: 18px; font-weight: 600; }
.woocommerce-checkout table.shop_table .order-total td { text-align: right; }
.woocommerce-checkout .woocommerce-checkout-payment .payment_method_ppec_paypal p {font-size: 1rem;font-weight: 400;}

/*checkout ship to different address*/
.woocommerce-checkout #ship-to-different-address span { font-size: 20px; font-weight: 400; }

/*checkout payment method*/
.woocommerce-checkout .woocommerce-checkout-payment .payment_method_cod { font-size: 18px; font-weight: 400; }
.woocommerce-checkout .woocommerce-checkout-payment .payment_method_paypal p { font-size: 14px; font-weight: 400; line-height: 1.8; }
/*woocommerce : checkout : visual compose css*/
.woocommerce form.checkout { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: start; -ms-flex-align: start; align-items: start; }
.woocommerce form.checkout .vct-main-form-content { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; -webkit-box-flex: 0; -ms-flex: 0 0 70%; flex: 0 0 70%; padding-right: 50px; }
.woocommerce form.checkout .woocommerce-billing-fields h3:first-child { margin-top: 0; }
.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.woocommerce form.checkout .form-row { -ms-flex-preferred-size: 100%; flex-basis: 100%; }
.woocommerce form .form-row textarea { resize: none; }
.woocommerce form.checkout #payment.woocommerce-checkout-payment { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; -webkit-box-flex: 0; -ms-flex: 0 0 70%; flex: 0 0 70%; background: 0 0; padding-right: 50px; }
.woocommerce form.checkout #payment ul.payment_methods { padding: 1em 0; }
.woocommerce form.checkout #payment ul.payment_methods li.woocommerce-notice { border: none; padding: 23px; border-radius: 5px; }
.woocommerce form.checkout #payment div.form-row { padding: 1em 0; }
.woocommerce form.checkout #payment #place_order { float: none; }
.woocommerce #place_order,
.woocommerce .button.checkout-button,
.woocommerce .button.wc-backward,
.woocommerce .track_order .button,
.woocommerce .vct-thank-you-footer a,
.woocommerce .woocommerce-EditAccountForm .button,
.woocommerce .woocommerce-MyAccount-content a.edit,
.woocommerce .woocommerce-mini-cart__buttons.buttons a,
.woocommerce .woocommerce-orders-table__cell .button,
.woocommerce a.button,
.woocommerce button.button { border-radius: 0; text-transform: uppercase; color: #fff; background: #557cbf; font-size: 14px; padding: 23px 20px; text-decoration: none; }
.woocommerce form.checkout .vct-side-summary { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; -webkit-box-flex: 0; -ms-flex: 0 0 30%; flex: 0 0 30%; border: 1px solid gray; padding: 10px; }
.woocommerce .vct-promo { margin: 0 0 30px; }
.woocommerce .vct-show-promo-form { position: relative; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border: none; background: 0 0; padding: 0; outline: 0; }
.woocommerce .vct-promo-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 20px 0 0; }
.woocommerce .vct-checkout-button { padding: 13px 68px; }
.woocommerce .button[name=apply_coupon],
.woocommerce .button[name=update_cart],
.woocommerce .vct-checkout-button { border: 2px solid; border-radius: 0; background: 0 0; padding: 15px 68px; text-transform: uppercase; float: right; font-size: 12px; -webkit-transition: opacity .2s ease-in-out; -o-transition: opacity .2s ease-in-out; transition: opacity .2s ease-in-out; background-color: black; }
.woocommerce table.shop_table { font-size: 15px; border: none; border-radius: 0;}
.woocommerce table.shop_table .cart-subtotal td,
.woocommerce table.shop_table .cart-subtotal th { padding-bottom: 10px; }
.woocommerce table.shop_table th { padding-left: 0;}
.woocommerce table.shop_table .order-total td,
.woocommerce table.shop_table .order-total th { border: none; font-weight: 600;  font-size: 18px;text-transform: capitalize;white-space: nowrap;}
.woocommerce-wishlist table.shop_table th {text-align: center;}

/* woocomerce : my account : Login/Register */
.woocommerce .col-1,
.woocommerce .col-2 { -ms-flex: 0 0 48%; flex: 0 0 48%; max-width: 48%; }
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register { padding: 30px; }
div#customer_login { padding-top: 80px; padding-bottom: 80px; }
.woocommerce  input,
.woocommerce  input { border: 0; border-bottom: 1px solid #343434; padding: 10px; }
.woocommerce form .form-row { display: block; margin-bottom: 20px; }
.woocommerce h2 { color: #000000; font-size: 2.25rem; margin-bottom: 50px; }

/* woocomerce : my account : dashboard : sidebar panel */
.woocommerce-MyAccount-navigation ul { list-style-type: none; padding-left: 0px; }
.woocommerce-account .entry-content { padding-top: 70px; }
.woocommerce-MyAccount-navigation li { padding: 10px; }
.woocommerce-MyAccount-navigation a { color: #343434; font-weight: 500; font-size: 1rem; }
li.woocommerce-MyAccount-navigation-link.is-active { background: #000000; margin: 20px 0px; }
li.woocommerce-MyAccount-navigation-link.is-active a { color: #fff; font-size: 1.125rem; }

/* woocomerce : my account : dashboard : content panel */
.woocommerce-MyAccount-content { padding: 5px 30px 30px 30px; }
.woocommerce-MyAccount-content p { padding-left: 10px; }
.woocommerce-account .addresses .title h3 { font-size: 1.5rem; margin-bottom: 20px; }
.woocommerce-Addresses { padding-top: 20px; }
.woocommerce-form-row em { font-size: 13px; }
.woocommerce-cart .product-name a { font-size: 1rem; font-weight: 600; margin-left: 10px; }

/* woocomerce : cart page : items table */
.woocommerce-cart table.cart img { width: 130px; }
th.product-name { border-top: medium none; font-weight: bold; padding: 20px 10px; text-align: center; text-transform: uppercase; vertical-align: middle; white-space: nowrap; }
.woocommerce-cart .woocommerce-cart-form table th,
.woocommerce-cart .woocommerce-cart-form table td { border-right: 1px solid #c1c1c1; border-top: 1px solid #c1c1c1; }
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents { border-left: 1px solid #c1c1c1; border-bottom: 1px solid #c1c1c1; }
.woocommerce-cart .vcv-cart-container table.shop_table { border: 0px solid #c1c1c1; border-radius: 0px; }
.woocommerce-cart table.shop_table th { padding: 25px 12px; text-align: left; text-transform: uppercase; font-size: 14px; }
.woocommerce-cart-form__contents td,
.woocommerce-cart .cart-collaterals .cart_totals table td { text-align: right; vertical-align: middle; }
.woocommerce-cart a.remove { height: auto; width: auto; }
.woocommerce-cart .vcv-cart-container table td { border-right: 1px solid #c1c1c1; border-top: 1px solid #c1c1c1; width: 0%; height: 170px; }
.woocommerce-cart .vcv-cart-container table tr:last-child>td { height: auto; }
th.product-thumbnail:after { content: 'Image'; text-transform: uppercase; }
.woocommerce a.remove:hover { color: #d40000; background: transparent; }
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled]{padding:15px 68px; color: #fff;}

/* woocomerce : cart page : order details */
button#vct-show-promo-form { display: none; }
.cart-subtotal span.woocommerce-Price-amount.amount {font-weight: 700;}
a.shipping-calculator-button:hover {color: #000;text-decoration: none;}
.woocommerce-cart .order-total th,
.order-total td { border-top: 1px solid #c1c1c1; }
.woocommerce-cart .woocommerce-shipping-totals  th, .woocommerce-cart .woocommerce-shipping-totals  td{border-top:0px !important;}
.woocommerce-cart .cart_totals h2 { float: right; border-bottom: 2px solid #c1c1c1; display: inline-block; font-size: 25px; margin: 0 0 35px; text-transform: uppercase; }
.woocommerce-cart .order-total span.woocommerce-Price-amount.amount {font-weight: normal; font-size: 20px;text-transform: uppercase;white-space: nowrap;font-weight: 700; }
.woocommerce-cart  .cart_totals { padding-top: 30px; float: right; width: 45%; margin-top:30px; padding: 30px; -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .13); box-shadow: 0 0 8px 0 rgba(0, 0, 0, .13); border-radius: 5px; background: #fff; }
.woocommerce-cart  .cart_totals .checkout-button { font-size: 16px; font-weight: 500; }
.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {font-size: 14px; font-weight: 700; background-color: #000;}

/* woocomerce : shop page : page title */
h1.page-title {font-size: 3rem;text-align: center;background: #eaeaea;padding: 130px 20px;}
.shop-page .col-md-9 h1.page-title {display: none;}

/* woocomerce : shop page : main content */
div#shop-page {padding-top: 70px;}

/* woocomerce : shop page : sidebar widget */
#shop-page h3.widgettitle {display: none;}
#shop-page .widget-woof h4 {font-size: 1.3rem; padding-bottom: 15px;}
.woocommerce.widget_price_filter {padding-bottom: 16px;}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,.woocommerce .widget_price_filter .ui-slider .ui-slider-range{background-color:#77a464; border: 1px solid #77a464;}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{background-color: #c3e5b5;}
#shop-page .widget-woof ul.woof_list.woof_list_checkbox {padding-left: 0px;}
.textwidget.custom-html-widget {height: 80px;}
#shop-page .woof_list label{padding: 0px;}
.woof_list li {font-size: 0.9rem;}

/* woocomerce : shop page : product listing */
.woof_products_top_panel li a { display: none;} 
 
/* blog page : pagination */ 
span.page-numbers.current {background: #000;color: #fff;padding: 5px 12px;}
a.page-numbers {background: #363636;color: #fff;padding: 5px 12px;}
a.page-numbers:hover{background: #000;}
.pagination {padding: 25px 7px;}

/* woocomerce : single product*/
.single-product #shop-page .product_title {background: transparent;text-align: left; margin-top: 15px;}
.single-product div.product form.cart div.quantity {margin: 0px 20px 0 0;}
.single-product button.single_add_to_cart_button.button.alt {padding: 15px;font-size: 1rem;background: #000; border-radius: 0px;}
.single-product #reviews #comments ol.commentlist li .comment-text {border: 1px solid #000000;border-radius: 0px;padding: 1em 1em 0;}
.single-product div#review_form {padding-top: 30px;}
.single-product #comments h2.woocommerce-Reviews-title,.single-product #review_form_wrapper .comment-respond .comment-reply-title  {font-size: 1.2rem;color: #000;}
.single-product .yith-wcwl-wishlistaddedbrowse a {padding: 15px;color: #000;}

/* blog page : Title */ 
#blog-title h2 {text-align: center;} 

/* blog page : single post */
.single .page-bn {margin-bottom: 50px;}
.single .the-title { font-size: 2.5rem; color: #000; font-weight: 500;     margin-top: 20px;}
.single .the-content p{font-size: 1rem; color: #6c757d; font-weight: 300; line-height: 1.4; padding-top: 2%;}
.single .post-meta { padding-top: 2%;}
.single .post-categories a + a::before { content: ", "; color: #0a0a0a; padding: 0;}
.single .post-tags-wrap { padding: 12px;}
.single .post-tags .item::before { color: #0a0a0a; padding: 0;}
.single .post-tags { padding-left: 2%; font-size: 0; display: inline;}
.single .post-tags span { font-style: italic; font-size: 11px; color: black; font-weight: bold;}
.page-bn .container {padding: 130px 20px;text-align: center;background: #eaeaea;}
.single nav.header-nav { position: absolute; background-color: unset;}
.comments-area .col-md-12 { padding: 0; }
section#text-14 { background-color: #f7f7f7; padding: 9%; margin-bottom: 8%; margin-top: 8%; }
section#text-14 h3 { color: #262932; margin-bottom: 9%;}
.single .thetitle { line-height: 1; font-size: 12pt;}
.the-content { padding-bottom: 3%; border-bottom: 1px solid #e4e3e3;}
.comments-area {padding-top: 3%;border-top: 1px solid #e4e3e3;}
.comment-form-author, .comment-form-email, .comment-form-url, .comment-subscription-form {width: 100%!important; float:unset!important; margin-left: unset!important; }
textarea#comment {padding: 15px 15px;width: 100%;}
.comment-form input {padding: 15px 15px;width: 100%!important;}
.post-meta * { font-size:0.753rem;}
form.search-form { background-color: #f7f7f7; padding: 20px; margin-bottom: 13%; margin-top: 40px;}
.singlebanner button { position: absolute; bottom: 35px; left: 0; right: 0; margin: 0 auto; background-color: unset; color: white; border: 2px solid white; padding: 10px 43px;}
#search-form-modal .modal-dialog .modal-content {height: 100%;} 

/* blog page : single : comment form */
.comment-respond .screen-reader-text { display: none!important;}
.comment-respond .comment-reply-title { color: #262932; font-size: 1.5em;}
.comment-respond .comment-form textarea { width: 100%;background: #ffffff;border: 1px solid #000;}
.comment-respond #wp-comment-cookies-consent { display: none;}
.comment-respond .comment-notes {font-size: 18px;}
.comment-respond .comment-notes span { font-size: 18px;}
.comment-respond .comment-form label { display: none!important;}
.comment-respond .comment-form-cookies-consent label { font-size: 16px;}
#respond form#commentform {padding-top: 2%;}
/*.comment-respond .comment-form input { background: #f7f7f7; border: unset; width: auto; height: 53px;}*/
.comment-respond .comment-form input.submit { background: #000; color: #fff; border: unset; padding: 15px 20px;}

/* blog page : single : recent-posts */
#recent-posts-2 ul li a { line-height: 1; font-size: 18px; }
#recent-posts-2 ul li { list-style: none; }
#recent-posts-2 ul { padding-left: 0;}
#recent-posts-2 { background-color: #f7f7f7; padding: 20px;}
#recent-posts-2 h3 { color: #262932; margin-top: 9%;}

/* blog page : post category */
.category-grid .post-categories a+a::before, .category-grid .post-tags span+span:before {content: ','; padding-right: 1px;}
/*.category-grid .post-categories a:after, .category-grid span.tag:after {content: ',';padding-right: 1px;}
*/.category-grid .post-meta {padding: 10px 15px;}
.category-grid .post-tags {display: inline;font-size: 0.8rem;}
.category-grid .tags-heading {padding-bottom: 10px;}
.category-grid .post-tags {display: inline;font-size: 0.8rem;}
.category-grid .the-excerpt p { font-size: 1rem;color: #6c757d; font-weight: 300; line-height: 1.4;}
.category-grid .tags-heading { display: inline-block;}
.category-grid .tags-heading { text-transform: uppercase; font-size: 12px; font-weight: bold; }
.category-grid .the-title a { font-size: 1.5rem;color: #000;font-weight: 500;}
.category-grid .thetitle { line-height: 1; font-size: 12pt;}
.category-grid .singlepageimg img { width: 100%; padding-bottom: 20%;}
.home-Get span button {right: 0; position: absolute; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%);}
section#media_image-3 img { width: 300px; height: 600px; margin: 0 auto; text-align: center;}
.skiptranslate.goog-te-gadget img { display: none;}

/* blog page : sidebar : categories */
.side-bar-wrapper .widget_categories a { font-size: 1.1rem;color:#262932;  }
.side-bar-wrapper .widget_categories  { padding: 20px; background-color: #f7f7f7; color: #262932; margin-top: 9%;}
.side-bar-wrapper .widget_categories .widget-title { color: black; margin-top: 9%;}
.side-bar-wrapper .widget_categories ul { padding-left: 0;}
.side-bar-wrapper .widget_categories ul li { list-style: none; border-bottom: 1px solid #000; padding: 2px; padding-top:6%;}

/* blog page : sidebar : search form */
.side-bar-wrapper .search-submit { width: 19%; border: unset!important; background: unset;}
.side-bar-wrapper .search-submit { border: unset!important;}
.side-bar-wrapper .search-field { font-size: 15px; border: unset; background-color: #fff; padding: 13px 27px; }
.side-bar-wrapper .widget_search  label {display: -webkit-inline-box;display: -ms-inline-flexbox;display: flex;vertical-align: middle;}
.side-bar-wrapper .widget_search  .search-field {font-size: 15px;border: unset;background-color: #fff;padding: 10px;font-size: 1rem;background-color: #fff;border: 1px solid #e0e5e9;flex-grow: 1;}
.side-bar-wrapper .widget_search .btn {background: #000;color: #fff;border-radius: 0;box-shadow: unset!important;border: 0;}

/* Large devices (desktops, less than 1200px) */
@media (max-width:1199.98px) { }

/* Medium devices (tablets, less than 992px) */
@media (max-width:991.98px) {

	/* cart page */
	.woocommerce-cart .vcv-cart-container table td { width: 100%; height: 45px; }
	.woocommerce input,
	.woocommerce input { padding: 5px; }

	/* my account : dashboard */
	.woocommerce .col-1,
	.woocommerce .col-2,
	.woocommerce-page .col2-set .col-1,
	.woocommerce-page .col2-set .col-2 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width:767.98px) {
	#wp-megamenu-mobile-menu ul { list-style: none; }
	#wp-megamenu-mobile-menu ul ul { padding: 0 10px; }
	#wp-megamenu-mobile-menu .wp-megamenu-sub-menu li a { margin-bottom: 0px; }

	/* my account : dashboard */
	.title h3 { margin-top: 30px; }
	.woocommerce-Addresses { padding-top: 0px; }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width:575.98px) {

	/* gallery grid */
	.gallery-grid .item { text-align: center; }
}

/* Extra small devices (portrait phones, less than 480 up) */
@media (min-width:480px) {

	/* base font size on 1920 screen resolution */
	html { font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300))); }
	.view-small .custom-logo { max-width: calc(150px + (16 - 14) * ((100vw - 300px) / (1600 - 300))); }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width:576px) { }

/* Medium devices (tablets, 768px and up) */
@media (min-width:768px) { }

/* Large devices (desktops, 992px and up)*/
@media (min-width:992px) { }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width:1200px) { }

@font-face { font-family: avenir-regular; src: url(assets/fonts/avenir-regular.otf); }

.nav-main{
    width: 100%;
}
.website-logo img{
    width: 128px;
}
.navbar{
    /* margin-top: 30px; */
    background-color: white !important;
	font-family: avenir-regular;
}
.login-sec{
        border: 1px solid #000;
        padding: 12px 16px;
        display: flex;
      font-family: avenir-regular;
    }
    .get-started{
        color: #fff;
        background: #2f98ca;
        border: 1px solid #2f98ca;
        padding: 12px 16px;
        display: flex;
        text-decoration: none;
       font-family: avenir-regular;
        font-size: 16px;
    }
    .get-started:hover{
        color: white;
    }
    .login-sec a:hover{
color: rgba(128, 128, 128, 0.205);
    }
    .login-sec a{
        color: black;
        text-decoration: none;
        font-size: 16px;
        transition: 0.75s;
		font-family: avenir-regular;
    }
    .login-sec a:first-child{
        font-weight: bold;  
    }
    .border{
        width: 3px;
        background-color: black;
       }
    /* .nav-link {
        text-transform: capitalize;
        color: #000;
        font-size: 16px;
    } */
    .nav-custom .nav-link {
        color: black !important;
        /* color: rgba(0,0,0,.55); */
        font-family: avenir-regular;
        font-weight: 400 !important;
		padding-right:15px !important;
		padding-left:15px !important;
    }
  .nav-custom {
       box-shadow:0 0 4px 0 rgb(0 0 0 / 7%);
    }
    .blogs-card{
        margin-top: 100px !important;
    }
    .blogs-card .card{
        font-family: avenir-regular;
        border-radius: 20px;
        border: 1px solid rgba(0, 0, 0, 0.226);
        cursor: pointer;
        transition: all 0.5s ease-in-out;
    }
    .blogs-card .card:hover{
       box-shadow: 0px 0px 20px #2f99ca98;
       border: 1px solid rgba(17, 112, 156, 0.596)
    }
    .blogs-card .card p{
    font-size: 13px;
    font-family: avenir-regular;
    }
    .blogs-card .card img{
       width: 100%;
        }
    .blogs-card .card .card-body a{
        font-size: 15px;
        text-decoration: none;
        color: white;
        background: #2f98ca;
        padding: 12px 30px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center ;
        font-family: avenir-regular;
        }
        #badge {
           color: white !important;
            font-size: 12px;
            margin-left: 10px;
            margin-top: -38px;
            text-decoration: none;
            padding: 3px 1px;
            text-align: center;
            border-radius: 10px;
            background-color: black;
        }
        li{
            list-style: none;
        }
        .shopping_cart a {
            height: 24px;
            width: 24px;
            float: left;
        }
        .shopping_cart a i{
            font-size: 22px;
            color: #2f98ca;
        }