@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');

body {
    overflow-x: hidden;
}
#product-product{
    margin-top: 80px;
	}
#limitedQunats {
    font-weight: bold;
}

#limQuants,
#fiftyPercent {
    display: none;
}

.checkout_select_box {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
}

.product_description {
   
    line-height: 15px;
}



#icon_line {
    margin-top: 10px;
    overflow-x: auto;
    background: #fff;
   
}

#icon_line .container {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 0 !important;
}

.icon_line_box {
    display: flex;
    align-items: center;
    margin: 10px 0;
    background: #fff;
    padding: 10px;
    text-align: left;
    width: 20%;
}
@media (max-width: 967px) {
    .icon_line_box {
        width: auto;
    }

}


.icon_line_box img {
    max-width: 64px;
    margin: 0 10px 0 0 !important;
}


/* .countries {
    height: 30px;
    margin-top: 10px;
    display: none;
} */

#desk_bg {
    margin-top: 47px;
}

#celebrities,
.bg {
    display: none;
}

#celebrities img {
    margin: 30px 30px 15px;
}

@media (max-width: 850px) {
    #celebrities img {
        margin: 30px auto 15px;
    }
}

.youtube-player {
    width: 100%;
    display: block;
    position: relative;
    cursor: pointer;
    max-height: 360px;
    height: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    margin: 25px auto 0;
}

.youtube-player img {
    bottom: -100%;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    top: -100%;
}

.youtube-player div {
    height: 48px;
    width: 68px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url('/image/catalog/index_img/youtube_button.png') no-repeat;
}

.youtube-player:hover div {
    background-position: 0 100%;
}

.panel {
    border: none !important;
}

.fa-user {
    color: #414042;
    padding-left: 15px;
}

#ing_menu {
    display: none;
    padding: 10px;
}

#new_section {
    display: none;
}

#derma_section {
    background: url('/image/catalog/index_img/dermatologist.jpg') no-repeat;
    background-size: cover;
    height: 327px;
    align-items: center;
    display: flex;
}

#related_products .btn {
    max-width: 90%;
}

@media (max-width: 1200px) {
    #derma_section {
        background: url('/image/catalog/index_img/colb.jpg') no-repeat #fff;
        background-size: contain;
        background-position: right center;
    }
    .stars,
    
}

#derma_section .container div>* {
    max-width: 500px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    color: #000;
}

#ing_menu,
#ing_menu a {
    font-size: 13px !important;
}

#ing_menu a {
    color: #ba2046;
}

.howToUseSection {
    background: #f3f3f3;
}

.ingredientsSection {
    padding: 30px 0 !important;
}

.howToUseSection p,
.ingredientsSection p {
    font-size: 16px;
}

.features_list {
    padding-bottom: 20px;
    overflow: auto;
}

.features-description h4 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
}

.features-images {
    display: inline-block;
    float: left;
    width: 100px;
    padding: 10px;
}

.features-heading .features-heading__title {
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 10px;
}

.features-heading .features-heading__image,
.features-heading .features-heading__title {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 1.2s 0s, transform 1.2s 0s;
    -o-transition: opacity 1.2s 0s, transform 1.2s 0s;
    transition: opacity 1.2s 0s, transform 1.2s 0s;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    will-change: opacity, transform;
    display: block;
}

.features-heading .features-heading__image {
    display: inline-block;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: translate3d(0, -10px, 200px);
    -moz-transform: translate3d(0, -10px, 200px);
    -ms-transform: translate3d(0, -10px, 200px);
    -o-transform: translate3d(0, -10px, 200px);
    transform: translate3d(0, -10px, 200px);
}

.features-heading .features-heading__title {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translate3d(0, 10px, 200px);
    -moz-transform: translate3d(0, 10px, 200px);
    -ms-transform: translate3d(0, 10px, 200px);
    -o-transform: translate3d(0, 10px, 200px);
    transform: translate3d(0, 10px, 200px);
}

.features-heading.heading-box .features-heading__image,
.features-heading.heading-box .features-heading__title {
    opacity: 1!important;
    -webkit-transform: translateZ(0)!important;
    -moz-transform: translateZ(0)!important;
    -ms-transform: translateZ(0)!important;
    -o-transform: translateZ(0)!important;
    transform: translateZ(0)!important;
}

.features-heading.heading-box .features-heading__image {
    -o-transition: opacity 1s .2s, -webkit-transform 1s .2s;
    transition: opacity 1s .2s, -webkit-transform 1s .2s;
}

.features-heading.heading-box .features-heading__title {
    -webkit-transition: opacity 1s .4s, -webkit-transform 1s .4s;
    -o-transition: opacity 1s .4s, -webkit-transform 1s .4s;
    transition: opacity 1s .4s, -webkit-transform 1s .4s;
    text-align: center;
}

address {
    font-size: 16px;
}

#flags {
    display: none;
    font-size: 15px;
    cursor: pointer;
    background-color: #fff;
    position: absolute;
    z-index: 22222;
    border: 2px solid #cbf0ff;
    background: url('/image/catalog/flags/arrow.png') no-repeat;
    background-size: 10px 10px;
    background-color: #fff;
    background-position: 97% center;
    padding-right: 18px;
    max-width: 180px;
    width: 100%;
    right: 0;
}

#flags:hover {
    background-position-y: 11px;
}

.planet_white {
    display: none;
}

#flags div:hover .planet_white {
    display: inline-block;
}

#flags div:hover .planet_red {
    display: none;
}

.countries .navbar-nav {
    margin-right: 170px;
    float: right;
}

.countries .navbar-nav a {
    color: #fff;
    line-height: 5px;
    padding-left: 3px;
}

#flags div.active {
    display: flex !important;
}

#flags div.country {
    padding: 5px;
    display: none;
}

#flags:hover div.country {
    display: flex;
    align-items: center;
}

