
.m-b-5{margin-bottom: 5px;}
.m-lr-0 { margin-left: 0px; margin-right: 0px; }
.m-l-15 { margin-left: 15px;  }
.m-l-25 { margin-left: 25px;  }
.m-r-15 { margin-right: 15px;  }

.txt-right{ text-align: right; }
.txt-left{ text-align: left; }
.txt-underline{ text-decoration: underline; }

.btn-bigger{
    width:24%;
}
.width-23{
    width:23%;
}
.breadcrumb-item{
    font-size: larger;
    font-weight: 500;
}
.visible-md{
    display: static!important;
}

.inline-flex{
    display: inline-flex!important;
}

.highlight-link{
    text-decoration:  underline;
    color:red;
}

.radio-fit-span{
    display: table-cell;
    vertical-align: middle;
}

.radio-fit-label{
    display: table-cell;    
}

.contact-us-btn{
    padding: .8rem 1.6rem!important;
    font-size: 1.3rem!important;
}

#btn-history-modal{
    background: transparent;
    border: none;
    cursor: pointer;
    color: red;
}

.set-box{
    width:245px;
}

.obj_fit{
    width:100%; 
    height:100%; 
    object-fit:cover; 
}

.p-b-10 { padding-bottom: 10px;  }

.no-event{
    pointer-events: none;
}

.box-center{
    width: fit-content;    
    text-align: left;
    margin: 0 auto;
}
.btn-common{ 
    font-weight: 600;
    border: 1px solid red;
    color: red!important;
    background: transparent;
    /*padding: 1.1rem;*/
    padding: .8rem 1.1rem;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.btn-common:hover,
.btn-common:focus{   
    border: 1px solid red;
    color: #fff!important;
    background: red;
}

.icheckbox, .iradio {
    pointer-events: auto;
    margin-bottom: 0.5em;
}

/* Add to favorite */
.wish-red{ 
    color: #ff0000;
}

.wish-gray{
    color: lightgray;
}

/*.list > .item > .wrapper > .image > .wishlist{
    cursor: pointer;  
    width: 0;
    height: 38px;    
    border-top: 0 solid;
    border-bottom: 15px solid rgba(0,0,0,0);
    color: #fff;
    -o-text-overflow: clip;
    text-overflow: clip;
    position: absolute;
    top: 25px;
    z-index: 2;
    right: 45px;
}*/

/*.grid > .item > .wrapper > .image > .wishlist{
    cursor: pointer;  
    width: 0;
    height: 40px;    
    border-top: 0 solid;
    border-bottom: 15px solid rgba(0,0,0,0);
    color: #fff;
    -o-text-overflow: clip;
    text-overflow: clip;
    position: absolute;
    bottom: -57px;
    z-index: 2;
    right:32px;
}*/

/*#recent-ads-fav .item > .wrapper > .image > .wishlist{
    cursor: pointer;  
    width: 0;
    height: 40px;    
    border-top: 0 solid;
    border-bottom: 15px solid rgba(0,0,0,0);
    color: #fff;
    -o-text-overflow: clip;
    text-overflow: clip;
    position: absolute;
    bottom: -177px;
    z-index: 2;
    right:32px;
}*/

.wishlist i{
    font-size: large;
}

.fav-box{
    transform: translate(-50%,20%);
    font-size: 18px;
    color: transparent;
}

/* end Add to favorite */

/*select 2 container css */
.select2-container .select2-selection--single {
    height: 44px !important;
    line-height: 20px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 8px 0 0 15px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px!important;
}
.select2-container--default .select2-selection--single {  
    border-radius: 25px!important;
}

/* ended select 2 container css */

.ui-autocomplete {
    overflow: auto!important;
    max-height: 300px!important;
}

.about-us-nav{
    padding: 0.8rem 0.8rem 0.8rem 0rem!important;
}

.form label.error {   
    background-color: transparent;
    color: red!important; 
    width: max-content;
    font-size: 11px;
    font-weight: bold;   
}

.flash-message{
    color: #e60a14;
    padding-bottom: 12px;
    text-align:center;
    font-weight:600;
    font-family:'Montserrat';
}

.flash-message-green{
    color:red;
    padding-bottom: 12px;
    text-align:center;
    font-weight:600;
    font-family:'Montserrat';
}

.email-error-message,.contact-error-message{
    color: #e60a14;
    padding-bottom: 12px;
    text-align:center;
    font-weight:600;
    font-family:'Montserrat';
}

.field-icon {
    float: right;
    margin-left: 0px;
    margin-top: -29px;
    position: relative;
    z-index: 1;
    padding-right: 30px;
    font-size: large;
    opacity: 0.6;
}

.shift-left{

}

section#registrationSection, 
section#signInSection,
section#forgotPasswordSection,
section#verifyAccount, 
section#paymentFailedSection,
section#contactFormSection,
section#aboutUsSection{
    margin-bottom: 0px!important;
}

