

/*--start editing from here--*/

a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}


/* text align right */

.txt-lt {
    text-align: left;
}


/* text align left */

.txt-center {
    text-align: center;
}


/* text align center */

.float-rt {
    float: right;
}


/* float right */

.float-lt {
    float: left;
}


/* float left */

.clearfix {
    clear: both;
}


/* clear float */

.pos-relative {
    position: relative;
}


/* Position Relative */

.pos-absolute {
    position: absolute;
}


/* Position Absolute */

.vertical-base {
    vertical-align: baseline;
}


/* vertical align baseline */

.vertical-top {
    vertical-align: top;
}


/* vertical align top */

nav.vertical ul li {
    display: block;
}


/* vertical menu */

nav.horizontal ul li {
    display: inline-block;
}


/* horizontal menu */

img {
    max-width: 100%;
}


/*--end reset--*/

button.w3l-cart {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
    outline: none;
}


.clear {
    clear: both;
}

h1.title-w3layouts {
    font-size: 3em;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 1em;
    padding: 1em 0;
}

h1.title-w3layouts span {
    margin-right: 15px;
    color: #ffa200;
}

.text-center {
    text-align: center;
}

.cart-grid {
    float: left;
    margin-bottom: 2%;
}

.cart-grid:hover img {
     transform: scale(1.09);
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -o-transform: scale(1.09);
    -ms-transform: scale(1.09);

}

.img img {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}



.info li {
    color: #000;
    font-size: 1.1em;
    font-weight: 600;
    display: inline-block;
}

.info li.right-text {
    color: #777;
    text-decoration: line-through;
    margin-left: 6em;
}

ul.info {
    margin: 1.5em 0;
}

.info ul li {
    list-style: none;
    display: inline-block;
}

.info ul li a {
    display: block;
    color: #000;
    text-decoration: none;
    float: left;
    padding: 5px 20px;
}

.info ul li a:hover {
    text-decoration: none;
    color: #ff0000;
}

.info ul li a:hover,
.info ul li a:focus {
    text-decoration: none;
    box-shadow: none;
}

.details-top-w3ls {
    margin: 0;
}

.cary-li-w3-agileits {
    float: none;
    width: 100%;
}


/*-- cart --*/

button.w3l-cart {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #253368;
    border: none;
    font-weight: 600;
    padding: 9px 43px;
    border:1px solid;
    background: #fff;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    display: block;   
    margin-top: 5%;
}

button.w3view-cart {
    cursor: pointer;
    width: 9%;
    margin: 1em auto 0;
    display: block;
    padding: 3px 0 9px 0px;
    font-weight: 900;
    border: none;
    text-transform: uppercase;
    font-size: 13px;
    background: #fff;
    color: #900;
}

button.w3view-cart span.fa {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    padding: 0 10px 0 0;
    font-size: 2em;
    color: #0f3370;
}

button.w3l-cart:hover {
    background: #0f3370;
    color: #fff;
}

/*-- cart-css --*/

#staplesbmincart form {
    position: relative;
    padding: 1em;
    background: #fbfbfb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #333;
    -webkit-box-shadow: 0px 0px 5px 2px #9a9a9a;
    -moz-box-shadow: 0px 0px 5px 2px #9a9a9a;
    -o-box-shadow: 0px 0px 5px 2px #9a9a9a;
    -ms-box-shadow: 0px 0px 5px 2px #9a9a9a;
    box-shadow: 0px 0px 5px 2px #9a9a9a;
}

#staplesbmincart form ul {
    overflow-y: scroll;
    max-height: 300px;
}

#staplesbmincart {
    display: none;
    position: fixed;
    left: 68%;
    top: 16.9%;
    width: 420px;
}

.sbmincart-showing #staplesbmincart {
    display: block;
    z-index: 9999;
    -webkit-animation: zoomIn .3s ease;
    -moz-animation: zoomIn .3s ease;
    -o-animation: zoomIn .3s ease;
    -ms-animation: zoomIn .3s ease;
    animation: zoomIn .3s ease;
}

#staplesbmincart form.sbmincart-empty {
    font-size: 16px;
    font-weight: bold;
}

#staplesbmincart ul {
    clear: both;
    float: left;
    width: 100%;
    margin: 5px 0 20px;
    padding: 1em;
    list-style-type: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

#staplesbmincart .sbmincart-empty ul {
    display: none;
}