#flags div:hover {
    background: #bd1f47;
    color: #fff;
}

#flags img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}


/* .de {
    background: url('/image/catalog/flags/DE.png') no-repeat left center;
}

.it {
    background: url('/image/catalog/flags/IT.png') no-repeat left center;
} */

@media (max-width: 1200px) {
    #flags {
        max-width: 81px;
        top: 17px;
        right: 40px;
        background-position-x: 87%;
    }
    #flags:hover {
        background-position-x: center;
        padding: 35px 9px 5px 9px;
    }
}

.country .active {
    display: block !important;
}



.product_heading {
    /* font-family: 'Yeseva One', cursive; */
}

.disclaimer {
    color: #000;
    font-size: 12px;
}

.social a img {
    width: 30px;
    margin-right: 5px;
}


/* #information-information,
#information-contact,
#account-login,
#common-success,
#account-register,
#account-account,
#account-edit,
#error-not-found {
    padding-top: 85px;
} */

.stars {
    font-style: italic;
    font-size: 12px;
}

#product-product {
    z-index: 222;
    position: relative;
    background: #fff;
}

.section-title,
.feat_title {
    text-align: center;
    font-size: 35px;
}

.stars_sign {
    font-style: normal !important;
    margin-right: 5px;
}

.mainColor {
    color: #9e9a9a !important;
    font-weight: bold;
}

.btnBox {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 10px 5px;
    clear: both;
}

.btnBox img {
    margin-top: 10px;
    max-width: 300px;
}

.btn-primary {
   color: #fff;
    background: #2da96b;
    border: #8fac47;
    padding: 13px 30px;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 30px;
    box-shadow: 1px 4px 8px #613ee9;
}

.btn-primary:hover {
    background: #fbaf44 !important;
    border-bottom-style: 1px solid #613ee9;
}

ul.header_bullets {
    padding: 0 !important;
}

ul.header_bullets li {
    list-style-type: none;
    text-align: left;
    font-size: 16px;
    margin: 10px;
}

ul.header_bullets li:last-child {
    margin-bottom: 20px;
}


/* EFFECTIVE SECTION */

.sections {
    padding: 30px 10px;
    overflow: auto;
}

.effective_section {
    background: #f3f3f3;
    text-align: center;
}

.effective_section p {
    font-size: 16px;
}


/*WHY SECTION */

.whySection {
    background: url('/image/catalog/index_img/why_back.jpg') no-repeat;
    background-size: contain;
    overflow: auto;
}

.whyBox {
    display: flex;
    padding: 10px;
    align-items: center;
    margin: 20px 0;
}

.whyBox h1 {
    font-size: 25px;
    margin: 0;
}

.whyBox p {
    font-size: 16px;
}

.whyBox img {
    max-width: fit-content;
    max-width: -moz-fit-content;
}

.whyBox div:first-child {
    width: 60px;
}

.whyBox div:last-child {
    padding: 5px;
}


/* SHIP SECTION */

.shipSection {
    text-align: center;
}

.shipSection h1 {
    font-size: 18px;
    font-weight: bold;
}

.shipSection p {
    font-size: 16px;
}

.ship_step2 {
    margin-top: 20px;
}

.ship_step2 h1 {
    margin: 0;
}

.ship_step2 .container {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    padding-top: 0 !important;
}

/*ACCORDION */

.accordionSection {
    padding: 20px 0;
}

.accordionWrapper {
    /* width: 80%; */
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1200px;
}

.accordionItem {
    /* float: left; */
    display: block;
    width: 100%;
    box-sizing: border-box;
    opacity: 1 !important;
    margin-bottom: 20px;
}

.accordionItemHeading {
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    padding: 20px 60px 20px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 16px;
    position: relative;
    border-radius: 10px;
    background: #f3f3f3;
    text-align: left;
}

.accordionItemHeading .book {
    max-width: 30px;
}

.accordionItemHeading  .bottom-arrow {
max-width: 15px;
margin-left: 5px;
}

.science-text {
    margin-bottom: 20px;
    font-size: 14px;
}

.close .accordionItemContent {
    height: 0px;
    transition: height 1s ease-out;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    float: left;
    display: block;
}

.open .accordionItemContent {
    padding: 20px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    display: block;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
    box-sizing: border-box;
    border: 1px solid #2da96b;
    border-radius: 0 0 10px 10px;
    font-size: 16px;
}

.open .accordionItemHeading {
    margin: 0px;
    border: 1px solid #2da96b;
    border-radius: 10px 10px 0 0;
    border-bottom: none;
    background-color: #bdc3c7;
    color: #fff;
    background: #2da96b;
}

.close .accordionItemHeading:after,
.open .accordionItemHeading:after {
    content: '\002B';
    color: #fff;
    background-color: #2da96b;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-table;
    margin-left: 40px;
    position: absolute;
    right: 10px;
}

.open .accordionItemHeading:after {
    content: "\2212";
    color: #2da96b;
    background-color: #fff;
}

.close .accordionItemHeading:after,
.open .accordionItemHeading:after {
    content: '\002B';
    color: #fff;
    background-color: #f6be26;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-table;
    margin-left: 40px;
    position: absolute;
    right: 10px;
}

.open .accordionYellow:after {
    content: "\2212";
    color: #f6be26;
    background-color: #fff;
}

.open .accordionYellow {
    margin: 0px;
    border: 1px solid #39271c;
    border-radius: 10px 10px 0 0;
    border-bottom: none;
    background-color: #bdc3c7;
    color: #fff;
    background: #f6be26;
}

.open .accordionYellowContent {
    padding: 20px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    display: block;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
    box-sizing: border-box;
    border: 1px solid #39271c;
    border-radius: 0 0 10px 10px;
    font-size: 16px;
}



.open .accordionGreen:after {
    content: "\2212";
    color: #318d7a;
    background-color: #fff;
}

