.carousel-image {
    max-width: 100%;
}
.image-thump {
    border: 1px solid #CCC;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-thump.in-focus {
    border: 1px solid black;
}
.image-thump:hover {
    cursor: pointer;
}
.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-container > img {
    max-width: 100%;
}
.article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    padding: 10px 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 10px #AAA;
}

.article-thumbnail {
    width: 23%;
}
.article-thumbnail img {
    max-width: 100%;
}
.article-content {
    width: 75%;
    padding-left: .5em;
}
.article-title {
    font-size: .9em;
    font-weight: bold;
    color: #222;
    font-family: "Quicksand", sans-serif;
    
}
.article-published-date {
    font-size: .7em;
    font-style: italic;
}

.guarantee-point {
    padding: 1em 1em;
    border: 1px solid #CCC;
    box-shadow: 2px 2px 2px #AAA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-image: linear-gradient(to right, #434343 0%, black 100%);
}
.carousel-item {
    text-align: center;
}
.owl-nav {
    display: none;
}
.guarantee-point img {
    width: 30% !important;
    margin-bottom: 1.5em;
}
.guarantee-point h4 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #EEE;
    font-size: 1.1em;
}

.guarantee-point p {
    font-family: "Quicksand", sans-serif;
    color: white;
    font-size: .8em;
}

body {
    background-color: whitesmoke;
}
#manual-documents {
    border-top: 3px solid #333;
    padding-top: 1.5em;
}
table#product-document, table#product-document th, table#product-document td {
    padding-bottom: .5em;
    padding-top: .5em;
    border-bottom: 1px dashed #CCC;
}
.doc-type {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}
.file-name {
    font-family: "Roboto", sans-serif;
    color: #444;
}
.file-updated-at {
    font-family: "Roboto", sans-serif;
    color: #444;
    font-style: italic;    
    font-size: .9em;
}
.file-link a {
    color: black;
    text-decoration: none;
}
.description table {
    width: 100%;
}
.product-nav {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    /*margin-left: 10%;*/
}
.product-nav.sticky {
  position: fixed;
  top: 0px;
  left: 0px;
  padding-top: 10px;
  z-index: 5;
  background-color: white;
  opacity: .9;

}

.product-nav a {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.1em;
    color: #222;
    text-transform: uppercase;
    padding-bottom: 1em;
    transition: all 100ms;
}

.product-nav a:hover, .product-nav a.active {
    text-decoration: none;
    border-bottom: 2px solid darkred;
}

.short-description {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-weight: 500;
    font-size: .9em;
}
.short-description p:last-child {
    margin-bottom: 0px;
}
.opening-methods {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5em;
}

.opening-methods span:first-child {
    font-size: .9em;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    width: 15%;
}
.opening-methods span:last-child {
    font-size: .9em;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    width: 80%;
}

#partner-sales_method, #external-platform-choice {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.italic {
    font-style: italic;
}
#partner-customer-form label, #partner-customer-form-platform label {
    margin-top: 1em;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: black;
}
.partner-sales-div, .platform-div {
    width: 30%;
    border: 1px solid #CCC;
    padding: .5em 1.5em;
    border-radius: 15px;
}
.partner-sale-choice[data-checked='false'], .platform-choice[data-checked='false'] {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: white;
}

.partner-sale-choice:hover {
    color: greenyellow;
}

.partner-sale-choice[data-checked='true'], .platform-choice[data-checked='true'] {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: white;
    color: red;
}

.customer-form {
    width: 100%;
}

.help-text {
    text-align: center;
}

.help-text a {
    font-size: .8em;
    color: #444;
}


#proceed-payment {
    float:right; 
    display:flex; 
    justify-content:center; 
    align-items:center;
    font-family:"Montserrat"; 
    background-color:black; 
    color:white; 
    font-size: 14px; 
    height:40px; 
    border-radius: 20px;    
    border: none;
    padding-left: 20px;
    padding-right: 20px;
}
#proceed-payment:hover {
    background-color: whitesmoke;
    color: black;
    border: 1px solid #AAA;
}
#bill-product-image img {
    width: 100%;
}
#product-description {
    background-color: white;
    padding: 1em 1em;
    border-radius: 20px;
}
.carousel-item img {
    border-radius: 15px;
}
#product-name {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: black;
    border-bottom: 1px solid #CCC;
    padding-bottom: 1em;
    font-size: 1.5em;
}