#staplesbmincart .sbmincart-closer {
    float: right;
    margin: -3px -10px 0;
    padding: 0 10px;
    background: 0;
    border: 0;
    font-size: 25px;
    cursor: pointer;
    font-weight: bold;
    outline: none;
}

#staplesbmincart .sbmincart-item {
    clear: left;
    padding: 7px 0;
    min-height: 35px;
    font-size: 1em;
}

#staplesbmincart .sbmincart-item+.sbmincart-item {
    border-top: 1px solid #f2f2f2;
}

#staplesbmincart .sbmincart-item a {
    color: #333;
    text-decoration: none;
}

#staplesbmincart .sbmincart-details-name {
    float: left;
    width: 62%;
}

#staplesbmincart .sbmincart-details-quantity {
    float: left;
    width: 15%;
}

#staplesbmincart .sbmincart-details-remove {
    float: left;
    width: 7%;
}

#staplesbmincart .sbmincart-details-price {
    float: left;
    width: 16%;
    text-align: right;
}

#staplesbmincart .sbmincart-attributes {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #999;
    font-size: 12px;
    line-height: 22px;
    overflow: inherit;
    height: inherit;
}

#staplesbmincart .sbmincart-attributes li {
    display: inline;
}

#staplesbmincart .sbmincart-attributes li:after {
    content: ",";
}

#staplesbmincart .sbmincart-attributes li:last-child:after {
    content: "";
}

#staplesbmincart .sbmincart-quantity {
    width: 30px;
    height: 18px;
    padding: 2px 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    font-size: 13px;
    text-align: right;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
}

#staplesbmincart .sbmincart-quantity:hover {
    border-color: #0078C1;
}

#staplesbmincart .sbmincart-quantity:focus {
    border-color: #0078C1;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(0, 120, 193, 0.4);
}

#staplesbmincart .sbmincart-remove {
    width: 18px;
    height: 19px;
    margin: 2px 0 0;
    padding: 0;
    background: #b7b7b7;
    border: 1px solid #a3a3a3;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    opacity: 0.70;
    cursor: pointer;
}

#staplesbmincart .sbmincart-remove:hover {
    opacity: 1;
}

#staplesbmincart .sbmincart-footer {
    clear: left;
    text-align: center;
    margin-right: 1.5em;
    position: relative;
}

p.sbmincart-empty-text {
    color: #f44336;
    font-weight: 500;
}

#staplesbmincart .sbmincart-subtotal {
    bottom: 3px;
    padding-left: 0;
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-align: left;
}

#staplesbmincart .sbmincart-submit {
    margin-right: 6px;
    padding: 0;
    border: none;
    color: #ff5063;
    background: none;
    outline: none;
    font-size: 0.9em;
    font-weight: 700;
    position: absolute;
    text-transform: uppercase;
    right: 0;
    top: 0;
}


/* Let's get this party started */

#staplesbmincart form ul::-webkit-scrollbar {
    width: 5px;
}


/* Track */

#staplesbmincart form ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #999;
    -moz-box-shadow: inset 0 0 6px #999;
    -o-box-shadow: inset 0 0 6px #999;
    -ms-box-shadow: inset 0 0 6px #999;
    box-shadow: inset 0 0 6px #999;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}


/* Handle */

#staplesbmincart form ul::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background: #3c43a4;
    -moz-box-shadow: inset 0 0 6px #3c43a4;
    -o-box-shadow: inset 0 0 6px #3c43a4;
    -ms-box-shadow: inset 0 0 6px #3c43a4;
    -webkit-box-shadow: inset 0 0 6px #3c43a4;
    box-shadow: inset 0 0 6px #3c43a4;
}


/*-- //cart-css --*/


/*-- cart --*/

.snipcart-details input.button {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    padding: 10px 17px;
    background: #000;
}

.snipcart-details input.button:hover {
    background: #ff0000;
}
button.minicart1-submit {
    display: none !important;
}

#PPMiniCart .minicart1-submit {
    display: none!important;
}

#PPMiniCart .minicart1-closer:focus {
    outline: none;
}

#PPMiniCart .minicart1-remove {
    background: #000!important;
    border: 1px solid #000!important;
}

#PPMiniCart {
    z-index: 9999;
}


/*-- //cart --*/


/*-- cart-button --*/


/* -- Responsive code -- */
@media screen and (max-width: 1440px) {
    
    button.w3view-cart {
        width: 10%;
    }
}

