﻿.prod_container {
    margin: 0 auto;
}

.prod_container .prod_row {
    padding-top: 55px;
}

.prod_container .prod_row .prod_col {
    padding: 15px;
}

.prod_img {
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 11px;
    padding-top: 0;
}

.prod_img .main_prod_img_box {
    position: relative;
    margin: 0 auto;
    width: 340px;
    height: 340px;
    overflow: hidden;
}

.prod_img .main_prod_img_box .main_prod_img {
    position: absolute;
    left: 0;
    top: 0;
    width: inherit;
    height: inherit;
}

.prod_img .main_prod_img_box .main_prod_img_movePanel {
    position: absolute;
    left: 0;
    top: 0;
    width: inherit;
    height: inherit;
    cursor: default;
}

.prod_img .sub_prod_img_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 8px;
    padding: 2px;
    height: 160px;
}

.prod_img .sub_prod_img_box .sub_prod_img_item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 6px;
    width: 106px;
    height: 106px;
    cursor: pointer;
}

.prod_img .sub_prod_img_box .sub_prod_img_item.firstItem {
    margin-left: 3px;
}

.prod_img .sub_prod_img_box .sub_prod_img_item.selected {
    cursor: default;
}

.prod_img .sub_prod_img_box .sub_prod_img_item .sub_prod_img_border {
    border-style: solid;
    border-width: 0px;
    border-radius: 4px;
    padding: 1px;
}

.prod_img .sub_prod_img_box .sub_prod_img_item:hover .sub_prod_img_border {
    border-color: #dcdcdc;
    border-width: 2px;
    padding: 1px;
}

.prod_img .sub_prod_img_box .sub_prod_img_item:active .sub_prod_img_border {
    border-color: #7c7c7c;
    border-width: 2px;
    padding: 0px;
}

.prod_img .sub_prod_img_box .sub_prod_img_item.selected .sub_prod_img_border {
    border-color: #3d4246;
    border-width: 2px;
    padding: 1px;
}

.prod_img .sub_prod_img_box .sub_prod_img_item .sub_prod_img_border .sub_prod_img {
    width: 100px;
    height: 100px;
    transition: 0.1s;
}

.prod_img .sub_prod_img_box .sub_prod_img_item:hover .sub_prod_img_border .sub_prod_img {
    width: 102px;
    height: 102px;
    transition: 0.1s;
}

.prod_img .sub_prod_img_box .sub_prod_img_item:active .sub_prod_img_border .sub_prod_img {
    width: 98px;
    height: 98px;
    transition: 0.1s;
}

.prod_img .sub_prod_img_box .sub_prod_img_item.selected .sub_prod_img_border .sub_prod_img {
    width: 100px;
    height: 100px;
    transition: 0.1s;
}

.prod_details .brandtext {
    color: gray;
}

.prod_details .compareprice {
    text-decoration: line-through;
    color: #9f9f9f;
}

.prod_details .compareprice h5 {
    font-weight: 400;
}

.prod_details .price {
}

.prod_details .price.comparedPrice {
    color: #E4483f;
}

.prod_details .pcs-list {
    display: block;
    margin-top: 22px;
    padding: 4px;
}

.prod_details .pcs-list .pcsOuterBox {
    display: inline-block;
    position: relative;
    margin: 2px 3px;
    padding: 0;
    width: auto;
    height: auto;
    text-align: center;
    vertical-align: middle;
}

.prod_details .pcs-list .pcsOuterBox a .pcsInnerBorder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-radius: 4px;
    border-color: #9f9f9f;
    border-width: 1px;
}

.prod_details .pcs-list .pcsOuterBox a:hover .pcsInnerBorder {
    border-color: #dcdcdc;
    border-width: 2px;
}

.prod_details .pcs-list .pcsOuterBox a:active .pcsInnerBorder {
    border-color: #7c7c7c;
    border-width: 2px;
}

.prod_details .pcs-list .pcsOuterBox a.selected .pcsInnerBorder {
    border-color: #3d4246;
    border-width: 2px;
}

.prod_details .pcs-list .pcsOuterBox a .pcsInnerSoldOutBorder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: gray;
    z-index: 99;
}

.prod_details .pcs-list .pcsOuterBox a .pcsInnerSoldOutMessageBox {
    display: inline-block;
    padding: 6px 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.prod_details .pcs-list .pcsOuterBox a.sold-out .pcsInnerSoldOutBorder {
    display: block;
    opacity: 0;
    transition: opacity, 0.3s;
}

.prod_details .pcs-list .pcsOuterBox a:hover.sold-out .pcsInnerSoldOutBorder {
    opacity: 1;
    transition: opacity, 0.3s;
}

.prod_details .pcs-list .pcsOuterBox a .pcsInnerBox {
    display: inline-block;
    padding: 6px 8px;
    width: 100%;
    height: 100%;
    min-width: 78px;
}

.prod_details .pcs-list .pcsOuterBox a .pcsInnerBox .pcsItem {
    margin: auto;
}

.prod_details .pcs-list .pcsOuterBox a.selected {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.prod_details .pcs-list .pcsOuterBox a.selected .pcsInnerBox .pcsItem {
    color: #494949;
}

.prod_details .descs {
    font-size: 18px;
}

.prod_details .footnotes ul {
    margin: 0; /* To remove default bottom margin */
    padding: 0; /* To remove default left padding */
    padding-left: 18px;
}

.prod_details .footnotes ul li {
    list-style-type: none;
    font-size: 18px;
    color: #afafaf;
}

.prod_details {
    float: none;
    margin: 0 auto;
    padding: 0 11px;
    padding-top: 33px;
    max-width: 420px;
    width: inherit;
}

.addCartQty {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: large;
}

.addCartQty .title {
    float: none;
    font-size: large;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 64px;
    text-align: center;
}

.addCartQty .addCartQtySpin {
    width: 80px;
    font-size: large;
}

.addCartBtn {
}

.soldOutBtn {
    background-color: gray;
    border-color: gray;
    box-shadow: 0 0 4px gray;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.backBtnBox {
    width: 160px;
    margin: 76px auto 24px auto;
}

.backBtnBox .backBtn {
    width: 100%;
}

.backBtnBox .backBtn svg.left-arrow {
    width: 22px;
    height: 10px;
    margin: 0 4px 0 0;
    fill: currentColor;
}

@media (min-width:576px) {
}

@media (min-width:768px) {
    .prod_img {
        float: right;
        margin: 0 11px;
        padding-top: 0;
    }

    .prod_details {
        float: left;
        margin: 0 11px;
        padding-top: 0;
    }

    .addCartQty {
        align-items: center;
        justify-content: flex-start;
    }

    .prod_img .main_prod_img_box .main_prod_img_movePanel {
        cursor: crosshair;
    }

    .backBtnBox {
    }
}

@media (min-width:992px) {
    .prod_container .prod_row .prod_col {
        padding: 0 15px;
    }
}

@media (min-width:1300px) {
    
}