#next-product span, #previous-product span {
    color: #CCC;
}
#next-product:hover, #previous-product:hover {
    /*float: right;*/
    cursor: pointer;
    font-size: 1em;
    text-decoration: none;
}
#next-product span:hover, #previous-product span:hover {
    color: #333;
}

.used-tobe-price {
    text-decoration: line-through;
    font-size: .9em;
    font-weight: 500;
    color: darkred; 
    margin-right: 1em;
    /*opacity: .8;*/
    margin-left: 1em;
    position: relative;
    bottom: .3em;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.current-price {
    font-size: 1.6em;
    font-weight: 700;
    position: relative;
    bottom: .3em;
    font-family: "Montserrat", sans-serif;
}

.short-description {
    font-family: "Montserrat", sans-serif;
    /*font-style: italic;*/
}

#purchase {
    display: flex;
    justify-content: around;
    /*justify-content: center;*/
    flex-wrap: wrap;
}
/*fd475a, bf1e2d*/
#buy-now {
    width:  70%;
    height: 40px;
    font-size: .9em;
    border: none;
    /*background-image: linear-gradient(180deg, #fd475a, #bf1e2d);*/
    background-color: #333;
    color: white;
}

#add-to-cart {
    /*margin-left: 1em;*/
    font-size: .8em;
    width: 28%;
    margin-left: 1%;
    border: none;
    height: 40px;
    background-image: linear-gradient(180deg, #ff990e, #ff6801);
    color: white;

}

#size-guide-table {
    display: inline;
    width: 40%;
    margin-top: 1em;
    color: #555;
    font-size: .8em;
    font-family: "Quicksand", sans-serif;

}       

.desc-image {
    width: 100%;
}
#payment-description {
    text-align: center;
    font-family: "Quicksand", 'sans-serif';
    font-weight: 400;
}

#placeOrderModalLabel, .modal-title {
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
    text-transform: uppercase;
}
.modal-body {
    font-family: "Quicksand", sans-serif;
}
#place-order-form label {
    font-family: "Montserrat", sans-serif;
    color: rgba(0, 51, 51, 1);
}
#place-order-form input {
    font-family: "Quicksand", sans-serif;
    border: none;
    width: 100%;
    border-bottom: 1px dashed #333;
}

#place-order-form textarea {
    font-family: "Quicksand", sans-serif;
    width: 100%;
    border: 1px dashed #333;

}        
#place-order-form select {
    font-family: "Quicksand", sans-serif;
    border: none;
    width: 100%;
    border-bottom: 1px dashed #333;
}
.payment-img {
    max-height: 100px;
    margin:auto;
}
.payment-name {
    text-align: center;
    text-transform: uppercase;
    margin-top: 1em;
    font-family: "Montserrat", sans-serif;
    font-size: 1.2em;
}
#paymentModalLongTitle {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}
.payment-option {
    text-align: center;
    margin-bottom: 2em;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .2s ease;
  background-color: #008CBA;
}
.payment-option[data-status='true'] .overlay{
  opacity: .2;
  border: 5px solid #f3f3f3;
  background-color: #000000;              
}

.you-may-like-these {
    background-color: #EEE;
    box-shadow: 3px 3px 5px #888;
    padding-bottom: 1em;
}

.payment-option[data-status='false']:hover .overlay, .you-may-like-these:hover .overlay {
  opacity: .2;
  border: 2px solid #f3f3f3;
  transition: ease .5s;
  background-color: #000000;  
  cursor: pointer;
} 
#payment-goback, #payment-continue  {
    text-transform: uppercase;
    background-color: rgba(70,70,70,1);
    color:white;
    font-family: "Montserrat", sans-serif,
    font-weight: 700;
    font-size: .8em;
    margin: .8em;
    padding-top:.5em;          
    padding-bottom:.5em;   
    border: none;       
}
#payment-continue {
    float: right;
}

