/* Minification failed. Returning unminified contents.
(43,46): run-time error CSS1039: Token not allowed after unary operator: '-product-type-color-5'
(45,46): run-time error CSS1039: Token not allowed after unary operator: '-product-type-color-6'
(48,46): run-time error CSS1039: Token not allowed after unary operator: '-product-type-color-7'
(50,46): run-time error CSS1039: Token not allowed after unary operator: '-product-type-color-8'
(52,46): run-time error CSS1039: Token not allowed after unary operator: '-product-type-color-8'
(54,47): run-time error CSS1039: Token not allowed after unary operator: '-product-type-color-10'
(56,47): run-time error CSS1039: Token not allowed after unary operator: '-product-type-color-11'
(59,43): run-time error CSS1039: Token not allowed after unary operator: '-product-type-color-1'
(60,43): run-time error CSS1039: Token not allowed after unary operator: '-product-type-color-5'
(61,43): run-time error CSS1039: Token not allowed after unary operator: '-product-type-color-6'
(62,43): run-time error CSS1039: Token not allowed after unary operator: '-product-type-color-7'
(63,43): run-time error CSS1039: Token not allowed after unary operator: '-product-type-color-8'
(64,43): run-time error CSS1039: Token not allowed after unary operator: '-product-type-color-8'
(65,44): run-time error CSS1039: Token not allowed after unary operator: '-product-type-color-10'
(66,44): run-time error CSS1039: Token not allowed after unary operator: '-product-type-color-11'
(68,63): run-time error CSS1039: Token not allowed after unary operator: '-product-type-color-1-2'
(69,63): run-time error CSS1039: Token not allowed after unary operator: '-product-type-color-5-2'
(70,63): run-time error CSS1039: Token not allowed after unary operator: '-product-type-color-6-2'
(71,63): run-time error CSS1039: Token not allowed after unary operator: '-product-type-color-7-2'
(72,63): run-time error CSS1039: Token not allowed after unary operator: '-product-type-color-8-2'
(73,63): run-time error CSS1039: Token not allowed after unary operator: '-product-type-color-8-2'
(74,64): run-time error CSS1039: Token not allowed after unary operator: '-product-type-color-10-2'
(75,64): run-time error CSS1039: Token not allowed after unary operator: '-product-type-color-11-2'
 */

h3 {
    margin-top: 0;
    margin-bottom: 0;
}

pd-container {
    position: relative;
}
.pd-left {  
    float: left;
    display: table;
    position: relative;
}

.pd-left-bg {
    /* background-image:url(/Content/Images/Design/PhotoStudioBg.jpg);*/
    background-image: url(/Content/Images/Design/PhotoStudioBgLoad.jpg);
    background-position: center;
    background-size: cover;
}
.pd-photo {
    width: 100%;
}
.pd-right {
    float: left;
    display: table;
    position: relative;
    background-color: #f4f4f4;
}

.pd-photedit-top {
    position:relative;
}
.pd-photedit-title {
    background-color: #000;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 10px;
}

.pd-photedit-title-5 {background-color: var(--product-type-color-5) !important;}
.pd-photedit-in-5 {background-color: #e9e9e9 !important;}
.pd-photedit-title-6 {background-color: var(--product-type-color-6) !important;}
.pd-photedit-in-6 {background-color: #e9e9e9 !important;}
.pd-photedit-in-6 > a, .pd-photedit-in-5 > a{color: #fff !important;text-decoration:underline;}
.pd-photedit-title-7 {background-color: var(--product-type-color-7) !important;}
.pd-photedit-in-7 {background-color: #e9e9e9 !important;}
.pd-photedit-title-8 {background-color: var(--product-type-color-8) !important;}
.pd-photedit-in-8 {background-color: #e9e9e9 !important;}
.pd-photedit-title-9 {background-color: var(--product-type-color-8) !important;}
.pd-photedit-in-9 {background-color: #e9e9e9 !important;}
.pd-photedit-title-10 {background-color: var(--product-type-color-10) !important;}
.pd-photedit-in-10 {background-color: #e9e9e9 !important;}
.pd-photedit-title-11 {background-color: var(--product-type-color-11) !important;}
.pd-photedit-in-11 {background-color: #e9e9e9 !important;}

.pd-product-type-1 {background-color:var(--product-type-color-1)}
.pd-product-type-5 {background-color:var(--product-type-color-5)}
.pd-product-type-6 {background-color:var(--product-type-color-6)}
.pd-product-type-7 {background-color:var(--product-type-color-7)}
.pd-product-type-8 {background-color:var(--product-type-color-8)}
.pd-product-type-9 {background-color:var(--product-type-color-8)}
.pd-product-type-10 {background-color:var(--product-type-color-10)}
.pd-product-type-11 {background-color:var(--product-type-color-11)}

.product-type-gr-1.spt-acive::before { background-color: var(--product-type-color-1-2); }
.product-type-gr-5.spt-acive::before { background-color: var(--product-type-color-5-2); }
.product-type-gr-6.spt-acive::before { background-color: var(--product-type-color-6-2); }
.product-type-gr-7.spt-acive::before { background-color: var(--product-type-color-7-2); }
.product-type-gr-8.spt-acive::before { background-color: var(--product-type-color-8-2); }
.product-type-gr-9.spt-acive::before { background-color: var(--product-type-color-8-2); }
.product-type-gr-10.spt-acive::before { background-color: var(--product-type-color-10-2); }
.product-type-gr-11.spt-acive::before { background-color: var(--product-type-color-11-2); }

.pd-photedit-in {
    background-color: #e9e9e9;
    display: inline-block;
    width: 100%;
    padding: 6px;
    border-bottom: 1px solid #dedede;
}
    .pd-photedit-in a {
        float:left
    }
    .pd-photedit-in a p {
        margin:0;
        color:#1083c3;
    }
    .pd-photedit-in p {
        float: right;
        font-size: 14px;
        color: #373737;
        margin: 0;
    }    
/*////////////////////////////////*/
.text-container {    
    padding:10px;    
    background-color:#fff;
    border:1px solid #ccc;
    margin-bottom:3px;
}
    .text-setting  button:disabled {
        background: #dddddd;
    }

.text-setting ul {
   padding:0 0 0 4px;
   position:relative;  
}
.text-setting ul li {
    display: inline-block;
    padding: 0;
    line-height: 0;
}
.text-setting ul li button  {
    position: relative;
    padding: 4px;
    margin: 0 2px 4px 0;
    border-radius: 0;
    width: 35px;
    height: 35px;
    background-color: #dcdcdc;
    border: solid 1px #b4b4b4;
    border-radius:7px;
}
    .text-setting ul li button:hover {
        background-color: #eeeeee;
    }
    .text-setting ul li button img {
        width:100%;
    }

    .color-picker ul li {
        display: inline-block;
        padding: 0;
        line-height: 0;
    }
.color-picker ul li button {
    position: relative;
    padding: 4px;
    margin: 0 2px 0 0;
    border-radius: 0;
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: solid 1px #979797;
}
.color-picker .row {
    width:100%;
}
.color-picker .row div {
    padding:5px;
}


.font-family {
    height:300px;
    overflow-x:hidden;    
}
    .font-family ul li {
        border:1px solid #fff;      
    }
    .font-family ul li button {
        border:2px solid #fff;   
        background-color:transparent;
        margin: 0 19px 0 0;        
        transition: border 0.2s ease-in-out 0s;
    }
     .font-family ul li button:hover {
        border:2px solid #e11717;
        
    }

.font-size {
    width:202px;
}
.font-size ul li {
    display: inline-block;
    padding: 0;
    line-height: 0;    
}
    .font-size ul li button {
        font-size:20px;
        margin: 0 2px 4px 0;
        border-radius: 0;
        width: 45px;
        height: 45px;
        border:2px solid #787878;   
        background-color:transparent;       
        transition: border 0.2s ease-in-out 0s;
        transition: background-color 0.2s ease-in-out 0s;
    }
    .font-size ul li button:hover {
        border:2px solid #e11717;
        background-color:#dcdcdc;
    }


.font-rotate div div {
    display:inline-block;   
    padding:0 5px; 
}
#rotate-value {
    width:100%;
    margin:10px 0 0 0;
}
.font-rotate div ul {
    text-align:center
}
.font-rotate div ul li {
    display: inline-block;
    padding: 0;
    line-height: 0;    
}
.font-rotate div ul li button {
    font-size:16px;
    margin: 0 2px 4px 0;
    border-radius: 0;
    width: 50px;
    height: 38px;
    border:2px solid #787878;   
    background-color:transparent;       
    transition: border 0.2s ease-in-out 0s;
    transition: background-color 0.2s ease-in-out 0s; 
}
.font-rotate ul li button:hover {
        border:2px solid #e11717;
        background-color:#dcdcdc;
    }


.text-anchor {
    width:165px;
}
.text-anchor ul li {
    display: inline-block;
    padding: 0;
    line-height: 0;    
}
    .text-anchor ul li button {
        font-size:20px;
        margin: 0 2px 4px 0;
        border-radius: 0;
        width: 48px;
        height: 48px;
        padding: 1px;
        border:0;
        background-color:transparent;       
        transition: border 0.2s ease-in-out 0s;
        transition: background-color 0.2s ease-in-out 0s;
        background-image: url(/Content/Images/Design/TextPosition.png);
    }
#TopLeft {
    background-position: -1px -1px;
}

#TopCenter {
    background-position: -57px -1px;
}

#TopRight {
    background-position: -111px -1px;
}

#CenterLeft{
    background-position: -1px 106px;
}

#CenterCenter {
    background-position: -57px 106px;
}

#CenterRight {
    background-position: -111px 106px;
}

#BottomLeft {
    background-position: -1px -115px;
}