section#registrationSection .form-group,
section#contactFormSection .form-group {
    margin-bottom: 2rem;
}

section#contactFormSection .block {
    padding-top: 0rem;   
}

section#contactFormSection h2{
    margin-bottom: 2rem;
}

.welcome_message p{   
    font-weight:600;
    font-family: 'Montserrat';
    color:black;
}
.welcome_message span{
   
    font-weight:600;
    font-size: xx-large;    
}
.footer_logo{
    max-height: 80px;
}
.testimonial{
    margin-bottom: 3rem;
    padding-top: 0rem;
}
.sub-page .hero .hero-wrapper{
    padding-bottom: 1rem!important;
}
.rounded-b{
    border-radius: 25px!important;
    font-size:13px!important;
    padding: 1.3rem !important;

}
.btn-submit{
    padding: 1rem !important;
}

.hide-ele{
    display: none!important;
}

.disable-link{
    pointer-events: none;
    color: gray;
}

.disable-element{
    background: gray!important;
    border: none;
    pointer-events: none;
}  


.about-us{
    background: url('../img/Upcybom_Letters_bold.png');
    background-repeat: no-repeat;
    background-size: contain,cover;
    background-position: left;    
}

/* Sign In */  
#signInSection .btn-highlight{
    /*font-size: 1.9vw;*/
    color:#fff;
    font-weight: 900;
    white-space: no-wrap;
}

/* Account Verification*/
#verifyAccount .red-alert{
	color:#e60a14;
	font-weight: 600;
    font-size: 16px;
    opacity: 0.99;    
}
#verifyAccount  .green-alert{
	color: green;
    font-weight: 600;
    font-size: 16px;
}
#verifyAccount  .link_sign_in{
	color:red;
	font-weight: 600;
	color:#e60a14;  
    opacity: 0.99;   
}
.txt-upcycler{
   white-space: nowrap;
}

.txt-upcycler label{
    padding: 0 !important;
    font-size: 250%;
    color: #fff;
    margin: 0 !important;
}



/* Registration */
#registrationSection .custom-error,
#registrationSection .web_custom-error
{
    position: absolute;
    left: 0;
    bottom: -3rem;
    background-color: transparent;
    color: red;
    padding: .3rem;
    display: none;
}

#registrationSection #verify-otp{
    width: 140px;
    color: red;
    font-weight: 600;
    cursor: pointer;   
    display: inline-block;    
    text-align: center;
    line-height: 46px;   
}

#registrationSection .otp-status{
    position: absolute;
    left: 0;
    bottom: -3.4rem;   
    color: red;
    padding: .6rem;
}

/*Change Password */
.ch_custom-error
{
    position: absolute;
    left: 0;
    bottom: -3rem;
    background-color: transparent;
    color: red;
    padding: .3rem;
    display: none;
}

.pr_custom-error{
    position: unset;
    left: 0;
    bottom: -3rem;
    background-color: transparent;
    color: red;
    padding: .3rem;
    display: none;
}

/* Product */

#publicProducts .grid .item .quantity{
    background-color: #f8f8f8;
    font-size: 1.3rem;
    font-weight: 600;
    position: absolute;
    top: 15.3rem;
    right: 1.8rem;
    padding: .6rem .6rem;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    z-index: 1;
}

#publicProducts .list .item .quantity{
     background-color: #f8f8f8;
    font-size: 1.3rem;
    font-weight: 600;
    position: absolute;
    bottom: 2rem;
    left:16rem;
    padding: .6rem 0.6rem;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    z-index: 1;
}

.ck-editor__editable 
{ 
	min-height: 200px !important; 
}