.close .accordionGreen:after,
.open .accordionGreen:after {

    color: #fff;
    background-color: #318d7a;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-table;
    margin-left: 40px;
    position: absolute;
    right: 10px;
}

.open .accordionGreen:after {

    color: #318d7a;
    background-color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-table;
    margin-left: 40px;
    position: absolute;
    right: 10px;
}


.open .accordionGreen {
    margin: 0px;
    border: 1px solid #39271c;
    border-radius: 10px 10px 0 0;
    border-bottom: none;
    background-color: #bdc3c7;
    color: #fff;
    background: #318d7a;
}

.open .accordionGreenContent {
    padding: 20px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    display: block;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
    box-sizing: border-box;
    border: 1px solid #39271c;
    border-radius: 0 0 10px 10px;
    font-size: 16px;
}

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


/****************** Testimonial area css **********************/

.swiper-slide {
    position: relative;
    padding: 30px;
    background: #fff;
    border: 1px solid #ba2046;
}

.swiper-slide img {
    margin-bottom: 20px;
}

.testimonial_text {
    text-align: leftq;
}

.testimonial_name {
    font-weight: bold;
    font-size: 18px;
}

.testimonial_years {
    color: #8fac47;
}

.ratting {
    color: #ffc600;
    position: relative;
    padding-top: 30px;
    padding-bottom: 10px;
}

.testimonial-pagination {
    text-align: center;
    padding-top: 20px;
}

.testimonial-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
}

.testimonial-pagination .swiper-pagination-bullet-active {
    background: #bd1f47;
}


/*ACCORDION */

.accordionSection {
    padding: 20px 0;
}

.accordionWrapper {
    /* width: 80%; */
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 600px;
}

.accordionItem {
	    text-align: center;
    float: left;
    display: block;
    width: 100%;
    box-sizing: border-box;
    opacity: 1 !important;
    margin-bottom: 20px;
}

.accordionItemHeading {
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    padding: 20px 60px 20px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 16px;
    position: relative;
    border-radius: 10px;
    background: #f3f3f3;
    text-align: left;
}

.close .accordionItemContent {
	text-align:left;
    height: 0px;
    transition: height 1s ease-out;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    float: left;
    display: block;
}

.open .accordionItemContent {
    padding: 20px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    display: block;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
    box-sizing: border-box;
    border: 1px solid #bd1f47;
    border-radius: 0 0 10px 10px;
    font-size: 16px;
}

.open .accordionItemHeading {
    margin: 0px;
    border: 1px solid #bd1f47;
    border-radius: 10px 10px 0 0;
    border-bottom: none;
    background-color: #bdc3c7;
    color: #fff;
    background: #bd1f47;
}

.close .accordionItemHeading:after,
.open .accordionItemHeading:after {
    content: '\002B';
    color: #fff;
    background-color: #bd1f47;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-table;
    margin-left: 40px;
    position: absolute;
    right: 10px;
}

.open .accordionItemHeading:after {
    content: "\2212";
    color: #bd1f47;
    background-color: #fff;
}

.customers_image {
    display: block;
    margin: 0 auto;
}

.mob {
    display: none !important;
}

.desk {
    display: block !important;
}

.logos {
    display: block;
    margin: 10px auto 0;
    max-width: 270px;
    width: 100%;
}

#bundle_price {
    font-size: 24px;
    font-weight: bold;
    display: none;
}

#antivirus_it {
    display: none;
}

@media (max-width: 1200px) {
    .desk {
        display: none !important;
    }
    .mob {
        display: block !important;
    }
    .customers_image {
        max-width: 640px !important;
        width: 100%;
    }
}


/*///////// REVIEWS ///////////*/
thead, tbody, tfoot, tr, td, th {
	border: none !important;
}
#review .review-table {
    width: 22%;
    max-width: 100%;
    margin-bottom: 15px;
    float: right;
	border: 1px solid lightgrey !important;
}

#review .review-table img {
    width: 100%;
    object-fit: cover;
}

.review-td {
    width: 50%;
}

#review .review-table td {
    padding: 6px;
    border: none !important;
    word-break: break-word;
    font-weight: bold;
    font-size: 15px;
}

#review .review-table td p {
    font-size: 13px;
    font-weight: normal;
}

#review .review-table tr, #review .review-table td {
    background: none !important;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
	background: none !important;
}
.table {
	--bs-table-striped-bg: none !important;
}

#review-image-td {
    padding: 0 !important;
}

#review .review-table .text-right {
    font-size: 11px;
    font-weight: normal;
}

#payment_method_list input {
    opacity: 1 !important;
}

@media screen and (min-width: 768px) {
    #review {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
        column-gap: 1em;
    }
    #review .review-table {
        width: 100%;
        break-inside: avoid;
        display: grid;
        float: none;
        word-break: break-word;
    }
    #review .review-table p {
        word-break: break-word;
    }
}

@media screen and (min-width: 479px) and (max-width: 768px) {
    #review {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        column-gap: 1em;
    }
}


/*///////// NEW REVIEW ///////////*/

.new_product_tab {
    font-size: 19px;
    font-weight: bold;
    padding: 10px 0px;
}

.new_caption {
    min-height: 120px!important;
}

.prod_rel_but {
    color: white!important;
}

.new_caption+a {
    font-size: 13px !important;
    max-width: 100%;
}


/*///////// STEP 3 - SUCCESS ///////////*/

.fontCenter {
    text-align: center;
}

.f19 {
    font-size: 19px;
}

.f26 {
    font-size: 26px;
}

.congrats {
    display: table;
    margin: 20px auto 0;
}

.congrats img {
    margin: 0 10px 0 0;
}

.congrats strong {
    display: table-cell;
    vertical-align: middle;
    font-size: 22px;
    font-weight: bold;
}

