dl {
    margin-top: 0;
    margin-bottom: 0px!important;
}
.top-login {
    color: #fff;
    text-align: right;
}
.top-login a {
    color:#424242;
    font-size: 12px;
}
.top-bar {
    padding: 5px 0;
    background:#e9e9e9;
   border-bottom:1px solid #D5D5D5;
}
.top-number a {
    color: #424242;
    font-size: 12px;
}


.top-number p .fa{ color:#d04c04; }
.top-number p {
    margin: 0;
}
.top-number {
    color: #424242;
    display: inline-block;
}
.social {
    display: inline-block;
}


.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a i { font-size: 12px; }

ul.social-share li a {
   
  display: inline-block;
  color: #fff;
      width: 30px;
    height: 30px;
    line-height: 35px;
  text-align: center;
  border-radius: 2px;
}

ul.social-share li a.fb {
  background:#3b5998;
}
ul.social-share li a.tw {
  background:#44ccf6;
}

ul.social-share li a.google {
  background:#d01717;
}

ul.social-share li a.skypeicon {
  background:#00aff0;
}
ul.social-share li a.in {
  background:#47bd0a;
}
ul.social-share li a:hover {
  background: #0f4158;
  color: #fff;
}

.product-box {
    margin-bottom: 10px;
    position: relative;
    transition: all 0.1s ease 0s;
}

.product-box::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 544px) {
    .product-box {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    }
}