.remove_icon{ 
    font-size: 20px;
    margin-top: 15px;
    color: red;
    cursor: pointer; 
}
.addmore{
    font-size: 20px;
    margin-top: 50px;
    color: green;
    cursor: pointer;

}

.page-pagination > nav .pagination .page-item a.disabled {
    cursor: not-allowed;
    pointer-events: none;
}

.removeImage,.removeCover{
    position: absolute;
    top: 0px;
    right: 2px;
    z-index: 100;
    cursor: pointer;
    color:red;
}

.input-unit{
    width: 52%!important;
    display: inline-flex!important;
}

.select-unit + .selectize-control{
    width: 45%!important;
    display: inline-flex!important;
}
.label-block2{
        display: block!important;
}

#addProductSection #char-restrict{
    display: none;
    margin: 0 !important;
    padding: 4px 0px 0px 0px !important;
    background-color: transparent;
    color: red!important;
    width: max-content;
    font-size: 13px;
    font-weight: bold;
    opacity: 1;
}

#addProductSection .file-upload-previews > .MultiFile-label{
    width: fit-content!important;
} 

#addProductSection .file-upload-previews .MultiFile-remove:after {
    font-family: 'fontawesome';
    content: "\f068";
    font-size: 0.9rem;
    font-weight: bold;
}
#addProductSection textarea { resize: none; }

/*Cover Picture*/

#addProductSection #cover-file-upload-previews > .SingleFile-label{
    width: fit-content!important;
} 

#addProductSection  #cover-file-upload-previews  span.SingleFile-label {
    box-shadow: 0 0.2rem 0.7rem 0 rgba(0,0,0, .08);
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 1rem;
}


#addProductSection #cover-file-upload-previews > .SingleFile-label {
    border-radius: .4rem;
    background-color: rgba(0,0,0, .03);
    display: inline-block;
    border: .2rem solid rgba(0,0,0, .1);
    padding: 1rem;
    position: relative;
    margin-right: 1rem;
}

#addProductSection  #cover-file-upload-previews .SingleFile-remove {
    box-shadow: 0 0.2rem 0.7rem 0 rgba(0,0,0, .08);
    border-radius: 50%;
    color: transparent;
    position: absolute;
    background-color: red;
    width: 2rem;
    height: 2rem;
    top: -1rem;
    right: -1rem;
    z-index: 1;
}

#addProductSection #cover-file-upload-previews .SingleFile-remove:after {
    font-family: 'fontawesome';
    content: "\f068";
    font-size: 0.9rem;
    font-weight: bold;
    color: #fff;
}

#addProductSection  #cover-file-upload-previews span.SingleFile-label .SingleFile-title {
    position: absolute;
    background-color: rgba(0,0,0, .4);
    color: #fff;
    padding: 1rem;
    bottom: 0;
    font-size: 1.2rem;
    text-align: center;
    width: 100%;
}

#addProductSection #cover-file-upload-previews span.SingleFile-label .SingleFile-preview {
    max-width: 20rem !important;
    max-height: 15rem !important;
}


#addProductSection .ck.ck-editor__top.ck-reset_all{
    display: none;
}
#addProductSection .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred,#addProductSection .ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable, .ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners{
    padding: 0 14px;
}


/*#publicProducts .list > .item > .wrapper > .image > .wishlist{
    cursor: pointer;  
    width: 0;
    height: 38px;    
    border-top: 0 solid;
    border-bottom: 15px solid rgba(0,0,0,0);
    color: #fff;
    -o-text-overflow: clip;
    text-overflow: clip;
    position: absolute;
    top: 28px;
    z-index: 2;
    right: 45px;
}*/

/*#publicProducts .grid > .item > .wrapper > .image > .wishlist{
    cursor: pointer;  
    width: 0;
    height: 40px;    
    border-top: 0 solid;
    border-bottom: 15px solid rgba(0,0,0,0);
    color: #fff;
    -o-text-overflow: clip;
    text-overflow: clip;
    position: absolute;
    bottom: -178px;
    z-index: 2;
    right:32px;
}*/

/*My Products */
.btn-add-alert{
    margin-left: 10px;
    vertical-align: middle;
    text-align: center;   
    font-weight: 600;
    
}

.mp-add-product{
   
    margin-left: 10px;
    vertical-align: middle;
    text-align: center;   
    font-weight: 600;
    
}

#my_products_section .lbl_sort_by{
    float: left;
    line-height: 5rem;
}