.payment-controls {
    border-top: 1px solid #CCC;
    padding-top: 1.5em;
}
#payment-goback:hover, #payment-continue:hover {
    background-color: rgba(0,51,51,1);
}
.modal {
      overflow-y:auto;
    }
#payment-continue[data-status='false']:hover {
    background-color: rgba(70,70,70,1);
    color: white;
    cursor: not-allowed;
}
#payment-continue[data-status='true']:hover {
    background-color: black;
    color: white;
    cursor: pointer;
}
#co-form, #div_id_utb_subtotal, #div_id_customer_username {
    display: none;
}
.h4-tag {
text-transform: uppercase;
font-family: "Montserrat", sans-serif;
font-weight: 400;
text-align: center;
padding-bottom: .8em;
border-bottom: 1px solid #AAA;
margin-bottom: 2em;            
}
.ymlt-product {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-top: 1.5em;

}
.ymlt-price {
    font-weight: bold;
    text-align: center;
}
#div_id_sales_method,
#div_id_freeship,
#div_id_platform,
#div_id_ext_plat_code,
#div_id_partner_cod_money,
#div_id_order_info,
#div_id_shipping_fee,
#div_id_coupon_deduct, 
#div_id_subtotal,  
#div_id_total_bill,
#div_id_payment_note,
#div_id_paid_before,
#div_id_paid_all_before
{
    display: none;
}
#sale-pct {
    color: #f94c43;
    background-color: #f2f5fa;
    padding: .3em .9em;
    font-size: .6em;
}
.icon-cancel-circle {
    color: rgba(255,0,0,.8);
}
.icon-checkmark {
    color: green;
}        
#coupon-notice {
    margin-top: .5em;

}
#coupon-message {
    margin-left: 1em;
    color: rgba(0,51,51,1);
    font-size: .8em;
    font-style: italic;
}
/*PURCHASE POLICY*/
#accept-policy-div p{
    border-top:1px solid #999;
    border-bottom:1px solid #999;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: .8em;
}
label[for='accept-policy'] {
    font-style: italic;
    font-size: .8em;
}
#accept-policy-button[data-status='true'] {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 1.2em;
    padding: .5em;
    margin-top: 1em;

}

#accept-policy-button[data-status='false'] {
    background-color: #888;
    color:white;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 1.2em;
    padding: .5em;
    margin-top: 1em;            
}                    
#accept-policy-button[data-status='true']:hover {
    background-color: #111;
    color:white;
}
#accept-policy-button[data-status='false']:hover {
    background-color: #555;
    color:white;
    cursor: not-allowed;
}

#accept-policy-container {
    font-size: .8em;
}
#accept-policy-text {
    max-height: 400px;
    overflow: scroll;
}
/*END PURCHASE POLICY*/

#create-review-button {
    font-size: .9em;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #111;
    color: white;
    font-family: "Quicksand", sans-serif;
    padding-top: .75em;
    padding-bottom: .75em;
    border: 1px solid #111;
    transition: background-color 1s;
    margin-bottom: 1em;
}
#create-review-button:hover {
    background-color: white;
    color: #444;
}
/*#review-bonus {
    text-transform: lowercase;
}*/

.icon-star-empty {
    font-size: 1.5em;
    color: orange;
}
.icon-star-full {
    font-size: 1.5em;
    color: orange;
}
.icon-star-half {
    font-size: 1.5em;
    color: orange;
}
#specific-avg-rating {
    color: orange;
    font-family: "Quicksand", sans-serif;
    font-size: 1.5em;
    margin-left: .5em;
}        
#star-ratings {
    margin-bottom: 1em;
}
#choose-image {
    background-color: #555;
    padding-top: .3em;
    padding-bottom: .3em;
    color: white;
    border-radius: .2em;
}
#choose-image:hover {
    background-color: #222;
}
#submit-review {
    text-transform: uppercase;
    width: 100%;
    padding-top: .35em;
    padding-bottom: .35em;
    font-weight: 500;
    background-color: #222;
    color: white;
}
#submit-review:hover {
    background-color: white;
    color: black;
}
.review-pagination-item {
    border:none;
    background-color: white;
    color: black;
    margin-left: 1.5em;
    font-size: .9em;
    font-weight: 500;
    font-family: "Quicksand", sans-serif;
}
.review-pagination-item[data-active='true'] {
    background-color: #222;
    color: white;
}
#review-section {
    font-family: "Quicksand", sans-serif;
}
#avg-ratings {
    background-color: #EEE;
    color: black;
    margin-bottom: 2.25em;
    padding-top: .5em;
}
#customer-review-h5 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 1.5em;
    margin-bottom: 2em;
    font-weight: 400;
}
button.review-pagination-item {
    outline: none;
}
.blockquote {
    font-size: 1em;
}

