/* general style start */

body {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    color: #333;
    background: #ffffff url(../images/body-bg.png);
}
.navbar-nav {align-items: center;}
.content {
    padding: 30px 0px;
}
li.nav-item {
    display: none;
}
.product_head {
	clear:both;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

.min-height {
    min-height: 607px;
}

.padding-30 {
    padding: 30px 0px;
}

.top-content {
    padding: 96px 0px 30px 0px;
}

/* general style end */

/* navigation start */

button.navbar-toggler img {
    width: 28px;
}

button.navbar-toggler:focus {
    outline: none;
}
nav ul.navbar-nav li a {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff !important;
}


nav ul.navbar-nav li a:hover {
    color: #000 !important;
}

nav.navbar-light {
    background: url(../images/top-bg.png);
    background-size: contain;
    width: 100%;
    top: 0px;
    z-index: 999;
    padding: 12px 15px;
    position: fixed;
}

nav .navbar-brand img {
    width: 250px;
}

@media only screen and (max-width:991px) {
    .menu-item-has-children {
        position: relative;
    }
  }

.submenu-dropdown {
    /*background: #e2e2e2;*/
    position: absolute;
    top: 5px;
    right: -31px;
    height: 32px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.navbar ul.sub-menu{
    list-style: none;
    background: #F3F3F3;
    border-radius: 3px;
    display: none;
    padding: 0;
}
@media only screen and (min-width:991px) {
    .navbar ul.sub-menu {
        position: absolute;

    }

    .navbar .menu-item:hover .sub-menu{
        display: block;
    }

    .submenu-dropdown{
        display: none;
    }

  }


  ul.sub-menu a.nav-link {
    color: #333 !important;
}

  ul.sub-menu a.nav-link:hover {
    background:#228CD7;
    color: #ebebeb!important;
}

.sub-menu .nav-link {
    padding: 10px 15px !important;
}

.navbar .nav-link:first-of-type:hover {
    color: white !important;
}

ul.sub-menu img {
    width: 30px;
    height: auto;
}


/* navigation end*/

/* main content start */

.banner {
    width: 100%;
}

.adapter-type-box ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.adapter-type-box ul li {
    text-align: center;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 5px;
    border: 1px solid #ccc;
}

.adapter-type-box ul li a {
    text-decoration: none !important;
}

.adapter-type-box ul li a:hover {
    opacity: .6;
}

.adapter-type-box ul li a span {
    display: block;
    margin: 5px 0px 0px 0px;
    font-weight: 600;
    color: #818286;
}

.color-row {
    margin: 0px;
    background-color: #fff;
    padding: 20px 15px;
}

.adapter-type-box ul li a img {
    width: 100%;
}

.add {
    background-color: #fff;
    padding: 15px;
}

.country-name .select2-container {
    width: 100% !important;
    margin: 0px 0px 15px 0px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
    padding: 3px 0px 0px 0px;
    height: 42px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
}

h3.new-head {
    font-size: 20px;
    margin: 15px 0px 15px 0px;
}

.divider {
    position: relative;
    margin-top: 10px;
    height: 1px;
}

.divider:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgb(48, 49, 51), transparent);
}

.divider:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -9px;
    left: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background-color: #90b6b8;
    border: 1px solid rgb(48, 49, 51);
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #f6f6f7, 0 0 0 4px #f3f3f3;
}

.power-image{
    width: 100%;
}
.widget-link{
    margin: 10px 0px;
}
.report-popup{
    color: red !important;
}
/* main content end */

/* footer start */

footer {
    padding: 25px 15px;
    text-align: center;
}

/* footer end */

/* responsive start */