.no-product{
    font-size: 16px;
    color:red;
    text-align: center;
    height: 200px;
    vertical-align: middle;
    line-height: 160px;
}
.category_filter_div{
    padding-left:10px;
}

/* Product Details */
#ProductDetailSection h2{
    margin-bottom:2rem;
}
#ProductDetailSection #descriptionBlock{
    margin-bottom:2rem;
}

#ProductDetailSection .owl-carousel.gallery-carousel .owl-nav .owl-prev i,
#ProductDetailSection .owl-carousel.gallery-carousel .owl-nav .owl-next i,
#ProductDetailSection .owl-carousel.full-width-carousel .owl-nav .owl-prev i,
#ProductDetailSection .owl-carousel.full-width-carousel .owl-nav .owl-next i{

    background: transparent;
    box-shadow: none;
    font-size: 5rem;
    font-weight: lighter!important;

}

#ProductDetailSection #contactSeller{
    font-size: 1.3rem!important;
}

#ProductDetailSection #btn-follow-seller{
    font-size: 1.5rem!important;
}

#ProductDetailSection #btn-follow-seller{
    color: red;
    border: 1px solid red;
    font-size: 1.6rem!important;   
    width: 50%;
    font-weight: 500;
}

#ProductDetailSection #btn-follow-seller:hover{
    background: red;
    color:#fff;
}

#ProductDetailSection .be_aware{
    color:gray;
    width: 40%;
    text-align: justify;
}

#ProductDetailSection .grid .item .quantity{
    background-color: #f8f8f8;
    font-size: 1.4rem;
    font-weight: 600;
    position: absolute;
    top: 22.6rem;
    right: 1.8rem;
    padding: .6rem .6rem;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    z-index: 1;
}

#ProductDetailSection .list .item .quantity{
     background-color: #f8f8f8;
    font-size: 1.6rem;
    font-weight: 600;
    position: absolute;
    bottom: 2rem;
    left:15rem;
    padding: .5rem 1.8rem;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    z-index: 1;
}

#add_product_form .selectize-control .selectize-input.full, #add_alert_form .selectize-control .selectize-input.full,
#my_products_section .selectize-control .selectize-input.full {
    height:46px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Full Profile Page */

#fullProfile .grid .item .quantity{
    background-color: #f8f8f8;
    font-size: 1.4rem;
    font-weight: 600;
    position: absolute;
    top: 22.6rem;
    right: 1.8rem;
    padding: .6rem .6rem;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    z-index: 1;
}

#fullProfile .list .item .quantity{
     background-color: #f8f8f8;
    font-size: 1.6rem;
    font-weight: 600;
    position: absolute;
    bottom: 2rem;
    left:15rem;
    padding: .5rem 1.8rem;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    z-index: 1;
}

/*.subscription  */
.subscription .pricing h2{
    font-size: 14px !important; 
}

.subscription .pricing figure{
    /*margin-top: -42px !important;
    margin-right: 75px !important;*/
    margin: -14% 22%!important;
}

.subscription .pricing.box{
    height: 530px!important;
}
.subscription ul{
        font-size:12px;
}

body, h1, h2, h3, h4, h5, h6, a, p, figure,strong, button, input, select, span, label, ul, li, ol{
    font-family: 'Montserrat';
}

.bold-text {
    font-weight: bold!important;
}

/*Network*/
.btn_network_email{
    /*padding-left:10px;*/
}

/*checkout plan*/
.fit-img{
    padding:20px;
    background-color: #fff;
}
.mycomp{
    /*margin-top: 25px!important;*/
}
#beneficiaryForm .form-group{
    margin-bottom:25px!important;
}

.bene_message{
    color:red;   
}

/*Email Preview Modal*/
.modal-body label{
    font-size: smaller;
    font-weight: 500;
}

.modal-content{
    border-radius: 25px;
}

.modal-body{
    padding: 25px 50px;
}

.modal-header h5{
    margin-left: auto;
    font-weight: 500;
}

.modal-header{
    border-bottom: none;
}

.modal button.close {
    margin-top: -15px;
}