#BottomCenter {
    background-position: -57px -115px;
}

#BottomRight {
    background-position: -111px -115px;
}
#anchor-x-value, #anchor-y-value {
    width:100%;
    margin:10px 0 0 0;
}


.text-textshadow {width:413px;display:inline-block;}
.text-textshadow div div {
    display:inline-block;   
    padding:0 5px; 
}
#textshadowsigma-value, #textshadowalpha-value {
    width:100%;
    margin:10px 0 0 0;
}
.text-textshadow div button {
  width:100%;
  margin:0 5px;
}
.text-textshadowcolor {
    border-top:1px dashed #787878;
    display:inline-block;   
    padding-top:7px;
    margin-top:7px;
}

.text-distort div div {
    display:inline-block;   
    padding:0 5px; 
}
#distort-value {
    width:100%;
    margin:10px 0 0 0;
}

.text-distort div ul {
    text-align:center
}
.text-distort div ul li {
    display: inline-block;
    padding: 0;
    line-height: 0;    
}
.text-distort div ul li button {
    font-size:16px;
    margin: 0 2px 4px 0;
    border-radius: 0;
    width: 50px;
    height: 38px;
    border:2px solid #787878;   
    background-color:transparent;       
    transition: border 0.2s ease-in-out 0s;
    transition: background-color 0.2s ease-in-out 0s; 
}
.text-distort ul li button:hover {
        border:2px solid #e11717;
        background-color:#dcdcdc;
    }


.effect-container {
    width:100%;
    display: inline-block;
    padding: 0;
    line-height: 0;    
}
.effect-container ul li {
    padding: 3px;
}
.effect-container ul li button {
    display: inline-block;
    position: relative;
    border-width:2px;
    border-style:solid;
    border-color:transparent;
    transition: border 0.2s ease-in-out 0s;
    background-position: center center;
    background-size: cover;
    width: 100%;   
    color: #000;
}
.effect-container ul li button:hover {
    border-color:#e4087d;   
}
    .effect-container ul li button span {
        width: 100%;
        background: rgba(255,255,255,0.6);
        padding: 13px 4px;
        position: absolute;
        bottom: 0;
        left:0;
        text-align: center;
    }
.active {
    border-color:#e4087d !important;    
}
.effect-items div div button {   
    margin:0 0 5px 0;    
    text-shadow:
    1px  1px 2px #fff,
    1px -1px 2px #fff,
   -1px  1px 2px #fff,
   -1px -1px 2px #fff;
    color:#000;
}
.effect-value {
    width:100%;
    margin:10px 0 0 0;
    display:none;
}

.frame-container {
    width: 100%;
    display: inline-block;
    padding: 0;
    line-height: 0;
}
    .frame-container ul {
        display: inline-block;
        width: 100%;
    }
.frame-container ul li {
    padding: 3px;
    display: inline-block;    
    line-height: 0; 
    float:left;
}
.frame-info {    
    width:100%;
    margin-top:12px;
    color:#e11717;
    font-size:12px;
    border-top:1px dotted #d4d4d4;
    display:inline-block;
    padding-top:12px;
}

.frame-container ul li button {
    display: inline-block;
    position: relative;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    transition: border 0.2s ease-in-out 0s;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 100%;
    font-size: 11px;
    color: #000;
}
.frame-container ul li button:hover {
    border-color:#e4087d;   
}
    .frame-container ul li button span {
        width: 100%;
        background: rgba(255,255,255,0.4);
        text-align:center;
        padding:9px 0;
        position: absolute;
        bottom: 0;
        left: 0;        
        white-space: nowrap;
    }