@media only screen and (min-width: 320px) and (max-width: 375px) {
    /* top bar start */
    nav .navbar-brand img {
        width: 195px;
    }
    /* top bar end */
    .mob-mrg {
        margin: 15px 0px 10px 0px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 450px) {
    .mob-padding-0 {
        padding: 0px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 760px) {
    .banner {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 760px) {
    nav.navbar-light {
        background-image: none;
        background-color: #228CD7;
    }
}

/* product list start */

.product {
    position: relative;
    min-height: 248px;
    max-height: 248px;
    margin-bottom: 30px;
}

.product .product-image {
    height: 175px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #efefef;
}

.product fieldset {
    padding: 0px 0px 0px 0px;
    border-top: 1px solid #eaeaea;
    margin: 5px 0px 5px 0px;
}

.product fieldset legend {
    text-align: center;
    color: #fff;
    width: inherit;
    border: none;
    margin: 0px;
    padding: 0px;
}

.product fieldset legend button {
    background-color: #238cd7;
    border: 1px solid #eaeaea;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

.product fieldset legend button:hover {
    background-color: #fff;
    color: #238cd7;
}

.product .product-name {
    font-size: 15px;
    display: block;
    text-align: center;
    font-weight: 600;
    color: #238cd7;
    margin-top: 10px;
    text-decoration: none !important;
}

.product .product-name:hover {
    color: #238cd7;
}

.product-price {
    text-align: center;
}

.product-price del {
    color: #666;
    line-height: normal;
    font-size: 15px;
    font-weight: normal;
    margin-right: 5px;
}

.product-price ins {
    color: green;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    background: none;
}

/* product list end */

.big-product-img {
    display: block;
    width: 100%;
    height: 184px;
    background-color: #efefef;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.flag-img {
    display: block;
    width: 100%;
    height: 111px;
    background-color: #efefef;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.flag {
    margin: 5px;
}

.cart-tab {
    margin: 30px 0px 0px 0px;
}

.tab-content {
    margin: 15px 0px 0px 0px;
}

.margin-btm {
    margin-bottom: 15px !important;
}

ul.cart-list {
    list-style-type: none !important;
    margin: 15px 0px 0px 0px !important;
}

.widget-box h1 {
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
}

.widget-box ul {
    margin: 15px 0px 0px 0px;
    list-style-type: none !important;
}

.widget-box ul li a {
    margin-bottom: 0px;
    display: inline-block;
    color: #333 !important;
    font-weight: 600;
}

.widget-box ul li {
    padding: 6px 10px;
}

.widget-box ul li:nth-child(odd) {
    background-color: #f9f9f9;
}

.widget-box ul li:nth-child(even) {
    background-color: #eff1f6;
}

.yes-grn {
    color: green;
    font-weight: bold;
    font-size: 1.3em;
}

.no-span {
    font-weight: bold;
    font-size: 1.3em;
}

.product-store {
    text-align: center;
}

.mobile-flag {
    display: none;
}

/* responsive start */

@media only screen and (min-width: 320px) and (max-width: 375px) {
    /* top bar start */
    #logo img {
        width: 195px;
    }
    /* top bar end */
    .mob-mrg {
        margin: 15px 0px 10px 0px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 700px) {
    .flag-img {
        display: none;
    }
    .cntry-title {
        margin: 0px 0px 0px 0px !important;
    }
    .mobile-flag {
        display: block;
        width: 55px;
        float: right;
        position: absolute;
        right: 0;
        top: -4px;
    }
}

/* 10-7-2018 */

h3.country-select-box-label {
    font-size: 18px;
    margin: 0px 0px 10px 0px;
}
h4.example{
    padding: 0px 15px;
}
.report-form label{
    font-weight: 600;
}
.report-form .form-control{
    margin-bottom: 8px;
}
.adapt-type{
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.power-image-right{
    margin-bottom: 20px;
}
.colr-yellow{
    color: #ffc107;
    font-weight: bold;
    font-size: 1.3em;
}
.sel-width{
    width: 250px;
}
@media only screen and (max-width:768px) {
	.sel-width {
    margin-top: 8px;
}
	.xoo-wsc-basket {
    right: 0px !important;
}
}



/* Woocommerce */

/* .woocommerce div.product div.images img {
    width: 300px !important;
} */

.woocommerce ul.products li.product a img {
    width: 150px !important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-weight: bold;
}

.woocommerce ul.products li.product .price {
    display: none !important;
}

/* .woocommerce ul.products li.product .button::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f07a";
    font-weight: 900;
    margin-left: 1.5em;
} */

.woocommerce ul.products li.product .button {
    background-color: #f01e28;
    color: #fff;
}

.woocommerce ul.products li.product .button:hover {
    background-color: #900000;
}

.woocommerce div.product form.cart .button {
    background-color: #f01e28;
    color: #fff;
}

.woocommerce div.product form.cart .button:hover {
    background-color: #900000;
}

.woocommerce div.product form.cart .button::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f07a";
    font-weight: 900;
    margin-left: 1.5em;
}

.add_to_cart_button i {
    padding-left: 10px;
}

.blockUI {
    display: none !important;
}

.shopbutton-text {
    font-weight: normal;
    margin-top: 3px;
    font-size: 10px;
}


h2.woocommerce-loop-product__title {
    display: block;
    height: 50px;
}

/* Woocommerce */

.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row{
    display: block;
}

.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.border_html{
    background-color: #ffffff !important;
}

.grid-col-2.grid-col-checkout {
    background-image: linear-gradient(to top,#fff 20%,#ffffff) !important;
}

.grid-col-checkout {
    border: 1px solid #c2c2c2;
    border-radius: 10px;
    margin: 3px;
}

.form-row.place-order {
    background: #fff;
}

.payment_method {
    background: #fff;
}

.woocommerce div.product {
    padding: 12px;
}

.woocommerce-mini-cart__buttons .button{
    background-color: #228CD7 !important;
    color: #fff !important;
}

.woocommerce-mini-cart__buttons .button:hover{
    background-color: #ebe9eb !important;
    color: #515151 !important;
}

.product_list_widget .yith-wcbm-badge{
    display: none;
}

/* ---------- may-22-2020 start ---------- */

section.related.products {
    float: left;
}

.sidebar-links {
    padding: 0;
    list-style: none;
}


.sidebar-links li {
    cursor: pointer;
    transition: all .3s;
    padding: 5px 10px;
    color: #007bff;
    font-weight: bold;
}

.sidebar-links img {
    width: 18px;
    margin-right: 10px;
}

.checkout .yith-wcbm-badge {
	display:none;
}
.woocommerce-order .woocommerce-notice {
	font-size: 20px !important;
}


/* 14-Aug-2020 */
.woocommerce-message {
    background: #238cd7 !important;
    border: none !important;
    color: #fff !important;
    border-radius: 5px;
}

.woocommerce-message::before {
    content: "\e015";
    color: #ffffff !important;
}

.thp-button-no {
    background: #DC3545;
    border: 0;
    padding: 10px;
    width: 115px;
    border-radius: 3px;
    color: #fff;
font-size: 14px;
    font-weight: bold;
}
.thp-button-yes {
    background: #2470FF;
    border: 0;
    padding: 10px;
    width: 115px;
    border-radius: 3px;
    color: #fff;
font-size: 14px;
    font-weight: bold;
}

.footer-section {
    padding: 30px 0;
}

.footer-section h3{
    font-size: 18px;
}

.footer-section a{
    display: block;
    color: #333;
}
p#breadcrumbs span a, p#breadcrumbs span {
    font-size: 14px;
}
@media only screen and (max-width:768px) {
    .col-reverse-sm {
        flex-direction: column-reverse;
    }
}
.heading_w_buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.heading_w_buttons span.woocommerce-mini-cart__buttons.buttons:first-child {
    margin-right: 7px;
}
@media only screen and (max-width:600px) {
.heading_w_buttons {
display: grid;
}
	.heading_w_buttons span.woocommerce-mini-cart__buttons.buttons:first-child a {
		margin-bottom: 5px;
	}
}