.step3_box {
    text-align: left;
    background-color: #603de9;
    max-width: 700px;
    margin: 20px auto;
    padding: 20px 10px;
    font-size: 16px;
    width: 100%;
    color: #fff !important;
}

table.tableStep3 {
    background: #ffffff none repeat scroll 0 0;
    border-collapse: collapse;
    border-radius: 10px;
    font: 13px Arial, Helvetica, sans-serif;
    text-align: left;
    max-width: 470px;
    margin: 20px auto;
    border: 1px solid #000;
    color: #000;
    width: 100%;
}

table.tableStep3 th {
    background: #9E9E9E;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 5px 10px 10px;
}

table.tableStep3 td {
    border: 1px solid #000000;
    margin: 0;
    padding: 10px 5px 10px 10px;
}


/*///////// END STEP 3 - SUCCESS ///////////*/


/*///////// START POPUP  CART ///////////*/

#successCart {
    z-index: 999999999;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    background: #00000070;
}

#successCart .modal-header {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin: 0;
}

.modal-header h5 {
    font-weight: bold;
    text-align: left;
}

.success-added-product {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.success-added-product .success-added-product-img {
    width: 100px;
    display: inline-block;
}

.success-added-product .success-added-product-name {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    max-width: 350px;
}

.success-added-product .success-added-product-price {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 20px;
    color: #50b83c;
    letter-spacing: 0.08em;
    text-align: center;
    min-width: 90px;
}

.success-added-product .success-added-product-name {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
}

.ecomm-btn-ghost {
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #848484;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #000;
    display: inline-block;
    padding: 8px 20px;
    font-size: 12px;
    width: 100%;
    margin-bottom: 5px;
}

.ecomm-btn-action {
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-appearance: none;
    background: #6546ea;
    width: 100%;
    display: flex;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    text-decoration: none;
    outline: 0;
    border-radius: 0;
    transition: background-color 0.2s ease 0s;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #FAF5EE;
    display: inline-block;
    padding: 8px 20px;
    font-size: 12px;
    min-height: auto;
}


/*///////// END POPUP  CART ///////////*/


/*///////// RELATED PRODUCTS ON CHECKOUT ///////////*/

.related_checkout {
    margin-top: -12px;
}

.related_checkout .product-thumb {
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 0 !important;
    text-align: center;
}

.product-thumb .btn {
    width: 90%;
}

.related_checkout .caption {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 115px !important;
}

.related_checkout .product-thumb .caption h4 {
    min-height: 45px;
}

.related_checkout .product-thumb .caption h4 a {
    font-size: 13px !important;
}

@media (max-width: 768px) {
    .related_checkout {
        margin-top: -15px;
    }
    #common-home .mainColor {
        display: none;
    }
}

iframe {
    max-width: 100%;
}

div#payment_address_confirm_input span {
    font-size: 10px;
}


/* radio button back change */

.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio input[type="radio"]+.quantity-select-price-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 5px;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.radio input[type="radio"]:checked+.quantity-select-price-label:before {
    background-color: #2ca847;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus+.quantity-select-price-label:before {
    outline: none;
    border-color: #2ca847;
}

.radio input[type="radio"]:disabled+.quantity-select-price-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio input[type="radio"]+.quantity-select-price-label:empty:before {
    margin-right: 0;
}


.radio input[type="radio"]+sup+.quantity-select-price-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 5px;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.radio input[type="radio"]:checked+sup+.quantity-select-price-label:before {
    background-color: #2ca847;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus+sup+.quantity-select-price-label:before {
    outline: none;
    border-color: #2ca847;
}

.radio input[type="radio"]:disabled+sup+.quantity-select-price-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio input[type="radio"]+sup+.quantity-select-price-label:empty:before {
    margin-right: 0;
}



.badges {
    padding: 5px;
}

.green_tick {
    width: 20px !important;
}

#information-information,
#information-information h1 {
    color: #000;
}

span.zadraskana, span.pure_price {
    font-size: 18px;
}

span.pure_price {
    color: green;
}

@media (max-width: 730px) {
    span.zadraskana, span.pure_price {
        font-size: 16px;
    }
}


 .label_country_hu{margin-top:-12px;}
 
 @media (max-width: 730px) {
	 .label_country_hu{margin-top:-9px;}
 }

/* FAQ */

.faq-title {
    background-color: #f5f5f5;
    color: #000;
    font-size: 20px;
    letter-spacing: .6px;
    padding: 10px;
    border: 1px solid #d4d4d4;
    cursor: pointer;
}

.faq-title h4 {
    font-size: 20px;
    letter-spacing: .6px;
}

.faq-content {
    display: none;
    padding: 15px 20px;
    border: 1px solid #d4d4d4;
    border-top: 0;
    color: #707070;
    background: #fff;
}

.question {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}

.answer {
    margin-bottom: 40px!important;
}

.plus-sign::before {
    content: '';
    background-color: #707070;
    -webkit-mask-image: url(../image/plus.svg);
    mask-image: url(../image/plus.svg);
    mask-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    display: inline-block;
    width: 18px;
    height: 20px;
    margin-bottom: -10px;
    margin-top: 10px;
    float: right;
}

.minus-sign::before {
    content: '';
    background-color: #707070;
    -webkit-mask-image: url(../image/minus.svg);
    mask-image: url(../image/minus.svg);
    mask-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    display: inline-block;
    width: 18px;
    height: 20px;
    margin-top: 10px;
    margin-bottom: -10px;
    float: right;
}

.question {
    margin-top: 0pt;
    margin-bottom: 0pt;
    color: rgb(102, 102, 102);
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 1.38;
}

.question span {
    font-size: 11pt;
    font-family: Arial;
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    vertical-align: baseline;
    white-space: pre-wrap;
}