.frameactive {
    border-color:#e4087d !important;    
}

.canvas-size-container {
    display: inline-block;
    width:100%;
}
.canvas-size-item {
    padding:2px 0;
    text-align:center;
    border-style:solid;
    border-width:1px;
    border-color:transparent;
    width:100%;
    background-color:#fff;
}
    .canvas-size-item:hover {
        color:#febebe;
        background-color:#e4087d;
    }
#btcanvassize {
    background-color: #fff;
    border: 1px solid #8d8d8d;
    position: relative;
    font-size: 14px;
    padding: 6px 5px;
    width: 100%;
    text-align: left;
}
    #btcanvassize span {
        font-size: 20px;
        position: absolute;
        right: 7px;
        top: 7px;
        color: #8d8d8d;
    }
.size-select {
    float:right;
}
    .size-select ul li {
        display: inline-block;   
        float:left;
    }
.select-size {
    font-size:12px;
}
.select-price {
    color: #484848;    
    text-align: right;
    padding-right: 5px;
    height: 33px;
    line-height: 38px;
    font-weight: bold;
}
    .select-price span, .select-market-price {
        color: #454545;        
        text-align: right;
        text-decoration: line-through;
        padding-right: 3px;
        font-weight:normal;
    }
.select-size span {
    width: 100%;  
    display:block;
    text-align: right;
    color: #605f5f;
    text-decoration: underline;
}
.basketadd {
    font-size: 22px;
    padding: 9px 0;
    border-radius:3px;
    border:0;
    width:85%;
    background-color:#f28b00;    
    color:#fff;
}
    .basketadd:hover {
        background-color:#eb8700;
    }

    
/*/////////////////////////////////*/
.pd-photedit {
    /*-webkit-box-shadow: 0 0 3px 0 #555555;
    -moz-box-shadow: 0 0 3px 0 #555555;
    box-shadow: 0 0 3px 0 #a4a4a4;*/
    position: relative;
    display: inline-block;
    padding-bottom: 7px;
    width: 100%;    
}
.pd-photedit-all {
    bottom: 0;    
    width: 100%;
    overflow:hidden;
}
.ppa-left {
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap; 
}
    .ppa-left div {
        flex: 1 1 auto;
        border-right: 1px solid #fff
    }
        .ppa-left div:last-child {
            border-right:0;
        }
        .pd-edit-tab {
            text-align: center;
            display: block;
            background-color: #d4d4d4;
            text-align: center;
            top: 0;
            left: 0;
            width: 100%;
            padding: 11px 0;
            font-size: 13px;
            color: #000;
            z-index: 0;
            cursor: pointer;
        }
.ppa-right {
    padding: 5px;
    background-color: #fff; /*#f6f6f6;*/
    color: #555;
    overflow-x: hidden;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}
    .ppa-right::-webkit-scrollbar {
        width: 7px;
    }
    .ppa-right::-webkit-scrollbar-track {
        background: #dfdfdf;
        border-radius: 10px;
    }
    .ppa-right::-webkit-scrollbar-thumb {
        background: #b9b9b9;
        border-radius: 10px;
    }
        .ppa-right::-webkit-scrollbar-thumb:hover {
            background: #ff6807;
        }

.edit-active-tab {
    background-color: #959595 !important;
    color: #fff !important;
    z-index: 1 !important;
}
.pd-edit-con {
    display:none;
}

.ps-mk {
    padding: 0 10px 10px;  
    text-align: center;
}
.ps-mk i {font-size: 20px; }

/*//////////////////////*/
.product-map {
    width:100%;
    display:inline-block;  
    margin:3px 0 2px 0;
}

.breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 2px 0;
}
/*/////////////////*/
.Alternative {
     overflow:hidden;
     margin-top:7px;
}


/*///////////7*/
.pd-viewselect {
    position: absolute;
    right: 0;    
}
    .pd-viewselect ul {
        text-align:right;
        list-style-position: inside;
    }
    .pd-viewselect li {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        margin-top: 7px;
        background-color: #f4f4f4;
        box-shadow: -4px 2px 3px #7e7e7e;    
        float: right;
        clear: both;
        transition: border 0.2s ease-in-out 0s;
        cursor: pointer;
        padding: 7px;
    }
.pd-view-wall img{
    height:100%;
}
.pd-view-wall {
    background-image:url(/Content/Images/Design/studioicon1.png);
    background-size:cover;
    background-position:center;
}
.pd-view-decor {
    background-image:url(/Content/Images/Design/studioicon2.png);
    background-size:cover;
    background-position:center;
}
.pd-view-framing {
    background-image:url(/Content/Images/Design/studioicon3.png);
    background-size:cover;
    background-position:center;
}
/*//////////////////////*/
.pd-decorsofacolor, .pd-decorwallcolor {
    position: absolute;
    border: 0;
    background-color: transparent;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    color: #fff;
    display: none;
    text-shadow: 1px 1px 5px #000;
    text-transform: uppercase;
    font-weight:bold;   
    line-height:20px;
}
    .pd-decorsofacolor .pd-decorsofacolor-span,
    .pd-decorwallcolor .pd-decorwallcolor-span {
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: inline-block;
        margin-right: 5px;
        border: 3px solid #fff;
        box-shadow: 0 0 8px #4f4f4f;
    }
    .pd-decorsofacolor text,
    .pd-decorwallcolor text {
        position: absolute;     
        top:6px
    }
        .pd-decorsofacolor {
        top: 54%;
        left: 70%
    }
.pd-decorwallcolor  {
    top:23%;
    left:6%;
}

#th-modal-full {
    padding:0 !important;
}
    #th-modal-full .modal-content {
        border-radius:0;
        padding:0;
    }
    #th-modal-full .modal-body {
         padding:0;
    }

/*#region Explore */
    input[type=range]::-ms-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        background: transparent;
        border-color: transparent;
        color: transparent;
    }

    input[type=range]::-ms-fill-lower {
        background: #9b9b9b;
        /*border: 2px solid #fff;*/
        border-radius: 2.6px;        
    }
    input[type=range]::-ms-fill-upper {
        background: #9b9b9b;
        /*border: 2px solid #fff;*/
        border-radius: 2.6px;       
    }

    input[type=range]::-ms-thumb {
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        border: 2px solid #000000;
        border-radius: 20%;
        background: #e2b710;
        cursor: pointer;
        height: 8.4px;
        margin-top:0 !important;
    }

    /*input[type=range]:focus::-ms-fill-lower {
        background: #3071a9;
    }

    input[type=range]:focus::-ms-fill-upper {
        background: #367ebd;
    }*/