@media screen and (max-width: 1366px) {
  
    .info li.right-text {
        margin-left: 5em;
    }
}

@media screen and (max-width: 1280px) {
   
    button.w3view-cart {
        width: 11%;
    }
}

@media screen and (max-width: 1080px) {
    .cart-grid {
    }
    button.w3view-cart {
        width: 13%;
    }
    .info li.right-text {
        margin-left: 3em;
    }
    button.w3l-cart {
        padding: 14px 32px;
    }
}

@media screen and (max-width: 1050px) {
    
    .cart-grid {
    }
}

@media screen and (max-width: 1024px) {
    .info li.right-text {
        margin-left: 2em;
    }
    button.w3l-cart {
        padding: 14px 29px;
    }
}

@media screen and (max-width: 991px) {
    h1.title-w3layouts {
        font-size: 2.8em;
    }
    button.w3view-cart {
        width: 14%;
    }
    button.w3l-cart {
        padding: 14px 27px;
    }
}

@media screen and (max-width: 900px) {
    .cart-grid {
    }
    .img {
        margin: 0 auto;
        width: 75%;
    }
    .info li.right-text {
        margin-left: 11em;
    }
    button.w3view-cart {
        width: 16%;
    }
    .cart-grid:nth-child(2) {
    }
}

@media screen and (max-width: 800px) {
    .cart-grid {
    }
    .info li.right-text {
        margin-left: 7em;
    }
    button.w3view-cart {
        width: 18%;
    }
    button.w3l-cart {
        padding: 11px 43px;
    }
}

@media screen and (max-width: 460px) {
   
    button.w3l-cart {
        padding: 2px 19px;
    }
}


@media screen and (max-width: 768px) {
    button.w3view-cart {
        width: 19%;
    }
}

@media screen and (max-width: 736px) {
    button.w3view-cart {
        width: 19%;
    }
}

@media screen and (max-width: 667px) {
    .cart-grid {
    }
    button.w3view-cart {
        width: 19%;
    }
    .info li.right-text {
        margin-left: 5em;
    }
    button.w3view-cart {
        width: 21%;
    }
    h1.title-w3layouts {
        font-size: 2.6em;
    }
}

@media screen and (max-width: 640px) {
    h1.title-w3layouts {
        font-size: 2.6em;
    }
}

@media screen and (max-width: 600px) {
    .cart-grid {
    }
    button.w3view-cart {
        width: 21%;
    }
    .info li.right-text {
        margin-left: 4em;
    }
    h1.title-w3layouts {
        font-size: 2.5em;
    }
    button.w3view-cart {
        width: 24%;
    }
}

@media screen and (max-width: 568px) {
    
}

@media screen and (max-width: 480px) {
    .cart-grid {
        margin: 1em 0;
    }
    h1.title-w3layouts {
        font-size: 2.4em;
    }
    button.w3view-cart {
        width: 29%;
    }
    .info li.right-text {
        margin-left: 10em;
    }
}

@media screen and (max-width: 414px) {
    button.w3view-cart {
        width: 34%;
    }
    .info li.right-text {
        margin-left: 7em;
    }
}

@media screen and (max-width: 384px) {
    button.w3view-cart {
        width: 36%;
    }
    .info li.right-text {
        margin-left: 6em;
    }
}

@media screen and (max-width: 375px) {
    h1.title-w3layouts {
        font-size: 2.3em;
    }
}

@media screen and (max-width: 320px) {
    button.w3view-cart {
        width: 45%;
    }
    h1.title-w3layouts {
        font-size: 2.1em;
    }
    .info li.right-text {
        margin-left: 4em;
    }
}


/* -- //Responsive code -- */