.answer {
    margin-top: 0pt;
    margin-bottom: 0pt;
    color: rgb(102, 102, 102);
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 1.38;
}

.answer span {
    font-size: 11pt;
    font-family: Arial;
    color: rgb(0, 0, 0);
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    vertical-align: baseline;
    white-space: pre-wrap;
}


/* radio button back change */

.best-seller-radio,
.price-off {
    position: absolute;
    left: 55px;
    font-weight: bold;
    font-size: 14px;
    color: #2ca847;
}

.best-seller-radio {
    top: -1px;
}

.price-off {
    top: 39px;
    display: none;
}

#best-seller-text,
#best-seller-text2 {
    display: inline-block;
    position: absolute;
    top: 77px;
    width: 100%;
    cursor: pointer;
}

#best-seller-text2 {
    top: 188px;
    width: auto;
    display: none;
}

.form-group {
    position: relative;
}

.radio-label {
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 4px;
    display: block;
    margin-bottom: -1px;
    cursor: pointer;
}

.radio-label:nth-of-type(2) {
    background: #dcdcdc;
}

.radio-label:nth-of-type(2):before {
    content: "";
    position: absolute;
    top: 40px;
    left: -3px;
    width: 25px;
    
    background: url(/image/catalog/arrow.png) no-repeat;
    z-index: 1;
}

.radio label {
    font-weight: bold;
    display: initial;
    padding-left: 40px;
    font-size: 15px;
}

.quantity-select-price-label {
    padding-left: 10px !important;
}

h3.related-subheader {
	text-align:center;}
div#related_products {
	max-width: 1150px;
    margin: 0 auto;}

.co-agree {
    margin-top: -20px;
    margin-bottom: 10px;
    display: block;
}

.co-agree a {
    font-size: 13px!important;
    font-weight: bold;
}

#talkbubble {
    display: inline-block;
    margin-left: 10px;
    background: red;
    color: white;
    padding: 5px 15px;
    font-weight: bold;
    position: relative;
    top: -5px;
    float: right;
    margin-top: 6px;
}

#talkbubble span {
    color: yellow;
}


/* Flash class and keyframe animation */

#talkbubble {
    -webkit-animation: flash linear 2s infinite;
    animation: flash linear 2s infinite;
}

@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 1;
    }
     50% {
        opacity: .1;
    }
    100% {
        opacity: 1;
    }
}


/* Pulse class and keyframe animation */

.promo-text {
    background: #000;
    color: #fff;
    font-weight: bold;
    padding: 2px 5px;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
    font-size: 12px;
}

.quantity-left {
    color: red;
    float: right;
    -webkit-animation: flash linear 2s infinite;
    animation: flash linear 2s infinite;
}

.price-date {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 2px 5px;
}

.myfeatured {
    margin: 0 auto;
    /* display: flex; */
}

.prod_rel_but {
    margin: 0 auto;
    display: block;
}




.product-thumb {
    border: none;
    margin-bottom: 0;
    padding: 20px;
}

.product-thumb .btn-primary {
    margin: 10px auto 0;
    padding: 10px 15px;
    display: block;
}

@media (max-width: 767px) {
    .qc-name {
        width: 79%;
    }
    .product-thumb .btn-primary .hidden-xs {
        display: inline !important;
    }
}

.product-thumb:hover {
    box-shadow: 5px 20px 40px rgba(0, 0, 0, 0.3);
}

.product-thumb .image a {
    color: #333;
}

.product-thumb .caption {
    min-height: 80px;
    text-align: center;
}

.home-fea {
    border-top: 1px solid;
    border-color: rgba(223, 231, 247, 1);
}

.hidden_button {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 100%;
    left: 50%;
    transform: translate3d(-50%, -100%, 1px);
}


/* #product-product {
    padding-top: 30px;
} */

.product-layout {
    z-index: 10;
}

.product-layout:hover {
    z-index: 11;
}

#qc_confirm_order {
    background: rgba(46, 175, 35, 1)!important;
    border-radius: 10px!important;
    border: none!important;
    padding: 15px!important;
    box-shadow: none;
}

#common-home .product-thumb .caption {
    min-height: 80px;
}

#common-home .swiper-text {
    position: absolute;
    color: #000;
    top: 10%;
    z-index: 999;
    font-size: 55px;
    line-height: 60px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    left: 5%;
    right: 0;
    width: 1200px;
}

.swiper-text-move {
    width: 800px;
}

.product_price {
    color: green;
    font-size: 27px;
    font-weight: bold;
}

.product_price_regular {
    text-decoration: line-through;
    color: #FF0000;
    font-size: 20px;
    margin-right: 5px;
}

.myfeatured2_mobile {
    display: none;
    max-width: 100%;
}

#common-home #green_button {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 800;
    display: block;
    margin-top: 20px;
    padding-top: 0px;
    padding-left: 20px;
    padding-bottom: 0px;
    padding-right: 20px;
    border-radius: 20px;
    max-width: 450px;
    background-color: rgba(0, 168, 10, 1);
    text-align: center;
    text-decoration: none;
}

#common-home {
    width: 100%;
    padding-top: 160px;
}



/* .container { */
    /* padding-top: 160px; */
/* } */


#common-home .container {
    padding-top: 0 !important;
}

#d_quickcheckout .btn-primary {
    background: #6546ea !important;
    white-space: inherit;
    margin: 0 5px !important;
}

#d_quickcheckout .modal.in .modal-dialog {
    margin-top: 155px;
}

.image-money-back {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    text-align: center;
    padding: 20px;
    margin-bottom: -10px;
}
.title-p {
    margin-bottom: 0px;
    color: rgb(255, 255, 255);
    padding: 0px 0px 20px;
    outline: 0px;
    text-align: center;
    background-color: rgb(0, 0, 0);
}
.fa {
    font-size: 14px !important;
}


#cart {
    
}

