.product_color {
    display: block;
    width: auto;
    padding: 8px 12px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    text-align: center;
    margin: 5px;
}

label {
    cursor: pointer;
    font-size: 12px !important;
}

.option_variation_radio {
    cursor: pointer;
    border: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 10px 15px;
    margin: 5px;
    background: #f8f8f8;
    border-radius: 5px;
    font-size: 13px;
}

.variationSelected {
     border: 1px solid #5c8097 !important;
}

.my-5 {
    margin: 5rem 0;
}

.m-0 {
    margin: 0 !important;
}

.p-2 {
    padding: 1rem !important;
}

.p-3 {
    padding: 3rem !important;
}

.p-4 {
    padding: 4rem;
}

.text-danger {
    color: red;
}

.d-flex {
    display: flex !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.align-center {
    align-items: center !important;
}

.font-9 {
    font-size: 9pt !important;
}

.ml-1 {
    margin-left: 1rem;
}

/*-- Sidebar Price --*/
.sidebar-price {
    overflow: hidden;
}

.sidebar-price #price-range {
    position: relative;
    width: 100%;
    height: 5px;
    margin: 7px 0;
    border-radius: 50px;
    background-color: #ccc;
    border: 0;
}

.sidebar-price #price-range .ui-slider-range {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #fcc600;
}

.sidebar-price #price-range .ui-slider-handle {
    position: absolute;
    top: 50%;
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    border: 0;
}

.sidebar-price .price-amount {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    padding: 0;
    color: #333333;
    border: none;
    background-color: transparent;
    display: block;
}

.sidebar-price button {
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 13px;
}

.product-details {
    height: 24% !important;
}

.img-variations {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
    border: 1px solid black;
    margin: 1px;
}

.mt-3 {
    margin-top: 3rem;
}

.fa-shopping-cart {
    cursor: pointer;
}

.fa-trash {
    cursor: pointer;
}

#compare_count {
    position: absolute;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 50%;
    font-style: normal;
    z-index: 1;
    left: 20px;
    top: 5px;
    font-family: yekan;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8rem;
    background: #233746;
    color: #fff;
    text-align: center;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.customLogo {
    background: #fff;
    border: 1px solid #f00;
    border-radius: 10px;
}

.bg-light-gray {
    background-color: #f2f2f2 !important;
}

.w-30 {
    width: 30%;
    display: block;
}

.w-70 {
    width: 70%;
    display: block;
}

.ml-5 {
    margin-left: 5px;
}

.tab-content {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ededed;
}

.my-1 {
    margin: 1rem 0;
}

/*//search box*/
#divParent {
    /* You need to set a size */
    max-height: 200px;
    /* Enable the scrollbar to do not go over the text when growing */
    position: absolute;
    width: 700px;
    top: 215px;
    left: 682px;
    background-color: white;
    overflow-y: scroll;
    z-index: 99999;
}

#divParent_mobile {
    /* You need to set a size */
    max-height: 280px;
    /* Enable the scrollbar to do not go over the text when growing */
    position: absolute;
    width: 100%;
    top: 236px;
    left: 0;
    background-color: #222;
    overflow-y: scroll;
    z-index: 99999;
    padding: 2rem 1.5rem;
}

#product_search_box {
    display: none;
}

#product_search_box > a {
    border-bottom: 1px solid #dee2e6;
    padding: 10px;
}

#product_search_box > a:hover {
    background-color: #a5c7fd;
}

#product_search_box_mobile {
    display: none;
}

#product_search_box_mobile > a {
    border-bottom: 1px solid #dee2e6;
    padding: 10px;
}

#product_search_box_mobile > a > span {
    color: white !important;
}

#product_search_box_mobile > a:hover {
    background-color: #a5c7fd;
}

#order_status_header {
    position: absolute;
    top: 42px;
    left: 2px;
    background-color: #6a91aa !important;
    text-align: center;
    z-index: 999;
    padding: 11px;
    display: none;
    color:white;
}

#mobile_close_icon {
    display: none;
}

#check_order_status_input {
    color: #e3e2e2;
    background-color: #5c8097;
}
#check_order_status_input{
    width: 193px;
}
.position-relative{
    position: relative;
}
#search_input_mobile {
    z-index: 999999999 !important;
}

.user_normil_price {
    font-size: 14px;
    display: block;
    margin: 10px 0;
}

.product-slideup-content {
    height: 495px !important;
    background: white;
}

.product {
    position: relative;
    height: 100%;
    background: white;
    margin-bottom: 10px;
}

.product-label {
    position: absolute;
    z-index: 99;
    width: auto;
    padding: 0 !important;
    top: 0;
    right: 0;
}

.custom_label {
    background-color: #ad0000;
    width: auto;
    display: block;
    padding: 7px;
    text-align: center;
}

.attr_group_tab {
    cursor: pointer;
}

.product_attribute_icon {
    width: 30px !important;
    height: 30px;
}

.product_attribute {
    width: 100%;
    height: 40px;
    padding-bottom: 40px;
}

.new-price {
    margin-bottom: 0 !important;
    font-size: 17px;
}

.d-none {
    display: none !important;
}