.product-box:hover {
    transition: all 0.1s ease 0s;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.product-box .load-img {
    width: 100%;
}

.product-box .box-hover {
    opacity: 0;
    padding: 5px;
    font-size: 12px;
    transition: transform 0.2s ease-out 0s;
    transform: translateY(100%);
    left: 0;
    right: 0;
}

.product-box:hover .box-hover {
    opacity: 1;
    transition: transform 0.2s ease-out 0s;
    z-index: 11;
    transform: translateY(0px);
}

.product-img {
    position: relative;
}

.product-img .tag-discount {
    bottom: 0;
    right: 0;
    position: absolute;
    transition: right 0.3s ease 0s;
    display: block;
    font-size: 13px;
    padding: 0px 4px;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #FD4700;
    z-index: 99;
}

.products-info {
    padding: 10px 6px;
    position: relative;
}

.products-info .product-name {
    padding-bottom: 4px;
}

@media (max-width: 320px) {
    .products-info .product-name {
        display: none;
    }
}

.products-info::after {
    content: "";
    display: table;
    clear: both;
}

.products-info .catalog-name {
    display: block;
    padding-bottom: 4px;
}

.products-info .item-price {
    display: block;
}

.product-action {
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.product-action li {
    width: 50%;
    float: left;
}

@media (max-width: 544px) {
    .product-action li {
        width: 100%;
    }
}

.product-action li .item-price {
    font-size: 18px;
    color: #fd4700;
}

.product-action li + li {
    border-left: 1px solid #ccc;
    text-align: right;
}

@media (max-width: 544px) {
    .product-action li + li {
        border-left: none;
        text-align: left;
    }
}

.catalog-items {
    background-color: #000;
    color: #fff;
    padding: 4px 10px;
    display: inline-block;
    margin-bottom: 0;
}

@media (max-width: 544px) {
    .catalog-items {
        background-color: transparent;
        color: #000;
        padding: 3px 5px;
        font-size: 10px;
        display: table;
        margin: 5px auto;
        border: 1px dashed #FD4700;
    }
    .product-action li .item-price{text-align: center;}
}

.catalogbig-thum-box {
    margin-bottom: 10px;
    text-align:center;
}

.catalogthum-img1{position: relative;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    margin-bottom: 5px; }
.imgbox{ border:1px solid #CCC; padding:4px; margin-bottom:10px; }
.catalogthum-img {
  overflow: hidden;
    height:255px;
    
    text-align: center;
    position: relative;}
.catalogthum-img img{ position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%; }
.catalogthum-img
.catalog-info {
    font-size: 12px;
    padding: 2px 5px;
    text-align: center!important; 
}
.catalogproduct-name{ display:block; text-align:center; margin-top:5px; margin-bottom:5px; }
/*.btn-xs.btn-single { 
    font-size: 12px;
    margin-top: 2px;
    padding: 0 8px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    position: absolute;
    top: 0px;
    left: 10px; line-height: 18px; padding-top: 5px;
}
.btn-xs.btn-single:hover{ background: #fff; }*/

.pad0{ padding:0px!important; }
.btn-xs.btn-single {   position: absolute;   top: 0px;   left: 0px; line-height: 18px; z-index:9999; }
.btn-xs.btn-single img {  width:80px;    }

.light-bg {
    background-color: #f5f5f5;
    padding: 15px;
}

@media (max-width: 544px) {
    .light-bg {
        padding: 10px;
    }
    .light-bg.clearfix{padding:10px 0 !important;}
}

.product-title h1 {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 0px;
    font-waight:bold;
}

.product-shop .btn-download, .product-shop .btn-add-cart {
       border-radius: 4px;
    min-height: 7px;
    padding: 0px 10px;
    margin-top: 10px;
}
.btn-download{font-size:15px;}
.product-shop .product-shop-price.row {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    margin-bottom: 30px;
    padding: 10px 0;
    text-align: center;
}

.product-shop .product-shop-price.row
.catalog-price {
    border-left: 1px solid #cccccc;
}

.product-shop .product-shop-price.row label {
    margin-bottom: 0;
    display: block;
}

.product-shop .product-shop-price.row .catalog-item span {
    font-size: 30px;
    display: block;
    line-height: 30px;
}

.product-shop .product-shop-price.row .catalog-item span.label-text {
    font-size: 14px;
    display: inline-block!important;
    line-height: 30px;
}

.product-shop .product-shop-price.row .catalog-item label {
   
    display: inline-block!important;
   
}

.product-shop .product-shop-price.row .catalog-price span {
    color: #FD4700;
    font-size:18px;
    display: inline;
    line-height:24px;
    font-weight: 400;
}

.product-shop .product-shop-price.row .catalog-price .shiping span {
    color: #000;
    font-size:16px;
    display: inline;
    line-height: 30px;
}

.product-shop .product-shop-price.row .catalog-price span.shiping{ font-size:16px; color:#000; font-weight:700; }
 
.product-details-text {
    line-height: 24px;
}

.btn-green{ background:#3c1613;  border-color: #520903; }

.product-details-text .form-check label span.label-text{
display:block;    
}

.productdetails {
    font-size: 12px;
    /*    padding: 10px 0;*/
}

.productdetails
.sub-title {
    border-bottom: 1px solid #cccccc;
    color: #000;
    margin-bottom: 10px;
    padding: 4px 0;
    position: relative;
    font-size: 13px;
    font-family: 'Source Sans Pro Semibold',sans-serif;
}

/*Tabs center css*/
.product-tabs {
    border-bottom: 1px solid #CCCCCC;
}

@media (max-width: 544px) {
    .product-tabs {
        margin:10px 0;
    }
}

.product-tabs li {
    display: inline-block;
    position: relative;
}

.product-tabs li:before {
    width: 0;
    background: transparent;
    top: 100%;
}

.product-tabs li:before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 0%;
    z-index: 0;
    transition: all 0.2s linear 0s;
}

.product-tabs li:hover:before, .product-tabs li.active:before {
    width: 100%;
    background-color: #FD4700;
}
.nav-item.active{background-color:#d5d5d5;}
.product-tabs li a {
    color: #333333;
    position: relative;
    font-size: 14px;
    transition: all 0.2s linear 0s;
    padding: 9px 20px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .product-tabs li a {
        padding: 6px 5px;
    }
}

.panel-title {
    color: #000;
    font-size: 14px;
    position: relative;
    padding: 15px 0;
}

.panel-title
a {
    color: #000000;
    display: block;
    text-decoration: none;
}

.stitching-options {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.stitching-options
li {
    margin: 2px 0;
    padding: 6px 0;
    display: block;
}

.stitching-options
li
a {
    display: block;
    padding: 3px;
}

.stitching-wrapper {
    position: relative;
}

.stitching-wrapper .stitching-title {
    background-color: #E4DFD1;
    color: #333333;
    padding: 10px 15px;
    cursor: pointer;
}

.stitching-wrapper .stitching-section {
    background-color: #ffffff;
    border: 2px solid #e4dfd1;
    padding: 10px;
    position: absolute;
    width: 100%;
    z-index: 999;
    display: none;
}

.table tr td + td {
    border-left: 1px solid #dadada;
    padding-left: 15px;
}

.table tr td {
    border-top: 0;
}

.table tr + tr td {
    border-top: 1px solid #dadada;
}

/* Popover css*/
.catalogthum-img:hover .catalog-hover {
    transition: transform 0.2s ease-out 0s;
    transform: translateX(0%);
}

.catalog-hover {
    background-color: #fff;
    border: 1px solid #ccc;
    bottom: 40px;
    left: 4px;
    opacity: 0.95;
    position: absolute;
    right: 4px;
    transition: transform 0.2s ease-out 0s;
    transform: translateX(150%);
    z-index: 99;
}

.catalog-popover-title {
    background-color: #eeeeee;
    color: #fd4700;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    margin: 0;
}

.catalog-popover-content {
    font-size: 12px;
    padding: 10px;
}

.catalog-popover-content .product-name {
    color: #333333;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

/* Add to cart button bottom fixed */
.shopping-sticky {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.5);
    left: 0;
    padding: 10px;
    position: fixed;
    right: 0;
    z-index:998;
}

.shopping-action-space {
    height: 1px;
}

/*Single Product Page css*/
.surround {
    /*margin-left: 100px;*/
    overflow: hidden;
    position: relative;
    vertical-align: top;
}

.thumbs-container {
    bottom: 0;
    float: left;
    overflow: auto;
    position: absolute;
    text-align: center;
    top: 0;
    width: 90px;
}

.thumbs-container
.thumbelina {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.thumbs-container
.thumbelina
li {
    margin-bottom: 10px;
}

.thumbs-container
.thumbelina
li
a {
    border: 1px solid transparent;
    display: block;
    padding: 2px;
}

.thumbs-container
.thumbelina
li a:hover, .thumbs-container
.thumbelina
li a:focus, .thumbs-container
.thumbelina
li a.focus, .thumbs-container
.thumbelina
li a:active, .thumbs-container
.thumbelina
li a.active {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #969696;
    cursor: pointer;
}

.product-shop .old-price {
    color: #666666;
    font-size: 20px;
    text-decoration: line-through;
}

.product-shop .final-price {
    color: #212121;
    font-size:18px;
    line-height: 18px;
}

.product-price {
    padding: 10px 0px;
    margin-bottom: 10px; display:block; 
}

.product-price .off-price {
    background-color: #588827;
    border-radius: 4px;
    color: #ffffff;
    font-size: 13px;
    padding: 2px 8px;
}

.product-price .inline-block {
    display: inline-block;
    vertical-align: middle;
}

.product-price .inline-block .off-price {
    background-color: #588827;
    border-radius: 4px;
    color: #ffffff;
    font-size: 13px;
    padding: 2px 8px;
}

.product-price .border-up-down {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    margin-bottom: 15px;
    padding: 10px 0;
}

.product-price .control-label-large {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

.product-price .availability {
    border-left: 1px solid #999;
}

.product-price .sizes-btn .btn {
    border: 1px solid #666666;
    border-radius: 36px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    margin: 4px;
    min-width: 36px;
    padding: 0;
    width: 36px;
}

.product-price .offer-discount {
    color: #4caf50;
}
.stich-check-options {
    min-height: 0px !important;
}
@media (max-width: 768px) {
    .product-shop .product-shop-price.row .catalog-item span,.product-shop .product-shop-price.row .catalog-price span{font-size: 22px;}
}
.productdetails-sec{
    height: 299px;
}
.productdetails-title {
    font-size: 18px;
}
.product-care {
    margin: 0;
    padding: 0 10px;
}
.product-care li {
    line-height: 28px;
    list-style: outside none disc;
}
.productdetails-title2 {
    font-size: 18px;
    color:#333;
}
.product-details-text table{background-color:#fff;}
.productdetails-title {
    border-bottom: 1px solid #cccccc;
    font-size: 18px;
    padding: 10px 0;
    color:#333;
}
.option p{padding:0;margin:0;}
.product-info .item-price{
    color: #fd4700;
    display: block;
}
.more-detail-sec{background-color:#fff;padding:5px;margin-top:5px;border:1px solid #dadada; font-size: 12px;
    line-height: 18px;}
.option .checkbox{margin:10px 0;}
.option .checkbox,.option label{display:block;}
.product-details-text table{border:1px solid #dadada;}

.v-m {
    vertical-align: middle;
}