/*-- single-page --*/ 
.single-top-left {
    margin-left:5%;
    width: 34%;
}
.single-top-right h3 {
    text-transform: capitalize;
    font-size: 2em;
    color: #f44336;
    margin-bottom: .3em;
} 
.single-top-right ul li {
    display: inline-block;
    margin-left: 3px;
    color: #0280e1;
}
.single-top-right {
    padding-left: 1em;
}  
.single-rating {
    margin: 1em 0;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1em;
}
.single-top-right ul li.rating {
    margin: 0 1.5em;
    color: #999;
    font-size: 1em;
}
.single-top-right ul li a{ 
    color: #999; 
}
.single-top-right ul li a:hover{ 
    color: #0280e1; 
}
.single-price ul li {
    margin-right: 1em;
    font-size: 1em;
    color: #999;
}
.single-price ul li:nth-child(1) {
    font-size: 2.8em;
    font-weight: 300;
    margin-right: 0.5em;
}
.single-price ul li span.w3off {
    font-size: 1.5em;
    color: #0280e1;
}
.single-price.price ul li a {
    color: #f44336;
}
.single-price.price ul li a:hover{
    color: #999;
}
p.single-price-text {
    margin: 1.5em 0;
}
.single-top-right form {
    display: inline;
}
.single-top-right .w3ls-cart{
    width: 28%; 
    font-weight: 300;
    padding: 0.6em 0; 
    border-color: #f44336;
    -webkit-transition:.5s all;
    -moz-transition:.5s all;
    -o-transition:.5s all;
    -ms-transition:.5s all;
    transition:.5s all;
    display: inline-block;
}
.single-top-right .w3ls-cart:hover{
    background: #0280e1;
    border-color: #0280e1;
}
.single-top-right .w3ls-cart i.fa {
    margin-right: 3px;
}
.single-top-right .w3ls-cart.w3ls-cart-like {
    margin-left: 1em;
    background: none;
    border: 1px solid #0280e1;
    color: #0280e1;
}
.single-top-right .w3ls-cart.w3ls-cart-like:hover{ 
    background: #0280e1; 
    color: #fff;
} 
.single-page-icons.social-icons {
    margin: 5em 5em;
}
.single-page-icons.social-icons ul li h4 {
    font-size: 1.1em;
    color: #999;
    margin-right: 1em;
}
.single-page-icons.social-icons ul li { 
    vertical-align: middle;
}
/*-- collapse-tabs -*/
.collpse.tabs {
    padding: 2em 0 5em;
}
.panel-group {
    margin-bottom: 0;
}
.collpse.tabs h4.panel-title a {
    font-size: 1em;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    text-decoration: none;
    padding: .8em 1.5em;
    font-weight: 300;
    position:relative;
}
.collpse.tabs .panel-default {
    border-color: #253368;
}
.collpse.tabs .panel-body {
    padding: 15px;
    color: #999;
    line-height: 1.8em;
    font-size: 1em;
}
.collpse.tabs .panel-default > .panel-heading {
    padding: 0;
    background: #253368;
} 
.pa_italic span.fa-arrow{
    display: none;
}
.pa_italic i.fa-arrow, .collapsed span.fa-arrow{
    right: 3%;
    font-size: 1.8em;
    color: #ffffff;
    position: absolute;
    top: 20%; 
}
.collapsed i.fa-arrow{
    display: none;
}
.collapsed span.fa-arrow{
    display: inline-block;
}
.pa_italic i.fa-icon {
    margin-right: 0.8em;
}
/*-- //single-page --*/
.sombra{

    box-shadow: 0px 1px 6px 0px rgba(216, 216, 216, 0.78);
    padding: 2px;
    padding-bottom: 10%;
}


    .css-treeview label {
  padding: 4px;
    border-radius: 3px;
    margin: 2px;
    font-size: 18px;
   
    /* font-weight: 500; */
    color: #979797;
    font-weight: bold;
}

.css-treeview a{
    background: url("../images/icons1.png") no-repeat 0px 9px !important;
    padding: 7px 0 0 31px;
    border-radius: 3px;
    margin: 2px;
    font-size: 15px;
}

.css-treeview ul,
.css-treeview li
{
    list-style: none;
}

.css-treeview input
{
    position: absolute;
    opacity: 0;
}