.product-countdown {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 1rem;
    border-radius: 0.3rem;
    color: #fff;
    text-align: center;
    font-size: 17px;
    border: 1px solid red;
    padding: 10px;
}

.product-countdown-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1rem;
}

.products_old_price {
    font-size: 13px;
}

.product_list_discount {
    width: 40px;
    height: 40px;
    background: #054605;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 998;
    border-radius: 0 0 65% 65%;
    font-size: 12px;
}
@media screen and (max-width:996px){
    .product_list_discount{
        width: 55px;
        height: 55px;
    }
}

#CartItems {
    padding: 15px;
    max-height: 73%;
    overflow-x: hidden;
    overflow-y: auto;
}

.page_description {
    background: white;
    padding: 30px;
    color:#000;
    overflow: hidden;
    position: relative;
    transition: all ease 3s;
}

.page_description2 {
    background: white;
    padding: 30px;
    height: auto;
    overflow: hidden;
    position: relative;
    transition: all ease 3s;
}

/*.page_description:before {*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    background: linear-gradient(transparent 150px, white);*/
/*}*/

.company_label {
    background: #cccccc;
    padding: 15px;
}

.radio_btn {
    width: auto !important;
}

input[name='company_type'] {
    cursor: pointer;
}

.invalid-feedback {
    color: red;
    font-size: 9pt;
}

.product_attr_short_text {
    position: relative;
}

.product_attr_short_text::after {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    background: #b39b63;
    position: absolute;
    bottom: 0;
}

.product_attr_short_text:first-child::after {
    display: none !important;
    width: 1px;
    height: 18px;
    background: #b39b63;
    position: absolute;
    bottom: 0;
}

.short_text {
    font-size: 9pt;
}

.product_attr_short_text > span:first-child {
    display: block;
    height: 20px;
}

.quantity-finished-text {
    border: 1px solid #5c8097;
    border-radius: 5%;
    width: 100%;
    display: block;
    margin-top: 5px;
    font-size: 14px;
    padding: 6px;
}

.product_colors {
    position: absolute !important;
    right: 20px;
    top: 20px;
    display: flex !important;
    flex-direction: column;
    z-index: 9999;
}

.sticky-content.fixed.fix-top {
    z-index: 99999 !important;
}

@media only screen and (max-width: 900px) {
    .special-offer .banner-wrapper img {
        min-height: 1rem !important;
    }

    .shop-default-banner {
        width: 100% !important;
        height: 220px !important;
        margin-top: 30px;
    }

    .shop-default-banner {
        min-height: 1rem;
    }
}

@media only screen and (max-width: 600px) {
    .grid .banner, .grid .category, .grid .category > a, .grid figure, .grid .banner img, .grid .category img {
        height: auto !important;
        width: 100% !important;
    }

    .special-offer .banner-wrapper img {
        min-height: 1rem !important;
    }

    .shop-default-banner {
        width: 100% !important;
        height: auto !important;
        margin-top: 0px;
    }

    .shop-default-banner {
        min-height: 1rem;
    }
}

.my-3 {
    margin: 3rem 0;
}

.product-over {
    margin-top: 40px;
    padding: 0 40px;
}

.dropdown-box {
    z-index: 99999;
}


.login-btn {
    padding: 2px;
    width: 80px;
    height: 40px;
}

.loader {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
    display: block;
}

.loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #FFF;
    animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }
    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }
    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }
    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
    }
    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
    }
}

.line {
    width: 50%;
    margin: 10px auto;
    height: 1px;
    background-color: black
}
.alert-success{
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
}

/*//profile panel*/
.user_avatar{
    text-align: center;
    padding: 20px;
    margin-bottom: 5px;
    background: white;

}
.profile_sidebar_items > li{
    background-color: white;
    border-radius: 25px;
    border-bottom: 1px solid #eeeeed;
}
.myaccount-tab-menu a.active{

    border:none !important;
}
.myaccount-tab-menu a{
    border: none !important;

}
.profile_sidebar_items {
    background-color: white;

}

#myaccountContent{

}
#product-tab-description li:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #5c8097;
    border-radius: 100%;
    margin-left: 10px;
    display: inline-block;
}
.cursor-pointer{
    cursor: pointer !important;
}
@media screen and (max-width: 768px) {
    .intro-slide {
        min-height: 250px !important;
    }
    .d-sm-none{
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .intro-slide {
        min-height: auto;
    }
}
.table-responsive{
    width: 100% !important;
    overflow-x: auto;
}

#product-tab-description{
    padding:0 !important;
}

.limit_send{
    text-align: center;
    font-size: 22px !important;
}
header .w-icon-search,header .w-icon-cart{
    font-size:20pt !important;
}
header .w-icon-map-marker{
    font-size:15pt;
}
.my-account-wrapper{
    margin:20px 0;
}

#check_order_status_input{
    display:none;
}

#order_status_header{
    display:none;
}
.modal-filter{
    display:none ;
}
.h-price{
    height: 40px !important;
}

@media screen and (min-width:768px){
    .product-name{
        height: 75px !important;
        padding:0 8px;
    }
}
@media screen and (max-width:768px){
    .product-name{
        height: auto !important;
    }
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield !important;
}