/*#endregion */

/*#region Mozilla */
    input[type=range]::-moz-range-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        background: #9b9b9b;
        border-radius: 1.3px;
        /*border: 2px solid #fff;*/     
        z-index:10;   
    }

    input[type=range]::-moz-range-thumb {
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.86);
        border: 2px solid #fff;
        border-radius: 20%;
        background: #787878;
        cursor: pointer;
        z-index:10; 
    }

        input[type=range]::-moz-range-thumb:hover {
            background: #fff;
            border: 2px solid #fff;
            z-index:10; 
        }
/*#endregion */

/*#region Chrome */
    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        background: #9b9b9b;
        border-radius: 1.3px;
        /*border: 2px solid #fff;*/
    }

    input[type=range]::-webkit-slider-thumb {
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.86);
        border: 2px solid #fff;
        border-radius: 20%;
        background: #787878;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -11px;
    }

        input[type=range]::-webkit-slider-thumb:hover {
            background: #fff;
            border: 2px solid #fff;
        }
/*input[type=range]:focus::-webkit-slider-runnable-track {
        background: #367ebd;
    }*/
/*#endregion */

/*#region Footer */

.product-bottom .product-page-tab .tab {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #D9D9D9;
    font-size: 0;
}
.tabs-container {
    width: 100%;
    margin-top: 30px;
    float:left;
    width:100%;
}

.product-bottom .tab {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #D9D9D9;
    font-size: 0;
}

    .product-bottom .tab ul li {
        text-align: center;
        display: inline-block;
        padding-bottom: 10px;
        color: #98A0A9;
        position: relative;
        cursor: pointer;
    }    
        .product-bottom .tab ul li.active::before {
            content: '';
            display: block;
            position: absolute;
            bottom: -10px;
            left: 50%;
            margin-left: -6px;
            width: 0;
            height: 0;
            border-color: transparent transparent #D9D9D9;
            border-style: solid;
            border-width: 11px;
        }

        .product-bottom .tab ul li.active::after {
            content: '';
            display: block;
            position: absolute;
            bottom: -11px;
            left: 50%;
            margin-left: -5px;
            width: 0;
            height: 0;
            border-color: transparent transparent #fff;
            border-style: solid;
            border-width: 10px;
        }

.product-page-tab-list {
    margin-top: 0;
    margin-bottom: 10px;
}

.product-bottom .tab ul li.active {
    color: #f58220;
}

.product-tab-area.active {
    display: block
}

.product-tab-area {
    width: 100%;
    margin-top: 20px;
    display: none;
}
.commented-middle {
    padding:  0;
}
/*#endregion */

.photoalt {
    cursor: pointer;
    display: block;
    
    transition: border 0.2s ease-in-out 0s;
    position:relative;
}

.alt-orj {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    width: 80%; 
    text-align: center;
    color: #fff;
    background-color: #731b64;
    font-size: 13px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


.ap-title {
    font-size: 17px;
    color: #e11717;
    font-weight: bold;
}
.ap-container {
    margin:20px 0 0 0;
}
.ap-item {    
    float: left;
    padding: 4px;
    position: relative;
}
    .ap-item > div {
        border-width: 1px 4px 4px 1px;
        border-color: #dedede;
        border-style: solid;
        border-radius: 4px;
        overflow: hidden;
        cursor: pointer;
        transition: border 0.2s ease-in-out 0s;
        font-size: 10px;
        text-align: center;
        width: 100%;
        height: 100%;
        top: 0;
        position: relative;
    }
    .ap-item > div img {
        width: 100%;
    }
        .ap-item > div > div {
            position:absolute;            
            width:100%;
            text-align:center;
            color:#fff;
            font-size:14px;          
            background-color:#414143;
        }        
            .ap-item > div:hover {
                border-color: #e11717;
            }
    .ap-item > div.active {       
        border-color: #e11717;
    }
    .ap-item-name {
        float: left;
        position: absolute;
    }
.ap-item-price {
    position: absolute;
    bottom: 0;    
    width: 100%;
    text-align: center;
    background-color: rgba(222, 222, 222, 0.80);
    text-shadow:1px 1px 1px #fff;
    font-weight:bold;
}

.ap-item-name {
    position: absolute;
    top: 5px;
    font-size: 11px;
    font-weight:normal;
    width: 100%;
    text-align: center;    
    text-shadow: 1px 1px 1px #fff;
    font-weight: bold;
}

.product-comment {
    margin-top:20px;
}

.dropdown-menu {
    padding-top:0;
}
.li-canvas-size-info {
    width: 100%;
    text-align: center;    
    background-color: #cecece;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 5px;
    padding:7px 0;
}

.photo-altr-name {
    width:100%;
    text-align:center;
    font-size:13px;
    position:absolute;
    bottom:5px;    
    color:#414143;
}

.slider-alternativeitem {
    position:relative;
}


.product-installment-container {
    margin-top:20px;
}
    .product-installment-container .title-h3 {
        margin-bottom: 10px;
    }
.product-installment-head {
    text-align: center;
    /*background-color: #d5d6d8;*/
    border-left: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    padding: 5px 0;
}
.product-installment-body {
    width: 100%;
}
    .product-installment-body table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }
        .product-installment-body table thead,
        .product-installment-body table tbody,
        .product-installment-body table tr {
            margin: 0;
            padding: 0;
            border: 0;
            vertical-align: baseline;
        }
            .product-installment-body table tr th,
            .product-installment-body table tr td {
                padding: 2px 5px;
                height: 36px;
                text-align: center;
                border: 1px solid #d4d4d4;
                vertical-align: middle;
                font-size: 13px;
            }
