body{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

*{
    margin: 0;
    padding: 0;
}


.rowMargincont{
    margin: auto;
    padding-left: 0;
    margin-right: 0;
}

.container{
    width: 100%;
    max-width: 1500px;
    padding-left: 30px;
    padding-right: 30px;
}

.SectionPadding{
    padding-top: 50px;
}

a{
    text-decoration: none;
    color: black;
}

a:hover{
    color: var(--logoColor-2);
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li{
    display: inline;
}

button{
    background: var(--logoColor-1);
    border: none;
    outline: none;
    color: white;
    width: 100%;
    font-size: 16px;
    border-radius: 5px;
    padding: 5px;
}

.Btn{
    background: var(--logoColor-1);
    display: block;
    color: white !important;
    width: 100%;
    font-size: 16px;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
}

.footerPaddding{
    padding-top: 50px;
    padding-bottom: 30px;
}

/* navigatin stat */
nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transform: all 5s;
    background-color: var(--logoColor-1);
}

.TopNev{
    display: flex;
    flex-wrap: wrap;
    padding: .3rem 0;
    color: white;
}

.TopNev li{
    font-size: 13px;
    margin-right: 0.4rem;
}

.TopNev li:hover, 
.ContactDiv ul li a:hover{
    color: white;
    cursor: pointer;
}

.TopNev ul li .icon{
    color: white;
    font-size: 13px;
}

.ContactDiv{
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}

.ContactDiv ul li:not(:last-child){
    border-right: 1px solid white;
}

.ContactDiv ul li a{
    color: white;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

.ContactDiv ul li a i{
    width: 22px;
    height: 22px;
    text-align: center;
    padding: 5px;
    border-radius: 50%;
}

.ContactDiv ul li a i:hover {
    background-color: white;
}

.ContactDiv ul li:hover .facbookNav {
    color: #0f90f3 !important;
}

.ContactDiv ul li:hover .inastragramNav {
    color: #e7385c !important;
}

.ContactDiv ul li:hover .Youtube {
    color: #ff0000 !important;
}

.ContactDiv ul li:hover .tuitterNav {
    color: #1d9bf0 !important;
}

.Youtube i {
    width: 28px !important;
}
/* Top Nevber end */

/* Mid NevBer start */
.MidNev{
    padding: 6px 0;
}

.logo a{
    display: flex;
    justify-content: center;
}

.MidNev img{
   height:  auto;
   width: 100%;
}

.Serchber{
    display: flex;
    justify-content: center;
    align-items: center;
}

.Serchber form{
    width: 93%;
}

.midNavIcon{
    display: flex;
    justify-content: center;
    align-items: center;
}

.midNavIcon i{
    border: 2px solid rgb(123, 123, 123);
    color: white;
    border-radius: 5px;
    font-size: 32px;
    padding: 3px 8px;
}

input{
    width: 100%;
    outline: none;
    height: 40px;
    padding: 10px;
    font-weight: 200;
    font-size: 17px;
    border-radius: 5px;
    border: none;
    float: right;
    color: #000;
    padding-left: 15px;
}

input:focus,input:hover{
    outline: none;
}

.SelectedIocn{
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: end;
    padding-left: 2.5%;
}

.IconDiv{
    display: flex;
    justify-content: end;
    align-items: center;
    color: black;
    font-weight: bolder;
}

.IconDiv i{
    color: white;
}

.IconDiv:not(:last-child){
    margin-right: .5rem;
}

.IconDiv p{
    margin-bottom: 0 ;
    font-size: 12px;
    color: white;
}

.IconDiv i{
    font-size: 26px;
    margin-right: 0.4rem;
}

.IconDiv a{
    color: rgb(5, 5, 5);
}

.Count{
    background: #842029;
    width: 29px;
    height: 18px;
    text-align: center;
    border-radius: 15px;
    color: white;
}

.Serchber form{
    position: relative;
}

.Serchber label{
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--logoColor-1);
    height: 40px;
    width: 50px;
    padding-top: 8px;
    border-radius: 0 5px 5px 0;
    text-align: center;
    color: white;
    border: 2px solid white;
}

.NavCart{
    position: relative;
    height: 50px;
}

.CartUpperSummary .upperRight{
    text-align: right;
}

.CartUpperSummary .upperRight .Price{
    font-weight: 700 !important;
    font-size: 18px !important;
}

.CartNabBtn{
    width: 100%;
    text-align: center;
    background: var(--logoColor-1);
    color: white;
    padding: 11px 5px;
    border-radius: 5px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.CartNabBtn:hover{
    background: var(--logoColor-2);
}

.CartNabBtn1{
    background-color: rgb(204, 204, 204);
}

.CartNabBtn a{
    width: 100%;
    color: white;
}

.CartNabBtn1 a{
    color:  rgb(90, 90, 90);
}

.CartSummaryProduct{
    margin: 2rem 0;
}

.CartProductTitle{
    font-weight: 500;
}

.CartNavForm{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.CartNavForm .CartProductQuantity{
    display: flex;
    align-items: center;
}

.CartNavForm .CartProductQuantity label{
    margin-right: 6px;
}

.CartNavForm .CartProductQuantity input{
    border: 1px solid gray;
    width: 40px;
    height: 35px;
    border-radius: 4px;
    text-align: center;
}

.CartNavForm .CartProductQuantity button{
    background: none;
    border: none;
}

.CartNavForm .CartProductQuantity i{
    color: #af0707;
}
/* Mid NevBer end */

/* Bootom Navbar start*/
.BottomNev{
    background-color: var(--logoColor-1) !important;
    z-index: 999;
}

.DestopNavCtagoris{
    background-color: var(--logoColor-2);
    justify-content: space-between;
    padding: 10px 12px;
    color: white;
    font-weight: bold;
}

.DestopNavCtagoris i{
    float: right;
    font-size: 24px;
}

.horizontal-menu {
    display: flex;
    align-items: center;
    padding-left: 35px;
    background-color: var(--logoColor-1);
}

.horizontal-menu ul li{
    margin-right: .5rem;
    font-size: 15px;
}

.horizontal-menu ul li a{
    color: #ffffff !important;
}

.horizontal-menu ul li a:hover{
    color: var(--logoColor-2);
    cursor: pointer;
}

.ShowInTabe{
    display: none;
}

.ChnagePositiono{
    position: fixed;
    top: 50PX;
}

.midNavIcon{
    position: relative !important;
}

.NavClickAction{
    position: absolute !important;
    display: none;
    margin-top: 11px;
    left: 0;
    background-color: white;
    box-shadow: 0 0 5px #a79f9f;
    width: 215px;
    padding: 8px 0;
    font-weight: 500;
    overflow: scroll;
    overflow-x: hidden;
    top: 46px;
}

.CatagorisIcinShow{
    display: none;
}
/* Bootom Navbar end*/

.ShowInTabe a{
    color: white;
}

.MoboTop{
    background-color: var(--logoColor-1);
    color: white;
    padding: 5px 0;
}

.MovboBottom{
    padding: 8px 18px;
    background-color: var(--logoColor-1);
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
}

.MovboBottom .container{
    display: flex;
    justify-content: space-between;
    text-align: center;
    justify-items: center;
}

.MovboBottom i{
    font-size: 30px;
    color: white;
}

.MovboBottom a {
    color: white;
}

.MovboBottom a:hover{
    color: var(--DestopCatagori);
}

.LogoTabe{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.LogoTabe img{
    width: 100%;
    margin: auto;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
}

.CatagorisTabe i{
    float: left;
}

.CartTabe i{
    float: right;
}

.CartTabe i,
.CatagorisTabe i{
    font-size: 32px !important;
    margin-top: 20px;
    color: var(--logoColor-1);
}

.MoboTop .CatagorisTabe i, 
.MoboTop  .CartTabe i{
    color: white;
}

.navbar-toggler{
    padding: 0;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0;
    color: white;
}

.navbar-toggler:focus{
    padding: 0;
    bottom: none;
    outline: none;
    box-shadow: none;
}

.dropdown-item {
    color: #000 !important;
    margin-top: 0;
    margin-bottom: 0;
    height: 20px;
}

.NavCaragoris{
    position: fixed;
    left: 0;
    top: 0px;
    background-color: rgb(237 237 237);
    width: 60%;
    color: rgb(15, 15, 15) !important ;
    padding: 0.5rem 0.5rem;
    height: 100%;
    overflow: scroll;
    z-index: 100;
}

.dropdown{
    display: block !important;
}

.dropdown-menu{
    --bs-dropdown-min-width: 0rem !important;
    position: relative !important;
    transform: translate3d(0px, 0px, 0px) !important;
    --bs-dropdown-padding-y: 0.0rem !important;
}

.nav-link{
    color: black !important;
    padding: .1rem 0rem;
}

.navbar{
    padding-top: 0;
}

.MobileMwnuTitle{
    width: 100%;
    background-color: var(--navColor);
    display: flex;
    justify-content: space-between;
    color: var(--logoColor-1);
}

.NavCaragoris ul li{
    padding: 6px;
}

.NavCaragoris ul li i{
    font-size: 24px;
}

.nav-item{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    padding: 5px 25px;
}

.nav-item:hover{
    background-color: var(--servocehover);
    color: white;
}

.nav-item i {
    color: black;
    margin-top: 8px;
    font-size: 13px;
}

.nav-item:hover .nav-link{
    color: white !important;
}

.nav-item:hover .navLinkI{
    color: white !important;
}


.NavSubBrance{
    justify-content: space-between;
    width: 100%;
}

.nav-item:not(:last-child){
    border-bottom: 1px solid var(--logoColor-1);
}

.nav-item img{
    height: 22px;
    width: 20px;
    margin-right: .2rem ;
}

.nav-item span{
    background: #cdcdcd;
    padding: 2px 4px;
    border-radius: 6px;
    font-size: 14px;
}

.navbar-nav .nav-link div{
    display:  inline !important;
}

.active{
    color: var(--logoColor-2) !important;
}

.DeopDownMenuMobiel{
    background-color: var(--logoColor-1);
    padding: 5px;
    margin-top: 5px;
    border-radius: 7px;
}

.DeopDownMenuMobiel .DeopDownDiv{
    margin-bottom: 10px;
}

.DeopDownMenuMobiel h6{
    color: white;
    border-bottom: 1px solid;
    font-weight: bold;
    padding-bottom: 6px;
}


.DeopDownMenuMobiel ul li{
    display: block;
    padding: 3px;
}

.HotDeals{
    height: 100%;
    background: linear-gradient(-28deg, #920d03, #de7d2d);
    padding: 10px;
    border: 1px solid #920d03;
    margin-top: -1px;
    animation: gradient 5s  infinite alternate linear;
    transition: all 5s;
}

@keyframes gradient {
    0% {
		background: linear-gradient(-28deg, #e71303, #de7d2d);

        transition: all 5s;
	}
	50% {
		background: linear-gradient(50deg, rgb(170, 17, 17), #de7d2d);

        transition: all 5s;
	}
	100% {
		background: linear-gradient(28deg, #920d03, #ff7300);

        transition: all 5s;
	}
}
/* nav for tabe and mobile end */
/* navigatin end */

/* Copy form templet start */
.NavSubBranceLI{
    padding: 0 !important;
    position: relative;
    /* z-index: 10; */
}

.category-sub-menu {
    position: absolute;
    top: 0px;
    left: 100%;
    background: #ffffff;
    padding: 15px 10px;
    width: 900px;
    min-height: calc(100% - 10px);
    border: 1px solid rgba(34, 34, 34, 0.1);
    /* z-index: 100; */
    display: none;
}

.NavSubBranceHover:hover .TabletopSubMenu{
    display: block;
}

.category-sub-menu.bg-1:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background-size: contain;
    opacity: 0.15;
    z-index: -1;
}

.category-sub-menu h4 {
    font-size: 18px;
    line-height: 100%;
    font-weight: 500;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.category-sub-menu h4 span {
    font-size: 25px;
    line-height: 100%;
    color: #fe5502;
}

.category-sub-menu ul{
    padding-left: 10px;
}

.category-sub-menu ul li {
    display: block;
    font-size: 14px;
    height: 33px;
    line-height: 36px;
    text-align: left;
}

.category-sub-menu ul li:last-child {
    margin-bottom: -13px;
}

.category-sub-menu ul li a {
    font-weight: 400;
    color: #222222;
}
.category-sub-menu ul li a:hover,
.category-sub-menu ul li a:focus {
    color: #fe5502;
}
.category-sub-menu img {
    margin-top: 9px;
    border-radius: 10px;
}
.banner .category-list .category-item:hover .category-sub-menu,
.banner .category-list .category-item:focus-within .category-sub-menu {
    padding: 25px;
    top: 10px;
    opacity: 1;
    visibility: visible;
}
/* nav end */

/* Footer start */
footer{
    background-color: #2e2e54;
    color: white;
}

footer h4{
    margin-bottom: 20px;
}

footer ul li{
    display: block;
    margin-bottom: 10px;
}

footer ul li a{
    color: white;
}

footer ul li a i{
    font-size: 20px;
    margin-right: .5rem;
    padding: 6px;
    border-radius: 50%;
    /* background-color: #920d03; */
    border:  2px solid #920d03;
}

footer ul li a .fa-facebook{
    border: 2px solid #0f90f3 !important;
}
/* Footer end */

/* main section start */
.marignTop {
    margin-top: 146px;
}

.marginBotom{
    margin-bottom: 30px;
}

.PerProductDiv {
    box-shadow: 0 0 5px #d7d5d5;
    margin-left: 2px;
    border: 1px solid #d7d5d5;
    border-radius: 5px;
    margin-bottom: 20px;
}

.PerProductDiv:hover{
    border: 1px solid var(--logoColor-2);
}

.ProductDropdown .active{
    color: var(--logoColor-2) !important;
}


.PerProductDiv a{
    color: #000;
}

.ProductImgage{
    height: 200px;
    overflow: hidden;
}

.ProductImgage img{
    display: block;
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.ProductImgage{
    position: relative;
}

.TimeCounting{
    font-weight: bold;
}

.TimeCounting span{ 
    background-color: var(--logoColor-2);
    color: white;
    padding: 2px 5px;
    border-radius: 14px;
}

.SeeAlSpan{
    color: var(--logoColor-1);
    text-align: right;
}

.SeeAlSpan a{
    color: var(--logoColor-1);
}

.SeeAlSpan a:hover{
    color: var(--logoColor-2);
    text-decoration: underline;
}

.DiscountPersentese{
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: var(--logoColor-1);
    padding: 3px;
    border-radius: 4px;
    color: white;
    font-size: 13px;
}

.ProductLove{
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 16px !important;
    color: rgb(0, 0, 0);
    padding: 2px;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    padding-top: 1px;
    background-color: white;
    text-align: center;
}

.ProductLove:hover{
    background-color: var(--logoColor-1);
}

.PrductText{
    align-items: center;
    text-align: left;
    padding: 8px;
    padding-bottom: 1.1rem;
}

.PrductText p{
    margin-bottom: .3rem !important;
}

.PrductText .ProductTitle{
    height: 47px;
    max-height: 47px;
    overflow: hidden;
}

.PrductText P .Price{
    color: var(--logoColor-1);
    font-size: 18px;
    margin-right: .5rem;
}

.PrductText p  .Discount{
    text-decoration: line-through;
    color: rgb(54, 54, 54);
    font-size: 14px;
}

.PrductText .StartList{
    color: rgba(255, 212, 36, 0.9);
    font-size: 12px;
}

.PrductText .sold{
    margin-top: 0.5rem;
    text-align: right;
    color: green;
    font-size: 14px;
}

.StartList span{
    font-weight: 700;
    color: rgb(108, 108, 108);
}
/* main section end */


/* product page start */
@media screen and (min-width: 1100px) {
    .details-area{
        padding: .5rem 0;
        padding-bottom: 0;
    }

    .details-area .tab-content{
        margin: 1rem 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1023px) {
    .ProductViewArea{
        margin-bottom: 0rem;
    }
}

@media screen and (max-width: 575px) {
    .productPhonemargin .tab-content{
        margin-top: .5rem;
    }
}

/* my */
.product-view-area {
    padding: 10px;
}

.delivary{
    background: #f9f9f9;
    box-shadow: 0 0 5px #c7c7c7;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.delivary h5{
    color: #5c5b5beb;
    font-weight: 600;
    padding-bottom: 7px;
    margin-bottom: 1rem;
    border-bottom: 2px solid #ab643e;
}

.delivary div:not(:last-child){
    margin-bottom: 1rem;
}

.product-view-area ul li{
    display: block;
}

.delivary ul li{
    display: block;
    padding: 8px 0;
}

.delivary ul li i{
    margin-right: .5rem;
    font-size: 16px;
    margin-right: 0.5rem;
    font-size: 20px;
    color: #2c66af;
}

.delivary ul li:not(:last-child){
    border-bottom: 1px solid grey;
}

.BigImg{
    max-height: 365px;
}

.BigImg a{
    width: 100% !important; 
    max-width: auto;
    display: flex;
    max-height: 365px;
    justify-content: center;
}

.BigImg figure{
    width: 100% !important; 
    max-height: 365px;
    display: flex;
}

.BigImg img{
    max-width: 100% !important; 
    border-radius: 7px;
    margin: auto !important;
    max-height: 100% !important;
    width: auto !important;
}

body section div div div div a#jeans:not(.mz-no-rt-width-css) > .mz-figure:not(.mz-no-rt-width-css) > img {
    width: auto !important;
}

.SmallImg{
    margin-top: .8rem;
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-between;
}

.SmallImg div{
    height: 90px;
    width: 110px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #2c66af;
}

.SmallImg div:not(:last-child){
    margin-right: .8rem;
}

.SmallImg div img{
    height: auto;
    width: 100%;
    margin: auto;
}

@media screen and (max-width: 991px) {
    .product-view-area{
        margin-bottom: 1rem;
    }
}
.product-view-area .part-txt .main-product-title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    color: #222222;
    margin-top: -5px;
    margin-bottom: 25px;
}
.product-view-area .part-txt .review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 19px;
}
.product-view-area .part-txt .review .star {
    font-size: 13px;
    line-height: 100%;
    color: var(--logoColor-2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}
.product-view-area .part-txt .review .star .rated {
    color: #ffc801;
}
.product-view-area .part-txt .review .rating-amount {
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    color: #606060;
}
.product-view-area .part-txt .price {
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    color: #000;
    margin-bottom: 23px;
}
.product-view-area .part-txt .price span {
    font-size: 15px;
    color: #606060;
    position: relative;
    margin-right: 10px;
}
.product-view-area .part-txt .price span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #606060;
}
.product-view-area .part-txt .short-details {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #222222;
    margin-bottom: 19px;
}
.product-view-area .part-txt .short-details li {
    margin-bottom: 1px;
}
.product-view-area .part-txt .short-details span {
    color: rgb(67, 67, 67);
    font-weight: 600;
}
.product-view-area .part-txt .dscr {
    font-size: 16px;
    line-height: 26px;
    color: #606060;
    margin-bottom: 22px;
}
.product-view-area .part-txt form {
    margin-bottom: 30px;
}
.product-view-area .part-txt form label {
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
    color: #222222;
    margin-bottom: 17px;
}
.product-view-area .part-txt form .select {
    height: 40px;
    padding: 0 15px;
    border-radius: 0;
    border-color: #ddd;
    font-size: 14px;
}
.product-view-area .part-txt form .select.color-select {
    padding-left: 40px;
}
.product-view-area .part-txt form .select.color-select .current {
    position: relative;
}
.product-view-area .part-txt form .select.color-select .selected-circle {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: conic-gradient(red, green, yellow, blue);
    border-radius: 3px;
}
.product-view-area .part-txt form .select.color-select .list li {
    position: relative;
    padding-left: 40px;
}
.product-view-area .part-txt form .select.color-select .list li:first-child {
    padding-left: 15px;
}
.product-view-area .part-txt form .select.color-select .list li:first-child span {
    display: none;
}
.product-view-area .part-txt form .select.color-select .list li span {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: #f1f1f1;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.product-view-area .part-txt form .product-count .quantity {
    border-radius: 7px;
    overflow: hidden;
}
.product-view-area .part-txt .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 29px;
}
.product-view-area .part-txt .btn-box button {
    width: calc(50% - 14px);
    height: 46px;
    line-height: 38px;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    background: #007bff;
    font-weight: bold;
    border-radius: 9px;
}
.product-view-area .part-txt .btn-box button span {
    margin-right: 3px;
}
.product-view-area .part-txt .btn-box button:nth-child(2) {
    background: rgba(255, 0, 0, 0.712);
    color: rgb(255, 255, 255);
}
.product-view-area .part-txt .product-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    color: #222222;
    margin-bottom: -3px;
}
.product-view-area .part-txt .product-share .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    font-size: 14px;
}
.product-view-area .part-txt .product-share .social a {
    color: #ffffff;
    background: #2c66af;
    padding: 5px;
    border-radius: 50%;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    text-align: center;
}

.product-view-area .part-txt .product-share .social a:hover {
    background: var(--logoColor-1);
}

.quantity {
    width: 200px;
    height: 40px;
    border: 1px solid #ddd;
    position: relative;
    border-radius: 5px;
}
.quantity input {
    width: 100%;
    height: 100%;
    padding: 0 65px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    -moz-appearance: textfield;
}
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
.quantity .quantity-nav {
    border-left: 1px solid #ddd;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.quantity .quantity-nav .quantity-button {
    text-align: center;
    width: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #606060;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-right: 1px solid #ddd;
}
.quantity .quantity-nav .quantity-button:last-child {
    border-right: 0;
    border-left: 1px solid #ddd;
}
.quantity .quantity-nav .quantity-button:hover {
    background: var(--logoColor-2);
    border-color: var(--logoColor-2);
    color: #ffffff;
}

.details-area .row{
    padding-left: 10px;
}

.details-area .tab-content {
    padding: 0 !important;
}
.details-area .nav {
    border: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 1.5rem;
    padding: 12px;
    background: #ededed;
}

.details-area .nav-link {
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
    position: relative;
    padding: 8px 10PX !important;
    border-radius: 5px;
    margin-right: 5px;
    background: none;
    color: #555555 !important;
    width: auto;
}
.details-area .nav-link.active{
    background-color: #ff4949;
    color: white !important;
    border: none !important;
}
.details-area .nav-link.active::after {
    opacity: 0 !important;
}
@media screen and (max-width: 393px) {
    .details-area .nav-link:not(:last-child){
        margin-bottom: 0.7rem;
    }
}

.details-area .nav-link::after {
    content: "";
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    width: 100%;
    height: 1px;
    background: #222222;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.details-area .nav-link:first-child {
    padding-left: 0;
    border-left: 0;
}
.details-area .nav-link:last-child {
    padding-right: 0;
}
.details-area .nav-link.active {
    color: var(--logoColor-2);
}
.details-area .nav-link.active::after {
    opacity: 1;
}
.details-area .tab-pane .product-dscr p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
    color: black;
}
.details-area .tab-pane .product-dscr p:first-child {
    margin-top: -6px;
}
.details-area .tab-pane .product-dscr p:last-child {
    margin-bottom: -8px;
}
.details-area .tab-pane .product-dscr .part-img {
    padding-top: 6px;
    padding-bottom: 24px;
}
.details-area .tab-pane .product-information ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-top: -16px;
    margin-bottom: -17px;
}
.details-area .tab-pane .product-information ul li {
    width: calc(50% - 10px);
    color: #222222;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.details-area .tab-pane .product-information ul li:nth-last-child(-n + 2) {
    border-bottom: 0;
}
.details-area .tab-pane .product-information ul li span {
    font-weight: 400;
    color: #606060;
    margin-right: 10px;
}
.details-area .tab-pane .product-review .review-overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    margin-bottom: 30px;
}
.details-area .tab-pane .product-review .review-overview .left h2 {
    font-size: 50px;
    line-height: 100%;
    font-weight: 400;
    color: #222222;
    margin-top: -6px;
    margin-bottom: 16px;
}
.details-area .tab-pane .product-review .review-overview .left h2 span {
    font-size: 30px;
    line-height: 100%;
    opacity: 0.5;
}
.details-area .tab-pane .product-review .review-overview .left p {
    font-size: 16px;
    line-height: 100%;
    color: #606060;
    margin-bottom: -3px;
}
.details-area .tab-pane .product-review .review-overview .right ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.details-area .tab-pane .product-review .review-overview .right ul li:last-child {
    margin-bottom: 0;
}
.details-area .tab-pane .product-review .review-overview .right ul li .stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    font-size: 16px;
    line-height: 100%;
    color: #b3b7c8;
}
.details-area .tab-pane .product-review .review-overview .right ul li .stars .rated {
    color: #ffc801;
}
.details-area .tab-pane .product-review .review-overview .right ul li .progress {
    width: 200px;
    height: 10px;
    border-radius: 5px;
}
.details-area .tab-pane .product-review .review-overview .right ul li .progress .progress-bar {
    background: var(--logoColor-2);
}
.details-area .tab-pane .product-review .review-overview .right ul li .percentage {
    font-size: 14px;
    line-height: 100%;
    color: #606060;
}
.details-area .tab-pane .product-review .review-title {
    border: 1px solid #ddd;
    padding: 0 20px;
    margin-bottom: 30px;
}
.details-area .tab-pane .product-review .review-title h3 {
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 0;
}
.details-area .tab-pane .product-review .review-wrap .single-review {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
.details-area .tab-pane .product-review .review-wrap .single-review:last-child {
    margin-bottom: 0;
}
.details-area .tab-pane .product-review .review-wrap .single-review .user {
    width: 120px;
}
.details-area .tab-pane .product-review .review-wrap .single-review .user .part-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 19px;
}
.details-area .tab-pane .product-review .review-wrap .single-review .user .txt span {
    display: block;
}
.details-area .tab-pane .product-review .review-wrap .single-review .user .txt span.name {
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    color: #222222;
    margin-bottom: 8px;
}
.details-area .tab-pane .product-review .review-wrap .single-review .user .txt span.date {
    font-size: 14px;
    line-height: 100%;
    color: #606060;
    margin-bottom: 13px;
}
.details-area .tab-pane .product-review .review-wrap .single-review .user .txt span.star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    font-size: 14px;
    line-height: 100%;
    color: #b3b7c8;
}
.details-area .tab-pane .product-review .review-wrap .single-review .user .txt span.star .rated {
    color: #ffc801;
}
.details-area .tab-pane .product-review .review-wrap .single-review .comment-area {
    width: calc(100% - 150px);
}
.details-area .tab-pane .product-review .review-wrap .single-review .comment-area p {
    font-size: 14px;
    line-height: 24px;
    color: #606060;
    margin-top: -7px;
    margin-bottom: 18px;
}
.details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .img-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .img-gallery .client-img {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .img-gallery .client-img.active {
    border-color: var(--logoColor-2);
}
.details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .img-gallery .client-img img {
    max-width: none;
    max-height: 100%;
}
.details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel {
    display: none;
    background: #f1f1f1;
    padding-top: 30px;
    margin-top: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 700px;
    height: 430px;
    overflow: hidden;
    position: relative;
}
.details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel.active {
    display: block;
}
.details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel img {
    height: 100%;
    max-width: none;
}
.details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel .clt-view-panel-close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    line-height: 100%;
    color: #606060;
}
.details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel .clt-view-panel-close:hover {
    color: var(--logoColor-2);
}
.details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .reaction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    font-size: 18px;
    line-height: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .reaction > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .reaction span {
    font-size: 16px;
}
.reaction button{
    border: none;
    background: none;
}