.css-treeview
{
    font: normal 11px "Segoe UI", Arial, Sans-serif;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.css-treeview a {
    color: #253368;
    text-decoration: none;
}

.css-treeview a:hover
{
    text-decoration: underline;
}



.css-treeview input + label + ul
{
    display: none;
}

.css-treeview label,
.css-treeview label::before
{
    cursor: pointer;
}

.css-treeview input:disabled + label
{
    cursor: default;
    opacity: .6;
}

.css-treeview input:checked:not(:disabled) + label + ul
{
    display: block;
}

.css-treeview label,
.css-treeview label::before
{
    background:url("../images/icons1.png") no-repeat 0px 7px !important;
}
.css-treeview label,
.css-treeview a,
.css-treeview label::before
{
    display: inline-block;
    vertical-align: middle;

}

.css-treeview label
{
    background-position: 18px 0;
}

.css-treeview label::before
{
    content: "";
    width: 16px;
    margin: 0 22px 0 0;
    vertical-align: middle;
    background-position: 0 -32px;
}

.css-treeview input:checked + label::before
{
    background-position: 0 -16px;
}

/* webkit adjacent element selector bugfix */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .css-treeview 
    {
        -webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
    }
    
    @-webkit-keyframes webkit-adjacent-element-selector-bugfix 
    {
        from 
        { 
            padding: 0;
        } 
        to 
        { 
            padding: 0;
        }
    }
}
/*-- //treeview --*/
.css-treeview {
    border: 1px solid #253368;
    margin-bottom: 4%;
}
.css-treeview h4 {

        color: #253368;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    /* margin-top: 2%; */
    /* background: #253368; */
    padding: 2%;
    background: linear-gradient(135deg, rgba(115,115,115,1) 0%, rgba(181,181,181,1) 19%, rgba(247,247,247,1) 41%, rgba(255,255,255,1) 53%, rgba(247,247,247,1) 65%, rgba(181,181,181,1) 82%, rgba(115,115,115,1) 100%);

}
.tree-list-pad{
    padding:30px 30px;
}
.community-poll {
    border: 1px solid #d2d2d2;
    margin-top: 30px;
}
.radio {
    position: relative;
    display:inline-block;
    margin-left:15px;
}
.radio:first-child {
    margin-left: 0;
    margin: 0;
}
.radio {
    padding-left:22px;
    line-height: 28px;
    color: #404040;
    cursor: pointer;
}
.radio  input[type="radio"]{
    position: absolute;
    left: -9999px;
}
.radio-btns label {
  font-size: 14px;
  color: #000;
  padding: 0px 0 0 10px;
  font-weight:600;
  }
.radio i {
    position: absolute;
    top:5px;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    outline: none;
  border:3px solid #FDA30E;
  background: #fff;
    cursor:pointer;
}
.radio i {
    border-radius: 50%;
}
.radio input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
 .radio input + i:after {
    content: '';
    top: 6px;
    left: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.radio input:checked + i:after{
    opacity: 1;
}

label.checkbox {
    width: 28%;
    floaT: left;
}
/*** normal state ***/
.radio i {
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}
/*** checked state ***/
.radio input + i:after {
  content: '';
  background: url("../images/tick-mark1.png") no-repeat center;
  top: 1px;
  left: 1px;
  width: 9px;
  height: 9px;
  text-align: center;
}
.radio input:checked + i {
  border:3px solid #FDA30E;
  background: #fff;
}
.swit {
    padding: 30px 30px;
}
.check_box {
    margin-bottom: 5px;
}
.community-poll h4 {
    color: #FDA30E;
    text-align: center;
    background: #f7f7f7;
    padding: 17px 0;
    font-size: 26px;
    font-weight: 100;
    border-bottom: 1px solid #d2d2d2;
}
.swit label {
    padding: 0 0 0 10px;
    margin: 0;
    font-size: 16px;
   
    font-weight: 500;
    color: #999;
}
.swit input[type="submit"] {
    background: #7B7B7B;
    color: #fff;
    font-size: 15px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    padding: 7px 24px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    margin: 19px 0 0;
}
.swit input[type="submit"]:hover{
background:#FDA30E; 
}
/*-- //treeview --*/
.men-wear-left{
    padding-left:0;
}
.men-wear-bottom {
    margin: 50px 0;
}
.men-wear-right h4 {
    color: #FDA30E;
    font-size: 27px;
    margin: 0px 0 24px;
}
.men-wear-right p {
    font-size: 15px;
    color: #999;
    line-height: 2.2em;
}
.products-right {
    padding-right: 0;
}
.no-pad-men {
    padding: 35px 25px 0 0 !important;
}
.products-right h5 {
    color: #FDA30E;
    font-size: 25px;
    text-transform: uppercase;
}
.sort-grid {
    padding: 11px 0;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    margin: 35px 0;
}
.sorting {
    float: left;
    width: 46%;
}
.sorting h6 {
    float: left;
    font-size: 16px;
   
    margin:7px 40px 0 0;
}
.sorting select {
    float: left;
    padding: 6px 13px;
    font-size: 14px;
    color: #999;
}
.single-pro {
    margin-top: 30px;
}
.pagination {
    margin: 34px 15px 0 0;
}


.sizeh4{
    height: 62px;
    position: relative;
    overflow: hidden;
    margin-top: 8%;

}