.product-installment-item {
    margin-bottom: 10px;
    padding:0 5px;
}
.installment-bank-logo {
    width:70px;
}
.pd-product-type {
    position: absolute;
    left: 0;
    top: 0;
    border-bottom-right-radius: 7px;
    box-shadow: 4px 4px 4px #9f9f9f;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
    


/*#region Kare Kod */
.karekod-container {
    padding: 8px;
}
.karekod-text textarea {
    width: 100%;
}
.karekod-footer > button:disabled {
    background: #dddddd;
}
.karekod-footer > button {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #6f6f6f;
    margin-right: 10px;
    border-radius: 7px;
    display: block;
    float: left;
    padding: 5px;
}
    .karekod-footer > button > img {
        width: 100%;
    }

.karekod-anchor {
    width: 200px;    
    text-align:center;
    float:left;
    align-content:center;
    margin-bottom:20px;
}
    .karekod-anchor ul {
        margin-left:23px;
    }
    .karekod-anchor ul li {
        float: left;
        text-align: center;
        width: 50px;
        height: 50px;
    }
    .karekod-anchor ul li button {
        font-size: 20px;
        margin: 0 2px 4px 0;
        border-radius: 0;
        width: 48px;
        height: 48px;
        padding: 1px;
        border: 0;
        background-color: transparent;
        transition: border 0.2s ease-in-out 0s;
        transition: background-color 0.2s ease-in-out 0s;
        background-image: url(/Content/Images/Design/TextPosition.png);
    }

.karekod-size {
    width: 202px;
}
.karekod-size ul li {
    display: inline-block;
    padding: 0;
    line-height: 0;
}
.karekod-size ul li button {
    font-size: 20px;
    margin: 0 2px 4px 0;
    border-radius: 0;
    width: 45px;
    height: 45px;
    border: 2px solid #787878;
    background-color: transparent;
    transition: border 0.2s ease-in-out 0s;
    transition: background-color 0.2s ease-in-out 0s;
}

    .karekod-size ul li button:hover {
        border: 2px solid #ea0000;
        background-color:#e3e3e3;
    }
/*#endregion */




/*#region ürün tipleri */

.select-product-type {
    width: 100%;
    background-color: #f4f4f4;
    display: flex;
    position: absolute;
    bottom: 0;
}
.spt-item {
    flex: 1 1 auto;
    color:#fff;
    text-align:center;   
    position:relative;
}


.spt-acive {
    box-shadow: 0px -3px 4px 0 #535353;
    z-index: 1;
}
.spt-item.spt-acive::before {
    position: absolute;
    top: -7px;
    left: 0;
    width: 100%;
    height: 10px;
    border-radius: 7px 7px 0 0;
    content: "✔";
    box-shadow: 0px -3px 5px -3px #535353;
}
.spt-item > a {
    color: #fff;
    display: block;    
}
/*#endregion */




.pd-container {
    margin:16px 0 20px 0;
    /*background-color: #f4f4f4;*/
}
.basket-col {
    text-align: center;
    padding: 18px 0 19px 0;
    width:100%;
}
.basket-col-mc {
    text-align: center;
    padding: 20px 0 20px 0;
}
.ps-kinfo {    
    text-align: center;
    font-size:14px;
    display:inline-flex;
    justify-content:center;
}

.sider-product {
    margin-top:7px;
}

.ps-mk-icon {
    cursor: pointer;
    color: #555;
    display: inline-flex;
    background-color: #dddddd;
    justify-content: center;
    align-items: center;
}
    .ps-mk-icon:hover {
        background-color: #e7e4e4;
    }
    .ps-mk-icon img {
        width: 20px;
        margin-right: 6px;
    }
.is-favorite {
    color:#e11717;
}
.ps-mk-icon svg {
    margin-right: 6px;
}
.ps-message-1,
.ps-message-2,
.ps-message-3 {
    color: #fff;
    padding: 7px 0;
    border-radius: 7px;
    display: flex;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    margin: 0 5px;    
    justify-content: center;
}
.ps-message-1 {
    background-color: #5caedc;   
}
    .ps-message-1 span {        
        margin-right:10px;
    }
.ps-message-2 {
    background-color: #b349a1;   
}
.ps-message-3 {
    background-color: #87bc57;
}
.ps-message-2 span,
.ps-message-3 span {
    font-size: 27px;
    font-weight: bold;
    margin-right: 10px;
    line-height: normal;
}
.cls-1 {
    fill: #fff;
}

.product-set-container {
    float: left;
    width: 100%;
    margin-top:10px;
}
.product-set-item {
    display:flex;
}
.product-set-items {
    width: 100%;
    float: left;
    overflow-y:auto;       
}
.product-set-footer {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 10px;
    margin-top:10px;
}
.product-set-ares {
    border: 1px solid #ccc;
    width: 100%;
    float: left;
    padding: 10px;
    background-color: #fbfbfb;
    transition: 0.2s ease-in-out 0s;
    margin: 10px 0;
}
    .product-set-ares:hover {
        box-shadow:0 0 13px #ccc;
    }
.product-set-title {
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px 0;
    color: #555;
    font-weight: bold;
    background-color: #e9e9e9;
    margin-top:0;
}
.product-set-add {
    background-color: #13648f;
    color: #fff;
    border: 0;
    padding: 5px 40px;
    font-size: 18px;
    border-radius: 7px;
    transition: 0.2s ease-in-out 0s;
}
    .product-set-add:hover {
        background-color: #328fc1;
        cursor:pointer;
        color:#fff;
    } 
.set-product-item {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 3px 0;
    background-color: #f4f4f4;
    padding:10px;
}

    .set-product-item > a > img {
        width: 100px;
    }
.set-product-title {
    width:100%;
    text-align:left;
}
.set-product-name {
    color: #414143;
    font-size: 16px;
}
.set-product-artis {
    color: #5d89a1;
    font-size: 14px;
}
.set-product-title {
    padding-left:10px;
}
.product-set-left {
    float: left;   
}
.product-set-right {
    float: left;    
}
.product-set-banner {
    width:100%;
}



    .ds-container  .nav-tabs {
        display: flex;
        position: relative;
        width: 100%;
        flex-wrap: wrap;
    }
        .ds-container .nav-tabs li {
            flex: 1 1 auto;
            border: 0 !important;
        }
.nav-tabs li a {
    border-radius: 0;
    background-color: #d4d4d4;
    text-align: center;
    font-size: 13px;
    color: #000;
    margin: 0;
    border: 0 !important;
}
.nav-tabs li.active a {
    background-color: #959595 !important;
    color: #fff !important;
    border: 0;
}
.ds-kadran ul, .ds-yeak ul {  
    overflow-y: auto;
    width: 100%;
    margin-left: 5px;
    height:100px;
    line-height:100px;
}
    .ds-kadran ul li, .ds-yeak ul li {
        float:left;
    }

.ds-kadran, .ds-yeak {
    background-color: #fff;   
    display:flex;
}
    .ds-kadran a, .ds-yeak a {
        width: 80px;
        height: 80px;
        display: flex;
        overflow: hidden;
        margin: 5px;
        background-color: #fff;
        border: 2px solid #ccc;
        cursor: pointer;
        justify-content: center;
        align-items: center;
        text-align: center;
        transition: border 0.2s ease-in-out 0s;
    }
    .ds-kadran a:hover, .ds-yeak a:hover {
        border: 2px solid #e11717;
    }
.dska-active {
    border: 2px solid #e11717 !important;
}
    .ds-kadran a img, .ds-yeak a img {
        width: 100%;
        webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -o-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
    }
.ds-kadran > div, .ds-yeak > div {
  float:left;
  padding:5px 3px;
}
    .ds-kadran > div span, .ds-yeak > div span{
        background-color: #fff;
        width: 100%;
        display: block;
        border: 2px solid #ccc;       
        text-align: center;
        font-size: 12px;
        height: 33px;
        line-height: 31px;
        margin-bottom:3px;
        padding:0 3px;
        cursor:pointer;
        border-radius:5px;
    }
        .ds-kadran > div span:first-child {
            text-shadow:0 0 4px #fff;
            color:#000;
            font-weight:bold;
            font-size:14px;
        }
.ds-product-Type {
    display:flex;
    margin-bottom:15px;
    align-items:center;
    justify-content:center;   
}
.ds-container .tab-content {
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}
    .ds-product-Type a {
        display: flex;
        flex: 1 1 auto;
        background-color: #eaeaea;
        height: 40px;
        border: 2px solid #fff;
        font-size: 14px;
        font-weight: 600;
        position: relative;
        align-items: center;
        justify-content: center;
        color: #414143;
        cursor: pointer;
    }
        .ds-product-Type a:hover {
           background-color:#fff;
        }
        .ds-product-Type a:first-child {
            margin-right: 5px;           
        }
        .ds-product-Type a:last-child {
            margin-left: 5px;           
        }
    .ds-product-Type a img{
       width:27px;
       margin-right:5px;
    }
.ds-btn-type.dst-active:before {
    content: "✔";
    font-size: 24px;
    color: #57a113;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    text-align: center;   
    border-right:2px solid #ccc;
}
.ds-btn-type.dst-active:first-child {
    border-color: #ce7333;
    background-color: #fff;
}
.ds-btn-type.dst-active:last-child {
    border-color: #2799c2;
    background-color: #fff;
}



.product-set-items::-webkit-scrollbar {
    width: 12px; /* width of the entire scrollbar */
}
.product-set-items::-webkit-scrollbar-track {
    background: #8f8f8f; /* color of the tracking area */
    border-radius:10px;
}
.product-set-items::-webkit-scrollbar-thumb {
    background-color: #000; /* color of the scroll thumb */
    border-radius: 20px; /* roundness of the scroll thumb */
    border: 3px solid #8f8f8f; /* creates padding around scroll thumb */
}

.ps-title-h2 {font-size:18px;float:left;width:100%;text-align:center;}




.product-type-in {
    width: 100%;
    margin-bottom: 25px;
    float: left;
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
    padding: 12px;
}
.pt-in-header {
    margin: 12px;
    border-bottom: 1px solid #e6e6e6;
}
.product-type-in ul {
    overflow: hidden;
}
.pt-in-img 
{ 
    width: 100%;
    aspect-ratio:1/.895;
    object-fit:contain;
}

.product-type-in ul li a {
    border: 1px solid #cccccc;
    display: inline-block;
}
.product-type-in ul li a:hover {
    box-shadow: 0 0 7px #797979;
    display: block;
    transition: box-shadow 0.2s ease-in-out 0s;
}
    .product-type-in ul li a:hover .pt-in-btn {
        background-color: #ffe223;
    }

    .pt-in-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 1px;
        background-color: #eee;
    }