.details-area,
.review-wrap{
    padding-bottom: 20px;
}

.relatedHader{
    text-transform: uppercase;
    padding: 20px 0px;
    font-size: 20px;
    font-weight: 600;
    color: #EE5132;
}

.mz-hint{
    display: none;
}
/* product page end */

/* responsive start */
    /* laptop */
@media screen and (min-width: 1024px){
    .width20{
        width: 20%;
    }
}

@media screen and (max-width: 1023px) {
    .hideOnPhone{
        display: none;
    }

    .ShowInTabe{
        display: block;
    }
}

    /* tabe */
@media screen and (max-width: 1023px) {
    .marignTop {
        margin-top: 109px;
    }
    
    .marginBotom {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 991px) {
    .footerPaddding{
        padding-top: 25px;
        padding-bottom: 50px;
    }
}

    /* mobile */
@media screen and (max-width: 767px) {
    .width50M{
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .marignTop {
        margin-top: 98px;
    }
}

:root {
    --section-bg: #ffecea;
    --logoColor-1: #ee4d2d;
    --logoColor-2: #de7d2d;
    --servocehover: #e79855;
    --navColor: rgb(216, 216, 216);
    --navIconColor: red;
    --navmidbg: #75b535;
    --TopNev: #3c516a;
    --DestopCatagori: #3e6a10;
}