#navbar-container {
    width: 100%;
    /* background-color: #161616; */
}

#menu {
    background-color: #cbf0ff;
    background-image: none;
    background-repeat: none;
    border-color: none;
    min-height: 40px;
    margin-bottom: 0;
    min-width: 200px;
}


#menu .nav>li>a:hover {
    background-color: rgba(203, 240, 255, 1);
    color: #613ee9;
    border-bottom-style: 1px solid;
}

#slideshow0 img {
    width: 100%;
}

.logo-gg {
    max-width: 226px;
}

.swiper-viewport {
    border: none;
    display: none;
}

.myslide {
    background: black!important;
    border: none!important;
    border-radius: 0px;
    box-shadow: none;
}

#common-home #content d {
    padding-left: 0px;
    padding-right: 0px;
}

.myfeatured2 {
    display: none;
}


.breadcrumb {
    display: none;
}

.btn {
    border-radius: 10px;
    border: none;
    padding: 15px;
    box-shadow: none;
    white-space: break-spaces;
}

#button-buy-now {
    background: #2da948;
    margin-top: 20px;
    color: #000;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 11px;
	
}

#button-buy-now:hover {
    background: #fbaf44 !important;
    color: #fff;
	
}

#button-cart {
    background: rgba(49, 56, 70, 1);
    /* margin-top: -15px; */
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 11px;
}

#button-cart:hover {
    background: green !important;
    color: #fff !important;
}

.price-new {
    color: #50b83c;
    font-size: 15px;
}

.price-old {
    font-size: 15px;
}

#content a {
    /* color: black; */
    font-size: 12px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    right: -7px;
}

#d_quickcheckout {
    margin-top: 20px;
}

.btn-inverse {
    color: #ffffff;
     text-shadow: none;
    background-color: black;
    background-image: none;
    background-repeat: no-repeat;
    border: none;
}

.btn-inverse:hover {
    color: #000;
    background-color: black;
    background-image: none;
}

#cart .fa-shopping-cart {
    font-size: 30px;
}

#cart.open>.btn {
    background-image: none;
    background-color: #ffffff;
    border: none;
    color: #000;
    box-shadow: none;
    text-shadow: none;
}

#confirm_agree_input .control-label {
    text-align: left!important;
}

#confirm_agree_input .agree {
    font-size: 13px;
}

#confirm_wrap .panel-default {
    margin-top: -35px;
    border-top: none;
    border-radius: 0px 0px 4px 4px;
}

#product-category h2 {
    text-align: center;
    font-weight: bold;
    color: black;
}

.product-thumb .price-old {
    margin: 0;
    display: none;
}

.product-thumb .price-new {
    /* margin-left: 10px; */
}

@media (min-width: 1200px) {
    .checkout_button {
        z-index: 1;
    }
}

@media (max-width: 1200px) {
    .product-layout:first-child {
       
    }
    .checkout_button {
        background: rgba(49, 56, 70, 1) !important;
        position: fixed;
        bottom: 40px;
        z-index: 222;
        width: 90%;
        left: 50%;
        margin-left: -45%;
        color: #fff;
        padding: 15px;
        border-radius: 10px;
        border: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 13px;
        cursor: pointer;
    }
    .checkout_button:active,
    .checkout_button:hover {
        background: rgba(49, 56, 70, 1) !important;
        color: #fff;
    }
    .alert {
        margin: 90px auto 0;
        max-width: 95%;
    }
    .col-sm-6 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    #review .review-table {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
   
    #common-home {
        padding-top: 120px;
    }
    #common-home .mob {
        margin: 0 auto;
        max-width: 240px;
    }
    ul.header_bullets {
        max-width: 600px;
        margin: 0 auto;
    }
    .whySection {
        background-size: cover;
        background-position: -300px 0;
    }
    .whySection .container {
        background-color: rgba(255, 255, 255, 0.85);
    }
    .whyBox p {
        color: #000;
    }
    .sections {
        padding: 20px 0px;
        width: 100%;
    }
    #d_quickcheckout {
        margin-top: 16px;
    }
    #payment_method .panel-body {
        padding: 3px 15px
    }
    .qc-name a {
        font-size: 15px!important;
    }
    #d_quickcheckout .visible-xs {
        margin-bottom: 0px;
    }
    #payment_address .panel-heading {
        display: none;
    }
    #payment_method .description {
        display: none;
    }
    #d_quickcheckout .qc-totals .row:last-child {
        margin-top: 0px;
        padding-top: 4px;
    }
    .qc-checkout-product.panel-body .form-horizontal {
        padding: 0px 10px!important
    }
    #d_quickcheckout .checkbox,
    #d_quickcheckout .radio {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    #d_quickcheckout .panel-heading {
        padding: 5px 15px;
    }
    #d_quickcheckout .form-control-static {
        padding-top: 4px;
        padding-bottom: 0px;
    }
    #d_quickcheckout .panel {
        margin-bottom: 10px;
    }
    .moved-div {
        padding: 0px 0px!important;
    }
}

@media (max-width: 460px) {
    
    h2 {
        margin-top: 10px;
    }
    ul.header_bullets li {
        font-size: 14px;
        margin: 4px;
    }

    .nonfloat {
        
    }
    .catspik1 {
   max-width: 194px !important;
    
    
}
.catspik2 {
   max-width: 194px !important;
    
    
}
}

img {
    max-width: 100%;
}


.catspik2 {
    
}

.catspik1 {
    
}

@media (max-width: 992px) {
    .myfeatured {
        /* width:100%; */
        margin: 0 auto;
    }
    /* .tab-pane img:not(.green_tick) {
        height: auto !important;
        width: auto !important;
    } */
}

@media (min-width: 992px) {
    .myfeatured2 {
        display: block;
        width: 80%;
        max-width: 1280px;
        margin: 0px auto;
    }
    .myfeatured2 img {
        width: 100%;
    }
    .navbar-collapse {
        border: none;
    }
}