.pt-in-icon span {
    width:60px;
    height:60px;   
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background-color:#fff;
    border:1px solid #fff;
    padding:5px;
    box-shadow:0 0 7px #797979;
}
    .pt-in-icon span img {
        width:100%;
        text-align:center;           
    }
.pt-in-info {
    background-color: #f2f2f2;
}
    .pt-in-info span {
        text-align: center;
        display: block;
        width: 100%;
        padding-top: 40px;
        font-size: 18px;
        font-weight: 600;
        border-bottom: 1px solid #d4d4d4;
        margin-bottom:4px;
    }    
    .pt-in-info p {       
        width:100%;
        text-align:center;
        color:#535353;       
        padding:5px;
        overflow:hidden;
    }
.pt-in-btn {
    width: 100%;
    padding: 5px;
    text-align: end;
    background-color: #f3d300;
    color: #38381f;
    font-weight: 600;
    border-top: 5px solid #e0c622;
}
.pt-in-des {
    font-size:13px;   
    margin-top:13px;
}
.pt-in-header-alt {
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.pti-in-header {
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    background-color: #e5e5e5;
}
.product-type-in-icon > div > ul > li {
    padding:5px 0;
}
    .product-type-in-icon > div> ul > li > a {
        border-right: 1px dotted #d1d1d1;       
        padding: 0 11px;
        text-align:center;
        display:inline-block;
    }
    .product-type-in-icon > div > ul > li:last-child > a {
        border-right: 0;
    }
.product-type-in-icon ul {
    display:flex;
    align-items:center;
    justify-content:center;  
}
.pti-in-icon img {
    width: 100%;
}
.pti-in-info span {
    width:100%;
    display:block;
    text-align:center;
    font-size:13px;
}
.product-type-in-icon div {
    display:none;
}


@media screen and (max-width:767px) {
    .product-map li {font-size:9px;}

    input [type=range]::-moz-range-thumb {height: 30px;width: 50px;}    
    input[type=range]::-ms-thumb {height: 30px;width: 50px;}   
    input[type=range]::-webkit-slider-thumb {height: 30px;width: 50px;}

    .font-color {width:210px;display:inline-block;}    
    .font-rotate {width:190px;}
    .text-textshadow {width:210px;display:inline-block;}
    .text-distort {width:190px;}

    .effect-container ul li button {height: 108px;}
    .effect-container ul li button span {font-size:11px;}

    .frame-container ul li button { height: 51px; }
    .frame-container ul li button span {font-size:11px;}

    .photo-text {width:100%;height:65px;}

    .effect-items {width:210px;}    

    .sw-selectcolor{width:210px;display:inline-block;}

    .pd-height {min-height:350px;}
    .pd-sizeheight {height:82px;}
    .pd-left {width: 100%;}
    .pd-right {width: 100%;}    

    .pd-viewselect li {width:33px;height:33px;}
    .pd-viewselect li:hover {border-color:#414143;width:37px;}
    .viewselectactive {width:37px !important; height:37px !important;}

    .product-comment img {width:20px;height:20px;color:#555555;}

    .product-bottom .tab ul li {padding-left: 16px;padding-right: 14px;font-size: 15px;}

    .ap-item {width: 33.3333%;height: 100%;}
    .ap-item > div > div {top:42%;padding:5px;}
    .ap-item-price {font-size: 16px;}

    .sider-product {height:auto;}

    .spt-title {font-size: 12px;}
    .spt-title > span {font-size:10px;}
    .spt-image span { width: 40px; height: 40px;}
    .pd-product-type { font-size: 12px; padding:2px 5px;}
    .pd-product-type img { width:27px;margin-right:5px;}

    .pd-photedit-all {padding: 7px;}

    .pd-photedit-size {padding: 7px 10px 0 10px;}

    .ps-mk-icon {margin: 0 2px;font-size: 12px;padding: 5px 8px;}
    .frame-container ul li {width: 25%;}

    .ps-message-1, .ps-message-2, .ps-message-3 { width: 111px;}

    .ppa-right {height: 220px;}

    .product-set-left {width: 100%; padding-right:0;margin-bottom:10px;}
    .product-set-right {width: 100%;padding-left:0;}
    .product-set-title {font-size:14px;}
    .product-set-container {padding:0 10px;}    
    .product-set-items {height:182px;}

    .pd-photedit-title h1 {font-size: 14px; margin: 0; }
    .pd-viewselect { top: 0;}

    .spt-fontsize{font-size:9px;}
    .spt-item > a { padding: 4px 0; }

    .pd-puzzle-not { color: #e11717; font-size: 12px; padding: 3px 0 7px 7px; }

    .ds-container {padding: 7px; margin-bottom:15px;}

    .product-type-in ul li {padding: 5px;float:left;width:50%;}
    .pt-in-info p {height: 73px;font-size:10px;font-weight:600;}   
    .pt-min-h { min-height:auto;}

    .select-price {font-size: 25px;}
    .select-price span, .select-market-price{font-size: 16px;}

    .product-type-in-icon {display: block;position: relative;bottom: 0;left: 0;background-color: #fefefe;border-radius: 0;box-shadow: 0;overflow: hidden;}
    .pti-in-icon {width:35px;}

    .product-map .breadcrumb a {font-size:11px;}
}

@media (min-width: 768px) and (max-width: 991px) {   
    .product-map li {font-size:12px;}

    input[type=range]::-moz-range-thumb {height: 25px;width: 25px;}    
    input[type=range]::-ms-thumb{height: 25px;width: 25px;}   
    input[type=range]::-webkit-slider-thumb {height: 25px;width: 25px;}

    .font-color {width:413px;display:inline-block;}
    .font-rotate {width:300px;}
    .text-textshadow {width:395px;display:inline-block;}
    .text-distort {width:300px;}

    .effect-container ul li button {height: 95px;}
    .effect-container ul li button span {font-size:11px;}

    .frame-container ul li button { height: 70px; }
    .frame-container ul li button span {font-size:11px;}

    .photo-text {width:100%;height:65px;}

    .effect-items {width:413px;}

    .sw-selectcolor{width:413px;display:inline-block;}

    .pd-height {min-height:660px;}
    .pd-sizeheight {height:82px;}
    .pd-left {width: 100%;}
    .pd-right {width: 100%;}   

    .pd-viewselect li {width:33px;height:33px;}
    .pd-viewselect li:hover {border-color:#414143;width:37px;}
    .viewselectactive {width:37px !important; height:37px !important;}

    .product-comment img {width:40px;height:40px;color:#555555;}

    .product-bottom .tab ul li {padding-left: 30px;padding-right: 15px;font-size: 18px;}

    .ap-item {width: 50%;height: 100%;}
    .ap-item > div > div {top:41%;padding:5px;}
    .ap-item-price {font-size: 18px;}

    .sider-product {height:169px;}

    .spt-title {font-size: 16px;}
    .spt-title > span {font-size:12px;}
    .spt-image span { width: 62px; height: 62px;}
    .pd-product-type { font-size: 14px; padding:6px 8px;}
    .pd-product-type img {width:35px;margin-right:5px;}

    .pd-photedit-all {padding: 6px 6px 0 6px;}

    .pd-photedit-size {padding: 7px 10px 0 10px;}

    .ps-mk-icon {margin: 0 2px;font-size: 12px;padding: 5px 8px;}
    .frame-container ul li {width: 20%;}

    .ps-message-1, .ps-message-2, .ps-message-3 { width: 130px;}

    .ppa-right {height: 200px;}

    .product-set-left {width: 50%; padding-right:10px;margin-bottom:0;}
    .product-set-right {width: 50%;padding-left:10px;}
    .product-set-title {font-size:18px;}
    .product-set-container {padding:0 10px;}
    .product-set-items {height:184px;}

    .pd-photedit-title h1 {font-size: 16px; margin: 0; }
    .pd-viewselect { top: 31px;}    

     .spt-item > a { padding: 10px 0; }

     .pd-puzzle-not { color: #e11717; font-size: 12px; padding: 3px 0 7px 20px; }

     .ds-container {padding: 6px 7px 0 6px; margin-bottom:15px;}

     .product-type-in ul li {padding: 12px;float:left;width:33.3333%;}
     .pt-in-info p {height: 57px;font-size:12px;}     
     .pt-min-h { min-height:297px;}

     .select-price {font-size: 25px;}
    .select-price span, .select-market-price{font-size: 16px;}

    .product-type-in-icon {display: block;position: relative;bottom: 0;left: 0;background-color: #eee;border-radius: 0;box-shadow: 0;overflow: hidden;}
    .pti-in-icon {width:40px;}
}

@media (min-width: 992px) and (max-width: 1199px) {   
    .product-map li {font-size:12px;}

    input[type=range]::-moz-range-thumb {height: 25px;width: 25px;}    
    input[type=range]::-ms-thumb{height: 25px;width: 25px;}   
    input[type=range]::-webkit-slider-thumb {height: 25px;width: 25px;}

    .font-color {width:413px;display:inline-block;}
    .font-rotate {width:300px;}
    .text-textshadow {width:395px;display:inline-block;}
    .text-distort {width:300px;}

    .effect-container ul li button {height: 105px;}
    .effect-container ul li button span {font-size:14px;}

    .frame-container ul li button { height: 70px; }
    .frame-container ul li button span {font-size:11px;}

    .photo-text {width:100%;height:55px;}

    .effect-items {width:413px;}   

    .sw-selectcolor{width:413px;display:inline-block;}

    .pd-height {min-height:480px;}
    .pd-sizeheight {height:48px;}
    .pd-left { width: 56%;}
    .pd-right {width: 44%;}    

    .pd-viewselect li {width:55px;height:55px;}
    .pd-viewselect li:hover {border-color:#414143;width:60px;}
    .viewselectactive { width:60px !important; height:60px !important;}

    .product-comment img {width:40px;height:40px;color:#555555;}

    .product-bottom .tab ul li {padding-left: 30px;padding-right: 15px;font-size: 18px;}

    .ap-item {width: 25%;height: 100%;}
    .ap-item > div > div {top:35%;padding:5px;}
    .ap-item-price {font-size: 15px;}

    .sider-product {height:145px;}

    .spt-title {font-size: 16px;}
    .spt-title > span {font-size:12px;}
    .spt-image span { width: 62px; height: 62px;}
    .pd-product-type { font-size: 14px; padding:6px 8px;}
    .pd-product-type img {width:35px;margin-right:5px;}

    .pd-photedit-all {padding: 6px 20px 0 20px;}

    .pd-photedit-size {padding: 7px 20px 0 20px;}

    .ps-mk-icon {margin: 0 5px;font-size: 14px;padding: 5px 10px;}
    .frame-container ul li {width: 20%;}

    .ps-message-1, .ps-message-2, .ps-message-3 { width: 130px;}

    .ppa-right {height: 200px;}

    .product-set-left {width: 50%; padding-right:10px;margin-bottom:0;}
    .product-set-right {width: 50%;padding-left:10px;}
    .product-set-title {font-size:18px;}
    .product-set-container {padding:0}
    .product-set-items {height:266px;}

    .pd-photedit-title h1 {font-size: 16px; margin: 0; }
    .pd-viewselect { top: 31px;}

    .spt-item > a { padding: 10px 0; }

    .pd-puzzle-not { color: #e11717; font-size: 12px; padding: 3px 0 7px 20px; }

    .ds-container {padding: 6px 20px 0 20px; margin-bottom:15px;}

    .product-type-in ul li {padding: 12px;float:left;width:20%;}
    .pt-in-info p {height: 88px;font-size:12px;}
    .pt-min-h { min-height:187px;}

    .select-price {font-size: 20px;}
    .select-price span, .select-market-price{font-size: 15px;}

    .product-type-in-icon {display: inherit;position: absolute;bottom: 0;left: 0;background-color: #fff;border-radius: 0 7px 0 0;box-shadow: 4px -4px 7px -2px #b9b9b9;overflow: hidden;}
    .pti-in-icon {width:35px;}
}

@media (min-width: 1200px) {   
    .product-map li {font-size:12px;}

    input[type=range]::-moz-range-thumb {height: 25px;width: 25px;}    
    input[type=range]::-ms-thumb{height: 25px;width: 25px;}   
    input[type=range]::-webkit-slider-thumb {height: 25px;width: 25px;}

    .font-color {width:413px;display:inline-block;}
    .font-rotate {width:300px;}
    .text-textshadow {width:395px;display:inline-block;}
    .text-distort {width:300px;}

    .effect-container ul li button {height: 108px;}
    .effect-container ul li button span {font-size:14px;}

    .frame-container ul li button { height: 70px; }
    .frame-container ul li button span {font-size:11px;}

    .photo-text {width:100%;height:55px;}

    .effect-items {width:413px;}

    .sw-selectcolor{width:413px;display:inline-block;}

    .pd-height {min-height:580px;}
    .pd-sizeheight {height:55px;}

    .pd-left {width: 56%;}
    .pd-right {width: 44%;}   

    .pd-viewselect li {width:55px;height:55px;}
    .pd-viewselect li:hover {border-color:#414143;width:60px;}
    .viewselectactive { width:60px !important; height:60px !important;}

    .product-comment img {width:40px;height:40px;color:#555555;}

    .product-bottom .tab ul li {padding-left: 30px;padding-right: 15px;font-size: 18px;}

    .ap-item {width: 25%;height: 100%;}
    .ap-item > div > div {top:35%;padding:5px;}
    .ap-item-price {font-size: 16px;}

    .sider-product {height:177px;}

    .spt-title {font-size: 16px;}
    .spt-title > span {font-size:13px;}
    .spt-image span { width: 62px; height: 62px;}
    .pd-product-type { font-size: 14px; padding:6px 8px;}
    .pd-product-type img {width:35px;margin-right:5px;}

    .pd-photedit-all {padding: 2px 20px 0 20px;}

    .pd-photedit-size {padding: 14px 20px 0 20px;}

    .ps-mk-icon {margin: 0 5px;font-size: 14px;padding: 5px 10px;}
    .frame-container ul li {width: 20%;}

    .ps-message-1, .ps-message-2, .ps-message-3 { width: 130px;}

    .ppa-right {height: 200px;}

    .product-set-left {width: 50%; padding-right:10px;margin-bottom:0;}
    .product-set-right {width: 50%;padding-left:10px;}
    .product-set-title {font-size:18px;}
    .product-set-container {padding:0;}
    .product-set-items {height:330px;}

    .pd-photedit-title h1 {font-size: 16px; margin: 0; }
    .pd-viewselect { top: 31px;}    

    .spt-item > a { padding: 10px 0; }

    .pd-puzzle-not { color: #e11717; font-size: 12px; padding: 3px 0 7px 20px; }

    .ds-container {padding: 14px 20px 0 20px; margin-bottom:15px;}

    .product-type-in ul li {padding: 12px;float:left;width:20%;}
    .pt-in-info p {height: 72px;font-size:12px;}
    .pt-min-h { min-height:232px;}

    .select-price {font-size: 25px;}
    .select-price span, .select-market-price{font-size: 16px;}

    .product-type-in-icon {display: inherit;position: absolute;bottom: 0;left: 0;background-color: #fff;border-radius: 0 7px 0 0;box-shadow: 4px -4px 7px -2px #b9b9b9;overflow: hidden;}
    .pti-in-icon {width:40px;}
}



/*#region Right Popup */
.modal-right {
    position: absolute;
    right: 0;
    background-color: #f2f2f2;
    z-index: 1001;    
    box-shadow: -4px 4px 20px #787878;
    border-top: 1px solid #787878;
    border-left: 1px solid #787878;
    border-bottom: 1px solid #787878;
    display: none;
}

.modal-header {
    position: relative;
}

    .modal-header button {
        position: absolute;
        top: 10px;
        right: 5px;
        display: inline-block;
        line-height: 1;
        border: 0;
        font-size: 30px;
        background-color: transparent;
    }

        .modal-header button:hover {
            color: #e11717;
        }

    .modal-header h3 {
        font-size: 20px;
        text-transform: uppercase;
    }

/*#endregion */

.single-size {
    font-size:18px;
    padding-left:10px;
    font-weight:bold;
}
    .single-size > span {
        display: block;
        width: 100%;
        font-size: 13px;
        font-weight:normal;
    }