body.loading{
    cursor: wait; 
}
.avg-review-info {
    padding-top: .5em;
    color: #666;
    font-style: italic;
}
.review-date {
    color: #555;
    margin-left: 1em;
}
.review-pagination-item[data-display='false'] {
    display: none;
}
#review-pagination span.review-pagination-item:hover {
    background-color: #555;
    color: white;
    cursor: pointer;
}
#all-reviews {
    position: relative;
    max-height: 350px;
    overflow-y: scroll;
}
#review-tab-num {
    font-size: 1em;
    color: #555;
    font-weight: 600;
}



#info {
    padding-left: .75em;
    padding-right: .75em;
    font-family: "Quicksand", sans-serif;
    color: #444;
}

#price-before {
    margin-right: .75em;
    text-decoration: line-through;
    color: #A00;
}

.variations > p {
    font-family: "Montserrat", sans-serif;
    font-size: .9em;
    font-weight: bold;
}

.variation-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.variation {
    background-color: white;
    width: 100px;
    padding: 0.5em .5em;
    border-radius: 10px;
    border: 1px solid #CCC;
    font-family: "Quicksand", sans-serif;
    font-size: .8em;

}

.variation:hover {
    text-decoration: none;
}
.variation-price {
    margin-bottom: 0;
    color: #fd475a;
    font-size: 0.8em;
    font-weight: bold;
}
.variation-name {
    color: #555;
}

.variation-name .icon-checkmark {
    color: green;
}
.variation-name > span {
    margin-right: .5em;
}
.variation:not(:first-child) {
    margin-left: .75em;
}
.product-tab-info {
    padding: 1em 1em;
}

#technical-params {
    padding: 1.5em 1em;
    font-family: "Quicksand", sans-serif;
    font-weight: .9em;
    border: 1px solid #AAA;
    border-radius: 20px;
    box-shadow: 5px 5px 5px #AAA;
    background-color: white;
}

.bold {
    font-weight: bold;
}

#product-detail-description {
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: .9em;
    background-color: white;
    overflow-y: hidden;
    transition: height 1s;
    position: relative;
}

#product-detail-description h3, 
#product-detail-description h4, 
#product-detail-description h5,
#product-detail-description h6{
    font-family: 'Playfair Display', serif;
}

.view-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    border: none;
    text-align: center;
    height: 50px;
    z-index: 3;
    color: rgb(0,51,51);
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
}


#promotion-bundles h3{
    text-align: center;
    font-family: "Montserrat";
    /*font-size: 1.1em;*/
}

.promotion-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}

.product-bundle {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-bundle img {
    width: 80%;
    margin: auto;
}

.bd-product-name {
    font-family: "Quicksand", sans-serif;
    font-size: .8em;
    text-align: center;
}

.bd-sale-price {
    font-weight: bold;
    font-family: "Montserrat";
    font-size: .9em;
    margin-right: .5em;
}

.bd-normal-price {
    font-family: "Quicksand", sans-serif;
    font-size: .9em;
    color: #fd475a;   
    text-decoration: line-through;
}

.show-all-name span {
    background-color: #003767;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 75px;
    padding-right: 40px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    position: relative;
    overflow: hidden;
}
.show-all-name span:not(:first-child) {
    padding-left: .5em;
}
.show-all-name span:first-child::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 35px;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 29px 0 0 29px;
    border-color: transparent transparent transparent #82cbfa;
}
.show-all-name span:first-child::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 29px;
    z-index: 2;
    background-color: #82cbfa;
}