@media (min-width: 620px) {
    #shipping_method {
        display: inline-block;
        width: 48.7%;
        margin-right: 15px;
    }
    #payment_method {
        display: inline-block;
        width: 48.7%;
    }
}

@media (max-width: 1200px) {
    /* .container { */
        /* width: 100% !important; */
        /* padding-top: 105px; */
    /* } */
}

@media (min-width: 1200px) {
    #shipping_method {
        display: inline-block;
        width: 49%;
        margin-right: 15px;
    }
    #payment_method {
        display: inline-block;
        width: 49%;
    }
    .navbar-collapse.collapse {
        /* width: 1170px; */
        margin: 0 auto;
        padding: 0;
    }
    .myfeatured {
        width: 1170px;
        margin: 0px auto;
    }
}


/* Mobile Checkout */

@media (max-width: 1200px) {
    #navbar-container {
        width: 45px;
        position: absolute;
        top: 8px;
        padding: 0px;
        left: 10px;
    }
    #logo {
        /* margin: 11px 0 0px 64px; */
        margin: 0px auto;
        position: relative;
        z-index: 2222;
    }
    #logo img {
        margin: 12px 0;
        max-height: 50px;
    }
    #menu #category {
        display: none!important;
    }
    #cart-total {
        display: inline!important;
        top: 9px;
        color: #414042;
        font-size: 17px;
        font-weight: bold;
    }
    #menu .btn-navbar {
        background-color: #d5f3ff;
        background-image: none;
        background-repeat: no-repeat;
        border-color: black;
        border: none;
        border-radius: 0;
        padding: 0;
        float: left;
    }
    .navbar-collapse {
        margin-top: 60px;
    }
    .navbar-header {
        background: #cbf0ff;
    }
    #menu .btn-navbar:hover {
        
    }
    #menu .btn-navbar:active {
        
    }
    .fa-bars {
        font-size: 25px;
    }
    .cart-gg {
       
    }
    .logo-gg {
        margin: 0 auto;
        padding: 0px 0px 0px 75px;
    }
    .dropdown-menu img {
        min-width: 45px;
    }
    .navbar-collapse.in,
    .navbar-collapse.colapsing {
        overflow-y: visible;
        min-width: 200px;
        
        
    }
    #cart {
        /* padding-top: 0; */
    }
    #cart>.btn {
        width: 58px;
        height: 50px;
        padding: 0 !important;
        background: none;
        font-size: 30px !important;
        font-weight: bold;
    }
}

@media (max-width: 990px) {
    .product-thumb h4 {
        min-height: 40px;
    }
}

@media (max-width: 767px) {
    .product-thumb h4 {
        min-height: auto !important;
    }
    .product_description {
        min-height: 45px;
    }
    .heightAuto {
        min-height: auto !important;
    }
    video {
        max-width: 350px !important;
        width: 100%;
    }
    .qc-checkout-product.panel-body {
        padding: 0px !important;
    }
    .qc-checkout-product.panel-body p.text {
        display: none;
    }
    .table.table-bordered.qc-cart {
        border: none !important;
    }
    .table.table-bordered.qc-cart tr {
        border-bottom: 1px solid #dddddd;
    }
    .table.table-bordered.qc-cart tr td {
        border: none !important;
        vertical-align: middle !important;
    }
    /* .table.table-bordered.qc-cart tr td div.qc-quantity {
        margin: 5px 0px;
    } */
    .table.table-bordered.qc-cart tr td span.qc-total {
        position: absolute;
        top: 7px;
        margin-left: 5px;
        min-width: 65px;
    }
    .qc-checkout-product.panel-body .form-horizontal {
        padding: 10px;
    }

    .row .myfeatured {
        margin: 30px auto 0;
    }
    /* .swiper-slide {
        display: none;
    } */
    /* .swiper-wrapper {
        height: 550px;
        background-image: url(/image/catalog/header/header_mobile.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    } */
    #common-home .swiper-text span {
        background: rgba(255, 255, 255, 0.6);
        padding: 0px 5px;
    }
    .product-thumb {
        padding: 0;
        padding-bottom: 20px;
    }
    #common-home .swiper-text {
        width: 100%;
        left: 0;
        top: 2%;
        height: 100%;
    }
    .swiper-text-move {
        width: 100%;
        font-size: 35px;
        line-height: 41px;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        vertical-align: middle;
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
    }
    /* .swiper-text-move span { */
    /* background: rgba(64, 64, 64, 0.5); */
    /* } */
    #common-home #green_button {
        max-width: 100%;
        font-size: 25px;
        line-height: 37px;
        margin-bottom: 30px !important;
        min-width: 250px;
    }
    li a img {
        max-height: 150px;
    }
    .moved-div h1 {
        font-size: 21px;
        font-weight: bold;
        margin-top: 0;
    }
    .moved-div {
        padding: 0px 15px;
    }
    .full_image_mob {
        padding-left: 5px;
        padding-right: 5px;
    }
    .tab-content {
        padding: 0px 5px;
    }
}

.product-thumb h4 {
    font-weight: bold;
    min-height: 35px;
}

