.form-actions {
    margin: 25px 0;
    position: fixed;
    right: -43px;
    top: 115px;
    transform: rotate(270deg);
}
.control-group, .slider-row {
    background-color: #ebebeb;
    padding: 15px 20px 10px 20px;
    margin: 5px 0 5px 0;
    width: 100%;
}

input {
    border: 1px solid #c1c1c1;
    padding: 5px 10px;
}
input[type="file"] {
    border: none;
}

input[type="color"] {
    width: 45px;
    height: 25px;
    padding: 0;
    margin-left: 15px;
	margin: 10px 0;
}

button.removeRowBtn, .removenewArriveBtn, .removePriceBtn, .removeTestimonialBtn, .remove-btn {
    background-color: #000000;
    border: 0;
    color: #fff;
    padding: 9px 25px;
    border-radius: 5px;
}
button.removeRowBtn:hover, .removenewArriveBtn:hover, .removePriceBtn:hover, .removeTestimonialBtn:hover, .remove-btn:hover{
     background-color: #f9891a;
}

.price-row {
    padding: 5px 0;
}

button#addPriceBtn, #newArriveBtn, #addTestimonialBtn, #addRowBtn, .add {
    background-color: #00930b;
    border: 0;
    color: #fff;
    padding: 9px 25px;
    border-radius: 5px;
}
.controls {
    margin: 10px 0;
}
input.upload {
    max-width: 270px;
}
.thumb-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border: solid 1px #c1c1c1;
    padding: 3px;
    margin: 5px 0;
    background-color: #fff;
}
.thumb2-img {
    width: 500px;
    height: 250px;
    object-fit: scale-down;
}
.testimonial-row {
    display: inline-block;
    margin: 2px 0;
    background-color: whitesmoke;
    padding: 20px;
}
.testimonial-row label.control-label {
    width: 180px;
}
.align-items-center {
    align-items: center!important;
    display: flex;
}
.section-field {    
    background: #2e2e2e;
    padding: 12px 10px 5px 10px;
    text-align: center;
    color: #fff;
}

.section-field label {
    display: block;
    font-size: 25px;
    color: #fff;
}

.section-field input {
    text-align: center;
    color: #8b8b8b;
    margin-bottom: 15px;
}

.control-group{
    box-shadow: 0px 6px 11px 2px #c1c1c1b5;
        -webkit-box-shadow: 0px 5px 50px #706e6e61;
    box-shadow: 0px 5px 50px #706e6e61;
    margin-top: 30px
}
div#sliderContainer {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}

.slider-row, .testimonial-row {
    background-color: white;
    display: inline-block;
    width: 49.33%;
    padding: 30px 30px;
	margin-bottom: 20px;
}
div#testimonialContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.social .controls { 
    display: inline-block;
    margin-right: 15px;
    margin-top: 20px;
}
label{
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
} 

textarea.mb-3 {
    border: solid 1px #c1c1c1;
    padding: 5px 12px;
}
.latest .controls, .explore .controls, .category-banner .controls{
    background: #e5e5e5;
    padding: 6px 20px;
}
.newarrive-row{
    background: #e5e5e5;
    padding: 6px 20px;
    margin-bottom: 10px;
}
.row-fluid.sortable {
    margin: 0 15px;
}
.control-group.product-name, .control-group.category , .necktype {
    width: 100%;
}

.control-group.product-name .control-label {
    display: inline-block;
    width: 15%;
}

.control-group .controls{
    display: inline-block;
    width: 84%;
}
.product-name input{
    width: 100%;
    display: inline-block;
}

 

.control-group.category .section-field{
    margin-bottom: 20px;
}

.control-group.category select, .necktype select {
    margin-right: 0px;
    width: 240px;
}
.control-group.necktype, .category-field-area, .necktype{
    display: flex;
    justify-content: space-between;
}
.category-field-area, .necktype {
    padding: 20px 0;
}
.category-field-area label, .necktype label {
    width: 150px;
    margin-right: 10px;
    margin-left: 6px;
}

.bg-gradient-primary {
    background-color: #a91b2f;
    background-image: linear-gradient(90deg,#7e0f1f 20%,#a91b2f 100%);
    background-size: cover;
}
.btn {
    font-size: 12px;
    padding: 3px 10px;
}

.btn-info {
    color: #fff;
    background-color: #7b0a1f;
    border-color: #a0142d;
}
.btn-info:hover {
    color: #fff;
    background-color: #a91b2f; 
    background-size: cover;
    border-color: #a0142d;
}
.btn-danger{
    color: #fff;
    background-color: #0e0d0d;
    border-color: #1b1b1b;
}
.btn-danger:hover{
    background-color: #3b3b3b;
    border-color: #1b1b1b;
}
.category-field-area, .necktype {
    padding: 20px 0;
}
.category-field-area select {
    word-wrap: normal;
    width: 22%;
}
.short-descrption,  .long-description {
    display: flex;
    align-content: center;
    align-items: center;
}

.long-description label { width: 160px;}
.short-descrption label {
    margin-right: 20px;
}

.short-descrption textarea, .long-description textarea {
    width: 100%;
}
.social.control-group .controls {
    display: inline-block;
    width: 250px;
}
.disabled-link {
    pointer-events: none;
    color: gray; /* Change color to indicate it's disabled */
    text-decoration: none; /* Optional: remove underline */
  }

.gallery-hd{width: 100%; margin-bottom: 5px;}

.gallery-block-main{width: 100%!important;}
.gallery-block-main .image{display: inline-block; width: 120px; position: relative; margin:5px!important; background: #000;}
.gallery-block-main .image img{width: 100%; height: auto!important; }
.gallery-block-main .image .remove-image{position: absolute; top: -5px; right: -5px; /*top: 50%; left: 50%; transform: translate(-50%, -50%);*/}

.gallery-block-main .image:hover img{opacity: 0.6;}
.gallery-block-main .image .remove-image{color: #ffffff; font-size: 18px; background: #ff0000; width: 25px; text-align: center; height: 25px; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px;}

.gallery-block .gallery{margin-top: 15px!important;}

.bulk-upload .form-actions{right: 5px; top: 124px;}
.bulk-upload .form-actions .btn{ font-size: 15px;}

.btn.btn-info.place_order {font-size: 18px;}

.add_admin_order_minus, .add_admin_order_plus{background: #7b0a1f!important; border: 0; color: #fff; font-size: 24px; width: 25px; height: 38px; -webkit-border-radius: 5px; -moz-border-radius: 5px;  border-radius: 5px;}
.add_admin_order_minus:hover, .add_admin_order_plus:hover{background: #a91b2f!important;}
input[name="couponsubmit"]{font-size:16px!important;}
input[name="blogsubmit"]{font-size:16px!important;}
.category-list-area {display: block!important;}
.category-list-area ul{margin-top: 0!important;}

.btn.btn-primary{font-size: 16px; }

textarea#product_long_desc {
    width: 100%;
}

.form-horizontal label[for="name"]{vertical-align: top; margin-top: 10px; margin-right:10px;}
.form-horizontal .control-group textarea{width: 100%;}


@media  only screen and ( max-width: 1366px) {

    .row-fluid.sortable {  font-size: 12px;  }
    .btn { font-size: 12px;  padding: 3px 10px; }
    select {  font-size: 12px;  }
    label{ font-size: 12px; }
    .sidebar-brand-text { font-size: 14px;  }
}