.content__product-detail{
    padding-top: 90px;
    padding-bottom: 110px;
}
.container.content__main-product-detail{
    width: 85%;
}
.pd-row{
    width: 100%;
    display: flex;
}
.pd-row_img{
    width: 100%;
    display: flex;
    height: auto;
}
.pd-row_info{
    height: 100%;
    margin-left: 25px;
    font-family: 'EB Garamond';
}
.pd-img-main{
    width: 80%;
    border: #e2e2e2 1px solid;
}
.pd-img-main img{
    height: 100%;
    width: 100%;
}
.pd-img-sub{
    height: auto;
    width: 29%;
    margin-left: 1%;
    display: flex;
    flex-direction: column;
}
.pd-img-sub-1,
.pd-img-sub-2,
.pd-img-sub-3 {
    width: 100%;
    height: 33.33%;
    background-color: black;
    margin-bottom: 2%;
    border: #e2e2e2 1px solid;
}

.pd-img-sub-1 img,
.pd-img-sub-2 img,
.pd-img-sub-3 img {
    width: 100%;
    height: 100%;
}

.pd-img-sub-3{
    margin: 0;
}

.pd-row_info .product-name{
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    letter-spacing: 2px;
    word-wrap: break-word;
    margin-bottom: 20px;
}

.pd-row_info .product-price{
    font-family: 'Arimo';
    color: #FF7A3E;
    font-size: 17px;
    margin-top: 5px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 40px;
    display: block;
}

.pd-row_info .product-desc{
    letter-spacing: 1px;
    line-height: 30px;
    font-size: 20px;
    color: #4c4c4c;
}

.product-desc{
    margin-bottom: 30px;
}
.btn-add{
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    font-weight: 500;
}
.cart-add {
    display: flex;
    align-items: center;
}
.label-input{
    font-size: 18px;
}

.cart-add{
    margin-bottom: 40px;
}

.cart-add > div {
    margin-right: 20px;
    display: flex;
}
.input-quatinty > input{
    outline: none;
    border: none;
    width: 50px;
    font-family: 'Arimo';
    font-size: 13px;
    cursor: pointer;
    background-color: #faf8f5;
    text-align: center;
    color: #4c4c4c;
}
.input-quatinty > span {
    cursor: pointer;
}

.product-category{
    font-family: "Cormorant Garamond",sans-serif;
    color: #2f3327;
    margin-bottom: 20px;
}   
.product-category span:nth-child(2) {
    font-family: 'Arimo';
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    transition: 0.5s;
}

.product-category span:nth-child(2):hover{
    cursor: pointer;
    color: #FF7A3E;
}

.product-category span:nth-child(1) {
    font-size: 25px;
    margin-right: 5px;
}

.product-share{
    list-style: none;
    display: flex;
    align-items: center;
}
.product-share li {
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.product-share > li:nth-child(1) {
    font-family: "Cormorant Garamond",sans-serif;
    color: #2f3327;
    font-size: 20px;
}
.product-share li:not(li:nth-child(1)) {
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    position: relative;
    background-color: #FF7A3E;
    transition: 0.5s;
}

.product-share li:not(li:nth-child(1)):hover{
    background-color: white;
    color: #FF7A3E;
}

.pd-row-detail {
    margin-bottom: 90px;
}

.dp-block{
    display: block;
}
.mt-90 {
    margin-top: 90px;
}

.section-nav {
    list-style: none;
    font-size: 13px;
    font-family: 'Arimo';
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: 500;
    display: flex;
    position: relative;
}
.section-nav > .line {
    position: absolute;
    right: 0;
    width: 0;
    height: 2px;
    bottom: -10px;
    background-color: #2f3327;
    transition: 0.5s;
}
.dp-flex {
    display: flex;
}
.al-center{
    align-items: center;
}
.jc-center{
    justify-content: center;
}
.section-nav li {
    margin-right: 72px;
    cursor: pointer;
}

.section-content_text {
    margin-top: 30px;
    font-family: 'EB Garamond';
    line-height: 30px;
    font-size: 20px;
    color: #4c4c4c;
    display: none;
}

.section-content_text.active{
    display: block;
}

.w-100{
    max-width: 100%;
}

.section-content_text > ul{
    list-style: none;
}
.section-content_text > ul > li {
    display: flex;
    margin-bottom: 10px;
}
.section-content_text > ul > li > p {
    margin-left: 20px;
    font-size: 18px;
}

.product-remove > span {
    cursor: pointer;
}
.product-remove > span:hover {
    opacity: 0.5;
}