@media (max-width: 478px) {
    /* #cart .btn{ */
    /* padding:8px 0px!important; */
    /* } */
    #cart .dropdown-menu {
        width: 150%;
        min-width: 280px;
        z-index: 99999;
    }
    .myfeatured2_mobile {
        display: block;
    }
    .myfeatured2_mobile img {
        width: 100%;
        max-width: 100%;
    }
    p .product-thumb h4 {
        min-height: 75px;
    }
    .logo-gg {
        padding: 0px 0px 0px 60px;
    }
    .thumbnails .image-additional {
        width: 50px;
        margin-right: -10px;
    }
    .product-layout {
        height: 360px;
        padding: 10px;
    }
    #owl-additional {
        display: none!important;
    }
    .owl-pagination {
        top: 10px;
    }
    #product-product {
       /* padding-top: 105px;*/
        overflow-x: hidden;
    }
    .owl-item div {
        padding: 0;
    }
    .owl-wrapper-outer {
        border: none;
        box-shadow: none;
        border-radius: 0;
    }
    /* .owl-controls {
        margin-top: -35px;
    } */
    .moved-div h1 {
        margin-bottom: 5px;
    }
    .moved-div p {
        margin-bottom: 5px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .radio-label:nth-of-type(2):before {
        top: 68px;
    }
    .price-off {
        top: 60px;
        ;
    }
    #best-seller-text {
        top: 76px;
    }
}

@media (max-width: 380px) {
    .country span {
        display: none !important;
    }
    #flags {
        max-width: 57px;
		top: 0px;
    	right: 10px;
    }
	#cart {
    /* padding-top: 54px !important; */
	}
    #logo img {
        margin: 16px 0 12px;
        max-height: 32px;
    }
}

@media (max-width: 320px) {
    #talkbubble {
        float: none;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: -10px;
        width: 100%;
        text-align: center;
    }
    #best-seller-text {
        /* top: 101px; */
    }
    #owl-thumb .item img,
    #owl-additional .item img {
        width: 100%;
        height: 185px;
        object-fit: cover;
    }
}

@media (max-width:992px) and (min-width:479px) {
    .myfeatured2 {
        display: block;
    }
    .myfeatured2 img {
        width: 100%;
    }
}

#tab-description .section1,
#tab-description .section2,
#tab-description .section3,
#tab-description .section4,
#tab-description .section5,
#tab-description .section6,
#tab-description .section7,
#tab-description .section-header {
    padding: 7px;
}


​
/* IRINA RADIO 
input.quantity-select {
	bottom: calc(50% - 6.5px);
}

.quantity-select-price-label {
	position: absolute;
    right: 0;
    bottom: calc(50% - 6px);
}
*/




.radio input[type="radio"] {
position: absolute;
opacity: 0;
}





.radio-label:nth-of-type(2) {
	background: #f8f8f3;
}
.radio {
margin-top: 6px;
position: relative;
display: block;
margin-bottom: 6px;
}


.radio-label:nth-of-type(2):before {
content: "";
position: absolute;
top: 45px;
left: -8px;
width: 25px;
background: url(/image/catalog/arrow.png) no-repeat;
z-index: 1;
}


#input-option277
{
	position:relative;
}


.quantity-select-price-label:before {
	content: '';
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 5px;
	margin-right: 1em;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.radio input[type='radio']:checked+span+.quantity-select-price-label:before {
background-color: #479d37;
box-shadow: inset 0 0 0 4px #f4f4f4;
}

.quantity-select-price-label
{
	float: right; 
	display: inline;
}


.best-seller-radio, .price-off {
	position: absolute;
	left: 55px;
	font-weight: bold;
	font-size: 14px;
	color: #2ca847;
}


.amazon-btn {
    background: #fe9500;
    border: 1px solid #fe9500 !important;
    margin-top: 20px;
    color: #000;
    border-radius: 10px;
    border: none;
    padding: 10px;
    box-shadow: none;
    white-space: break-spaces;
    font-size: 15px !important;
    letter-spacing: 1px;
    display: none;
    text-align: center;
}

.fade.in {
    opacity: 1;
}

.btn-block { display: block; width: 100%; }


@media (max-width: 990px)
{
	
	
	.radio-label:nth-of-type(2):before {
	
	left: -10px;

	}
	
	
	.quantity-select-price-label:before
	{
		left: -1px;
	}
	.radio input[type='radio']+.quantity-select-price-label:before
	{
		left:-1px!important;
	}
		

	.right-top-info
	{
		border:none;
	}
	.right-top-info .pr_name_top
	{
		display:none
	}
	
	
	.pr_name_top 
	{
		font-weight: bold;
		margin-top: 5px;
		font-size: 28px!important;
		margin-bottom: 0px;
	}
	
	.title_mobile
	{
		display:block;
	}
	
	.title_mobile img
	{
		margin-top: -10px;
	}

}



/*///////// PRE-ORDER ///////////*/

.coming_soon {
  left: 50px;
  top: 200px;
  position: absolute;
  display: block;
  background: #ffffffe0;
  color: red;
  /* padding: 5px; */
  font-size: 67px;
  font-weight: bold;
  z-index: 99;
  width: 60%;
  opacity: 0.9;
  min-height: 110px;
  vertical-align: middle;
  transform: rotate(-20deg);
  text-align: center;
  border: 9px dashed #ff0000;
      padding: 25px 0px 15px 0px;
  line-height: 60px;
  font-weight: bold;
	display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
  
}

.coming_soon_category {
  left: 20px;
  top: 100px;
  position: absolute;
  display: block;
  background: #000000;
  color: red;
  /* padding: 5px; */
  font-size: 27px;
  font-weight: bold;
  z-index: 99;
  width: 86%;
  opacity: 0.7;
  /* height: 79px; */
  vertical-align: middle;
  transform: rotate(-20deg);
  text-align: center;
  padding: 20px 0px;
  line-height: 26px;
  text-shadow: 1px 1px black;
}

@media (max-width: 767px) {
  .coming_soon {
	 width: 90%;
		left: 25px;
        top: 190px;
        font-size: 31px;
        min-height: 70px;
        border: 5px dashed #ff0000;
		        padding: 10px 0px 0px 0px;
  }

  .coming_soon_category {
    left: 16px;
    top: 51px;
    padding: 10px 0px 20px 10px;
    width: 84%;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    height: 59px;
	line-height: 30px;
  }
}

/*///////// END PRE-ORDER ///////////*/