.thumbnail-toggle a{ color: #A9A9A9; }
.thumbnail-toggle a.active{ background-color: #A9A9A9;}
.main-navigation{ background-color: #BBD9D5 !important;  }
.d-show{display: block !important; }

/*for zoom picture*/
#modal-image-product-gallary .owl-next i,#modal-image-product-gallary .owl-prev i
{
    background-color: transparent;
    font-size: 60px;
}
#product-images-preview-modal button.close{
    cursor: pointer;
    width: 25px;
    height: 25px;
    font-size: 25px;
    font-weight: bolder;
    background: #fff;
    border-radius: 50px 50px;
    padding: 0 !important;
    float: right;
}
#modal-image-product-gallary .slider-img.modal-img {
    max-height: 110vh !important;
}
#modal-image-product-gallary .slider-img.modal-img {
    width: 100% !important;
}
#modal-image-product-gallary{
    margin-bottom: 0 !important;
}
#modal-image-product-gallary .owl-nav .owl-prev, .owl-carousel.full-width-carousel .owl-nav .owl-prev {
    left: -20px;
    
}
#modal-image-product-gallary .owl-nav .owl-next, .owl-carousel.full-width-carousel .owl-nav .owl-next {
    right: -20px;
    /*margin-right: 0rem;*/
}
#modal-image-product-gallary .owl-stage-outer, #modal-image-product-gallary .owl-stage-outer
{
        text-align: -webkit-center;
        float: none; 
}

/*sweet alert custome css*/
.swal2-popup.swal2-modal
{
    width: 390px;
    height: 360px;
    border-radius: 25px;
}
.swal2-header
{
    margin-top: -50px;
}
.swal2-icon
{
    width: 8em !important;
    height: 8em !important;
}
.swal2-title
{
    font-weight: 900 !important;
    padding: 10px 0px !important;
}
.swal2-styled
{
    border-radius: 50px !important;
    font-size: 20px !important;
    font-weight: 700;
}
button.swal2-cancel
{
    background-color: transparent !important;
    color: red !important;
    border: 1px solid red !important;
}
.swal2-confirm
{
    background-color: red !important;
}
.swal2-icon.swal2-warning {
  border-color: red !important;
  color: red !important;
}

/*NetWork Table Design*/
#networks-tbl {
  font-family: 'Montserrat';
  border-collapse: collapse;
  width: 100%;
}

#networks-tbl td, #networks-tbl th {
  border: 1px solid #ddd;
  padding: 8px;
}

#networks-tbl tr:nth-child(even){background-color: #f2f2f2;}

#networks-tbl tr:hover {background-color: #ddd;}

#networks-tbl th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: red;
  color: white;
}
.scrollit{
    overflow-y: auto;
    max-height: 450px;
}

/************************************************************************************/
/******************************  Media Queries  *************************************/
/************************************************************************************/

@media only screen and (max-width: 768px) {
    .mp-add-product{
        margin-left: 0px;
        padding: 8px;
    }
    
    .category_filter_div{
        padding-left:0px;
    }

    #ProductDetailSection #btn-follow-seller,
    #ProductDetailSection .be_aware{
        width: 60%;
    }

    #signInSection .btn-common{
        font-size: 1.1rem;
    }

    #registrationSection .btn-common{    
        width: 27%!important;
    }
    .btn-bigger{
        width:25%;
    }

    .label-block{
        display: block!important;
    }

    /*.list > .item > .wrapper > .image > .wishlist{
        top:unset;
        left:unset;
        bottom: -197px!important;
        right:32px!important;
    }*/

    /*#publicProducts .list > .item > .wrapper > .image > .wishlist{
        top:unset;
        left:unset;
        bottom: -178px!important;
        right:32px!important;
    }*/

    #publicProducts .list .item .quantity {
        background-color: #f8f8f8;
        font-size: 1.3rem;
        font-weight: 600;
        position: absolute;
        top: 14rem;
        right: 1.8rem;
        padding: .6rem 0.6rem;
        border-top-left-radius: .3rem;
        border-top-right-radius: .3rem;
        z-index: 1;
    }

    #publicProducts .items:not(.selectize-input).list .item .price {
        top: 13.9rem;
        bottom: auto;
    }

    #publicProducts .list .item .quantity{
        left:unset;
    }

}
 @media screen and (max-width: 1125px) 
{
    .txt-upcycler label
    {
        font-size: 26px !important;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #signInSection .btn-highlight{
        font-size: 7vw;
    }
    .btn-bigger{
        width:30%;
    }
    .visible-md{
        display: none!important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #signInSection .btn-highlight{
        font-size: 5.2vw;
    }
    #ProductDetailSection #btn-follow-seller,
    #ProductDetailSection .be_aware{
        width: 40%;
    }    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #signInSection .btn-highlight{
        font-size: 2.2vw;
    }

    #registrationSection .password_tip
    {
        text-align: justify;   
        width: 21em;
    }   

    #ProductDetailSection #btn-follow-seller,
    #ProductDetailSection .be_aware{
        width: 64%;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #signInSection .btn-highlight{
        font-size: 2.4vw;
    }   
    #ProductDetailSection #btn-follow-seller,
    #ProductDetailSection .be_aware{
        width: 46%;
    } 
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #signInSection .btn-highlight{
        font-size: 2.6vw;
    }

    .no-product,.shift-left{
        margin-left: -170px;
    }

    .btn-bigger{
        width:21%;
    }
   
}

