#sync1 {
  .item {
    background: #0c83e7;
    padding: 80px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
  }
}

#sync2 {
  .item {
    background: #C9C9C9;
    padding: 10px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    h1 {
      font-size: 18px;
    }
  }
  .current .item{
    background: #0c83e7;
  }
}



.owl-theme {
  .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
    [class*='owl-'] {
      transition: all .3s ease;
      &.disabled:hover {
       background-color: #D6D6D6;
      }   
    }
    
  }
}

//arrows on first carousel
#sync1.owl-theme {
  position: relative;
  .owl-next, .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
  }
  .owl-prev {
    left: 10px;
  }
  .owl-next {
    right: 10px;
  }
}
#sync2 .item{
    /*padding:15px  7px;*/
    margin: 15px  7px;
    overflow: hidden;
    height: 100px;
}
#sync1 .item img{
    border-radius: 10px;
}
#sync2 .item img{
    /*border-radius: 5px;*/
}
#productdetail{
    padding-top: 30PX;
}

.breadcrumb{
   background-color: #fff;
   border-radius: 0;
   padding: 10px;
}
.breadcrumb a{
    color: #6c757d;
}
.breadcrumb-item.active ,.breadcrumb a:hover{
    color: #008476;
}
#prd-name ,#prd-size ,#prd-prce ,#prd-saleprice,#small-desc {
    text-align: center;
}
#prd-name{
    font-weight: bold;
    font-size: 32px;
    margin-top: 35px;
}
#prd-size{
    color: #0000005e;
    font-size: 27px;
}
.addprd{
    min-width: 250px;
}
.paypal-btn {
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #111111 !important;
    font-size: 14px;
     min-width: 250px;
}
.paypal-btn img{
    height: 28px;
}
/*#prd-prce{
    font-size: 35px;
}*/
#prd-saleprice span{
     color:  #0000005e;
   margin-left: 10px;
    text-decoration: line-through;
}
#prd-saleprice ,#small-desc{
    color: #b90119;
    font-size: 24px;
   
}
.prd-form{
    width: 100%;
    max-width: 280px;
    margin-left:auto;
}
.prd-form input ,.prd-form button ,.prd-form textarea{
    width: 100%;
}
.prd-form input ,.prd-form textarea{
    border:1px solid #0000005e;
    border-radius: 3px;
    font-size: 14px;
    text-indent: 15px;
}
.prd-form input{
    height: 40px;
}
.prd-form textarea{
    min-height: 120px;
    padding-top: 10px;
}
.prd-form button{
    background-color: #111111;
    border-color: #111111;
    color: #b69979;
}
.prd-form button:hover{
    color:  #fff !important;
    background-color: #b69979;
    border-color: #b69979;
}
#prd-option i {
    color: #3b7c78;
    margin-right: 5px;
}
#prd-option li{
    display: flex;
    align-items: center;
}
#prd-option li span{
    font-weight: bold;
    padding-right: 5px;
}
#prd-option{
   width: max-content;
    margin: auto;
}
.prd-attrlist .col-md-12{
    font-size: 24px;
    color: #b69979;
}
.prd-attr span{
    font-weight: bold;
}

.pack-detail{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pack-detail .code::after{
    content: '';
    display: inline-block;
    width: 1px;
    background: #b69979;
    height: 10px;
    margin: 0 10px;
}
.pack-detail .size{
    font-size: 13px;
}
.prdcat-item{
    color: #2c2c2c;
    background-color:  #b69979;
    border-radius: 1px;
    padding: 1.5px 5px;
    margin: 5px 8px;
}
.prdcat-box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
/*********************** product list *********************/
.sortbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #00000026;
    border-bottom: 1px solid #00000026;
    padding: 10px 0;
}
.dropdown-toggle::after {
    display:none;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: transparent;
    color: #000;
}
#dropdownMenuButton {
   padding: 3px 90px 3px 10px;
    position: relative;
    margin-left: 10px;
    border-radius: unset;
    background-color: #D2D2D2;
    color: #2c2c2c;
}
#dropdownMenuButton::before{
    content: '\e92b';
    font-family: 'icomoon';
    width:30px;
    color: #fff;
    background: #2c2c2c;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