.show-all-name {
    margin-top: 1em;
    margin-bottom: 1em;
    overflow: hidden;
    position: relative;
}

.show-all-name::before{
    content: '';
    position: absolute;
    top: -30px;
    left: 0px;
    width: 30%;
    height: 200%;
    filter: blur(40px);
    transform: rotate(-45deg) translateX(-200%);
    background: white;
    z-index: 20;
    animation: shining-effect 5s ease-in infinite 3s;

}
.ymlt-product {
    font-family: "Quicksand", sans-serif;
    font-size: .9em;
}

.ymlt-price {
    font-family: "Quicksand", sans-serif;
    font-size: .9em;
}

#reviewFormModalCenter label {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .9em;
}
#reviewFormModalCenter input, #reviewFormModalCenter textarea {
    font-family: "Quicksand", sans-serif;
}


#place-order-form {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

#place-order-form .control-group {
    width: 100%;
    margin-left: 1.5%;
}

#customer-paid-selection {
    width: 59%;
    margin-right: 3%;
}
#customer-paid-selection p {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
#customer-paid-selection ul {
    list-style: none;
}
#customer-paid-selection li {
    margin-bottom: 1em;
}

.pay-before-option:hover {
    cursor: pointer;
}

#customer-paid-selection .pay-before-option {
    padding: .4em 1em;
    font-size: .9em;
    background-color: teal;
    color: white;
}

#customer-paid-before-input {
    font-size: .9em;
    border-bottom: 1px solid #CCC;
    margin-top: .75em;
}

#order-info {
    width: 37%;
    margin-top: 2em;
    font-size: "Montserrat", sans-serif;
    /*text-transform: uppercase;*/
/*    display: flex;
    justify-content: space-between;
    align-items: center;*/
}
#order-info p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .8em;
    font-family: "Quicksand", sans-serif;
}
#subtotal-updated, #subtotal-section {
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
}
#coupon-section {
    padding-bottom: 1em;
    border-bottom: 1px dashed #CCC;
}


.warning {
    font-family: "Quicksand", sans-serif;
    font-size: .8em;
    background-color: yellow;
    padding: .5em 1em;
}

.retail-sale-price[data-active='true'] {
    background-color: #DDD;
    padding: .5em 1em;
    margin-bottom: .5em;
}
#retail-normal-price {
    text-decoration: line-through;
    font-family: "Quicksand", sans-serif;
    margin-right: 1.5em;
}
#retail-sale-price {
    font-family: "Quicksand", sans-serif;
    color: #bf1e2d;
    font-size: 1.1em;
    font-weight: bold;
}
.retail-sale-price[data-active='true'] p:first-child {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 800;
}
.retail-sale-price[data-active='false'] {
    display: none;
}


        blockquote {
            border-left: 8px solid #DDD;
            padding-left: 2em;
            font-style: italic;
        }


    #submit-order-btn, #dropship-confirm-button, #platform-dropship-confirm-button {
        height: 40px;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: teal;
        border: none;
        color: white;
        cursor: pointer;
    }

@keyframes shining-effect {
    0% {
        transform: translateX(-200%);
    }
    40% {
        transform: translateX(800%);
    }
    100% {
        transform: translateX(800%);
    }
}



@media screen and (max-width: 800px) {
    .doc-type {
        font-size: .8em;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
    }
    .file-name {
        font-family: "Roboto", sans-serif;
        color: #444;
        font-size: .8em;
    }
    .file-updated-at {
        font-family: "Roboto", sans-serif;
        color: #444;
        font-style: italic;    
        font-size: .9em;
        display: none;
    }
    .file-link a {
        color: black;
        text-decoration: none;
    }
    .product-nav a {
        font-size: .9em;
    }
    .product-bundle {
        width: 45%;
     }    

     #place-order-form .control-group {
        width: 100%;
    }

    #customer-paid-selection {
        width: 100%;
    }
    #order-info {
        width: 100%;
        background-color: #DDD;
        padding: 1em 1em;
        border-radius: 15px;
    }
}

@media screen and (max-width: 500px) {
    .product-nav a {
        font-size: .7em;
    }
    }