@media only screen and (min-width: 1680px) {
    #signInSection .btn-highlight{
        font-size: 1.8vw;
    }
}

@media only screen and (min-width: 1920px) {
    #signInSection .btn-highlight{
        font-size: 1.8vw;
    }
}

@media only screen and (max-width: 420px) {
    .btn-bigger{
        width:44%;
    }
    #ProductDetailSection #btn-follow-seller,
    #ProductDetailSection .be_aware{
        width: 68%;
    }
}

/*css for all products pages recent ads, products, my favorites, my ads, my compagny ads...*/
.wishlist{
    cursor: pointer;  
    width: 0;
    height: 40px;    
    border-top: 0 solid;
    border-bottom: 15px solid rgba(0,0,0,0);
    color: #fff;
    -o-text-overflow: clip;
    text-overflow: clip;
    position: absolute;
    bottom: 210px;
    z-index: 2;
    right:32px;
}
.items:not(.selectize-input) .item .price , .items:not(.selectize-input).list.compact .item .price{
   
    font-size: 1.3rem !important;
   
    padding: .6rem 0.6rem !important;
    
}
.items:not(.selectize-input) .item .description,.items:not(.selectize-input) .item .detail
{
    display: none;
}
.items:not(.selectize-input) .item .meta figure{margin-right:2px !important;text-align: left;}
.items:not(.selectize-input).grid .item {
    height: auto;
}
@media screen and (min-width: 2500px) and (max-width: 7000px)
{
.items.grid.grid-xl-4-items .item, .items.masonry.grid-xl-4-items .item {
   
    height: auto !important;
}
}
/*product page selection*/
.selectize-control .selectize-input.full, .rounded-b, .select2-container--default .select2-selection--single
{
        border: 1px solid #aaa !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder,.selectize-control .selectize-input .item {
    color: black;
    opacity: 1;
    font-family: 'Montserrat';
    font-size: 13px;
}
.emailcontrol{
    color: #000 !important;
}
.selectize-control .selectize-input .item[data-value=""] {
    opacity: .6 !important;
}
::placeholder { 
  opacity: 0.6 !important;
  color: #000 !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000 !important;
    opacity: 0.6 !important;
}
#add_product_form > div > div > section:nth-child(1) > div:nth-child(4) > div > div > div > div.ck.ck-editor__main > div > p{
    opacity: 1 !important;
    color: #000 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
 
    opacity: 1 !important;
    line-height: 28px;
}

/*new css for select options*/
select{
    color:#848484;
   
    padding: 1.2rem !important;
    font-family: 'Montserrat' !important;
    border: 1px solid #aaa !important;
    border-radius: 25px !important;
    border-radius: 25px !important;
    font-size: 13px!important;
    transition: .3s ease;
    font-weight: 500;
    height: auto;
    background-image: none;
    background-color: #fff;
    position: relative;
    line-height: inherit;
    box-shadow: 0 0.2rem 1rem 0rem rgba(0,0,0, .1);
    appearance: none !important;
    -moz-appearance:none !important; /* Firefox */
    -webkit-appearance:none !important; /* Safari and Chrome */
    background-image:
      linear-gradient(45deg, transparent 50%, gray 50%),
      linear-gradient(135deg, gray 50%, transparent 50%);
    background-position:
      calc(100% - 20px), 
      calc(100% - 15px);
    background-size:
      5px 5px,
      5px 5px;
    background-repeat: no-repeat;
    }