#dropdownMenuButton::after{
    display: none;
}
 .pagination {
    justify-content: center;
}
.page-link{
    padding: 5px 10px;
    color: #2c2c2c !important;
    border-radius: 4px;
    background-color: gray;
}
.page-link i{
    font-size: 10px;
}
.page-link:hover ,.page-link.active{
    background-color:#2c2c2c;
    color: #fff;
    border-color: #2c2c2c;
}
 .page-item{
    margin: 0 4px;
}
.prdlist-sub{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
.filter-top{
    background-color: #2c2c2c;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    padding: 15px 15px 20px 15px;
}
.filter-top p{
    font-size: 22px;
}
.filter-top ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.filter-top li{
    background-color: #b69979;
    color:  #2c2c2c;
    padding: 5px 10px ;
    border-radius: 1px;
    margin: 0 10px;
}
.filter-top button{
    border: 2px solid  #b69979;
    color:  #b69979;
    border-radius: 1px;
    display:flex;
    align-items: center;
    justify-content: center;
    width:max-content;
    margin: 30px auto 0 auto;
    background-color: transparent;
    padding: 2px 12px;
}
.filter-top button i{
    transform: rotate(180deg);
    margin-left: 5px;
}
@media screen and (min-width: 992px) {

    

}

@media screen and (min-width: 768px) {
    
}

@media screen and (min-width: 576px) {


}
@media screen and (max-width: 1200px){

        #sync2 .item{
        /*padding:15px  7px;*/
        margin: 15px  7px;
        overflow: hidden;
        height: 80px;
    }

    #sync2 .item img{
        min-height: 80px;
    }
}

}
@media screen and (max-width: 992px) {
    #prd-name ,#prd-prce{
        margin-top: 15px !important;
        font-size: 28px;
    }
    #prd-size ,#prd-saleprice ,#small-desc{
        font-size: 22px;
    }
    #sync2 .item{
        /*padding:15px  7px;*/
        margin: 15px  7px;
        overflow: hidden;
        height: 60px;
    }

    #sync2 .item img{
        min-height: 60px;
    }
}


@media screen and (max-width: 768px) {
    .prd-form{
        max-width: 100%;
    }
}
@media screen and (max-width: 600px){
	
}
@media screen and (max-width: 576px) {
    #prd-name{
        font-size: 24px;
    }
    #prd-saleprice{
        font-size: 18px;
    }
    #small-desc{
        font-size: 20px;
    }
    #prd-prce {
        font-size: 22px;
    }
    
  #productlists .prouductitem{
        display: flex;
      align-items: center;
      margin-bottom: 15px;
      padding: 5px;
      position: relative;
    }
    #productlists .prouductitem a{
        position: unset;
    }
    #productlists   .sale{
        font-style: 13px;
    }
    .prdimg{
        max-width: 40%;
        margin-right: 30px;
    }
    #productlists  .product-detail h3{
        margin-bottom: 5px;
    }
    .filter-top li{
        font-size: 14px;
        padding: 3px 6px;
    }
    .filter-top p{
        font-size: 19px;
    }
    .prdlist-sub{
        font-size: 34px;
    }
    .filter-top button{
        margin-top: 20px;
        font-size: 14px;
    }
    .sortbox{
        flex-wrap: wrap;
        justify-content: center;
    }
    #sortfilter{
        margin-bottom: 12px;
        font-style: 14px;
    }
    #dropdownMenuButton{
        font-size: 14px;
    }
    .dropdown-item{
        font-size: 13px;
        padding: 4px 10px;
    }
    
}
@media screen and (max-width: 370px) {
    #productlists .product-detail{
        font-size: 14px;
    }
     #productlists  .product-detail h3{
        font-size: 18px;
    }
	.prdimg{
        margin-right: 15px;
    }
}
#sync1 .item img
{
    width: auto;
    max-height: 500px;
    margin: 0 auto;
}
#sync2 .item img
{
    /*height: 120px;*/
    min-height: 100px;
}